aboutsummaryrefslogtreecommitdiff
path: root/dependencies.gradle
diff options
context:
space:
mode:
authorConnor-Colenso <52056774+Connor-Colenso@users.noreply.github.com>2022-07-27 16:00:56 +0100
committerGitHub <noreply@github.com>2022-07-27 22:00:56 +0700
commit901281ff7916eac35cb35e9c17ce017a561c51d0 (patch)
tree0303bfffea568b20f8ebc159bfc92e7d46145876 /dependencies.gradle
parent950940327ea729bcaf75b430811767bd431f40cf (diff)
downloadGT5-Unofficial-901281ff7916eac35cb35e9c17ce017a561c51d0.tar.gz
GT5-Unofficial-901281ff7916eac35cb35e9c17ce017a561c51d0.tar.bz2
GT5-Unofficial-901281ff7916eac35cb35e9c17ce017a561c51d0.zip
Fix electric implosion compressor not accepting fluid recipes. (#164)
* Bump dep * Attempt to fix EIC. * actually fix not performing fluid recipes Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> Co-authored-by: miozune <miozune@gmail.com> Former-commit-id: fb5bb37ec76e3394434e2456779bcfe4b8c071a3
Diffstat (limited to 'dependencies.gradle')
-rw-r--r--dependencies.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies.gradle b/dependencies.gradle
index 39787abe10..8b8a2c544e 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -1,7 +1,7 @@
// Add your dependencies here
dependencies {
- compile("com.github.GTNewHorizons:GT5-Unofficial:5.09.40.56-dev:dev")
+ compile("com.github.GTNewHorizons:GT5-Unofficial:5.09.40.75-pre:dev")
compile("com.github.GTNewHorizons:StructureLib:1.0.16:dev")
compile("com.github.GTNewHorizons:TecTech:4.10.18:dev")
compile("com.github.GTNewHorizons:NotEnoughItems:2.2.15-GTNH:dev")