Skip to content

Commit

Permalink
I LOVE LOOM
Browse files Browse the repository at this point in the history
MODDING BUILD TOOLS ARE SO GREAT I LOVE WORKING WITH THEM
  • Loading branch information
TropheusJ committed Mar 3, 2025
1 parent 97c3f38 commit 49449a7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,15 @@ loom {
}
}

configurations {
// this avoids remapping ponder when it's local
named("runtimeClasspath") {
attributes {
attribute(Attribute.of("create.marker", String::class.java), "h")
}
}
}

tasks.named<ProcessResources>("processResources") {
exclude("**/*.bbmodel", "**/*.lnk")

Expand Down

0 comments on commit 49449a7

Please sign in to comment.