25 lines
306 B
JSON
25 lines
306 B
JSON
|
{
|
||
|
"type": [
|
||
|
"machine"
|
||
|
],
|
||
|
"machine": "craft_bench",
|
||
|
"requires": "hub_upgrade_2",
|
||
|
"power_usage": 4,
|
||
|
"size": [
|
||
|
6,
|
||
|
3,
|
||
|
3
|
||
|
],
|
||
|
"recipes": [
|
||
|
{
|
||
|
"input": {
|
||
|
"iron_plate": 3,
|
||
|
"iron_rod": 2
|
||
|
},
|
||
|
"output": {
|
||
|
"craft_bench": 1
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|