1.16.x/next branch crashes on menu screen after latest commit
EcoBuilder13 opened this issue ยท 4 comments
@Kroppeb I just built it was java 8 and it works fine. I am assuming that when gradle builds the mod on any version higher than java 9 it uses newer java features that java 8 doesn't have? (In the case of sodium) Also since the Github actions used java 14 and this seems specific to java 8 vs 9+ that if it is built with 14 it will work with java 11 for example?
Closing issue because this is caused by user error
#16 explains what the issue is if you are interested.
It's not because it uses newer features, but the signature of a method changed. So it is indeed an 8 vs 9+ issue, meaning code compiled with java 14 will work with java 11.