添加todo

This commit is contained in:
Atsuishio 2025-05-18 19:09:33 +08:00 committed by Light_Quanta
parent 6812e71aae
commit 8b50c0a1f8
No known key found for this signature in database
GPG key ID: 11A39A1B8C890959

View file

@ -220,6 +220,7 @@ public class SeekTool {
if (!blockstate.is(Blocks.AIR)) { if (!blockstate.is(Blocks.AIR)) {
onGround.set(true); onGround.set(true);
} }
// TODO 添加超出可建筑高度之外的判断
}); });
return entity.onGround() || entity.isInWater() || onGround.get(); return entity.onGround() || entity.isInWater() || onGround.get();
} }