aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/Danker/features/SlayerESP.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/me/Danker/features/SlayerESP.java')
-rw-r--r--src/main/java/me/Danker/features/SlayerESP.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/java/me/Danker/features/SlayerESP.java b/src/main/java/me/Danker/features/SlayerESP.java
index 51537ba..522e696 100644
--- a/src/main/java/me/Danker/features/SlayerESP.java
+++ b/src/main/java/me/Danker/features/SlayerESP.java
@@ -37,7 +37,6 @@ public class SlayerESP {
wolf = null;
}
-
@SubscribeEvent
public void onTick(TickEvent.ClientTickEvent event) {
if (!Utils.inSkyblock) return;
@@ -105,7 +104,7 @@ public class SlayerESP {
return;
}
if (spider != null) {
- AxisAlignedBB aabb = new AxisAlignedBB(spider.posX - 0.5, spider.posY - 1, spider.posZ - 0.5, spider.posX + 0.5, spider.posY, spider.posZ + 0.5);
+ AxisAlignedBB aabb = new AxisAlignedBB(spider.posX - 0.75, spider.posY - 1, spider.posZ - 0.75, spider.posX + 0.75, spider.posY, spider.posZ + 0.75);
Utils.draw3DBox(aabb, SLAYER_COLOUR, event.partialTicks);
return;
}