Skip to content

Commit

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

* update bs

* update deps

* change deprecated deps
  • Loading branch information
chochem authored Jan 9, 2024
1 parent 8fcba22 commit 6711b20
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 27 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
14 changes: 7 additions & 7 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
// Add your dependencies here

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

compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.44.14:dev") {
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.45.23:dev") {
transitive = false
}
compile("com.github.GTNewHorizons:EnderCore:0.2.17:dev") {
api("com.github.GTNewHorizons:EnderCore:0.3.0:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:ForestryMC:4.6.14: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.0: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-254-GTNH:dev") {
compileOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-306-GTNH:dev") {
transitive = false
}

Expand Down
18 changes: 0 additions & 18 deletions repositories.gradle
Original file line number Diff line number Diff line change
@@ -1,22 +1,4 @@
// 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 = "http://maven.ic2.player.to/"
metadataSources {
mavenPom()
artifact()
}
}
maven {
url "https://cursemaven.com"
}
maven {
url = "https://jitpack.io"
}
}

0 comments on commit 6711b20

Please sign in to comment.