One more step, now i just need to figure out how to remove the requierment to run the mod on both server and client

This commit is contained in:
lukasabbe
2025-06-13 00:46:08 +02:00
parent 8f402847a0
commit b0d29e1917
5 changed files with 7 additions and 2 deletions
@@ -64,6 +64,7 @@ sourcesJar {
}
}
jar {
from(rootProject.file('LICENSE')) {
rename { "${it}_${mod_name}" }
@@ -12,6 +12,7 @@ configurations {
}
dependencies {
implementation("org.yaml:snakeyaml:${project.YAML_snake}")
compileOnly(project(':common')) {
capabilities {
requireCapability "$group:$mod_id"