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:
@@ -43,4 +43,9 @@ neoForge {
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
jarJar(implementation("org.yaml:snakeyaml")){}
|
||||
additionalRuntimeClasspath "org.yaml:snakeyaml:2.4"
|
||||
}
|
||||
|
||||
sourceSets.main.resources { srcDir 'src/generated/resources' }
|
||||
Reference in New Issue
Block a user