From cbb6e415e77217d4cc0b24843757b8583d814c3f Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Mon, 15 May 2023 08:02:39 +0200 Subject: Added new skin (#923) * Added new skin * Fixed lore of drills and fixed nbt of fatal tempo * Added dedication to enchants * SkyBlock Patch 0.18.4 - Sack Additions & Bug Fixes --- constants/enchants.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'constants') diff --git a/constants/enchants.json b/constants/enchants.json index 83785b48..0bf0014a 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -1315,6 +1315,12 @@ 20, 25 ], + "dedication": [ + 20, + 25, + 30, + 100 + ], "one_for_all": [ 50 ], -- cgit