We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8adedf commit 261bcd1Copy full SHA for 261bcd1
gradle.properties
@@ -18,9 +18,9 @@ minecraft_version=1.21.1
18
# as they do not follow standard versioning conventions.
19
minecraft_version_range=[1.21.1]
20
# The Neo version must agree with the Minecraft version to get a valid artifact
21
-neo_version=21.1.186
+neo_version=21.1.187
22
# The Neo version range can use any version of Neo as bounds
23
-neo_version_range=[21.1.186,)
+neo_version_range=[21.1.187,)
24
# The loader version range can only use the major version of FML as bounds
25
loader_version_range=[1,)
26
0 commit comments