21 lines
293 B
JSON
21 lines
293 B
JSON
{
|
|
"type": [
|
|
"component"
|
|
],
|
|
"machine": "constructor",
|
|
"stack_size": 100,
|
|
"recipes": [
|
|
{
|
|
"input": {
|
|
"steel_ingot": 1
|
|
},
|
|
"output": {
|
|
"steel_pipe": 1
|
|
},
|
|
"crafting_time": 4,
|
|
"clicks": 1,
|
|
"stage": "development"
|
|
}
|
|
]
|
|
}
|