Skip to content

Commit

Permalink
Fix broken mod (GTNewHorizons#17)
Browse files Browse the repository at this point in the history
* clear out repositories

* update bs

* update deps

* change deprecated deps

(cherry picked from commit 6711b20)
  • Loading branch information
chochem authored and steelshot committed Jan 12, 2024
1 parent 21d024f commit 816e748
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 32 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//version: 1704650211
//version: 1704751096
/*
DO NOT CHANGE THIS FILE!
Also, you may replace this file at any time if there is an update available.
Expand Down Expand Up @@ -786,7 +786,7 @@ dependencies {
java17Dependencies("com.github.GTNewHorizons:lwjgl3ify:${lwjgl3ifyVersion}")
}
if (modId != 'hodgepodge') {
java17Dependencies('com.github.GTNewHorizons:Hodgepodge:2.3.35')
java17Dependencies('com.github.GTNewHorizons:Hodgepodge:2.4.4')
}

java17PatchDependencies("com.github.GTNewHorizons:lwjgl3ify:${lwjgl3ifyVersion}:forgePatches") {transitive = false}
Expand Down
32 changes: 20 additions & 12 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,34 +1,41 @@
// Add your dependencies here

dependencies {
implementation("com.github.GTNewHorizons:waila:1.6.5:dev")
api("com.github.GTNewHorizons:waila:1.6.5:dev")

implementation("com.github.GTNewHorizons:EnderCore:0.2.18:dev") {
api("com.github.GTNewHorizons:EnderCore:0.3.0:dev") {
transitive = false
}

compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.44.83:dev") {
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.45.23:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:ForestryMC:4.7.0:dev") {

compileOnly("com.github.GTNewHorizons:ForestryMC:4.8.0:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:MagicBees:2.7.0-GTNH:dev") {

compileOnly("com.github.GTNewHorizons:MagicBees:2.7.1-GTNH:dev") {
transitive = false
}

compileOnly("com.github.GTNewHorizons:StructureLib:1.2.9:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:Railcraft:9.15.1:dev") {

compileOnly("com.github.GTNewHorizons:Railcraft:9.15.3:dev") {
transitive = false
}

compileOnly("com.github.GTNewHorizons:BloodMagic:1.4.3:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-282-GTNH:dev") {

compileOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-306-GTNH:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:BuildCraft:7.1.36:dev") {

compileOnly("com.github.GTNewHorizons:BuildCraft:7.1.39:dev") {
transitive = false
}

Expand All @@ -39,19 +46,20 @@ dependencies {
transitive = false
}

compileOnly("mekanism:Mekanism-Community-Edition:1.7.10-9.10.32:DEV") {

compileOnly("mekanism:Mekanism-Community-Edition:1.7.10-9.10.33:DEV") {
transitive = false
}
compileOnly("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev") {
transitive = false
}

compileOnly files("dependencies/redlogic-59.1.13.jar")
compileOnly files("dependencies/immibis-microblocks-59.1.2.jar")

compileOnly("org.projectlombok:lombok:1.18.22") {
transitive = false
}

compileOnly files("dependencies/redlogic-59.1.13.jar")
compileOnly files("dependencies/immibis-microblocks-59.1.2.jar")

annotationProcessor("org.projectlombok:lombok:1.18.22")
}
18 changes: 0 additions & 18 deletions repositories.gradle
Original file line number Diff line number Diff line change
@@ -1,24 +1,6 @@
// Add any additional repositories for your dependencies here

repositories {
maven {
name = "GTNH Maven"
url = "http://jenkins.usrv.eu:8081/nexus/content/groups/public/"
}
maven {
name = "ic2"
url = "https://maven2.ic2.player.to/"
metadataSources {
mavenPom()
artifact()
}
}
maven {
url "https://cursemaven.com"
}
maven {
url = "https://jitpack.io"
}
maven {
name = "Thorfusion"
url = "https://maven.thorfusion.com/artifactory/thorfusion/"
Expand Down

0 comments on commit 816e748

Please sign in to comment.