Skip to content

Commit

Permalink
Fix correct minecraft version range
Browse files Browse the repository at this point in the history
  • Loading branch information
IONayrus committed Feb 1, 2025
1 parent fbee2cb commit 1fd9898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ minecraft_version=1.21.1
# The Minecraft version range can use any release version of Minecraft as bounds.
# Snapshots, pre-releases, and release candidates are not guaranteed to sort properly
# as they do not follow standard versioning conventions.
minecraft_version_range=[1.21.1, 1.22)
minecraft_version_range=[1.21.1, 1.21.2)
# The Neo version must agree with the Minecraft version to get a valid artifact
neo_version=21.1.115
# The Neo version range can use any version of Neo as bounds
Expand Down

0 comments on commit 1fd9898

Please sign in to comment.