diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-04-17 20:44:54 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-04-17 20:44:54 -0400 |
commit | c4b689cf48a7be59d13f2a37fc0e5f7c01fa6169 (patch) | |
tree | 36f51c68bc3442edb21060d270a81bfb2d619d68 /items | |
parent | 3ca80e8519426299af68e18aa488720cb09bad64 (diff) | |
download | NotEnoughUpdates-REPO-c4b689cf48a7be59d13f2a37fc0e5f7c01fa6169.tar.gz NotEnoughUpdates-REPO-c4b689cf48a7be59d13f2a37fc0e5f7c01fa6169.tar.bz2 NotEnoughUpdates-REPO-c4b689cf48a7be59d13f2a37fc0e5f7c01fa6169.zip |
add apiring leap
Diffstat (limited to 'items')
-rw-r--r-- | items/ASPIRING_LEAP.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/items/ASPIRING_LEAP.json b/items/ASPIRING_LEAP.json new file mode 100644 index 00000000..d3775227 --- /dev/null +++ b/items/ASPIRING_LEAP.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:ender_pearl", + "displayname": "§5Aspiring Leap", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§5Aspiring Leap\"},ExtraAttributes:{id:\"ASPIRING_LEAP\"}}", + "damage": 0, + "lore": [ + "§5§lEPIC DUNGEON ITEM" + ], + "recipe": { + "A1": "", + "A2": "SPIRIT_LEAP:16", + "A3": "", + "B1": "SPIRIT_LEAP:16", + "B2": "SPIRIT_LEAP:16", + "B3": "SPIRIT_LEAP:16", + "C1": "", + "C2": "SPIRIT_LEAP:16", + "C3": "" + }, + "internalname": "ASPIRING_LEAP", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL" +}
\ No newline at end of file |