From 9f1b7f9e57b98c131f19a736ad878a4bc0881cf1 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 28 Mar 2023 22:39:43 +0200 Subject: Revert "Fix Turbo-Cocoa enchant id" (#913) * Revert "Fix Turbo-Cocoa enchant id (#912)" This reverts commit ad10ce401b9e530e8280e0edb58e75933450baa7. * God. --- constants/enchants.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/constants/enchants.json b/constants/enchants.json index 45bf9d83..2805ed2a 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -1479,10 +1479,12 @@ }, "enchant_mapping_id": [ "prosecute", - "dragon_tracer" + "dragon_tracer", + "turbo_cocoa" ], "enchant_mapping_item" : [ "PROSECUTE", - "aiming" + "aiming", + "turbo_coco" ] -} +} \ No newline at end of file -- cgit