From 47247c439980c685b6dde103f85ebd353b204b57 Mon Sep 17 00:00:00 2001 From: Lulonaut <67191924+Lulonaut@users.noreply.github.com> Date: Wed, 28 Jul 2021 14:06:34 -0700 Subject: typo in SPIDER_QUEENS_STINGER.json (#564) * typo in SPIDER_QUEENS_STINGER.json * update nbt tag --- items/SPIDER_QUEENS_STINGER.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'items/SPIDER_QUEENS_STINGER.json') diff --git a/items/SPIDER_QUEENS_STINGER.json b/items/SPIDER_QUEENS_STINGER.json index 4029f4ca..f6c0877a 100644 --- a/items/SPIDER_QUEENS_STINGER.json +++ b/items/SPIDER_QUEENS_STINGER.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:bow", "displayname": "§5Spider Queen\u0027s Stinger", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+180\",1:\"\",2:\"§7Arrows shot using this bow have\",3:\"§7an aura around them thad deals\",4:\"§c180❁ Damage §7to nearby\",5:\"§7enemies. Arrows travel through\",6:\"§7enemies\",7:\"\",8:\"§8This item can be reforged!\",9:\"§5§lEPIC BOW\"],Name:\"§5Spider Queen\u0027s Stinger\"},ExtraAttributes:{id:\"SPIDER_QUEENS_STINGER\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+180\",1:\"\",2:\"§7Arrows shot using this bow have\",3:\"§7an aura around them that deals\",4:\"§c180❁ Damage §7to nearby\",5:\"§7enemies. Arrows travel through\",6:\"§7enemies\",7:\"\",8:\"§8This item can be reforged!\",9:\"§5§lEPIC BOW\"],Name:\"§5Spider Queen\u0027s Stinger\"},ExtraAttributes:{id:\"SPIDER_QUEENS_STINGER\"}}", "damage": 0, "lore": [ "§7Damage: §c+180", "", "§7Arrows shot using this bow have", - "§7an aura around them thad deals", + "§7an aura around them that deals", "§c180❁ Damage §7to nearby", "§7enemies. Arrows travel through", "§7enemies", @@ -34,4 +34,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Spider_Queen%27s_Stinger" ], "crafttext": "" -} \ No newline at end of file +} -- cgit