18 lines
285 B
JSON
18 lines
285 B
JSON
{
|
|
"type": [
|
|
"component"
|
|
],
|
|
"recipes": [
|
|
{
|
|
"input": {
|
|
"iron_ingot": 2
|
|
},
|
|
"output": {
|
|
"iron_plate": 1
|
|
},
|
|
"crafting_time": 4,
|
|
"clicks": 1
|
|
}
|
|
]
|
|
}
|