[CHORE] Update for 1.21

This commit is contained in:
2024-06-15 22:28:20 +02:00
parent 99463299ff
commit 40ba1ba66a
9 changed files with 22 additions and 25 deletions

View File

@@ -41,7 +41,7 @@ processResources {
from project(":Common").sourceSets.main.resources
def buildProps = project.properties.clone()
filesMatching("META-INF/mods.toml") {
filesMatching("META-INF/neoforge.mods.toml") {
expand buildProps
}
}