MinecraftTAS / TASmod-OG

Minecraft Tool-Assisted Speedrun (TAS) Tools for Minecraft 1.0.0-1.2.5
https://discord.gg/jGhNxpd
GNU General Public License v3.0
3 stars 1 forks source link

Fix RNG Manipulation crashing the game #84

Closed PancakeTAS closed 1 year ago

PancakeTAS commented 1 year ago

In (so far) 3 spots, a random value is subtracted from another one repeatedly until the result is not 0. Since the rng updates are tick based it is possible for both values to be identical causing the game to freeze.