Forgified Fabric API

Forgified Fabric API

13M Downloads

Incompatible with rubidium

kakashi1464 opened this issue ยท 3 comments

commented

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

commented

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

commented

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.

commented

sad situation