diff options
Diffstat (limited to 'items/ARROW.json')
-rw-r--r-- | items/ARROW.json | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/items/ARROW.json b/items/ARROW.json index cf1c8b81..b493a76b 100644 --- a/items/ARROW.json +++ b/items/ARROW.json @@ -1,12 +1,13 @@ { "itemid": "minecraft:arrow", "displayname": "§fFlint Arrow", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Damage: §c+1\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§fFlint Arrow\"},ExtraAttributes:{id:\"ARROW\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Damage: §c+1\",1:\"\",2:\"§8Stats added when shot!\",3:\"§f§lCOMMON ARROW\"],Name:\"§fFlint Arrow\"},ExtraAttributes:{id:\"ARROW\"}}", "damage": 0, "lore": [ "§7Damage: §c+1", "", - "§f§lCOMMON" + "§8Stats added when shot!", + "§f§lCOMMON ARROW" ], "internalname": "ARROW", "modver": "2.0.0-REL", @@ -26,5 +27,6 @@ "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Flint_Arrow" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file |