Skip to content

Commit

Permalink
fix bad include
Browse files Browse the repository at this point in the history
  • Loading branch information
sisby-folk committed Aug 27, 2024
1 parent 9deb764 commit 4017c05
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
16 changes: 7 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,18 +138,16 @@ allprojects {
}

dependencies {
runtimeOnly(include(project(path: ":core", configuration: "namedElements")))
runtimeOnly(include(project(path: ":client", configuration: "namedElements")))
runtimeOnly(include(project(path: ":ui", configuration: "namedElements")))
runtimeOnly(include(project(path: ":cardinal", configuration: "namedElements")))
runtimeOnly(include(project(path: ":cardinal-ui", configuration: "namedElements")))
runtimeOnly(include(project(path: ":compat", configuration: "namedElements")))
runtimeOnly(include(project(path: ":compat-ui", configuration: "namedElements")))
include project(":core")
include project(":client")
include project(":ui")
include project(":cardinal")
include project(":cardinal-ui")
include project(":compat")
include project(":compat-ui")
modLocalRuntime libs.fapi
modLocalRuntime libs.kaleidoConfig
modLocalRuntime libs.serverTranslationsApi
include libs.kaleidoConfig
include libs.serverTranslationsApi
}


Expand Down
1 change: 0 additions & 1 deletion compat-ui/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"parent": "${modId}"
},
"environment": "client",
"accessWidener": "switchy-compat-ui.accesswidener",
"depends": {
"minecraft": ">=${mc}",
"fabricloader": ">=${fl}",
Expand Down

0 comments on commit 4017c05

Please sign in to comment.