Cursegradle doesn't select Fabric API as a Fabric loader mod
AfterRebelion opened this issue ยท 1 comments
So as you can see in the next image, currently Fabric API isn't automatically marked as a Fabric loader mod.
Two of the current releases did that, I assume, manually, but that isn't ideal in the long run.
Currently marking files as Fabric mods does nothing (Not even blacklisting them from a Forge modpack), but that could change in the future.
So there are some things that needs to be done:
- Mark older releases (At least all 1.14 ones) as using the Fabric loader
- Update the gradle plugin to a version that supports the modloader type (1.4.0+)
- Add the necessary modloader type to the build.gradle config
Fixed by #574.