We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1df2071 commit 0286649Copy full SHA for 0286649
1 file changed
build.gradle
@@ -15,7 +15,8 @@ dependencies {
15
implementation include(fabricApi.module("fabric-key-binding-api-v1", project.fabric_version))
16
implementation include(fabricApi.module("fabric-lifecycle-events-v1", project.fabric_version))
17
18
- implementation include("eu.pb4:placeholder-api:${project.text_placeholder_api_version}")
+// implementation include("eu.pb4:placeholder-api:${project.text_placeholder_api_version}")
19
+ compileOnly "eu.pb4:placeholder-api:${project.text_placeholder_api_version}"
20
21
compileOnly "org.quiltmc:quilt-loader:$project.quilt_loader_version"
22
}
0 commit comments