[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")

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")

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")

View File

@@ -23,13 +23,19 @@ forge_version=49.0.13
neoforge_version=73-beta
# Dependencies
mod_menu_version=8.0.0-beta.2
moon_config=1.0.9
lombok=1.18.32
adventure=4.16.0
rpc_sdk=1.0
discord_formatter=2.0.0
# Mod Dependencies
fabrictailor=2.1.2
vanish=1.4.2+1.20
mod_menu_version=8.0.0-beta.2
vanishmod=1.1.12.1
vanishmod_neo=puxrKAMr
# Publishing
curse_id=867099
modrinth_id=Nn8Wasaq