Advanced Furnaces 2 SpaceAgeFix


Adds 5 furnaces whose crafting speed depends on the transport-belt speed * 3. Energy consumption and pollution is appropriate. In the settings, you can increase energy consumption. Сan work with other mods for example angelssmelting, bobplates, PY, IndustrialRevolution. fixed bad code and angelssmelting. added Bio Industries stuff. please report bugs or ideas. Language en, ru, de, fi, br.

Content
9 months ago
2.0
15.2K
Manufacturing

i Collision and Selection Boxes

a month ago

I've noticed that the ovens from this mod have weird size values, which causes some weird behavior when you're wanting to pack them together tightly. I took the liberty of glancing at the Foundry's values since it's also a 5x5 building, and I think this mod could be improved by copying those values:
collision_box = {{-2.2, -2.2}, {2.2, 2.2}},
selection_box = {{-2.5, -2.5}, {2.5, 2.5}},
Currently they're set to:
collision_box = {{-2.5, -2.5}, {2.5, 2.5}},
selection_box = {{-2.7, -2.6}, {2.7, 2.3}},

New response