diff options
author | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
---|---|---|
committer | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
commit | 2d2d7db222a466ea627238d005400b44b93e227b (patch) | |
tree | 4e44e1972bb494ab126624225d38c37e9e99e232 /items/LARGE_ENCHANTED_CHEST.json | |
parent | 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 (diff) | |
download | NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.gz NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.bz2 NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.zip |
Update items to RELEASE-1.0
Diffstat (limited to 'items/LARGE_ENCHANTED_CHEST.json')
-rw-r--r-- | items/LARGE_ENCHANTED_CHEST.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/items/LARGE_ENCHANTED_CHEST.json b/items/LARGE_ENCHANTED_CHEST.json index 55c5b387..b7aff5aa 100644 --- a/items/LARGE_ENCHANTED_CHEST.json +++ b/items/LARGE_ENCHANTED_CHEST.json @@ -1,11 +1,8 @@ { - "internalname": "LARGE_ENCHANTED_CHEST", "itemid": "minecraft:chest", - "displayname": "Large Storage", - "clickcommand": "viewrecipe", - "damage": 0, + "displayname": "§9Large Storage", "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Place this chest next to a\",1:\"§7minion and the minion will store\",2:\"§7items inside once its storage is\",3:\"§7full!\",4:\"\",5:\"§7Storage space: §b15 §7items\",6:\"\",7:\"§9§lRARE\"],Name:\"§9Large Storage\"},ExtraAttributes:{id:\"LARGE_ENCHANTED_CHEST\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§7Place this chest next to a", "§7minion and the minion will store", @@ -15,5 +12,23 @@ "§7Storage space: §b15 §7items", "", "§9§lRARE" + ], + "recipe": { + "A1": "ENCHANTED_OAK_LOG:32", + "A2": "ENCHANTED_OAK_LOG:32", + "A3": "ENCHANTED_OAK_LOG:32", + "B1": "ENCHANTED_OAK_LOG:32", + "B2": "MEDIUM_ENCHANTED_CHEST:1", + "B3": "ENCHANTED_OAK_LOG:32", + "C1": "ENCHANTED_OAK_LOG:32", + "C2": "ENCHANTED_OAK_LOG:32", + "C3": "ENCHANTED_OAK_LOG:32" + }, + "internalname": "LARGE_ENCHANTED_CHEST", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Large_Storage" ] }
\ No newline at end of file |