diff options
author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2022-09-16 04:30:56 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-15 20:30:56 +0200 |
commit | 94e8c63b8744e45ffbfffdf0987839dc1d0594ac (patch) | |
tree | 8f5529c09079204b08824d8dabb4ab88f217ef12 | |
parent | b8cda676ec0a62ad70df218ad1dc87b81ff0bd2d (diff) | |
download | NotEnoughUpdates-REPO-94e8c63b8744e45ffbfffdf0987839dc1d0594ac.tar.gz NotEnoughUpdates-REPO-94e8c63b8744e45ffbfffdf0987839dc1d0594ac.tar.bz2 NotEnoughUpdates-REPO-94e8c63b8744e45ffbfffdf0987839dc1d0594ac.zip |
added mappings for the et/hex overlays (#821)
-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" + ] +} |