2 parents c3b8660 + d2d9cae commit c9c0fcdCopy full SHA for c9c0fcd
1 file changed
src/main/java/minegame159/meteorclient/modules/combat/KillAura.java
@@ -96,7 +96,6 @@ public enum Priority {
96
.min(0)
97
.sliderMax(60)
98
.build()
99
- );
100
101
private int hitDelayTimer;
102
@@ -178,6 +177,7 @@ private int sort(LivingEntity e1, LivingEntity e2) {
178
177
.filter(entity -> entity.getHealth() > 0)
179
.min(this::sort)
180
.ifPresent(entity -> {
+ if (salt.get() && Math.random() < 0.9) return;
181
if (rotate.get()) {
182
((IVec3d) vec3d1).set(entity.x, entity.y + entity.getHeight() / 2, entity.z);
183
mc.player.lookAt(EntityAnchorArgumentType.EntityAnchor.EYES, vec3d1);
0 commit comments