Cold Sweat

Cold Sweat

5M Downloads

How should I write the config in "item_settings"?

sevsn opened this issue ยท 2 comments

commented

How should I write the config in "item_settings"? I tried to write it like this ["minecraft:lava_bucket", 15, "hand", "core", "{}", 15], but it disappears after starting the game

commented

This config works for me. Verify that the whole setting looks like this:
"Carried Item Temperatures" = [["minecraft:lava_bucket", 15, "hand", "core", "{}", 15]]

Keep in mind that for core temperature, this is applied every tick, meaning your temperature will almost instantly hit 100.

commented

It's working, thank you