From 2d2d7db222a466ea627238d005400b44b93e227b Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 20 Apr 2020 13:16:45 +1000 Subject: Update items to RELEASE-1.0 --- items/SOLAR_PANEL.json | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) (limited to 'items/SOLAR_PANEL.json') diff --git a/items/SOLAR_PANEL.json b/items/SOLAR_PANEL.json index 5332d95b..05af8680 100644 --- a/items/SOLAR_PANEL.json +++ b/items/SOLAR_PANEL.json @@ -1,16 +1,31 @@ { - "internalname": "SOLAR_PANEL", "itemid": "minecraft:daylight_detector", - "displayname": "Solar Panel", - "clickcommand": "viewrecipe", - "damage": 0, + "displayname": "§aSolar Panel", "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Increases the speed of your\",1:\"§7minion by §a25%§7 during the\",2:\"§7day. Unlimited Duration!\",3:\"\",4:\"§a§lUNCOMMON\"],Name:\"§aSolar Panel\"},ExtraAttributes:{id:\"SOLAR_PANEL\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§7Increases the speed of your", "§7minion by §a25%§7 during the", "§7day. Unlimited Duration!", "", "§a§lUNCOMMON" + ], + "recipe": { + "A1": "GLASS:1", + "A2": "GLASS:1", + "A3": "GLASS:1", + "B1": "ENCHANTED_QUARTZ:64", + "B2": "ENCHANTED_QUARTZ:64", + "B3": "ENCHANTED_QUARTZ:64", + "C1": "WOOD:1", + "C2": "WOOD:1", + "C3": "WOOD:1" + }, + "internalname": "SOLAR_PANEL", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Solar_Panel" ] } \ No newline at end of file -- cgit