Remove towelette bug fix.

This commit is contained in:
modmuss50 2020-05-22 15:27:54 +01:00
parent 0b64c9f996
commit 43d8759444
3 changed files with 0 additions and 60 deletions

View file

@ -13,7 +13,6 @@ buildscript {
classpath "net.fabricmc:fabric-loom:0.4-SNAPSHOT"
classpath "gradle.plugin.net.minecrell:licenser:0.2.1"
classpath 'de.undercouch:gradle-download-task:3.4.3'
classpath "com.wynprice.cursemaven:CurseMaven:2.1.4"
}
}
@ -90,9 +89,6 @@ dependencies {
include rcVersion
compileOnly "com.google.code.findbugs:jsr305:3.0.2"
// modCompileOnly ('curse.maven:towelette:2952524') {
// transitive = false
// }
modApi 'teamreborn:energy:0.1.0'
}