From f3f1ba0222933dfcf2c7703038e454c38927ab98 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Wed, 24 Aug 2022 16:11:54 +0800 Subject: fix false --- features/specialMining/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features') 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() { -- cgit