Skip to content

Commit 67182f6

Browse files
committed
Fix extraneous resources copied on Fabric
1 parent fc184bd commit 67182f6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

fabric/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ processResources {
5252
"minMoreMcmetaVersion": minMoreMcmetaVersion
5353
}
5454

55-
from "$projectDir/../common/src/main/resources"
55+
from("$projectDir/../common/src/main/resources/resourcepacks") {
56+
into "resourcepacks"
57+
}
5658
}
5759

5860
shadowJar {

0 commit comments

Comments
 (0)