mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-23 04:26:31 +00:00
revising everything
This commit is contained in:
@@ -632,6 +632,7 @@ std::vector<TickNextTickData> *ServerLevel::fetchTicksInChunk(LevelChunk *chunk,
|
||||
std::vector<TickNextTickData> *results = new std::vector<TickNextTickData>;
|
||||
|
||||
ChunkPos *pos = chunk->getPos();
|
||||
// 4jcraft added cast to unsigned
|
||||
int west = (unsigned) pos->x << 4;
|
||||
int east = west + 16;
|
||||
int north =(unsigned) pos->z << 4;
|
||||
|
||||
Reference in New Issue
Block a user