[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

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