diff options
author | Lulonaut <67191924+Lulonaut@users.noreply.github.com> | 2021-07-28 14:06:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-28 17:06:34 -0400 |
commit | 47247c439980c685b6dde103f85ebd353b204b57 (patch) | |
tree | 5a95bdbeb28855722ce7853f93a1d30246b7bcbd /items/SPIDER_QUEENS_STINGER.json | |
parent | 522126a6f4be380f39e5f356cfeb22c79b860b13 (diff) | |
download | NotEnoughUpdates-REPO-47247c439980c685b6dde103f85ebd353b204b57.tar.gz NotEnoughUpdates-REPO-47247c439980c685b6dde103f85ebd353b204b57.tar.bz2 NotEnoughUpdates-REPO-47247c439980c685b6dde103f85ebd353b204b57.zip |
typo in SPIDER_QUEENS_STINGER.json (#564)
* typo in SPIDER_QUEENS_STINGER.json
* update nbt tag
Diffstat (limited to 'items/SPIDER_QUEENS_STINGER.json')
-rw-r--r-- | items/SPIDER_QUEENS_STINGER.json | 6 |
1 files changed, 3 insertions, 3 deletions
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 +} |