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 Minecraft dependency is too specific #84

Closed
ExpensiveKoala opened this issue Dec 30, 2024 · 1 comment
Closed

Fabric Minecraft dependency is too specific #84

ExpensiveKoala opened this issue Dec 30, 2024 · 1 comment

Comments

@ExpensiveKoala
Copy link

Currently in fabric.mod.json the line for the dependency Minecraft is explicit.

"minecraft": "${minecraft_version}",

This should be changed to "minecraft": "~${minecraft_version}", Which translates to: >=a <(a[0]).(a[1]+1).0- or same major version, or higher minor version.

This matches the version dependency range defined in gradle.properties minecraft_version_range=[1.21.3, 1.22) used in forge and neoforge.

@jaredlll08
Copy link
Owner

Closed by e53ad48

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

No branches or pull requests

2 participants