Files
factorio-scenario-ExpCluster/exp_legacy/module/config/miner.lua
2024-11-19 22:29:35 +00:00

8 lines
238 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
}