From 1d39d920096f81ebcf4af3ff52a6818c4c81816c Mon Sep 17 00:00:00 2001 From: Adamo Date: Wed, 29 Nov 2023 02:53:46 -0500 Subject: [PATCH] Fix blast furnace recipe. --- machines.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines.lua b/machines.lua index 63ba341..4c6f90c 100644 --- a/machines.lua +++ b/machines.lua @@ -134,8 +134,8 @@ local furnace_recipe = { enabled = false, ingredients = { {"stone-furnace", 1}, - {"pipe", 2}, - {"pump", 1}, + {"steel-plate", 3}, + {"pipe", 1}, }, results = { {"adamo-blast-furnace", 1}