From cdbd7fc3473cb33532cf98b44dab8dddddf789cd Mon Sep 17 00:00:00 2001 From: KiwiHawk <59639+KiwiHawk@users.noreply.github.com> Date: Tue, 26 Nov 2024 20:00:08 +1300 Subject: [PATCH] Add missing recipe result "amount =" --- bobplates/prototypes/recipe/entity-recipe.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bobplates/prototypes/recipe/entity-recipe.lua b/bobplates/prototypes/recipe/entity-recipe.lua index 25b1d9b22..30daa82b9 100644 --- a/bobplates/prototypes/recipe/entity-recipe.lua +++ b/bobplates/prototypes/recipe/entity-recipe.lua @@ -357,7 +357,7 @@ if settings.startup["bobmods-plates-convert-recipes"].value == true then allow_as_intermediate = false, results = { { type = "item", name = "stone-furnace", amount = 1 }, - { type = "item", name = "pipe", 2 }, + { type = "item", name = "pipe", amount = 2 }, }, main_product = "stone-furnace", },