Soncresity Industries Wiki

Information

Important information for modpack authors who want to include SI: Essentials in their modpack

SI: Essentials offers many useful tools for Modpack authors. Feel free to use SI: Essentials in your Modpacks.

Removing Items / Restricting use of Items

The Remover submodule allows you to remove items from the game entirely or restrict specific actions such as attacks, interactions and recipes.

This can be useful when you want to remove items that are not needed in your modpack or break the intended flow (e.g. An item is too powerful)

Custom Main Menu

The UI submodule allows you to replace the Main Menu with a blank one that only contains the background panorama.

This is useful when you want to completely overhaul the Main Menu with for example FancyMenu by Keksuccino.

Custom Screen Titles

The UI submodule also allows you to set custom screen titles for every screen in the game. This can be useful when you want to have a consistent style for your screen titles or want to add additional information to the screen titles (e.g. Modpack name, version, etc.)

The window title is updated every tick, so you can also use placeholders that are listed here, to add dynamic information to your screen titles (e.g. Current biome, real time, etc.)

Modpack Configuration

The placeholders %modpack_name%, %modpack_version% and %modpack_author% need additional configuration from you as a modpack author. You can find the configuration file in /mcRoot/config/si/es/modpack.cnfg. You can find an example modpack.cnfg file below:

modpack.cnfg
# modpack.cnfg
# Generated by the SI: Essentials Configuration System
# Cnfg Type: CLIENT

# This config is meant to be used by modpack authors to provide basic information about their modpack and use it within SI: Essentials.
# For example, you can use the modpack name in the custom screen titles configuration in the UI Config (in ui.cnfg)
#
# This is the your modpack name. The placeholder for this is %modpack_name%
modpack_name = "SI: Essentials Example Modpack"

# This is your modpack version. The placeholder for this is %modpack_version%
modpack_version = "v1.2.3"

# This is the author of your modpack. If you are the modpack author, please enter your (nick)name here.
# The placeholder for this is %modpack_author%
modpack_author = "Soncresity Industries"

Suggesting Features

If you have any suggestions for features that could be added to SI: Essentials that would be useful for modpack you, feel free to suggest them on our Discord Server.

On this page