19 lines
239 B
JSON
19 lines
239 B
JSON
{
|
|
"type": [
|
|
"component"
|
|
],
|
|
"machine": "constructor",
|
|
"recipes": [
|
|
{
|
|
"input": {
|
|
"iron_ingot": 1
|
|
},
|
|
"output": {
|
|
"iron_rod": 1
|
|
},
|
|
"crafting_time": 4,
|
|
"clicks": 1
|
|
}
|
|
]
|
|
}
|