Warehousing Roof


Changes the height of the warehouse and allows building under the roof

Content
1 year, 13 days ago
1.1 - 2.0
2.94K
Storage

b Bug with logistics warehouses

6 months ago

Version 1.2.1 does not shift the logistics warehouses. Add the following loop to the setup_warehousing_mod function to also shift the animation layers of these warehouses:

if warehouse.animation ~= nil then
for k,v in ipairs(warehouse.animation.layers) do
move_y(warehouse.animation.layers[k], "shift", -0.5)
end
end

No credit needed.

New response