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/AUTO_SMELTER.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/AUTO_SMELTER.json')
-rw-r--r-- | items/AUTO_SMELTER.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/items/AUTO_SMELTER.json b/items/AUTO_SMELTER.json index 77f702c1..c1d08eb3 100644 --- a/items/AUTO_SMELTER.json +++ b/items/AUTO_SMELTER.json @@ -1,11 +1,8 @@ { - "internalname": "AUTO_SMELTER", "itemid": "minecraft:furnace", - "displayname": "Auto Smelter", - "clickcommand": "viewrecipe", + "displayname": "§fAuto Smelter", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7This item can be used as a\",1:\"§7minion upgrade. This will\",2:\"§7automatically smelt materials\",3:\"§7that a minion produces.\",4:\"\",5:\"§f§lCOMMON\"],Name:\"§fAuto Smelter\"},ExtraAttributes:{id:\"AUTO_SMELTER\"}}", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7This item can be used as a\",1:\"§7minion upgrade. This will\",2:\"§7automatically smelt materials\",3:\"§7that a minion produces.\",4:\"\",5:\"§f§lCOMMON\"],Name:\"§fAuto Smelter\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"AUTO_SMELTER\",uuid:\"7aa3d563-b563-4ad5-b2e4-6a73a73e239c\",timestamp:\"3/25/20 10:54 PM\"}}", - "modver": "1.0.0", "lore": [ "§7This item can be used as a", "§7minion upgrade. This will", @@ -13,5 +10,23 @@ "§7that a minion produces.", "", "§f§lCOMMON" + ], + "recipe": { + "A1": "COBBLESTONE:8", + "A2": "COBBLESTONE:8", + "A3": "COBBLESTONE:8", + "B1": "COBBLESTONE:8", + "B2": "COAL:1", + "B3": "COBBLESTONE:8", + "C1": "COBBLESTONE:8", + "C2": "COBBLESTONE:8", + "C3": "COBBLESTONE:8" + }, + "internalname": "AUTO_SMELTER", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Auto_Smelter" ] }
\ No newline at end of file |