Skip to content

Commit

Permalink
1.20.2 - 1.20.4 Fabric
Browse files Browse the repository at this point in the history
1.4.5
  • Loading branch information
xanthian committed Jan 22, 2024
1 parent 5e2ba21 commit c014d35
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ archivesBaseName = project.archives_base_name
version = project.mod_version
group = project.maven_group

def apikeyPropertiesFile = rootProject.file("secrets/secrets.properties");
//def apikeyPropertiesFile = rootProject.file("secrets/secrets.properties");
def apikeyProperties = new Properties()
apikeyProperties.load(new FileInputStream(apikeyPropertiesFile))
//apikeyProperties.load(new FileInputStream(apikeyPropertiesFile))
repositories {
mavenCentral()
maven { url "https://maven.terraformersmc.com/" } // Required for Mod Menu and Terraform APIs
Expand All @@ -33,13 +33,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 @@ -109,7 +109,7 @@ dependencies {

// BiomeMakeover
modRuntimeOnly("maven.modrinth:jG8Q2YwT:rsoZ2Iqo") // 1.11.4
modApi("party.lemons:taniwha-fabric:1.20.0-5.4.9")
//modApi("party.lemons:taniwha-fabric:1.20.0-5.4.9")

// Blockus
modRuntimeOnly("maven.modrinth:blockus:TsvrmUbJ") { transitive false }
Expand Down

0 comments on commit c014d35

Please sign in to comment.