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
2 months ago
0.13 - 1.1
235K
Manufacturing

i [Fixed]storage tanks & pipecovers

1 year, 3 months ago
(updated 1 year, 3 months 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
1 year, 3 months ago
(updated 1 year, 3 months ago)

-

1 year, 3 months ago
KiwiHawk β˜†
1 year, 3 months ago

Fix will be in the next version. Thanks!

New response