mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-23 20:09:46 +03:00
* Improve the entity ID system, and add priority system. We should no longer have clashes.
This commit is contained in:
@@ -81,6 +81,9 @@ bool SandTile::isFree(Level* level, int x, int y, int z)
|
||||
|
||||
void SandTile::tick(Level* level, int x, int y, int z, Random* random)
|
||||
{
|
||||
if (level->field_11)
|
||||
return;
|
||||
|
||||
checkSlide(level, x, y, z);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user