From 94e8c63b8744e45ffbfffdf0987839dc1d0594ac Mon Sep 17 00:00:00 2001 From: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> Date: Fri, 16 Sep 2022 04:30:56 +1000 Subject: added mappings for the et/hex overlays (#821) --- constants/enchants.json | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/constants/enchants.json b/constants/enchants.json index 0854cd12..a1999447 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -825,7 +825,8 @@ 30 ], "flame": [ - 25 + 25, + 0 ], "infinite_quiver": [ 10, @@ -1437,5 +1438,13 @@ "efficiency": 5, "harvesting": 5, "piscary": 5 - } -} \ No newline at end of file + }, + "enchant_mapping_id": [ + "prosecute", + "dragon_tracer" + ], + "enchant_mapping_item" : [ + "PROSECUTE", + "aiming" + ] +} -- cgit