Skip to content

Commit

Permalink
1.20.4
Browse files Browse the repository at this point in the history
1.3.6

1.20.1 Parity
  • Loading branch information
xanthian committed Jan 31, 2024
1 parent 7511e53 commit 56d205d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ repositories {
maven { url "https://maven.jamieswhiteshirt.com/libs-release" }
maven { url "https://maven.parchmentmc.org" }
maven { url "https://jitpack.io" }
maven {
url = uri("https://maven.pkg.github.com/Lemonszz/taniwha")
credentials {
username = apikeyProperties['gpr.user'] ?: System.getenv("USERNAME")
password = apikeyProperties['gpr.key'] ?: System.getenv("TOKEN")
}
}
//maven {
//url = uri("https://maven.pkg.github.com/Lemonszz/taniwha")
//credentials {
//username = apikeyProperties['gpr.user'] ?: System.getenv("USERNAME")
//password = apikeyProperties['gpr.key'] ?: System.getenv("TOKEN")
//}
//}
}

loom {
Expand Down Expand Up @@ -113,7 +113,7 @@ dependencies {

// BiomeMakeover
modRuntimeOnly("maven.modrinth:jG8Q2YwT:rsoZ2Iqo") { transitive false }
modRuntimeOnly("party.lemons:taniwha-fabric:1.20.0-5.4.9" )
//modRuntimeOnly("party.lemons:taniwha-fabric:1.20.0-5.4.9" )

// Blockus
modRuntimeOnly("curse.maven:blockus-312289:4745041") { transitive false }
Expand Down

0 comments on commit 56d205d

Please sign in to comment.