33 lines
513 B
JSON
33 lines
513 B
JSON
{
|
|
"type": [
|
|
"component"
|
|
],
|
|
"machine": "assembler",
|
|
"recipes": [
|
|
{
|
|
"input": {
|
|
"iron_plate": 3,
|
|
"iron_rod": 1,
|
|
"wire": 15,
|
|
"cable": 2
|
|
},
|
|
"output": {
|
|
"beacon": 1
|
|
},
|
|
"crafting_time": 8
|
|
},
|
|
{
|
|
"input": {
|
|
"steel_beam": 1,
|
|
"steel_pipe": 4,
|
|
"crystal_oscillator": 1
|
|
},
|
|
"output": {
|
|
"beacon": 5
|
|
},
|
|
"crafting_time": 32,
|
|
"requires": "alternative_beacon"
|
|
}
|
|
]
|
|
}
|