Skip to content

Commit b601989

Browse files
Update MDK with new output from mod generator (#37)
* 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 bdb1910 commit b601989

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.gradle.userdev' version '7.1.26'
4+
id 'net.neoforged.gradle.userdev' version '7.1.27'
55
}
66

77
tasks.named('wrapper', Wrapper).configure {

gradle.properties

Lines changed: 2 additions & 2 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/NeoGradle/blob/NG_7.0/README.md#apply-parchment-mappings
99
# you can also find the latest versions at: https://parchmentmc.org/docs/getting-started
10-
neogradle.subsystems.parchment.minecraftVersion=1.21.5
11-
neogradle.subsystems.parchment.mappingsVersion=2025.06.15
10+
neogradle.subsystems.parchment.minecraftVersion=1.21.8
11+
neogradle.subsystems.parchment.mappingsVersion=2025.09.14
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

0 commit comments

Comments
 (0)