Architectury API (Fabric/Forge/NeoForge)

Architectury API (Fabric/Forge/NeoForge)

158M Downloads

Incompatibility with Cardboard, Entrypoint Error?

jbjornberg opened this issue ยท 6 comments

commented

https://pastebin.com/pJ36sEcn
To replicate the issue, install Cardboard & Architectury API (Fabric) along with the necessities needed to run Fabric.

commented

Cardboard completely overwrites many methods in net.minecraft.server to replicate Bukkit's patches, which makes it fundamentally incompatible with a lot of server-side mods. This is unfortunately not something we can fix.

commented

Cardboard completely overwrites many methods in net.minecraft.server to replicate Bukkit's patches, which makes it fundamentally incompatible with a lot of server-side mods. This is unfortunately not something we can fix.

This is the only incompatibility I have in my 200+ mod pack so far.. If I remove Architectury, the pack runs fine. I understand that this means the dependencies are likely incompatible as well, but I'm not using your library for server-side mods. Are you sure there's no quick fix I could do for this or is it really a hefty overhaul that would be needed for this functionality?

commented

architectury is not at fault here, you should contact support over at cardboard.

commented

I posted this issue in both GitHubs, they just seem to be drowning in problems right now. I don't believe that this is Architectury's fault at all. I'm just verifying that it isn't a simple fix. Do you think it would be a lot of work to make these mods compatible, or would it be a pretty simple fix on Cardboard's end?

commented

No, Cardboard completely replaces the pieces of code that we are trying to inject into, we have no way to fix this on our side.

The main reason why they have their issues piles up is because they just go around replacing things, breaking lots of mods.

commented

I see, thank you for the clarification. Hopefully they can do something on their end.