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/SKYBLOCK_MENU.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'items/SKYBLOCK_MENU.json') diff --git a/items/SKYBLOCK_MENU.json b/items/SKYBLOCK_MENU.json index e073357a..83cd173d 100644 --- a/items/SKYBLOCK_MENU.json +++ b/items/SKYBLOCK_MENU.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:nether_star", - "displayname": "§aSkyBlock Menu §7(Right Click)", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7View all of your SkyBlock\",1:\"§7progress, including your Skills,\",2:\"§7Collections, Recipes, and more!\",3:\"\",4:\"§eClick to open!\"],Name:\"§aSkyBlock Menu §7(Right Click)\"},ExtraAttributes:{id:\"SKYBLOCK_MENU\"}}", + "displayname": "§aSkyBlock Menu §7(Click)", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7View all of your SkyBlock\",1:\"§7progress, including your Skills,\",2:\"§7Collections, Recipes, and more!\",3:\"\",4:\"§eClick to open!\"],Name:\"§aSkyBlock Menu §7(Click)\"},ExtraAttributes:{id:\"SKYBLOCK_MENU\"}}", "damage": 0, "lore": [ "§7View all of your SkyBlock", -- cgit