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
2 months ago
1.1 - 2.0
10.9K
Logistics Fluids Circuit network Storage Cheats

g Small/medium electric pole startup setting not applying

4 days ago

The range of small medium pole is always increased regardless of the value on "my_electric_pole_change". This is due to a missing .value in final-base.lua.
line 162:
if settings.startup["my_electric_pole_change"] then
this checks if the startup setting exist rather than if the value of the setting true.
fix:
if settings.startup["my_electric_pole_change"].value then

a day ago

Thanks, this will be fixed In next version

New response