add a Towelette plugin to blacklist our fluids, fixes the game not loading

This commit is contained in:
modmuss50 2019-08-13 16:24:24 +01:00
parent 75d9bccd6a
commit eca7aaa34f
9 changed files with 50 additions and 9 deletions

View file

@ -57,6 +57,9 @@ repositories {
name = 'curseforge'
url = 'https://minecraft.curseforge.com/api/maven'
}
maven {
url 'https://jitpack.io'
}
}
version = "3.0.5"
@ -109,6 +112,10 @@ dependencies {
compile 'org.checkerframework:checker-qual:2.10.0'
compileOnly "com.google.code.findbugs:jsr305:+"
modCompile ('com.github.Virtuoel:Towelette:519538e54b') {
transitive = false
}
}
processResources {