Moved leather_boots to 64 damage values, because the last one is fully damaged.

This commit is contained in:
stijnb1234 2021-04-08 10:03:17 +02:00
parent 9f4cebf28c
commit a261c43119

View file

@ -1,6 +1,6 @@
//TODO Support more items //TODO Support more items
const itemDamages = { const itemDamages = {
'leather_boots': 65 'leather_boots': 64
}; };
/** /**