diff options
Diffstat (limited to 'items/SULPHUR_BOW.json')
-rw-r--r-- | items/SULPHUR_BOW.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/items/SULPHUR_BOW.json b/items/SULPHUR_BOW.json new file mode 100644 index 00000000..9dcce497 --- /dev/null +++ b/items/SULPHUR_BOW.json @@ -0,0 +1,34 @@ +{ + "itemid": "minecraft:bow", + "displayname": "§5Sulphur Bow", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+200\",1:\"§7Strength: §c+100\",2:\" §8[§7⚔§8]\",3:\"\",4:\"§7Consumes 1 §6Sulphur§7 from the\",5:\"§7§eInventory §7or §aQuiver §7to\",6:\"§7§adouble§7 the damage per shot.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§5§lEPIC BOW\"],Name:\"§5Sulphur Bow\"},ExtraAttributes:{id:\"SULPHUR_BOW\",uuid:\"879d2efb-b5a3-4548-b596-1d8877cb95eb\",timestamp:\"3/10/22 2:23 PM\"}}", + "damage": 0, + "lore": [ + "§7Damage: §c+200", + "§7Strength: §c+100", + " §8[§7⚔§8]", + "", + "§7Consumes 1 §6Sulphur§7 from the", + "§7§eInventory §7or §aQuiver §7to", + "§7§adouble§7 the damage per shot.", + "", + "§7§8This item can be reforged!", + "§5§lEPIC BOW" + ], + "recipe": { + "A1": "ENCHANTED_STRING:50", + "A2": "ENCHANTED_SULPHUR:50", + "A3": "", + "B1": "ENCHANTED_STRING:50", + "B2": "", + "B3": "BEZOS:50", + "C1": "ENCHANTED_STRING:50", + "C2": "ENCHANTED_SULPHUR:50", + "C3": "" + }, + "internalname": "SULPHUR_BOW", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |