reduced durability of wood tongs

This commit is contained in:
Pyritie 2025-09-14 17:02:46 +01:00
parent a1446cc3a0
commit a764133b8f
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@
## [Unreleased]
### Changes
- Reduced the durability of wooden tongs @Pyritie
### Bug fixes
- Ice soup now requires a bowl to craft, so it doesn't generate free bowls @Pyritie
### Translation updates

View file

@ -31,7 +31,7 @@
itemDamageTimeInterval = 60
#Durability for wooden tongs.
#Range: > 0
woodenTongsDurability = 100
woodenTongsDurability = 25
#Durability for potholders.
#Range: > 0
potholderDurability = 600