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.
1 parent 0116a31 commit 565cc23Copy full SHA for 565cc23
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