Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.99'
id 'net.neoforged.moddev' version '2.0.103'
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.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
Expand All @@ -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

Expand Down