Backport 3.0.0 to MC 1.16.1

This commit is contained in:
Motschen
2020-10-09 20:43:27 +02:00
parent 7a250c257f
commit 6c6acc12a2
9 changed files with 72 additions and 105 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:${project.patchouli_version}")
modCompile("vazkii.patchouli:Patchouli_1.16-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.