Linked Chest And Linked Pipe


关联箱+关联管+背包共享区+物品堆叠+装卸机堆叠【link chest + link pipes + package share area + item stack + loader stack】 Update to 2.0, Compatible with Space Age

Content
14 days ago
1.1 - 2.1
11.5K
Logistics Fluids Circuit network Storage Cheats

b Linked pipe output

a month ago

Im unable to set its fluid and it does not auto selects it as well anymore.

15 days ago

If your save is form game version 2.0, please run the code:
/c local gui_list = {"force_datas_main", "restore_button", "set-linked-container-password", "linked_chest_signal_frame", "buffer_chest_frame", "proxy_chest_frame", "set-linked-pipe-password", "link_pipe_fluidbox_capacity"} for , player in pairs(game.players) do for , name in ipairs(gui_list) do if player.gui.relative[name] and player.gui.relative[name].valid then player.gui.relative[name].destroy() end end end

If not working, please open a new game, check.

15 days ago
(updated 15 days ago)

Playing 2.1.
Cannot execute command, <name> expected near ","
Need _before , in for statement.

That does the trick, thank you.

New response