Fixed logs being spammed

This commit is contained in:
Motschen
2020-06-29 11:02:53 +02:00
parent 3110be2b0f
commit 9e5d82e150
47 changed files with 175 additions and 73 deletions

View File

@@ -25,8 +25,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("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.
}