Cold Sweat

Cold Sweat

5M Downloads

[Regression] Negative temperature values on Carried Items aren't respected

dandalous opened this issue · 2 comments

commented

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:
Image
Holding soul lantern (expected world cooling):
Image
Holding snow bucket (expected extreme core cooling):
Image

Minecraft 1.20.1
Forge 47.4.0
Cold Sweat 2.4-b04b

commented

I can confirm this issue. It'll be fixed in 2.4-b04c

commented