-
Notifications
You must be signed in to change notification settings - Fork 10
Config
Most features use one of the following two ways to handle configuration. To see how to configure one specific feature, take a look at its page.
From your Minecraft directory, go to config/, and then open sortilege.json to access the main config file.
Most of the configuration will be done in here, and as such most pages will mention it as the config file.
This file works just like your average .json file, excepts it supports comments by starting a line with //. The default file has comments above almost every option to explain how to edit it. You can remove them or add your own without an issue.
To generate this file, run your game with Sortilege in your mods/ folder.
To apply changes you made, simply restart your game or type /reload in the in game chat. A few options will need the full restart, but most of them will take effect right away.
The options which need a full restart are marked with a * next to their path on this wiki.
Everytime the configs are reloaded, Sortilege will print debug information for entries it could not find in your game's console, available in logs/latest.log. If a value doesn't work as intended, it might be because you misplaced it.
Some features need to be configured using a datapack, for example the new recipe types.
Watch this video to get a grasp on how datapacks work.