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/Forge/build.gradle
+++ b/Forge/build.gradle
@@ -3,7 +3,7 @@
dependencies {
// Compat
- // NOT AVAILABLE ON FORGE modImplementation("maven.modrinth:vanishmod:${vanishmod}")
+ modImplementation("maven.modrinth:vanishmod:${vanishmod}")
// Do not edit or remove
implementation project(":Common")
@@ -104,8 +104,8 @@
setVersionType("release")
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md")