Move quality assembler to the end of the subgroup

This commit is contained in:
Simon Brodtmann 2025-12-16 22:46:17 +01:00
parent 2891288a91
commit 0ed5d1144d

View file

@ -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,