Skip to content

Commit

Permalink
Merge pull request #17 from GTNewHorizons/fix-broken-mod
Browse files Browse the repository at this point in the history
Fix broken mod
  • Loading branch information
chochem authored Jan 9, 2024
2 parents 81ce51b + 084e317 commit 63d0c94
Show file tree
Hide file tree
Showing 3 changed files with 5 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
6 changes: 3 additions & 3 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// Add your dependencies here

dependencies {
compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.43.99:dev')
compile('com.github.GTNewHorizons:twilightforest:2.4.3:dev')
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.23:dev')
api('com.github.GTNewHorizons:twilightforest:2.5.1:dev')

compile('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev')
api('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev')
compileOnly('org.jetbrains:annotations:23.0.0')

runtimeOnly('com.github.GTNewHorizons:TCNEIAdditions:1.2.2:dev')
Expand Down
22 changes: 0 additions & 22 deletions repositories.gradle
Original file line number Diff line number Diff line change
@@ -1,26 +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/'
allowInsecureProtocol
}
maven {
name 'ic2'
url 'https://maven.ic2.player.to/'
metadataSources {
mavenPom()
artifact()
}
}
maven {
url 'https://cursemaven.com'
content {
includeGroup "curse.maven"
}
}
maven {
url 'https://jitpack.io'
}
}

0 comments on commit 63d0c94

Please sign in to comment.