Skip to content
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -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'
}

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down