Clean up + balancing

This commit is contained in:
Fishplex
2022-10-24 19:07:11 -03:00
parent 8e06f609ff
commit a41645db55
99 changed files with 1931 additions and 38 deletions

View File

@@ -53,6 +53,10 @@ dependencies {
// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modApi("me.shedaniel.cloth:cloth-config-fabric:8.2.88") {
exclude(group: "net.fabricmc.fabric-api")
}
}
processResources {
@@ -64,7 +68,6 @@ processResources {
}
tasks.withType(JavaCompile).configureEach {
// Minecraft 1.18 (1.18-pre2) upwards uses Java 17.
it.options.release = 17
}