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:
2024-01-22 14:04:47 +09:00
committed by GitHub
parent bc3e9d4097
commit d1eb104f4d
2 changed files with 170 additions and 44 deletions

7
config/miner.lua Normal file
View 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
}