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_SAND.json | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) (limited to 'items/ENCHANTED_SAND.json') diff --git a/items/ENCHANTED_SAND.json b/items/ENCHANTED_SAND.json index 8dbae3ee..3c11783f 100644 --- a/items/ENCHANTED_SAND.json +++ b/items/ENCHANTED_SAND.json @@ -1,12 +1,27 @@ { - "internalname": "ENCHANTED_SAND", "itemid": "minecraft:sand", - "displayname": "Enchanted Sand", - "clickcommand": "viewrecipe", - "damage": 0, + "displayname": "§aEnchanted Sand", "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Sand\"},ExtraAttributes:{id:\"ENCHANTED_SAND\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§a§lUNCOMMON" + ], + "recipe": { + "A1": "", + "A2": "SAND:32", + "A3": "", + "B1": "SAND:32", + "B2": "SAND:32", + "B3": "SAND:32", + "C1": "", + "C2": "SAND:32", + "C3": "" + }, + "internalname": "ENCHANTED_SAND", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Sand" ] } \ No newline at end of file -- cgit