LukeGrahamLandry / Torcherino

Minecraft mod that adds torches that speed up tick rate
https://www.curseforge.com/minecraft/mc-mods/torcherino
GNU Lesser General Public License v3.0
5 stars 5 forks source link

1.18.2 Crash: java.lang.reflect.InvocationTargetExeption: null #7

Closed heavenlygamer04 closed 1 year ago

heavenlygamer04 commented 1 year ago

Game crashes on boot for minecraft 1.18.2(mod version:16.0.1): java.lang.reflect.InvocationTargetExeption: null

here is the crash log crash-2022-11-01_01.06.53-fml.txt

LukeGrahamLandry commented 1 year ago

possible that you (or your modpack) changed config/sci4me/Torcherino.cfg in a way it doesn't like (made it not a valid json object)? can I see that file?

// TODO: config loading should gracefully warn about json parsing issues and revert to the default config

heavenlygamer04 commented 1 year ago

i fixed the issue, it was reading the config from 1.12.2, so i deleted it and it works now. i didnt think that would be an issue. lol. thanks!

sorry for bothering you over something stupid.