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 bfb4212 commit a62d3e3
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 @@ -132,6 +132,13 @@ dependencies {
}*/
}

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-compat
mod_version=1.0.0
minecraft_version=1.21
neoforge_version=21.0.43-beta
parchment_version=2024.07.07
cyclopscore_version=1.19.1-462
integrateddynamics_version=1.21.4-773
release_type=release
Expand Down

0 comments on commit a62d3e3

Please sign in to comment.