From 6ba40c2329abc07f6b626fa2591219f2a995e778 Mon Sep 17 00:00:00 2001 From: hypherionmc Date: Thu, 9 May 2024 19:10:21 +0200 Subject: [PATCH] [BUG] Disable vanish on forge, since it doesn't have a forge version anymore part 2 --- commit.sha | 2 +- patches/Forge/build.gradle.patch | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/commit.sha b/commit.sha index 6debf56..81169f8 100644 --- a/commit.sha +++ b/commit.sha @@ -1 +1 @@ -7bbbd7be62884a1f37aaf13f2d994b047ccac32a \ No newline at end of file +16163ac944796dc258d7afa54484e5cfc29906d8 \ No newline at end of file diff --git a/patches/Forge/build.gradle.patch b/patches/Forge/build.gradle.patch index 42449eb..29b9351 100644 --- a/patches/Forge/build.gradle.patch +++ b/patches/Forge/build.gradle.patch @@ -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")