|
|
@ -11,13 +11,12 @@ buildscript {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
dependencies {
|
|
|
|
dependencies {
|
|
|
|
classpath 'com.github.Chocohead:Fabric-Loom:173cd0e'
|
|
|
|
classpath 'com.github.Chocohead:Fabric-Loom:6ebda4d'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
apply plugin: "fabric-loom"
|
|
|
|
apply plugin: "fabric-loom"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sourceCompatibility = JavaVersion.VERSION_1_8
|
|
|
|
sourceCompatibility = JavaVersion.VERSION_1_8
|
|
|
|
targetCompatibility = JavaVersion.VERSION_1_8
|
|
|
|
targetCompatibility = JavaVersion.VERSION_1_8
|
|
|
|
|
|
|
|
|
|
|
|