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/GLASS.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 items/GLASS.json (limited to 'items/GLASS.json') diff --git a/items/GLASS.json b/items/GLASS.json new file mode 100644 index 00000000..ea269a0d --- /dev/null +++ b/items/GLASS.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:glass", + "displayname": "§fGlass", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\",1:\"\",2:\"§eClick to view recipe!\"],Name:\"§fGlass\"},ExtraAttributes:{id:\"GLASS\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "GLASS", + "clickcommand": "", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Glass" + ] +} \ No newline at end of file -- cgit