Skip to content

Commit

Permalink
fix: parchment uses mc 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamalam360 committed Aug 21, 2024
1 parent d81f5cf commit 63ecfea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.easytemplate
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ subprojects {
minecraft "com.mojang:minecraft:${rootProject.minecraft_version}"
mappings loom.layered() {
officialMojangMappings()
parchment "org.parchmentmc.data:parchment-${rootProject.minecraft_version}:${libs.versions.parchment.get()}@zip"
parchment "org.parchmentmc.data:parchment-${libs.versions.parchment_minecraft.get()}:${libs.versions.parchment.get()}@zip"
}
}
}
Expand Down
1 change: 1 addition & 0 deletions libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
architectury = "13.0.6"

# https://parchmentmc.org/docs/getting-started
parchment_minecraft = "1.21"
parchment = "2024.07.28"

# https://projects.neoforged.net/neoforged/neoforge
Expand Down

0 comments on commit 63ecfea

Please sign in to comment.