Skip to content

Commit

Permalink
Enable parchment mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Jul 16, 2024
1 parent 3babc19 commit 085c4b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,13 @@ minecraft {
}
}

subsystems {
parchment {
minecraftVersion = "${project.minecraft_version}"
mappingsVersion = "${project.parchment_version}"
}
}

runs {
configureEach {
systemProperty 'forge.logging.markers', 'REGISTRIES'
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ mod_id=evilcraft
mod_version=1.2.38
minecraft_version=1.21
neoforge_version=21.0.43-beta
parchment_version=2024.07.07
cyclopscore_version=1.19.1-464
evilcraftcompat_version=1.1.0-54
release_type=release
Expand Down

0 comments on commit 085c4b2

Please sign in to comment.