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/CHEST.json | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) (limited to 'items/CHEST.json') diff --git a/items/CHEST.json b/items/CHEST.json index 7acadeac..b106c18b 100644 --- a/items/CHEST.json +++ b/items/CHEST.json @@ -7,10 +7,18 @@ "§f§lCOMMON" ], "internalname": "CHEST", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Chest" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD:1", + "A2": "WOOD:1", + "A3": "WOOD:1", + "B1": "WOOD:1", + "B2": "", + "B3": "WOOD:1", + "C1": "WOOD:1", + "C2": "WOOD:1", + "C3": "WOOD:1" + } } \ No newline at end of file -- cgit