added back steel ingot crafting
This commit is contained in:
parent
4ea4d5276b
commit
2488316e90
@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"recipe": {
|
||||||
|
"inputs": [
|
||||||
|
{ "original:ingot_iron": 2 },
|
||||||
|
{ "original:ore_coal": 5 }
|
||||||
|
],
|
||||||
|
"output": {
|
||||||
|
"original:alloy_steel": 1
|
||||||
|
},
|
||||||
|
"time_seconds": 10,
|
||||||
|
"requires": {
|
||||||
|
"original:alloying": 1
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"craft": {
|
||||||
|
"type": "original:alloys",
|
||||||
|
"id": "original:alloy_steel"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user