Inspirations

Inspirations

14M Downloads

disabling tweaks module crashes on startup.

tlitookilakin opened this issue ยท 4 comments

commented

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):

  • Minecraft: 1.15.2
  • Mantle: 1.5.15
  • Inspirations: 1.1.0
  • Forge: 31.2.43

Other mods required
None

commented

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.

commented

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.

commented

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.

commented

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