Skip to content

Commit 691f51e

Browse files
committed
fix toml type
1 parent 09229f4 commit 691f51e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neoforge/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
processResources {
4343
inputs.property 'version', project.version
4444

45-
filesMatching('META-INF/neoforge.mods.toml') {
45+
filesMatching('META-INF/mods.toml') {
4646
expand version: project.version
4747
}
4848
}

0 commit comments

Comments
 (0)