make sure to actually escape the ground

This commit is contained in:
okx-code
2026-02-07 14:18:23 +00:00
parent 22e357b865
commit 687f32686b

View File

@@ -58,7 +58,7 @@ public class BleezeAI {
if (bleezeData.headHitTicks >= 40) {
Block highest = entity.getWorld().getHighestBlockAt(entity.getLocation());
entity.teleport(highest.getLocation().add(0.5, 0, 0.5));
entity.teleport(highest.getLocation().add(0.5, 1, 0.5));
bleezeData.headHitTicks = 0;
}