添加todo
This commit is contained in:
parent
6812e71aae
commit
8b50c0a1f8
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue