From 5b752d1435fc69cb620ab0c8ebb3d62cb25b7f2f Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Mon, 13 Jan 2025 17:45:45 +0100 Subject: [PATCH] Fix tree-seeding being disabled --- lignumis/prototypes/integrations/astroponics-updates.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lignumis/prototypes/integrations/astroponics-updates.lua b/lignumis/prototypes/integrations/astroponics-updates.lua index 8ef01ee..72bc125 100644 --- a/lignumis/prototypes/integrations/astroponics-updates.lua +++ b/lignumis/prototypes/integrations/astroponics-updates.lua @@ -1,3 +1,2 @@ -if not mods["early-agriculture"] then - data.raw.technology["tree-seeding"].hidden = false -end +data.raw.technology["tree-seeding"].hidden = false +data.raw.technology["tree-seeding"].enabled = true