Skip to content

Commit

Permalink
Add Parchment mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
Protonull committed Apr 23, 2024
1 parent 0b69262 commit a5f1da0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mod/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ subprojects {

dependencies {
minecraft "com.mojang:minecraft:${rootProject.minecraft_version}"
mappings loom.officialMojangMappings()
mappings loom.layered() {
officialMojangMappings()
parchment("org.parchmentmc.data:parchment-${project.minecraft_version}:${project.parchment_version}@zip")
}
}
}

Expand Down
2 changes: 2 additions & 0 deletions mod/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ mod_source_url=https://github.com/CivPlatform/map-sync
mod_issues_url=https://github.com/CivPlatform/map-sync/issues

minecraft_version=1.18.2
# https://parchmentmc.org/docs/getting-started
parchment_version=2022.11.06
enabled_platforms=fabric,forge

# https://fabricmc.net/versions.html
Expand Down

0 comments on commit a5f1da0

Please sign in to comment.