Skip to content

Commit

Permalink
Fix dev runtime cloth config
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmeow committed Dec 26, 2021
1 parent cc69c42 commit 0485a5d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ configurations {
}

repositories {
flatDir {
dir 'libs'
}
maven {
name = "TerraformersMC"
url = "https://maven.terraformersmc.com/"
Expand All @@ -32,6 +29,9 @@ repositories {
maven {
url = "https://maven.shedaniel.me/"
}
maven {
url = "https://cursemaven.com/"
}
}

dependencies {
Expand All @@ -57,9 +57,11 @@ dependencies {
modRuntimeOnly("com.terraformersmc:modmenu:3.0.1") {
transitive = false
}
modRuntimeOnly ("me.shedaniel.cloth:cloth-config:6.1.48") {
transitive = false
modRuntimeOnly("curse.maven:cloth-config-319057:3559638") {
exclude(group: "net.fabricmc")
exclude(group: "net.fabricmc.fabric-api")
}
runtimeOnly("me.shedaniel.cloth:basic-math:0.6.0")
}

processResources {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
architectury_version = 3.2.60
fabric_loader_version = 0.12.12
fabric_api_version = 0.45.0+1.18
imdlib_version = 1.18.1-7d2e7b639fcfb82a779404d465aff9ab5ca6783a
imdlib_version = 1.18.1-e2a2618312cc73f995c18e94066f9e26babe1fdb

# Publishing
github = itsmeow/betteranimalsplus
Expand Down

0 comments on commit 0485a5d

Please sign in to comment.