From a261c43119d43e39e318b507831f656d0339a8c2 Mon Sep 17 00:00:00 2001 From: stijnb1234 Date: Thu, 8 Apr 2021 10:03:17 +0200 Subject: [PATCH] Moved leather_boots to 64 damage values, because the last one is fully damaged. --- dist/js/calculator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/js/calculator.js b/dist/js/calculator.js index 168c1ba..6c4e304 100644 --- a/dist/js/calculator.js +++ b/dist/js/calculator.js @@ -1,6 +1,6 @@ //TODO Support more items const itemDamages = { - 'leather_boots': 65 + 'leather_boots': 64 }; /**