You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hdoc1509
added a commit
to Hdoc1509/hotbar-keys
that referenced
this issue
Jan 1, 2025
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.The text was updated successfully, but these errors were encountered: