Files
factorio-scenario-ExpCluster/exp_legacy/module/config/miner.lua
2024-11-19 21:55:07 +00:00

8 lines
237 B
Lua

--- Settings for miner
-- @config miner
return {
fluid = true, --- @setting fluid When true, checks for for fluid pipes when removing miners
chest = true --- @setting chest When true, checks for for chest when removing miners
}