We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c684b56 + a2eacc0 commit 89522a8Copy full SHA for 89522a8
build.gradle
@@ -104,7 +104,9 @@ configure(subprojects.findAll {it.name == "common" || it.name == "forge" || it.n
104
minecraft "com.mojang:minecraft:${rootProject.minecraft_version}"
105
mappings loom.layered() {
106
officialMojangMappings()
107
- parchment("org.parchmentmc.data:parchment-${minecraft_version}:${parchment_version}@zip")
+ if(rootProject.hasProperty("parchment_version")) {
108
+ parchment("org.parchmentmc.data:parchment-${minecraft_version}:${parchment_version}@zip")
109
+ }
110
}
111
112
0 commit comments