1.15.2 Backport

This commit is contained in:
Motschen
2020-07-06 19:37:09 +02:00
parent 80dd9ebd59
commit 6aa127ecfe
53 changed files with 71 additions and 232 deletions

View File

@@ -27,7 +27,7 @@ dependencies {
// Fabric API. This is technically optional, but you probably want it anyway.
modCompile "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modCompile("vazkii.patchouli:Patchouli_1.16-fabric:${project.patchouli_version}")
modCompile("vazkii.patchouli:Patchouli_1.15-fabric:${project.patchouli_version}")
// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
// You may need to force-disable transitiveness on them.
}