From aac626c050b0729313d45c00c857afb3f724203c Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Tue, 4 Feb 2025 15:04:16 +0100 Subject: [PATCH] Fix nutrients-from-wood-pulp not being craftable --- 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 f4964e5..389e69f 100644 --- a/lignumis/prototypes/content/mid-game-recipes.lua +++ b/lignumis/prototypes/content/mid-game-recipes.lua @@ -170,7 +170,7 @@ data:extend({ { type = "recipe", name = "nutrients-from-wood-pulp", - category = "smelting", + category = "chemistry", energy_required = 1, enabled = false, auto_recycle = false,