diff --git a/build.gradle b/build.gradle index 6e56b37..79a197a 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 2c2b364..1e574d6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ minecraft_version=1.20.4 # as they do not follow standard versioning conventions. minecraft_version_range=[1.20.4] # The Neo version must agree with the Minecraft version to get a valid artifact -neo_version=20.4.248 +neo_version=20.4.249 # The loader version range can only use the major version of FML as bounds loader_version_range=[1,)