From f99bff84592f79aa101d632d270d0056844d7aff Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Thu, 18 Dec 2025 00:14:47 +0100 Subject: [PATCH] Fix recipe category of the wood belt --- lignumis/prototypes/content/wood-logistics.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lignumis/prototypes/content/wood-logistics.lua b/lignumis/prototypes/content/wood-logistics.lua index 4475b8f..0caeb6d 100644 --- a/lignumis/prototypes/content/wood-logistics.lua +++ b/lignumis/prototypes/content/wood-logistics.lua @@ -392,6 +392,8 @@ data:extend({ { type = "recipe", name = transportBeltName, + category = "crafting", + additional_categories = { "wood-processing" }, enabled = false, energy_required = 0.5, results = { { type = "item", name = transportBeltName, amount = 2 } }, @@ -431,8 +433,6 @@ data:extend({ { type = "technology", name = name .. "-logistics", - category = "crafting", - additional_categories = { "wood-processing" }, icon = Lignumis.graphics .. "technology/wood-logistics.png", icon_size = 256, effects = {