diff --git a/build.gradle b/build.gradle index 1c9ee7e..86ea69a 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id 'java-library' id 'maven-publish' - id 'net.neoforged.moddev' version '2.0.99' + id 'net.neoforged.moddev' version '2.0.103' id 'idea' } diff --git a/gradle.properties b/gradle.properties index 0feefff..1d05338 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ minecraft_version=1.20.6 # as they do not follow standard versioning conventions. minecraft_version_range=[1.20.6] # The Neo version must agree with the Minecraft version to get a valid artifact -neo_version=20.6.136 +neo_version=20.6.137 # The loader version range can only use the major version of FML as bounds loader_version_range=[1,)