From 93d14a1b0d9170dbde73d365d69eb27d5dbdfb5c Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 9 Dec 2022 16:50:07 +0100 Subject: XTREE (#870) * XTREE * Lava Rod * Fixed lore of most Furniture items * Fixed 2 npc things * Fixed rare flying fish perk * Fixed Lulonaut * Added Bingo Card (extreme) * Fixed Skin lore * Fixed lore of sb menu * Fixed Ice essence and glacial scythe * Fixed Tac Sword Lore lf approves * New Kuudra Update stuff * Fixed lore of nether sack items * I love hypixel --- items/SPELL_POWDER.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'items/SPELL_POWDER.json') diff --git a/items/SPELL_POWDER.json b/items/SPELL_POWDER.json index 23571feb..d4c25f8d 100644 --- a/items/SPELL_POWDER.json +++ b/items/SPELL_POWDER.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:glowstone_dust", "displayname": "§5Spell Powder", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"§7§7§oLooks like Sulphur, smells\",2:\"§7§olike Sulphur... Suspicious.\",3:\"\",4:\"§8§l* §8Co-op Soulbound §8§l*\",5:\"§5§lEPIC\"],Name:\"§5Spell Powder\"},ExtraAttributes:{id:\"SPELL_POWDER\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7§7§oLooks like Sulphur, smells\",1:\"§7§olike Sulphur... Suspicious.\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§8§l* §8Co-op Soulbound §8§l*\",6:\"§5§lEPIC\"],Name:\"§5Spell Powder\"},ExtraAttributes:{id:\"SPELL_POWDER\"}}", "damage": 0, "lore": [ - "§eRight-click to view recipes!", "§7§7§oLooks like Sulphur, smells", "§7§olike Sulphur... Suspicious.", "", + "§eRight-click to view recipes!", + "", "§8§l* §8Co-op Soulbound §8§l*", "§5§lEPIC" ], @@ -20,4 +21,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Spell_Powder", "https://wiki.hypixel.net/Spell_Powder" ] -} +} \ No newline at end of file -- cgit