From 0ed5d1144dabfc249d05011af5bce5a55da50e40 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Tue, 16 Dec 2025 22:46:17 +0100 Subject: [PATCH] Move quality assembler to the end of the subgroup --- lignumis/prototypes/content/quality-assembler.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lignumis/prototypes/content/quality-assembler.lua b/lignumis/prototypes/content/quality-assembler.lua index 67fcced..dc111c7 100644 --- a/lignumis/prototypes/content/quality-assembler.lua +++ b/lignumis/prototypes/content/quality-assembler.lua @@ -327,7 +327,7 @@ data:extend({ name = name, icon = Lignumis.graphics .. "icons/quality-assembler.png", subgroup = "production-machine", - order = "a[" .. name .. "]", + order = "za[" .. name .. "]", inventory_move_sound = item_sounds.mechanical_large_inventory_move, pick_sound = item_sounds.mechanical_large_inventory_pickup, drop_sound = item_sounds.mechanical_large_inventory_move,