mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-13 04:33:52 +00:00
Merge remote-tracking branch 'smartcmd/main' into feature/plugin-api
This commit is contained in:
commit
fea50d33e2
12 changed files with 493 additions and 28 deletions
|
|
@ -682,7 +682,7 @@ bool ServerLevel::tickPendingTicks(bool force)
|
|||
}
|
||||
else
|
||||
{
|
||||
addToTickNextTick(td.x, td.y, td.z, td.tileId, 0);
|
||||
forceAddTileTick(td.x, td.y, td.z, td.tileId, 0, td.priorityTilt);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue