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
+5
View File
@@ -43,4 +43,9 @@ neoForge {
}
}
dependencies {
jarJar(implementation("org.yaml:snakeyaml")){}
additionalRuntimeClasspath "org.yaml:snakeyaml:2.4"
}
sourceSets.main.resources { srcDir 'src/generated/resources' }