Skip to content

Commit

Permalink
chore: set min required neo version
Browse files Browse the repository at this point in the history
  • Loading branch information
klikli-dev committed Jul 8, 2024
1 parent 7feee0c commit b6a15f6
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_range=[1.21,1.22)
# The neo version must agree with the Minecraft version to get a valid artifact
neo_version=21.0.76-beta
# The neo version range can use any version of neo as bounds or match the loader version range
neo_version_range=[21.0.0-beta,)
neo_version_range=[21.0.76-beta,)
# The loader version range can only use the major version of Neo/FML as bounds
neo_loader_version_range=[3,)
neogradle_version=7.0.153
Expand Down

0 comments on commit b6a15f6

Please sign in to comment.