Crazy low tempeture
gluzzie opened this issue ยท 9 comments
I'm aware of the issue. It seems like a mod incompatibility, so if anyone could go through their mods list and see which one it is, that would be very helpful. I can't replicate this issue myself
I FOUND THE MOD!!!
After searching through my mod pack and figured it was the "Attruibute fix" mod
https://www.curseforge.com/minecraft/mc-mods/attributefix
I'm on the latest version of 1.20.1
did you try deleting your attribute fix config?
iirc it doesn't modify modded attributes (it will just contain their default caps) but if you had an old version of cold sweat it might contain some old values which could cause issues
Some versions of the mod actually do change the values if it is an invalid number (+-infinity, NaN) to be a "rational" number instead. Cold Sweat uses NaN to mark attribute values as "unset", because when you set an attribute value it overrides the default behavior for that property (i.e. setting your world temperature to 75 will make it 75 permanently and won't change until you clear the attribute)