mod causing crash
TsplayerT opened this issue ยท 1 comments
I had several problems with the mod and all the errors were similar to these, in fact there are problems registered in different issues that occurred to me
I am not supporting my mods on Minecraft version older than latest (1.16.2+). Sorry. I just don't have to time to work on multiple mc versions of my mods.
Although looking at the logs, it seems the issue is wildnature's features cannot be parsed into json for world blender's comparisons to work. Something in their feature is missing the element "shooter" which causes gson to crash here:
I guess I should've used Throwable instead of Exception to make it skip entries that fail to be parsed to json back then.