[CHORE] Move dependency mod versions to gradle.properties

This commit is contained in:
2024-05-03 22:48:16 +02:00
parent 0c1c4239e7
commit 1c3baf5e3b
4 changed files with 11 additions and 5 deletions

View File

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