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 70960a1 commit 9b42134
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 @@ -110,6 +110,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=colossalchests
mod_version=1.8.5
minecraft_version=1.21
neoforge_version=21.0.43-beta
parchment_version=2024.07.07
cyclopscore_version=1.19.1-462
release_type=release
fingerprint=bd0353b3e8a2810d60dd584e256e364bc3bedd44
Expand Down

0 comments on commit 9b42134

Please sign in to comment.