Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.20' into 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
MehVahdJukaar committed Dec 9, 2024
2 parents 063f854 + 2c131dd commit f2bd653
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ subprojects {
changelog = changelogText

if (modLoader == "fabric") {
versionName = mod_version + '-fabric'
dependencies {
required.project "fabric-api"
required.project "moonlight"
Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
//!! MOONLIGHT LIB -------------------------------------------------------------------------------------------------- \\

// modImplementation("net.mehvahdjukaar:moonlight:${moonlight_version}")
modImplementation("curse.maven:selene-499980:5973714") // v2.13.36
modImplementation("curse.maven:selene-499980:5975796") // 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 @@ -43,7 +43,7 @@ dependencies {
//!! MOONLIGHT LIB -------------------------------------------------------------------------------------------------- \\

// modImplementation("net.mehvahdjukaar:moonlight-fabric:${moonlight_version}") // LOCAL
modImplementation("curse.maven:selene-499980:5973714") // v2.13.36
modImplementation("curse.maven:selene-499980:5975796") // 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 @@ -112,7 +112,7 @@ dependencies {
//!! MOONLIGHT LIB -------------------------------------------------------------------------------------------------- \\

// modImplementation("net.mehvahdjukaar:moonlight:${project.moonlight_version}-forge") // LOCAL
modImplementation("curse.maven:selene-499980:5973716") // v2.13.36
modImplementation("curse.maven:selene-499980:5975794") // v2.13.37

//!! ================================================ DEPENDENCIES ================================================== \\
modImplementation("com.tterrag.registrate:Registrate:${registrate_version}")
Expand Down

0 comments on commit f2bd653

Please sign in to comment.