21 lines
289 B
JSON
21 lines
289 B
JSON
{
|
|
"type": [
|
|
"component"
|
|
],
|
|
"machine": "constructor",
|
|
"stack_size": 500,
|
|
"recipes": [
|
|
{
|
|
"input": {
|
|
"copper_ingot": 1
|
|
},
|
|
"output": {
|
|
"wire": 3
|
|
},
|
|
"crafting_time": 4,
|
|
"clicks": 1,
|
|
"stage": "establishing"
|
|
}
|
|
]
|
|
}
|