Config buttons are grayed out
ALongStringOfNumbers opened this issue ยท 2 comments
You cannot edit these config values while in a loaded world, as a game restart is required. You can edit these from the main menu and then restart the game to apply them.
If this is the case, then why not annotate the config fields with @Config.RequiresMCRestart
or @Config.RequiresWorldRestart
? This will allow the values to be changed in game, but will display a warning message when the user exits the Mod Config screen informing them that they need to restart for the changes to occur.