mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-12 16:42:06 +00:00
new blob
This commit is contained in:
@@ -3228,7 +3228,7 @@ void Level::tickClientSideTiles(int xo, int zo, LevelChunk *lc)
|
||||
|
||||
if (delayUntilNextMoodSound == 0)
|
||||
{
|
||||
randValue = randValue * 3 + addend;
|
||||
randValue = (unsigned) randValue * 3 + (unsigned) addend;
|
||||
int val = (randValue >> 2);
|
||||
int x = (val & 15);
|
||||
int z = ((val >> 8) & 15);
|
||||
|
||||
Reference in New Issue
Block a user