Files
factorio-scenario-ExpCluster/config/miner.lua
PHIDIAS d1eb104f4d miner - fluid and chest handle (#270)
* miner - fluid and chest handle config

* miner - fluid and chest handle

* Update miner.lua

* Update miner.lua

* Update miner.lua

* Update miner.lua

* Update miner.lua

* Update miner.lua
2024-01-22 05:04:47 +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
}