addition of cloth config, removal of fiber
This commit is contained in:
+4
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user