Closed wereii closed 1 year ago
Please use the Floodgate-Fabric repo for fabric issues
I believe I fixed this already in my 1.19.3 PR though
As far as I can see, Floodgate-Fabric is a main implementation of Floodgate as a mod for Fabric.
I am talking about including floodgate:api
in different fabric mod so it can interact with Floodgate.
Ah, apologies for the misunderstanding. Yeah, something doesn't seem right here, I'll take a look in a bit.
Yeah no worries I should have given full details.
It does look like similar problem you fixed here https://github.com/GeyserMC/Floodgate-Fabric/pull/69/commits/c00b99c619a34543c01446cf835385fdcfac2da9
This issue was basically described here: https://github.com/NikitaCartes/EasyAuth/pull/72
Pretty sure a commit to the master branch of Floodgate, or completing the development branch, would actually fix this issue.
Awesome, thanks!
This is more of an FYI, not sure if it's something you can fix here.
net.fabricmc:fabric-loader
usesorg.objectweb.asm
fromorg.ow2.asm:asm:9.3
but this mod includes it's ownorg.objectweb.asm
implementation which is incompatible and will throw something along:when running either one of the
runX
gradle tasks.