From 6b7cb0a2f3ede8f5c8c9358ba50269afb3e25f76 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Fri, 14 Feb 2025 23:26:29 +0100 Subject: [PATCH] Nutrients from wood pulp can be crafted in the biochamber --- lignumis/prototypes/content/mid-game-recipes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lignumis/prototypes/content/mid-game-recipes.lua b/lignumis/prototypes/content/mid-game-recipes.lua index 7dec68e..a7f5e79 100644 --- a/lignumis/prototypes/content/mid-game-recipes.lua +++ b/lignumis/prototypes/content/mid-game-recipes.lua @@ -171,7 +171,7 @@ data:extend({ { type = "recipe", name = "nutrients-from-wood-pulp", - category = "chemistry", + category = "organic-or-chemistry", energy_required = 1, enabled = false, auto_recycle = false,