Skip to content

Commit

Permalink
Merge pull request gbl#33 from Madis0/unbundle-cloth
Browse files Browse the repository at this point in the history
Unbundle Cloth Config
  • Loading branch information
gbl authored Apr 2, 2023
2 parents bf8c925 + b633efd commit c13f4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
mappings "net.fabricmc:yarn:${Versions['yarn_mappings']}:v2"
modImplementation "net.fabricmc:fabric-loader:${Versions['loader_version']}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${Versions['fabric_version']}"
modImplementation include ("me.shedaniel.cloth:cloth-config-fabric:${Versions['cloth_config_version']}") {
modApi("me.shedaniel.cloth:cloth-config-fabric:${Versions['cloth_config_version']}") {
exclude(group: "net.fabricmc.fabric-api")
}
modCompileOnly "com.terraformersmc:modmenu:${Versions['modmenu_version']}"
Expand Down

0 comments on commit c13f4d2

Please sign in to comment.