diff --git a/build.gradle b/build.gradle index c741b0c..219ab04 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.112' + id 'net.neoforged.moddev' version '2.0.113' id 'idea' } diff --git a/gradle.properties b/gradle.properties index 3734315..f3d3bce 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,8 +7,8 @@ org.gradle.configuration-cache=true #read more on this at https://github.com/neoforged/ModDevGradle?tab=readme-ov-file#better-minecraft-parameter-names--javadoc-parchment # you can also find the latest versions at: https://parchmentmc.org/docs/getting-started -parchment_minecraft_version=1.21.8 -parchment_mappings_version=2025.09.14 +parchment_minecraft_version=1.21.9 +parchment_mappings_version=2025.10.05 # Environment Properties # You can find the latest versions here: https://projects.neoforged.net/neoforged/neoforge # The Minecraft version must agree with the Neo version to get a valid artifact @@ -18,7 +18,7 @@ minecraft_version=1.21.9 # as they do not follow standard versioning conventions. minecraft_version_range=[1.21.9] # The Neo version must agree with the Minecraft version to get a valid artifact -neo_version=21.9.14-beta +neo_version=21.9.16-beta ## Mod Properties