Skip to content

Commit

Permalink
match variables in neoforge.mods.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Jun 7, 2024
1 parent 81354b2 commit 586d43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ subprojects {
"fabric_loader_version": fabric.versions.fabric.loader.get(),
]

filesMatching(['pack.mcmeta', '*.mod.json', 'META-INF/mods.toml', '*.mixins.json']) {
filesMatching(['pack.mcmeta', '*.mod.json', 'META-INF/neoforge.mods.toml', '*.mixins.json']) {
expand expandProps
}
inputs.properties(expandProps)
Expand Down

0 comments on commit 586d43b

Please sign in to comment.