mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-31 05:28:11 +00:00
revising everything
This commit is contained in:
@@ -244,6 +244,7 @@ void LevelGenerationOptions::processSchematics(LevelChunk *chunk)
|
||||
rule->processSchematic(chunkBox, chunk);
|
||||
}
|
||||
|
||||
// 4jcraft added cast to unsigned
|
||||
int cx = ((unsigned)chunk->x << 4);
|
||||
int cz = ((unsigned)chunk->z << 4);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user