diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-04-03 14:24:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-03 22:24:17 +1000 |
commit | 1662c79b9944a9b77434b4e939a953e59477eb5a (patch) | |
tree | ab506c31ca40f3e2fbcfd5992a3b19240a5cf70e /constants/enchants.json | |
parent | bbf75d0b43c0b62a5bc094e135e03eded4104842 (diff) | |
download | NotEnoughUpdates-REPO-1662c79b9944a9b77434b4e939a953e59477eb5a.tar.gz NotEnoughUpdates-REPO-1662c79b9944a9b77434b4e939a953e59477eb5a.tar.bz2 NotEnoughUpdates-REPO-1662c79b9944a9b77434b4e939a953e59477eb5a.zip |
Fixed 38 Items, added some reforge stats and a new pet item (#915)
Diffstat (limited to 'constants/enchants.json')
-rw-r--r-- | constants/enchants.json | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/constants/enchants.json b/constants/enchants.json index 2805ed2a..83785b48 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -80,7 +80,8 @@ "turbo_melon", "turbo_pumpkin", "delicate", - "sunder" + "sunder", + "dedication" ], "PICKAXE": [ "compact", @@ -190,7 +191,8 @@ "turbo_potato", "turbo_mushrooms", "cultivating", - "delicate" + "delicate", + "dedication" ], "HELMET": [ "big_brain", @@ -388,19 +390,23 @@ ], "BELT": [ "cayenne", - "prosperity" + "prosperity", + "green_thumb" ], "NECKLACE": [ "cayenne", - "prosperity" + "prosperity", + "green_thumb" ], "BRACELET": [ "cayenne", - "prosperity" + "prosperity", + "green_thumb" ], "CLOAK": [ "cayenne", - "prosperity" + "prosperity", + "green_thumb" ] }, "enchant_pools": [ |