1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
{
"itemid": "minecraft:furnace",
"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,
"lore": [
"§7This item can be used as a",
"§7minion upgrade. This will",
"§7automatically smelt materials",
"§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"
],
"crafttext": "Requires: Cobblestone III"
}
|