diff options
author | Erymanthus[#5074] | (u/)RayDeeUx <51521765+RayDeeUx@users.noreply.github.com> | 2020-12-24 14:45:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-24 14:45:45 -0500 |
commit | d4768575718df4e3923d52aad960ac08b7bb3671 (patch) | |
tree | cfe391279821fa109ec60935b2e52e024378584f /constants/enchants.json | |
parent | 14cd66ca28e7c001585313b525b0353e1d785c60 (diff) | |
download | NotEnoughUpdates-REPO-d4768575718df4e3923d52aad960ac08b7bb3671.tar.gz NotEnoughUpdates-REPO-d4768575718df4e3923d52aad960ac08b7bb3671.tar.bz2 NotEnoughUpdates-REPO-d4768575718df4e3923d52aad960ac08b7bb3671.zip |
Band-Aid type of fix for hyphenated enchantments (#338)
also added two new enchantment pool pairs (triplestrike/firststrike and giantkiller/titankiller)
i tested this on my own and for some reason it works even though it might not match the name of the enchantment in-game in terms of hyphenation... welp. whatever gets the job done, i guess?
— erymanthus | u/raydeeux
Diffstat (limited to 'constants/enchants.json')
-rw-r--r-- | constants/enchants.json | 48 |
1 files changed, 27 insertions, 21 deletions
diff --git a/constants/enchants.json b/constants/enchants.json index e2347b74..044b4ae1 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -27,7 +27,7 @@ "titan_killer", "thunderlord", "thunderbolt", - "triple-strike", + "triple_strike", "vampirism", "venomous", "vicious", @@ -63,10 +63,10 @@ "telekinesis", "replenish", "silk_touch", - "turbo-cacti", - "turbo-coco", - "turbo-melon", - "turbo-pumpkin" + "turbo_cacti", + "turbo_coco", + "turbo_melon", + "turbo_pumpkin" ], "PICKAXE": [ "compact", @@ -99,12 +99,12 @@ "replenish", "harvesting", "telekinesis", - "turbo-wheat", - "turbo-cane", - "turbo-warts", - "turbo-carrot", - "turbo-potato", - "turbo-mushroom" + "turbo_wheat", + "turbo_cane", + "turbo_warts", + "turbo_carrot", + "turbo_potato", + "turbo_mushrooms" ], "HELMET": [ "big_brain", @@ -218,6 +218,12 @@ ], [ "depth_strider", "frost_walker" + ], [ + "first_strike", + "triple_strike" + ], [ + "giant_killer", + "titan_killer" ] ], "enchants_min_level": { @@ -296,16 +302,16 @@ "feather_falling": 5, "depth_strider": 3, "thorns": 3, - "turbo-wheat": 5, - "turbo-cane": 5, - "turbo-warts": 5, - "turbo-carrot": 5, - "turbo-potato": 5, - "turbo-mushroom": 5, - "turbo-cacti": 5, - "turbo-coco": 5, - "turbo-melon": 5, - "turbo-pumpkin": 5, + "turbo_wheat": 5, + "turbo_cane": 5, + "turbo_warts": 5, + "turbo_carrot": 5, + "turbo_potato": 5, + "turbo_mushrooms": 5, + "turbo_cacti": 5, + "turbo_coco": 5, + "turbo_melon": 5, + "turbo_pumpkin": 5, "ultimate_one_for_all": 1, "ultimate_soul_eater": 5, "ultimate_bank": 5, |