Use tags in steel and refined iron blast furnace recipes (#2367) Thanks to saltyseadoggo
* Make steel from refined iron recipe use c:coal_dusts * Make refined iron blast furnace recipe use c:iron_ores (like those from UnEarthed)
This commit is contained in:
parent
443c3b979d
commit
c80564484e
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
"heat": 1000,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:iron_ore"
|
||||
"tag": "c:iron_ores"
|
||||
},
|
||||
{
|
||||
"fluid": "techreborn:calcium_carbonate",
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"item": "techreborn:refined_iron_ingot"
|
||||
},
|
||||
{
|
||||
"item": "techreborn:coal_dust",
|
||||
"tag": "c:coal_dusts",
|
||||
"count": 4
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue