We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc184bd commit 67182f6Copy full SHA for 67182f6
1 file changed
fabric/build.gradle
@@ -52,7 +52,9 @@ processResources {
52
"minMoreMcmetaVersion": minMoreMcmetaVersion
53
}
54
55
- from "$projectDir/../common/src/main/resources"
+ from("$projectDir/../common/src/main/resources/resourcepacks") {
56
+ into "resourcepacks"
57
+ }
58
59
60
shadowJar {
0 commit comments