diff --git a/build.gradle b/build.gradle index c6ac296..aefa6f8 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.103' + id 'net.neoforged.moddev' version '2.0.105' id 'idea' } diff --git a/gradle.properties b/gradle.properties index e255d8d..cc4ae13 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ minecraft_version=1.21.8 # as they do not follow standard versioning conventions. minecraft_version_range=[1.21.8] # The Neo version must agree with the Minecraft version to get a valid artifact -neo_version=21.8.10 +neo_version=21.8.15 ## Mod Properties