diff options
Diffstat (limited to 'items/GOLD_TIPPED_ARROW.json')
-rw-r--r-- | items/GOLD_TIPPED_ARROW.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/items/GOLD_TIPPED_ARROW.json b/items/GOLD_TIPPED_ARROW.json new file mode 100644 index 00000000..850dd1ef --- /dev/null +++ b/items/GOLD_TIPPED_ARROW.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:arrow", + "displayname": "§fGold-tipped Arrow", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Damage: §c+10\",1:\"\",2:\"§8Stats added when shot!\",3:\"§f§lCOMMON ARROW\"],Name:\"§fGold-tipped Arrow\"},ExtraAttributes:{id:\"GOLD_TIPPED_ARROW\"}}", + "damage": 0, + "lore": [ + "§7Damage: §c+10", + "", + "§8Stats added when shot!", + "§f§lCOMMON ARROW" + ], + "internalname": "GOLD_TIPPED_ARROW", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Arrows" + ] +}
\ No newline at end of file |