Compare commits

..

2 commits

Author SHA1 Message Date
Simon Brodtmann
5adfc7e044 Integrate quality assembler code into this mod 2025-12-16 14:39:45 +01:00
Simon Brodtmann
44f94db262 Correctly use audible_distance_modifier 2025-12-16 14:39:41 +01:00

View file

@ -123,7 +123,7 @@ data:extend({
drawing_box_vertical_extension = 1.3,
module_slots = 6,
effect_receiver = { base_effect = { quality = 3.5 } },
icon_draw_specification = { scale = 1.25, shift = { 0, -0.25 } },
icon_draw_specification = {shift = {0, -0.25}},
icons_positioning = {
{ inventory_index = defines.inventory.assembling_machine_modules, shift = { 0, 1 }, max_icons_per_row = 4 }
},