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