Advertisement
Krypt0n_C0R3

data-updates

Apr 5th, 2025
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.50 KB | None | 0 0
  1. for _, machine in pairs(data.raw["furnace"]) do
  2.         if not(machine.module_slots == nil) and machine.module_slots > 0 then
  3.             machine.module_slots = machine.module_slots + 8
  4.             machine.allowed_module_categories = {"hc-heating-coils"}
  5.             machine.icons_positioning =
  6.             {
  7.                 {inventory_index = defines.inventory.furnace_modules, shift = {0, 1}, multi_row_initial_height_modifier = -0.3, max_icons_per_row = 5, scale = 0.42}
  8.             }
  9.         end
  10.     end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement