20 lines
263 B
JSON
20 lines
263 B
JSON
{
|
|
"type": [
|
|
"component"
|
|
],
|
|
"machine": "constructor",
|
|
"stack_size": 100,
|
|
"recipes": [
|
|
{
|
|
"input": {
|
|
"steel_ingot": 3
|
|
},
|
|
"output": {
|
|
"steel_beam": 1
|
|
},
|
|
"crafting_time": 6,
|
|
"clicks": 2
|
|
}
|
|
]
|
|
}
|