[CHORE] Move dependency mod versions to gradle.properties
This commit is contained in:
@@ -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")
|
||||
|
@@ -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")
|
||||
|
@@ -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")
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user