[Regression] Negative temperature values on Carried Items aren't respected
dandalous opened this issue · 2 comments
In my configuration I have 4 items that provide passive heating and cooling. The items that provide cooling behave like the ones that provide heating. (The buckets reach extreme temperatures on purpose.) This worked as expected in older versions.
item.toml:
"Carried Item Temperatures" = [
["minecraft:torch,minecraft:lantern", 0.15, "hand", "world", "{}", 0.2],
["minecraft:soul_torch,minecraft:soul_lantern", -0.15, "hand", "world", "{}", -0.2],
["minecraft:lava_bucket", 1.0, "inventory", "core", "{}", 1.0],
["minecraft:powder_snow_bucket", -1.0, "inventory", "core", "{}", -1.0]
]Default temperature:

Holding soul lantern (expected world cooling):

Holding snow bucket (expected extreme core cooling):

Minecraft 1.20.1
Forge 47.4.0
Cold Sweat 2.4-b04b