diff options
-rw-r--r-- | constants/enchants.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/constants/enchants.json b/constants/enchants.json index a110beda..dc186c54 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -18,7 +18,7 @@ "life_steal", "looting", "luck", - "prosecute", + "PROSECUTE", "scavenger", "sharpness", "smite", @@ -217,7 +217,7 @@ "life_steal" ], [ "execute", - "prosecute" + "PROSECUTE" ], [ "depth_strider", "frost_walker" @@ -335,7 +335,7 @@ "critical": 5, "ender_slayer": 5, "execute": 5, - "prosecute": 5, + "PROSECUTE": 5, "fire_aspect": 2, "first_strike": 4, "triple-strike": 5, |