[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

@@ -9,8 +9,8 @@ dependencies {
exclude(group: "net.fabricmc.fabric-api")
}
modImplementation "maven.modrinth:fabrictailor:2.1.2"
modImplementation "maven.modrinth:vanish:1.4.2+1.20"
modImplementation "maven.modrinth:fabrictailor:${fabrictailor}"
modImplementation "maven.modrinth:vanish:${vanish}"
// Do not edit or remove
implementation project(":Common")