mine depletion (#439)

* 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>
This commit is contained in:
2026-06-26 11:37:00 +01:00
committed by GitHub
co-authored by Cooldude2606
parent 2a1a5c952b
commit 8190b2165d
2 changed files with 50 additions and 5 deletions
+1
View File
@@ -4,4 +4,5 @@
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
}