Started by
Ali107
on
Topic category: Feature requests and ideas for MCreator
A procedure that checks whether the entity is standing/walking on a block.
If the entity is falling, swimming, flying, then it returns false.
If the entity's foot is on the ground and is able to walk around, then it returns true.
if you want a workaround (before it's added), use the tick update procedure and check if the mob's hitbox is touching a block's hitbox