Skip to content

Commit

Permalink
Update MDK to support parchment activation
Browse files Browse the repository at this point in the history
  • Loading branch information
Spinoscythe committed Dec 31, 2023
1 parent 532065e commit e5284fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'eclipse'
id 'idea'
id 'maven-publish'
id 'net.neoforged.gradle.userdev' version '7.0.57'
id 'net.neoforged.gradle.userdev' version '7.0.74'
}

version = mod_version
Expand Down
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#org.gradle.jvmargs=
org.gradle.daemon=false
org.gradle.debug=false
# Uncomment this to activate parchment
#neogradle.subsystems.parchment.minecraftVersion=1.20.2
#neogradle.subsystems.parchment.mappingsVersion=2023.12.10

## Environment Properties
# You can find the latest versions here: https://projects.neoforged.net/neoforged/neoforge
Expand Down

0 comments on commit e5284fe

Please sign in to comment.