You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## KillTheRNG
For alpha versions, we used a seperate [forge mod](https://github.com/MinecraftTAS/KillTheRNG) as a library, for RNG manipulation. However, it seems that porting the mod to fabric is much harder than anticipated, as fabric lacks ASM support to "scrape" all random instances in the game. This is an opportunity to redo the mod to hopefully minimize porting work in the future.