This commit is contained in:
lukasabbe
2025-10-08 10:32:40 +02:00
parent 8750d28667
commit 47b10cfe05
9 changed files with 36 additions and 23 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ neoForge {
mappingsVersion = parchment_version
}
dependencies {
//api "me.shedaniel.cloth:cloth-config-neoforge:${cloth_config}"
api "me.shedaniel.cloth:cloth-config-neoforge:${cloth_config}"
}
runs {
@@ -46,7 +46,7 @@ neoForge {
dependencies {
jarJar(implementation("org.yaml:snakeyaml:2.4")){}
additionalRuntimeClasspath "org.yaml:snakeyaml:2.4"
runtimeOnly "org.yaml:snakeyaml:2.4"
}
sourceSets.main.resources { srcDir 'src/generated/resources' }