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 9352855 commit aa31f0d
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 @@ -119,6 +119,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
@@ -1,6 +1,7 @@
mod_id=cyclopscore
mod_version=1.19.1
minecraft_version=1.21
parchment_version=2024.07.07
neoforge_version=21.0.43-beta
release_type=release
fingerprint=bd0353b3e8a2810d60dd584e256e364bc3bedd44
Expand Down

0 comments on commit aa31f0d

Please sign in to comment.