Sinytra / ForgifiedFabricAPI

Fabric API implemented on top of NeoForge
https://sinytra.org/docs
Apache License 2.0
107 stars 13 forks source link

Incompatible with rubidium #22

Closed kakashi1464 closed 1 year ago

kakashi1464 commented 1 year ago

Describe the bug

Minecraft crashes at start with FFAPI and Rubidium

Steps to reproduce

1.Add rubidium and FFAPI in mods folder 2.Run Minecraft

Logs

https://mclo.gs/SbkMplt

Additional context

No response

burningtnt commented 1 year ago

Describe the bug

Minecraft crashes at start with FFAPI and Rubidium

Steps to reproduce

1.Add rubidium and FFAPI in mods folder 2.Run Minecraft

Logs

https://mclo.gs/SbkMplt

Additional context

No response

No crash info available. Please export the output of Minecraft through you Minecraft Launcher instead of uploading latest.log

Su5eD commented 1 year ago

Rubidium 0.7.0a works fine with the Forgified Fabric API.

Rubidium 0.6.5 crashes due to a package conflict, where rubidium includes classes from fabric loader without relocating them. It looks like they're only using the version util classes though, so I'm not sure what prevented them from shadowing properly. We cannot relocate our classes, as they are expected to be available by dependents.

kakashi1464 commented 1 year ago

sad situation