Steel could be made with carbon cell. Some work on #2012
This commit is contained in:
parent
9e67ab5725
commit
16ca412227
1 changed files with 24 additions and 0 deletions
|
@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue