diff --git a/build.gradle b/build.gradle index b4fc952..dc2ce01 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 afff248..4483605 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.6 -parchment_mappings_version=2025.06.29 +parchment_minecraft_version=1.21.7 +parchment_mappings_version=2025.07.18 # 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.7 # as they do not follow standard versioning conventions. minecraft_version_range=[1.21.7] # The Neo version must agree with the Minecraft version to get a valid artifact -neo_version=21.7.23-beta +neo_version=21.7.25-beta ## Mod Properties