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 3fbd902 commit 182cf60Copy full SHA for 182cf60
build.gradle
@@ -29,6 +29,7 @@ dependencies {
29
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
30
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
31
modImplementation 'net.earthcomputer.multiconnect:multiconnect-api:1.4'
32
+ include 'net.earthcomputer.multiconnect:multiconnect-api:1.4'
33
34
if (clientcommandsScriptingExists) {
35
include project(':clientcommands-scripting')
0 commit comments