diff options
-rw-r--r-- | constants/enchants.json | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/constants/enchants.json b/constants/enchants.json index 14bb6ff2..13c57923 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -75,7 +75,6 @@ "efficiency", "replenish", "silk_touch", - "turbo_cactus", "turbo_coco", "turbo_melon", "turbo_pumpkin", @@ -185,6 +184,7 @@ "replenish", "harvesting", "turbo_wheat", + "turbo_cactus", "turbo_cane", "turbo_warts", "turbo_carrot", @@ -1206,7 +1206,7 @@ 40, 50 ], - "turbo_cacti": [ + "turbo_cactus": [ 10, 20, 30, @@ -1491,11 +1491,13 @@ "enchant_mapping_id": [ "prosecute", "dragon_tracer", - "turbo_cocoa" + "turbo_cocoa", + "turbo_cacti" ], "enchant_mapping_item" : [ "PROSECUTE", "aiming", - "turbo_coco" + "turbo_coco", + "turbo_cactus" ] }
\ No newline at end of file |