Gradle settings for 1.15

This commit is contained in:
Motschen
2020-06-16 18:36:26 +02:00
committed by GitHub
parent 041137dcfe
commit 67f47d0135
2 changed files with 5 additions and 6 deletions

View File

@@ -26,7 +26,6 @@ dependencies {
// Fabric API. This is technically optional, but you probably want it anyway.
modCompile "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modCompile("com.github.vazkii: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.
}