Merge remote-tracking branch 'smartcmd/main' into feature/plugin-api

This commit is contained in:
sylvessa 2026-03-26 17:06:59 -05:00
commit fea50d33e2
12 changed files with 493 additions and 28 deletions

View file

@ -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);
}
}