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", },