From a608bfb4b4ef40ec748554ed884a79f6beae2df1 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 8 Jul 2021 00:27:53 +0200 Subject: Summer - Added new Minion Skins and Furniture Stuff, added 2 Mayors added Rainbow Name and fixed 3 Bugs (#531) * Summer * Mayor Stuff * Another Fix * Rainbow Name and a fix * Fixing Cultivating * Another Fix * yep * Rainbow Name * Another Fix * Rainbow Name --- items/BEACH_UMBRELLA.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 items/BEACH_UMBRELLA.json (limited to 'items/BEACH_UMBRELLA.json') diff --git a/items/BEACH_UMBRELLA.json b/items/BEACH_UMBRELLA.json new file mode 100644 index 00000000..bf3ff35e --- /dev/null +++ b/items/BEACH_UMBRELLA.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Beach Umbrella", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a84ff924-0208-385e-a59a-bc6733cfd49d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWE1YWIwNWVhMjU0YzMyZTNjNDhmM2ZkY2Y5ZmQ5ZDc3ZDNjYmEwNGU2YjVlYzJlNjhiM2NiZGNmYWMzZmQifX19\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7This exclusive Summer cosmetic\",3:\"§7can be placed on your island or\",4:\"§7traded.\",5:\"\",6:\"§9§lRARE\"],Name:\"§9Beach Umbrella\"},ExtraAttributes:{id:\"BEACH_UMBRELLA\"}}", + "damage": 3, + "lore": [ + "§8Furniture", + "", + "§7This exclusive Summer cosmetic", + "§7can be placed on your island or", + "§7traded.", + "", + "§9§lRARE" + ], + "internalname": "BEACH_UMBRELLA", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Furniture" + ] +} \ No newline at end of file -- cgit