From 680f9943adeb86bccb6d14dbe8341f8b508ef669 Mon Sep 17 00:00:00 2001 From: PreLeyZero Date: Thu, 24 Mar 2022 00:09:41 +0100 Subject: [PATCH] changed inputs for ceramic recipe --- prototypes/el_recipes.lua | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/prototypes/el_recipes.lua b/prototypes/el_recipes.lua index 90e3969..1c76e7f 100644 --- a/prototypes/el_recipes.lua +++ b/prototypes/el_recipes.lua @@ -1140,12 +1140,11 @@ data:extend({ enabled = 'false', category = 'el_arc_furnace_category', ingredients = { - {type="fluid", name="steam", amount=100}, - {type="item", name="stone", amount=2}, - {type="item", name="coal", amount=1}, + {type="item", name="stone", amount=4}, + {type="item", name="coal", amount=3}, }, results = { - {type="item", name="el_materials_ceramic", amount=2}, + {type="item", name="el_materials_ceramic", amount=1}, }, energy_required = 1, order = 'a-b',