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/DECK_CHAIR.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 items/DECK_CHAIR.json (limited to 'items/DECK_CHAIR.json') diff --git a/items/DECK_CHAIR.json b/items/DECK_CHAIR.json new file mode 100644 index 00000000..109d9416 --- /dev/null +++ b/items/DECK_CHAIR.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Deck Chair", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"56a624d7-aa54-3e75-b9e4-9d4c38925ddf\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NjQ2ODEwOTI4ODQsInByb2ZpbGVJZCI6ImIwZDczMmZlMDBmNzQwN2U5ZTdmNzQ2MzAxY2Q5OGNhIiwicHJvZmlsZU5hbWUiOiJPUHBscyIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2JmNzYxMTg4MmRjZjg5NjllNDgxZmU2NjYyYTgxY2IyZDMzMmI3NTAxZTdiOThlOGZhZTMwZmIzNGY5NjRhNyJ9fX0\u003d\"}]}},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:\"§9Deck Chair\"},ExtraAttributes:{id:\"DECK_CHAIR\"}}", + "damage": 3, + "lore": [ + "§8Furniture", + "", + "§7This exclusive Summer cosmetic", + "§7can be placed on your island or", + "§7traded.", + "", + "§9§lRARE" + ], + "internalname": "DECK_CHAIR", + "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