diff options
Diffstat (limited to 'features/specialMining')
-rw-r--r-- | features/specialMining/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/specialMining/index.js b/features/specialMining/index.js index 94f4d7f..1c64fee 100644 --- a/features/specialMining/index.js +++ b/features/specialMining/index.js @@ -220,7 +220,7 @@ class PowderAndScatha extends Feature { this.hudElements = []; this.inCrystalHollows = false; this.foundWither = true; - this.dPowder = false; + this.dPowder = 0; } onDisable() { |