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/DAY_CRYSTAL.json | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'items/DAY_CRYSTAL.json') diff --git a/items/DAY_CRYSTAL.json b/items/DAY_CRYSTAL.json index f3fff25d..ee0db49f 100644 --- a/items/DAY_CRYSTAL.json +++ b/items/DAY_CRYSTAL.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:nether_star", "displayname": "§9Day Crystal", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Increases your §9§c❁ Strength\",1:\"§c§7and §a❈ Defense§7 by §a+5§7\",2:\"§7during the Day.\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE ACCESSORY\",6:\"\",7:\"§eClick to view recipe!\"],Name:\"§9Day Crystal\"},ExtraAttributes:{id:\"DAY_CRYSTAL\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Increases your §9§c❁ Strength\",1:\"§c§7and §a❈ Defense§7 by §a+5§7\",2:\"§7during the Day.\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE ACCESSORY\"],Name:\"§9Day Crystal\"},ExtraAttributes:{id:\"DAY_CRYSTAL\"}}", "damage": 0, "lore": [ "§7Increases your §9§c❁ Strength", @@ -11,7 +11,22 @@ "§7§8This item can be reforged!", "§9§lRARE ACCESSORY" ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_QUARTZ:1", + "A3": "", + "B1": "ENCHANTED_QUARTZ:1", + "B2": "ENCHANTED_QUARTZ_BLOCK:1", + "B3": "ENCHANTED_QUARTZ:1", + "C1": "", + "C2": "ENCHANTED_QUARTZ:1", + "C3": "" + }, "internalname": "DAY_CRYSTAL", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Day_Crystal" + ] } \ No newline at end of file -- cgit