mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +09:00
8 lines
238 B
Lua
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
|
|
}
|