Skip to content

Commit

Permalink
gradle.properties: renamed moonlight_version to moonlight_mavenVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
Xelbayria committed Dec 10, 2024
1 parent b2c5c63 commit e130a54
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
// modImplementation("net.mehvahdjukaar:moonlight:${moonlight_testVersion}")

//!! MAVEN
modImplementation("maven.modrinth:moonlight:fabric_${moonlight_version}") // v2.13.37
modImplementation("maven.modrinth:moonlight:fabric_${moonlight_mavenVersion}") // v2.13.37

//!! ============================================ DEPENDENCIES ====================================================== \\
modCompileOnly("curse.maven:framework-549225:5680025") // Furniture Refurbished
Expand Down
2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
// modImplementation("net.mehvahdjukaar:moonlight-fabric:${moonlight_testVersion}")

//!! MAVEN
modImplementation("maven.modrinth:moonlight:fabric_${moonlight_version}") // v2.13.37
modImplementation("maven.modrinth:moonlight:fabric_${moonlight_mavenVersion}") // v2.13.37

//!! ================================================ DEPENDENCIES ================================================== \\

Expand Down
2 changes: 1 addition & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ dependencies {
// modImplementation("net.mehvahdjukaar:moonlight:${moonlight_testVersion}-forge")

//!! MAVEN
modImplementation("maven.modrinth:moonlight:forge_${moonlight_version}") // v2.13.37
modImplementation("maven.modrinth:moonlight:forge_${moonlight_mavenVersion}") // v2.13.37

//!! ================================================ DEPENDENCIES ================================================== \\
modImplementation("com.tterrag.registrate:Registrate:${registrate_version}")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fabric_api_version = 0.92.2+1.20.1

# LIBRARY | DEPENDENCIES
# COMMON
moonlight_version = 1.20-2.13.37
moonlight_mavenVersion = 1.20-2.13.37
moonlight_testVersion = 1.20-2.13.37
mixin_extras_version = 0.4.0
architectury_version = 5.7.28
Expand Down

0 comments on commit e130a54

Please sign in to comment.