TASmod
TASmod copied to clipboard
Remake KillTheRNG for Fabric
Recently I had a discussion with the tasvideos.org folks about external vs. internal tools.
The conversation shifted more towards the fact that I'm patching a lot of RNG instances... They suggested hacking the system time to make RNG possible.
So I thought this might be worth a shot. This also has the advantage of reduced work when switching versions, if the idea actually works.
- EntityRandom
- [ ] Display entity randomness above an entities head
- [ ] Store entity random in the nbt data
- WorldRandom
- [ ] Display block random in F3 or some menu on raycast
- [ ] Store block random in chunk data?
- Math.random()
- [ ] MathRandom is static, so redirect all random calls to a static random?