From 9fa0928341e99bdf2420f79ee357035acfc3221e Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Tue, 27 Jan 2026 23:05:27 +0100 Subject: [PATCH] Add missing seed ingredient to the sapling recipe --- Bio_Industries_2/prototypes/Bio_Farm/recipe.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Bio_Industries_2/prototypes/Bio_Farm/recipe.lua b/Bio_Industries_2/prototypes/Bio_Farm/recipe.lua index a317852..a36153f 100644 --- a/Bio_Industries_2/prototypes/Bio_Farm/recipe.lua +++ b/Bio_Industries_2/prototypes/Bio_Farm/recipe.lua @@ -161,6 +161,7 @@ data:extend({ category = "biofarm-mod-greenhouse", energy_required = 400, ingredients = { + { type = "item", name = "bi-seed", amount = 20 }, { type = "fluid", name = "water", amount = 100 }, }, results = {