From 9558604a72173c7a7402bf5614a39d11df14ed99 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Wed, 23 Apr 2025 21:41:50 +0100 Subject: [PATCH] buffed tong durability, hopefully also fixes the oven thing too --- config/tfchotornot-common.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/tfchotornot-common.toml b/config/tfchotornot-common.toml index 7e77ea351..158dc3fa3 100644 --- a/config/tfchotornot-common.toml +++ b/config/tfchotornot-common.toml @@ -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