Update to 1.16.2

Refactor ore generation for 1.16.2
This commit is contained in:
Motschen
2020-08-12 20:37:34 +02:00
parent 575a20c797
commit 5512e668da
9 changed files with 62 additions and 73 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:${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.
}