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_DIAMOND_BLOCK.json | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) (limited to 'items/ENCHANTED_DIAMOND_BLOCK.json') diff --git a/items/ENCHANTED_DIAMOND_BLOCK.json b/items/ENCHANTED_DIAMOND_BLOCK.json index 7131070d..040f7979 100644 --- a/items/ENCHANTED_DIAMOND_BLOCK.json +++ b/items/ENCHANTED_DIAMOND_BLOCK.json @@ -1,12 +1,27 @@ { - "internalname": "ENCHANTED_DIAMOND_BLOCK", "itemid": "minecraft:diamond_block", - "displayname": "Enchanted Diamond Block", - "clickcommand": "viewrecipe", - "damage": 0, + "displayname": "§9Enchanted Diamond Block", "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9§lRARE\"],Name:\"§9Enchanted Diamond Block\"},ExtraAttributes:{id:\"ENCHANTED_DIAMOND_BLOCK\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ - "?9?lRARE" + "§9§lRARE" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND:32", + "A3": "", + "B1": "ENCHANTED_DIAMOND:32", + "B2": "ENCHANTED_DIAMOND:32", + "B3": "ENCHANTED_DIAMOND:32", + "C1": "", + "C2": "ENCHANTED_DIAMOND:32", + "C3": "" + }, + "internalname": "ENCHANTED_DIAMOND_BLOCK", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Diamond_Block" ] } \ No newline at end of file -- cgit