minor order

This commit is contained in:
Brevven 2022-07-15 17:31:50 -07:00
parent 2c5f24aea0
commit 55ad139fa0
2 changed files with 4 additions and 2 deletions

View file

@ -1,8 +1,10 @@
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 0.0.5 Version: 0.0.5
Date: 2022-07-09 Date: 2022-07-16
Changes: Changes:
- Machine coloring tweaks - Machine coloring tweaks
Fixes:
- (minor) ordering of solder item
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 0.0.4 Version: 0.0.4
Date: 2022-07-07 Date: 2022-07-07

View file

@ -70,7 +70,7 @@ data:extend({
icon = "__bztin__/graphics/icons/solder.png", icon = "__bztin__/graphics/icons/solder.png",
icon_size = 128, icon_size = 128,
subgroup = "intermediate-product", subgroup = "intermediate-product",
order = "b[acsr-cable]", order = "b[solder]",
stack_size = util.get_stack_size(100), stack_size = util.get_stack_size(100),
}, },
{ {