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/ENCHANTED_COAL.json | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) (limited to 'items/ENCHANTED_COAL.json') diff --git a/items/ENCHANTED_COAL.json b/items/ENCHANTED_COAL.json index 658ab8e0..a253a876 100644 --- a/items/ENCHANTED_COAL.json +++ b/items/ENCHANTED_COAL.json @@ -1,16 +1,31 @@ { - "internalname": "ENCHANTED_COAL", "itemid": "minecraft:coal", - "displayname": "Enchanted Coal", - "clickcommand": "viewrecipe", - "damage": 0, + "displayname": "§aEnchanted Coal", "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7increases the speed of\",1:\"§7your minion by §a10%§7\",2:\"§7for 24 hours§7!\",3:\"\",4:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Coal\"},ExtraAttributes:{id:\"ENCHANTED_COAL\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§7increases the speed of", "§7your minion by §a10%§7", "§7for 24 hours§7!", "", "§a§lUNCOMMON" + ], + "recipe": { + "A1": "", + "A2": "COAL:32", + "A3": "", + "B1": "COAL:32", + "B2": "COAL:32", + "B3": "COAL:32", + "C1": "", + "C2": "COAL:32", + "C3": "" + }, + "internalname": "ENCHANTED_COAL", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Coal" ] } \ No newline at end of file -- cgit