diff options
Diffstat (limited to 'features/mining/index.js')
-rw-r--r-- | features/mining/index.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/features/mining/index.js b/features/mining/index.js index 74f23a3..55031c9 100644 --- a/features/mining/index.js +++ b/features/mining/index.js @@ -242,6 +242,10 @@ class Mining extends Feature { return } + if (this.predictedChestLocations.length === 0) { + World.playSound("note.pling", 100, 2) + } + this.predictedChestLocations.push([this.baseCoordinates[0] - coordinates[0], this.baseCoordinates[1] - coordinates[1], this.baseCoordinates[2] - coordinates[2]]) } }); |