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

Fabric versions before 1.19.2 depend on the wrong Fabric API #18

Closed
axolotlmaid opened this issue Jun 21, 2024 · 0 comments
Closed

Fabric versions before 1.19.2 depend on the wrong Fabric API #18

axolotlmaid opened this issue Jun 21, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@axolotlmaid
Copy link

Taken from the Fabric wiki:

Fabric Mod ID Change

As of Minecraft 1.19.2, Fabric API's mod ID has changed from fabric to fabric-api. When backporting from 1.19.2 to earlier versions, you must alter the depends section of your fabric.mod.json to expect fabric.

This is what the depends section looks like in templates generated before 1.19.2:

"depends": {
    "fabric-api": "*"
}

However, it should be:

"depends": {
    "fabric": "*"
}
@Juuxel Juuxel added the bug Something isn't working label Jun 29, 2024
@Juuxel Juuxel closed this as completed in 62887ad Jun 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants