diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-04-13 12:49:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-13 10:49:36 +0000 |
commit | abcc153925a4d0213164ea1379ba51e82e8c31e1 (patch) | |
tree | 856b01c9cf421e77f151adec5b48e31c710ece8c /constants/enchants.json | |
parent | 6b79c227e6681e44ef0b4a41cecd2d9d6206ae63 (diff) | |
download | NotEnoughUpdates-REPO-abcc153925a4d0213164ea1379ba51e82e8c31e1.tar.gz NotEnoughUpdates-REPO-abcc153925a4d0213164ea1379ba51e82e8c31e1.tar.bz2 NotEnoughUpdates-REPO-abcc153925a4d0213164ea1379ba51e82e8c31e1.zip |
Added the last pets, fixed lores and added a recipe (#1157)
Diffstat (limited to 'constants/enchants.json')
-rw-r--r-- | constants/enchants.json | 39 |
1 files changed, 30 insertions, 9 deletions
diff --git a/constants/enchants.json b/constants/enchants.json index 5d34b82c..feff95db 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -89,7 +89,8 @@ "fortune", "silk_touch", "pristine", - "smelting_touch" + "smelting_touch", + "paleontologist" ], "DRILL": [ "compact", @@ -98,7 +99,8 @@ "fortune", "pristine", "silk_touch", - "smelting_touch" + "smelting_touch", + "paleontologist" ], "FISHING ROD": [ "angler", @@ -220,7 +222,8 @@ "ultimate_bobbin_time", "transylvanian", "pesterminator", - "ultimate_refrigerate" + "ultimate_refrigerate", + "ice_cold" ], "CHESTPLATE": [ "protection", @@ -246,7 +249,8 @@ "ultimate_bobbin_time", "reflection", "pesterminator", - "ultimate_refrigerate" + "ultimate_refrigerate", + "ice_cold" ], "LEGGINGS": [ "protection", @@ -270,7 +274,8 @@ "ultimate_habanero_tactics", "ultimate_bobbin_time", "pesterminator", - "ultimate_refrigerate" + "ultimate_refrigerate", + "ice_cold" ], "BOOTS": [ "protection", @@ -297,7 +302,8 @@ "ultimate_habanero_tactics", "ultimate_bobbin_time", "pesterminator", - "ultimate_refrigerate" + "ultimate_refrigerate", + "ice_cold" ], "LONGSWORD": [ "bane_of_arthropods", @@ -391,7 +397,8 @@ "ultimate_fatal_tempo", "tabasco", "champion", - "divine_gift" + "divine_gift", + "paleontologist" ], "GLOVES": [ "cayenne", @@ -1360,6 +1367,20 @@ 18, 23 ], + "paleontologist": [ + 23, + 45, + 91, + 136, + 179 + ], + "ice_cold": [ + 27, + 41, + 55, + 68, + 82 + ], "one_for_all": [ 50 ], @@ -1498,7 +1519,7 @@ ] }, "max_xp_table_levels": { - "sharpness" : 5, + "sharpness": 5, "smite": 5, "bane_of_arthropods": 5, "looting": 3, @@ -1545,7 +1566,7 @@ "turbo_cocoa", "turbo_cacti" ], - "enchant_mapping_item" : [ + "enchant_mapping_item": [ "PROSECUTE", "aiming", "turbo_coco", |