Cold Sweat

Cold Sweat

5M Downloads

Crash with Cold Sweat 2.4-b04c on Forge 47.4.0 when contacting water/rain

benyIr8x opened this issue ยท 1 comments

commented

Cold Sweat 2.4-b04c crashes on Minecraft 1.20.1 with Forge 47.4.0 whenever the player touches water or is in rain. The crash occurs due to a NoSuchMethodError in ModBiomeTags, caused by the outdated method

Behavior:
The game crashes immediately with a NoSuchMethodError in ModBiomeTags.

Stack Trace (relevant part):

java.lang.NoSuchMethodError: 'net.minecraft.resources.ResourceLocation net.minecraft.resources.ResourceLocation.fromNamespaceAndPath(String, String)'
at com.momosoftworks.coldsweat.data.tag.ModBiomeTags.createForgeTag(ModBiomeTags.java:18)
at com.momosoftworks.coldsweat.api.temperature.modifier.WaterTempModifier.calculate(WaterTempModifier.java:45)
...

commented

This should be fixed in 2.4-b04d, since I removed the reference to that method.