From ce36803bb7a2184e4c0e6803e80ea5d227fda8ad Mon Sep 17 00:00:00 2001 From: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> Date: Fri, 23 Jun 2023 05:00:27 +1000 Subject: fixing turbo cactus (#942) * fixing turbo cactus * fix --- constants/enchants.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'constants') 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 -- cgit