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 d25f8a1 commit 71ed42bCopy full SHA for 71ed42b
1 file changed
build.gradle
@@ -29,11 +29,11 @@ dependencies {
29
for (String module in ffapi_modules.split(",")) {
30
// Fabric API Base
31
if (module == "fabric-api-base") {
32
- modApi(include("org.sinytra.forgified-fabric-api:$module:0.4.42+d1308ded19")) { transitive = false }
+ modImplementation("org.sinytra.forgified-fabric-api:$module:0.4.42+d1308ded19") { transitive = false }
33
}
34
// Fabric Networking API V1
35
if (module == "fabric-networking-api-v1") {
36
- modApi(include("org.sinytra.forgified-fabric-api:$module:4.3.1+cfe47bf240")) { transitive = false }
+ modImplementation("org.sinytra.forgified-fabric-api:$module:4.3.1+cfe47bf240") { transitive = false }
37
38
39
0 commit comments