Fix recipe category of the wood belt

This commit is contained in:
Simon Brodtmann 2025-12-18 00:14:47 +01:00
parent a0a89a84ae
commit f99bff8459

View file

@ -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 = {