World Blender (Forge)

World Blender (Forge)

134k Downloads

mod causing crash

TsplayerT opened this issue ยท 1 comments

commented

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

latest.log
Screenshot_3

commented

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:

Map<Dynamic<INBT>, Dynamic<INBT>> feature2Map = feature2.serialize(NBTDynamicOps.INSTANCE).getMapValues().get();

I guess I should've used Throwable instead of Exception to make it skip entries that fail to be parsed to json back then.