KnightMiner / Inspirations

Mod adding various smaller features to Minecraft
MIT License
44 stars 18 forks source link

disabling tweaks module crashes on startup. #183

Closed tlitookilakin closed 3 years ago

tlitookilakin commented 3 years ago

Describe the bug Disabling tweaks module in config causes NPE on startup. To reproduce: in config/inspirationsModules.toml, change "InspirationsTweaks" to "false"

Screenshots or crash report (if relevant) Game log

Versions (please complete the following information):

Other mods required None

KnightMiner commented 3 years ago

Modules are not supported in 1.15.2, the entire module loader was written for 1.12 and never got updated quite right. 1.16 fixes the issue, and I have mostly dropped 1.15 as I saw no reason not to update. So unfortunately, your best bet is to disable each option individually.

I should have a 1.16.3 released in the near future as well.

tlitookilakin commented 3 years ago

How do I disable each option individually? The only config files I have are InspirationsModules and Inspirations-replacements, and the second one only has options for a few features. I'd like to disable the crop tweaks and cauldrons only, but there is no option for those in either config file.

KnightMiner commented 3 years ago

The config file exists in the server config file, look into those a bit as I am not the only mod using them. Server configs are per world, meaning they sync much better for servers. There are default configs if you want to set them for all new worlds.

tlitookilakin commented 3 years ago

Oh, I didn't know you could set per-world configs, that's useful to know. thanks!