diff options
Diffstat (limited to 'constants/enchants.json')
-rw-r--r-- | constants/enchants.json | 15 |
1 files 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" + ] +} |