diff options
Diffstat (limited to 'items/CHEST.json')
-rw-r--r-- | items/CHEST.json | 20 |
1 files changed, 14 insertions, 6 deletions
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 |