AnOpenSauceDev / FastRandom

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

[BUG]: 5.0.0 incompatible with java 17 (aka it can't work on minecraft 1.20.1) #55

Closed mxnmnm closed 4 months ago

mxnmnm commented 4 months ago

Does an issue already cover this?

Does your system support Faster Random?

Issue description.

5.0.0 is not compatible with java 17

Issue replication.

Try to run 5.0.0 on minecraft 1.20.1 with java 17

Log File / Crash Report (if applicable)

https://gist.github.com/mxnmnm/907bf0c363fef37dee5ab3ce4fe385d5

AnOpenSauceDev commented 4 months ago

Can't Java 21 be run with 1.20.1?

AnOpenSauceDev commented 4 months ago

Try running the artifact from that new action, and let me know if it works for your system.

AnOpenSauceDev commented 4 months ago

I just released 5.0.1, which has less strict JDK requirements (which should let you play normally).

Re-open if another JDK version bug happens here.