mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
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
This commit is contained in:
7
config/miner.lua
Normal file
7
config/miner.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
--- 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
|
||||
}
|
||||
Reference in New Issue
Block a user