We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1d628d commit ababbe5Copy full SHA for ababbe5
build.gradle
@@ -1,7 +1,7 @@
1
plugins {
2
id 'java-library'
3
id 'maven-publish'
4
- id 'net.neoforged.moddev' version '2.0.112'
+ id 'net.neoforged.moddev' version '2.0.113'
5
id 'idea'
6
}
7
gradle.properties
@@ -18,7 +18,7 @@ minecraft_version=1.21.10
18
# as they do not follow standard versioning conventions.
19
minecraft_version_range=[1.21.10]
20
# The Neo version must agree with the Minecraft version to get a valid artifact
21
-neo_version=
+neo_version=21.10.0-beta
22
23
## Mod Properties
24
0 commit comments