We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7536c0 commit ec129cdCopy full SHA for ec129cd
build.gradle
@@ -44,8 +44,7 @@ dependencies {
44
modImplementation("com.terraformersmc:modmenu:${project.modmenu_version}")
45
modImplementation "io.wispforest:owo-lib:${project.owo_version}"
46
47
- modImplementation 'net.hypixel:mod-api:1.0.1'
48
- include 'net.hypixel:mod-api:1.0.1'
+ modImplementation include ('net.hypixel:mod-api:1.0.1')
49
50
implementation 'com.google.code.gson:gson:2.10.1'
51
}
0 commit comments