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 41dde63 commit c7291e7
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 @@ -141,6 +141,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=integrateddynamics
mod_version=1.21.4
minecraft_version=1.21
neoforge_version=21.0.86-beta
parchment_version=2024.07.07
cyclopscore_version=1.19.1-462
integrateddynamicscompat_version=1.0.0-67
release_type=release
Expand Down

0 comments on commit c7291e7

Please sign in to comment.