26 lines
401 B
JSON
26 lines
401 B
JSON
{
|
|
"recipe": {
|
|
"inputs": [
|
|
{
|
|
"mypack:ore_tungsten": 2
|
|
},
|
|
{
|
|
"mypack:ore_coal": 1
|
|
},
|
|
{
|
|
"mypack:ore_wolframite": 1
|
|
}
|
|
],
|
|
"output": {
|
|
"original:ingot_tungsten": 1
|
|
},
|
|
"time_seconds": 5,
|
|
"requires": {
|
|
"smelting": 0
|
|
}
|
|
},
|
|
"craft": {
|
|
"type": "original:ingots",
|
|
"id": "original:ingot_tungsten"
|
|
}
|
|
} |