aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-09-29 16:46:29 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-09-29 16:46:29 +0800
commit3a8cc7cc26ac3b48734b167d7ea2a6fef66cd513 (patch)
tree638618ea526edf836e38b1787498af002e7ea5e3 /src
parent4ccb82559b645c9e06e081b41addb08a8fa45b4c (diff)
downloadSoopyV2-3a8cc7cc26ac3b48734b167d7ea2a6fef66cd513.tar.gz
SoopyV2-3a8cc7cc26ac3b48734b167d7ea2a6fef66cd513.tar.bz2
SoopyV2-3a8cc7cc26ac3b48734b167d7ea2a6fef66cd513.zip
idk im so confused
Diffstat (limited to 'src')
-rw-r--r--src/features/nether/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/features/nether/index.js b/src/features/nether/index.js
index 5b325fa..a643591 100644
--- a/src/features/nether/index.js
+++ b/src/features/nether/index.js
@@ -205,7 +205,7 @@ class Nether extends Feature {
let x = e.getX() + (e.getX() - e.getLastX()) * (20 * ping)
let y = e.getY() + (e.getY() - e.getLastY()) * (20 * ping)
let z = e.getZ() + (e.getZ() - e.getLastZ()) * (20 * ping)
- if (x === e.getX() && y === e.getY() && z === e.getZ()) return
+ // if (x === e.getX() && y === e.getY() && z === e.getZ()) return
while (World.getBlockAt(x, y, z).getType().getID() !== 0) { y += 0.2 }
@@ -353,7 +353,7 @@ class Nether extends Feature {
this.todoM2 = this.todoM
this.todoM = []
-
+
if (this.miniboss && this.miniboss.getEntity()[f.isDead]) this.miniboss = undefined
if (!this.minibossNametag.getValue() || !this.miniboss) {
this.minibossNametagElement.setText("")