Steel could be made with carbon cell. Some work on #2012

This commit is contained in:
drcrazy 2020-01-27 12:22:19 +03:00
parent 9e67ab5725
commit 16ca412227

View file

@ -0,0 +1,24 @@
{
"type": "techreborn:blast_furnace",
"power": 128,
"time": 500,
"heat": 1000,
"ingredients": [
{
"item": "techreborn:refined_iron_ingot"
},
{
"fluid": "techreborn:carbon",
"holder": "techreborn:cell",
"count" : 2
}
],
"results": [
{
"item": "techreborn:steel_ingot"
},
{
"item": "techreborn:cell"
}
]
}