From 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 31 Mar 2020 22:49:36 +1100 Subject: MASSIVE update --- items/EXPLOSIVE_BOW.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 items/EXPLOSIVE_BOW.json (limited to 'items/EXPLOSIVE_BOW.json') diff --git a/items/EXPLOSIVE_BOW.json b/items/EXPLOSIVE_BOW.json new file mode 100644 index 00000000..3bad7bba --- /dev/null +++ b/items/EXPLOSIVE_BOW.json @@ -0,0 +1,22 @@ +{ + "internalname": "EXPLOSIVE_BOW", + "itemid": "minecraft:bow", + "displayname": "Explosive Bow", + "clickcommand": "viewrecipe", + "damage": 0, + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+100\",1:\"§7Strength: §c+20\",2:\"\",3:\"§6Item Ability: Explosive\",4:\"§7Creates an explosion on impact!\",5:\"§7Every Monster caught in this\",6:\"§7explosion takes the full damage\",7:\"§7of the weapon!\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC BOW\"],Name:\"§5Explosive Bow\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"EXPLOSIVE_BOW\",uuid:\"8da789ff-c756-409a-b5a6-e1e5a259fa38\",timestamp:\"3/30/20 8:37 PM\"}}", + "modver": "1.0.0", + "lore": [ + "§7Damage: §c+100", + "§7Strength: §c+20", + "", + "§6Item Ability: Explosive", + "§7Creates an explosion on impact!", + "§7Every Monster caught in this", + "§7explosion takes the full damage", + "§7of the weapon!", + "", + "§7§8This item can be reforged!", + "§5§lEPIC BOW" + ] +} \ No newline at end of file -- cgit