mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2026-07-27 02:46:22 +09:00
* Update mine_depletion.lua * Update miner.lua * Update mine_depletion.lua * Compatibility with 2.0 and 2.1 --------- Co-authored-by: Cooldude2606 <25043174+Cooldude2606@users.noreply.github.com>
9 lines
331 B
Lua
9 lines
331 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
|
|
beacon = true, --- @setting beacon When true, checks for for beacon when removing miners
|
|
}
|