addition of cloth config, removal of fiber

This commit is contained in:
2021-10-24 19:14:06 -04:00
parent 0ab7da3ff0
commit 5d10610a1d
8 changed files with 50 additions and 18 deletions
+4 -1
View File
@@ -16,6 +16,7 @@ repositories {
// Loom adds the essential maven repositories to download Minecraft and libraries from automatically.
// See https://docs.gradle.org/current/userguide/declaring_repositories.html
// for more information about repositories.
maven{url "https://maven.shedaniel.me/"}
}
dependencies {
@@ -28,7 +29,9 @@ dependencies {
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
// Custom API's
implementation "me.zeroeightsix:fiber:${project.fiber_version}"
modApi ("me.shedaniel.cloth:cloth-config-fabric:4.11.26") {
exclude(group: "net.fabricmc.fabric-api")
}
// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
// You may need to force-disable transitiveness on them.