From 228ec7960d0319d8018c24ee14a92ea235c5e68c Mon Sep 17 00:00:00 2001 From: Moulberry Date: Thu, 1 Oct 2020 18:44:26 +1000 Subject: vanilla stuff & new items --- items/COMPASS.json | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to 'items/COMPASS.json') diff --git a/items/COMPASS.json b/items/COMPASS.json index 57c91346..3d47ad57 100644 --- a/items/COMPASS.json +++ b/items/COMPASS.json @@ -1,16 +1,24 @@ { "itemid": "minecraft:compass", "displayname": "§fCompass", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\",1:\"\",2:\"§eClick to view recipe!\"],Name:\"§fCompass\"},ExtraAttributes:{id:\"COMPASS\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCompass\"},ExtraAttributes:{id:\"COMPASS\"}}", "damage": 0, "lore": [ "§f§lCOMMON" ], "internalname": "COMPASS", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Compass" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "", + "A2": "IRON_INGOT:1", + "A3": "", + "B1": "IRON_INGOT:1", + "B2": "REDSTONE:1", + "B3": "IRON_INGOT:1", + "C1": "", + "C2": "IRON_INGOT:1", + "C3": "" + } } \ No newline at end of file -- cgit