Skip to content

Commit

Permalink
Migrate to modRuntimeOnly dependency notation
Browse files Browse the repository at this point in the history
- modRuntime has been deprecated
  • Loading branch information
ChloeDawn committed Dec 8, 2021
1 parent 8c6c394 commit d9d2c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
implementation(include("com.electronwill.night-config:toml:3.6.5")!!)
modImplementation(include(fabricApi.module("fabric-api-base", "0.44.0+1.18"))!!)
modImplementation(include(fabricApi.module("fabric-networking-api-v1", "0.44.0+1.18"))!!)
modRuntime("com.terraformersmc:modmenu:3.0.0")
modRuntimeOnly("com.terraformersmc:modmenu:3.0.0")
}

tasks {
Expand Down

0 comments on commit d9d2c45

Please sign in to comment.