Skip to content

Commit b74073e

Browse files
Update MDK with new output from mod generator (#2)
* Update MDK with new output from mod generator * Update MDK with new output from mod generator * Update MDK with new output from mod generator * Update MDK with new output from mod generator * Update MDK with new output from mod generator * Update MDK with new output from mod generator * Update MDK with new output from mod generator * Update MDK with new output from mod generator * Update MDK with new output from mod generator * Update MDK with new output from mod generator * Update MDK with new output from mod generator * Update MDK with new output from mod generator * Update MDK with new output from mod generator * Update MDK with new output from mod generator * Update MDK with new output from mod generator * Update MDK with new output from mod generator * Update MDK with new output from mod generator * Update MDK with new output from mod generator * Update MDK with new output from mod generator --------- Co-authored-by: NeoForge MDK Automation <173375039+neoforge-mdk-automation[bot]@users.noreply.github.com>
1 parent 136f9d3 commit b74073e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'java-library'
33
id 'maven-publish'
4-
id 'net.neoforged.moddev' version '2.0.113'
4+
id 'net.neoforged.moddev' version '2.0.115'
55
id 'idea'
66
}
77

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ org.gradle.configuration-cache=true
77

88
#read more on this at https://github.com/neoforged/ModDevGradle?tab=readme-ov-file#better-minecraft-parameter-names--javadoc-parchment
99
# you can also find the latest versions at: https://parchmentmc.org/docs/getting-started
10-
parchment_minecraft_version=1.21.9
11-
parchment_mappings_version=2025.10.05
10+
parchment_minecraft_version=1.21.10
11+
parchment_mappings_version=2025.10.12
1212
# Environment Properties
1313
# You can find the latest versions here: https://projects.neoforged.net/neoforged/neoforge
1414
# The Minecraft version must agree with the Neo version to get a valid artifact
@@ -18,7 +18,7 @@ minecraft_version=1.21.10
1818
# as they do not follow standard versioning conventions.
1919
minecraft_version_range=[1.21.10]
2020
# The Neo version must agree with the Minecraft version to get a valid artifact
21-
neo_version=21.10.1-beta
21+
neo_version=21.10.13-beta
2222

2323
## Mod Properties
2424

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ pluginManagement {
55
}
66

77
plugins {
8-
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.9.0'
8+
id 'org.gradle.toolchains.foojay-resolver-convention' version '1.0.0'
99
}

0 commit comments

Comments
 (0)