mirror of
https://github.com/lukasabbe/bookshelf-inspector.git
synced 2026-04-30 10:40:53 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user