diff --git a/src/main/resources/data/techreborn/recipes/blast_furnace/refined_iron_ingot_from_iron_ore.json b/src/main/resources/data/techreborn/recipes/blast_furnace/refined_iron_ingot_from_iron_ore.json index 54cec5d42..861b7da46 100644 --- a/src/main/resources/data/techreborn/recipes/blast_furnace/refined_iron_ingot_from_iron_ore.json +++ b/src/main/resources/data/techreborn/recipes/blast_furnace/refined_iron_ingot_from_iron_ore.json @@ -5,7 +5,7 @@ "heat": 1000, "ingredients": [ { - "item": "minecraft:iron_ore" + "tag": "c:iron_ores" }, { "fluid": "techreborn:calcium_carbonate", diff --git a/src/main/resources/data/techreborn/recipes/blast_furnace/steel_ingot_from_refined_iron.json b/src/main/resources/data/techreborn/recipes/blast_furnace/steel_ingot_from_refined_iron.json index ac74bbb7c..81c679d7e 100644 --- a/src/main/resources/data/techreborn/recipes/blast_furnace/steel_ingot_from_refined_iron.json +++ b/src/main/resources/data/techreborn/recipes/blast_furnace/steel_ingot_from_refined_iron.json @@ -8,7 +8,7 @@ "item": "techreborn:refined_iron_ingot" }, { - "item": "techreborn:coal_dust", + "tag": "c:coal_dusts", "count": 4 } ],