Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FMLModType included in fabric jars #70

Closed
ThatGravyBoat opened this issue May 2, 2024 · 1 comment · Fixed by #73
Closed

FMLModType included in fabric jars #70

ThatGravyBoat opened this issue May 2, 2024 · 1 comment · Fixed by #73

Comments

@ThatGravyBoat
Copy link

The FMLModType manifest entry is included in fabric jars which causes issues with things like Sinytra Connector.

attributes(mapOf("FMLModType" to "LIBRARY"))

In addition FMLModType is LIBRARY when in modern versions it should be GAMELIBRARY as LIBRARY is meant for plugin layers while GAMELIBRARY is meant for mods/code that references minecraft code in the game layer

@Protoxy22
Copy link

Up, it's really important
We cannot use Elementa on Forge 1.20+ because of this issue
UniversalCraft doesn't have the permission to access minecraft module ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants