Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
update bs+deps+sa
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Oct 21, 2023
1 parent 6b5c73e commit 818ac87
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//version: 1696952014
//version: 1697697256
/*
DO NOT CHANGE THIS FILE!
Also, you may replace this file at any time if there is an update available.
Expand Down Expand Up @@ -798,7 +798,7 @@ dependencies {
java17Dependencies("com.github.GTNewHorizons:lwjgl3ify:${lwjgl3ifyVersion}")
}
if (modId != 'hodgepodge') {
java17Dependencies('com.github.GTNewHorizons:Hodgepodge:2.3.7')
java17Dependencies('com.github.GTNewHorizons:Hodgepodge:2.3.17')
}

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,6 +1,6 @@
dependencies {
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.49:dev')
api("com.github.GTNewHorizons:bartworks:0.8.8:dev")
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.55:dev')
api("com.github.GTNewHorizons:bartworks:0.8.9:dev")

implementation('curse.maven:cofh-core-69162:2388751')
// https://www.curseforge.com/minecraft/mc-mods/advancedsolarpanels
Expand All @@ -9,7 +9,7 @@ dependencies {
compileOnly('com.github.GTNewHorizons:Baubles:1.0.1.16:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:EnderCore:0.2.18:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:SC2:2.0.2:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:Binnie:2.2.1:dev') {transitive = false}
compileOnly('com.github.GTNewHorizons:Binnie:2.2.2:dev') {transitive = false}
compileOnly('curse.maven:PlayerAPI-228969:2248928') {transitive=false}
compileOnly('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:Chisel:2.11.4-GTNH:dev') {transitive=false}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,7 @@ private static final boolean init() {
if (shouldDownloadCapeList()) {
downloadCapeList();
}
} catch (Exception ignored) {
}
} catch (Exception ignored) {}
cacheReady = true;
});
return true;
Expand Down

0 comments on commit 818ac87

Please sign in to comment.