TheCBProject / CBMultipart

An API for dynamically handling different functional parts in the one block space.
Other
22 stars 28 forks source link

Crash on Java versions above 11. Java's latest long term support version is 17. #106

Closed RVOtakuMike closed 2 years ago

RVOtakuMike commented 2 years ago

Just wanted to bring this to your attention, have a good day!

Crash log: https://pastebin.com/pHgGpqBF

RyzenFromFire commented 2 years ago

Can confirm this issue is present. Running Java 16, CBMultipart loads on Java 8. Haven't tested 11.

covers1624 commented 2 years ago

Java 16 and above are not supported. This is not a bug. This will not be fixed. Use java 15 max.

SuperFurias commented 2 years ago

Not knowing the Java language, I tried to understand for 2 hours why it didn't work me, I went to look at the crashlogs, seeing that the problem was "CB Multipart", so I went to look at the problems closed on github and I discovered that the problem was .. The Java version. From 1.17 onwards Java 16 is mandatory to use, otherwise it does not start, it would welcome if specified on the curse page (or github page) that your mod does not work in versions above 15 (as mentioned by you)

covers1624 commented 2 years ago

From my knowledge Forge will not work on java 16 and above.

This is stated on the curse page, each file is marked as only supporting Java 8, which is what Mojang ships for Minecraft 1.16, and what I develop with. Anything else is not officially supported.