reduced durability of wood tongs
This commit is contained in:
parent
a1446cc3a0
commit
a764133b8f
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
itemDamageTimeInterval = 60
|
||||
#Durability for wooden tongs.
|
||||
#Range: > 0
|
||||
woodenTongsDurability = 100
|
||||
woodenTongsDurability = 25
|
||||
#Durability for potholders.
|
||||
#Range: > 0
|
||||
potholderDurability = 600
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue