AnOpenSauceDev / FastRandom

An optimized rewrite of Minecraft's RNG system, for Fabric!
Apache License 2.0
48 stars 3 forks source link

Faster Random 1.2 crashes when world load is done #8

Closed Zorklis closed 12 months ago

Zorklis commented 1 year ago

Issue: Fast Random - 1.1 worked fine with every mod. Updated to 1.2 and seemed like no issues at first, until I selected my world save and it began to show the loading screen and when it was done.. it crashed. tried more than once.

I'm on MC 1.20.1, Fabric Crash report: crash-2023-07-19_11.27.18-server.txt

AnOpenSauceDev commented 1 year ago

i screwed up on commit https://github.com/AnOpenSauceDev/FastRandom/commit/6651f88f1e26b94a0c15f42bab8c26d37332dc75, because i forgot to also unify MobEntity.
download a slightly earlier build from github actions if you need to.

AnOpenSauceDev commented 12 months ago

fixed with 1.3... sort of?