aboutsummaryrefslogtreecommitdiff
path: root/features/slayers
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2021-12-25 02:12:33 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2021-12-25 02:12:33 +0800
commit0a2a213a310ead95f612f5da18b83a0b88b01f9e (patch)
tree811ae53983a02815dc7af04e88878e8de6e64456 /features/slayers
parented8906bfca35452be542f60ae2eadacd70073684 (diff)
downloadSoopyV2-0a2a213a310ead95f612f5da18b83a0b88b01f9e.tar.gz
SoopyV2-0a2a213a310ead95f612f5da18b83a0b88b01f9e.tar.bz2
SoopyV2-0a2a213a310ead95f612f5da18b83a0b88b01f9e.zip
this should perpusly break CI
Diffstat (limited to 'features/slayers')
-rw-r--r--features/slayers/index.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/features/slayers/index.js b/features/slayers/index.js
index 2ebe0fe..6f2bc15 100644
--- a/features/slayers/index.js
+++ b/features/slayers/index.js
@@ -274,16 +274,6 @@ class Slayers extends Feature {
}
}
}
- }else{ //CT 2.0 support
- for(let x = pos[0] - 5; x <= pos[0] + 5; x++){
- for(let y = pos[1] - 5; y <= pos[1] + 5; y++){
- for(let z = pos[2] - 5; z <= pos[2] + 5; z++){
- if(World.getBlockAt(Math.floor(x), Math.floor(y), Math.floor(z)).getType().getID() === 138){
- this.beaconLocations[e[m.getUniqueID.Entity]().toString()] = [Math.floor(x), Math.floor(y), Math.floor(z)]
- }
- }
- }
- }
}
// if(!this.beaconLocations[e[m.getUniqueID.Entity]().toString()]){