From 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 31 Mar 2020 22:49:36 +1100 Subject: MASSIVE update --- items/ENDER_BOW.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 items/ENDER_BOW.json (limited to 'items/ENDER_BOW.json') diff --git a/items/ENDER_BOW.json b/items/ENDER_BOW.json new file mode 100644 index 00000000..0dac0971 --- /dev/null +++ b/items/ENDER_BOW.json @@ -0,0 +1,24 @@ +{ + "internalname": "ENDER_BOW", + "itemid": "minecraft:bow", + "displayname": "Ender Bow", + "clickcommand": "viewrecipe", + "damage": 0, + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+60\",1:\"\",2:\"§6Item Ability: Ender Warp\",3:\"§7Shoots an Ender Pearl. Upon\",4:\"§7landing you deal damage to all\",5:\"§7Monsters in a §a8.0§7 block\",6:\"§7radius for §a10.0%§7 of their\",7:\"§7§c❤ Health§7.\",8:\"§8Mana Cost: §350\",9:\"§8Cooldown: §a45s\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§9§lRARE BOW\"],Name:\"§9Ender Bow\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"ENDER_BOW\",uuid:\"4d4d83c0-f42b-4287-bc89-13d3b852706f\",timestamp:\"3/30/20 4:43 PM\"}}", + "modver": "1.0.0", + "lore": [ + "§7Damage: §c+60", + "", + "§6Item Ability: Ender Warp", + "§7Shoots an Ender Pearl. Upon", + "§7landing you deal damage to all", + "§7Monsters in a §a8.0§7 block", + "§7radius for §a10.0%§7 of their", + "§7§c❤ Health§7.", + "§8Mana Cost: §350", + "§8Cooldown: §a45s", + "", + "§7§8This item can be reforged!", + "§9§lRARE BOW" + ] +} \ No newline at end of file -- cgit