No Longer Possible to Turn of Ice Block Temperature Effect
Secant1 opened this issue ยท 4 comments
In previous versions ice only froze you because it was listed in the config with a blocktemp, but now despite not being present in the blocktemp list it still decreases the player's temperature, and as far as I can tell there is no longer a way to disable this.
If you add it to the Block Temperatures section with a temperature of 0, it will effectively disable it.
Ok, I've done some testing and you are correct. Because of the way config settings stack rather than replace each other, adding a config with ice's temperature set to 0 doesn't do anything. I was able to rework the system so that the ice block temperatures are now back to being defined in TOML, so they can be edited.
I also made some changes to how to load order works, so for cases in the future in which you need to change a block temperature that isn't defined in TOML, you can make a JSON config under config/coldsweat/data
that overrides it.