TheCBProject / CBMultipart

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

Crash on Mac M1 #109

Closed gildiarz closed 3 years ago

gildiarz commented 3 years ago

Hello, I discovered that on a Macbook M1 this mod causes an mc loading error. Without this mod (and dependent mods) the problem does not occur. On windows this problem is absent. Modpack FTB OceanBlock. Below crash log: https://paste.ee/p/eQeTi

gildiarz commented 3 years ago

Update, it only crashes on native java for M1 aka m1-multimc-hack: https://github.com/yusefnapora/m1-multimc-hack :P On intel version it seems to work.

covers1624 commented 3 years ago

Java 16 is not supported. You will need to use Java 8 - 15.

gildiarz commented 3 years ago

Tested with Java 15, working with no problems. Thanks!