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

This commit is contained in:
2024-05-09 19:08:53 +02:00
parent 7bbbd7be62
commit 16163ac944
3 changed files with 1 additions and 30 deletions

View File

@@ -3,7 +3,7 @@ archivesBaseName = "${mod_name.replace(" ", "")}-Forge-${minecraft_version}"
dependencies {
// Compat
modImplementation("maven.modrinth:vanishmod:${vanishmod}")
// NOT AVAILABLE ON FORGE modImplementation("maven.modrinth:vanishmod:${vanishmod}")
// Do not edit or remove
implementation project(":Common")