Skip to content

Commit

Permalink
Merge branch 'fabric_1_19' of github.com:gbl/AdvancementInfo into fab…
Browse files Browse the repository at this point in the history
…ric_1_19
  • Loading branch information
gbl committed Apr 2, 2023
2 parents 64c36ea + c13f4d2 commit 9cd44e6
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 9cd44e6

Please sign in to comment.