diff options
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 |