buffed tong durability, hopefully also fixes the oven thing too

This commit is contained in:
Pyritie 2025-04-23 21:41:50 +01:00
parent 032773d491
commit 9558604a72

View file

@ -10,7 +10,7 @@
yeet = true
#This sets the temperature when a hot object should start burning the player (in celsius).
#Range: > -2147483648
hotTemperature = 300
hotTemperature = 500
#This sets the temperature when a cold object should add effects to the player (in celsius).
#Range: > -2147483648
coldTemperature = -20
@ -25,10 +25,10 @@
itemTemperatureModifier = 2.0
#How often the heat of your tongs, mittens or potholders should increase. Higher value -> slower. Too high and items won't heat up.
#Range: > 1
itemHeatTimeInterval = 1
itemHeatTimeInterval = 4
#How often the durability of your tongs, mittens or potholders should take damage. Higher value -> slower. Holding multiple hot items will damage your insulating items faster!
#Range: > 1
itemDamageTimeInterval = 10
itemDamageTimeInterval = 40
#Durability for wooden tongs.
#Range: > 0
woodenTongsDurability = 250