From bb206e9f41442d975e52ec82e1ec92d851a445d0 Mon Sep 17 00:00:00 2001 From: drcrazy Date: Mon, 27 Jan 2020 12:22:45 +0300 Subject: [PATCH] Steel could be made with carbon cell. Some work on #2012 --- .../steel_ingot_from_refined_iron_and_carbon.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/data/techreborn/recipes/blast_furnace/steel_ingot_from_refined_iron_and_carbon.json b/src/main/resources/data/techreborn/recipes/blast_furnace/steel_ingot_from_refined_iron_and_carbon.json index c614d48b9..c6510bab6 100644 --- a/src/main/resources/data/techreborn/recipes/blast_furnace/steel_ingot_from_refined_iron_and_carbon.json +++ b/src/main/resources/data/techreborn/recipes/blast_furnace/steel_ingot_from_refined_iron_and_carbon.json @@ -18,7 +18,8 @@ "item": "techreborn:steel_ingot" }, { - "item": "techreborn:cell" + "item": "techreborn:cell", + "count": 2 } ] }