20 lines
259 B
JSON
20 lines
259 B
JSON
{
|
|
"type": [
|
|
"machine"
|
|
],
|
|
"machine": "_craft_bench",
|
|
"power_usage": 50,
|
|
"recipes": [
|
|
{
|
|
"input": {
|
|
"iron_rod": 5,
|
|
"wire": 8
|
|
},
|
|
"output": {
|
|
"smelter": 1
|
|
},
|
|
"size": [ 6, 10, 10 ]
|
|
}
|
|
]
|
|
}
|