Clean up + balancing
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user