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:
saltyseadoggo 2021-03-11 12:26:39 -08:00 committed by GitHub
parent 443c3b979d
commit c80564484e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
"heat": 1000,
"ingredients": [
{
"item": "minecraft:iron_ore"
"tag": "c:iron_ores"
},
{
"fluid": "techreborn:calcium_carbonate",

View file

@ -8,7 +8,7 @@
"item": "techreborn:refined_iron_ingot"
},
{
"item": "techreborn:coal_dust",
"tag": "c:coal_dusts",
"count": 4
}
],