Fix Vanish patch and fix neoforge mods.toml not being resolved

This commit is contained in:
2024-05-19 18:42:46 +02:00
parent 82860ec672
commit f64efbd228
7 changed files with 69 additions and 3 deletions

View File

@@ -1,5 +1,14 @@
--- a/NeoForge/build.gradle
+++ b/NeoForge/build.gradle
@@ -50,7 +50,7 @@
from project(":Common").sourceSets.main.resources
def buildProps = project.properties.clone()
- filesMatching("META-INF/neoforge.mods.toml") {
+ filesMatching("META-INF/mods.toml") {
expand buildProps
}
}
@@ -103,8 +103,8 @@
setVersionType("release")
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md")