Skip to content

Commit

Permalink
Show more modules in Alt mode for electronics machines
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiHawk committed Sep 8, 2024
1 parent 1c64b7f commit 0b350c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bobassembly/prototypes/assembly-electronics.lua
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ if settings.startup["bobmods-assembly-electronicmachines"].value == true then
energy_usage = "213.75kW",
module_specification = {
module_slots = 4,
module_info_max_icons_per_row = 3,
},
allowed_effects = { "consumption", "speed", "productivity", "pollution" },
},
Expand Down Expand Up @@ -469,6 +470,7 @@ if settings.startup["bobmods-assembly-electronicmachines"].value == true then
energy_usage = "360kW",
module_specification = {
module_slots = 6,
module_info_max_icons_per_row = 3,
},
allowed_effects = { "consumption", "speed", "productivity", "pollution" },
},
Expand Down

0 comments on commit 0b350c5

Please sign in to comment.