Bob's Metals, Chemicals and Intermediates


Smelt extra ores into plates, and make useful intermediate products. A key part of the Bob's mods suite.

Content
7 hours ago
0.13 - 2.0
257K
Manufacturing

i [Fixed]storage tanks & pipecovers

2 years ago
(updated 2 years ago)

Hi, i've used in bob-comopability mod some fix for small storage tanks. With the code it looks more nicely. Will be great to merge fix into your code lib.
Thx for your mods
Code:

local storage = data.raw['storage-tank'][fluids.tank.small.inline]
if storage then
    storage.fluid_box.secondary_draw_orders = {north = -1, east = -1, south = 1, west = -1}
end

local storage = data.raw['storage-tank'][fluids.tank.small.cross]
if storage then
    storage.fluid_box.secondary_draw_orders = {north = -1, east = -1, south = 1, west = -1}
end
2 years ago
(updated 2 years ago)

-

2 years ago

Fix will be in the next version. Thanks!

New response