[BUG] Disable vanish on forge, since it doesn't have a forge version anymore part 2

This commit is contained in:
2024-05-09 19:10:21 +02:00
parent d53d5256c7
commit 6ba40c2329
2 changed files with 1 additions and 10 deletions

View File

@@ -1 +1 @@
7bbbd7be62884a1f37aaf13f2d994b047ccac32a
16163ac944796dc258d7afa54484e5cfc29906d8

View File

@@ -1,14 +1,5 @@
--- a/Forge/build.gradle
+++ b/Forge/build.gradle
@@ -3,7 +3,7 @@
dependencies {
// Compat
- modImplementation("maven.modrinth:vanishmod:${vanishmod}")
+ // NOT AVAILABLE FOR FORGE 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")