diff options
author | miozune <miozune@gmail.com> | 2023-01-04 02:01:19 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-03 18:01:19 +0100 |
commit | 71c95c98a094895743d628c944a43b64e58d5522 (patch) | |
tree | 713dc9fe9bd54225d17aa510874e2cb6f6bf3170 /dependencies.gradle | |
parent | 9e023c309dbd8ed04375923db1080406b1380efd (diff) | |
download | GT5-Unofficial-71c95c98a094895743d628c944a43b64e58d5522.tar.gz GT5-Unofficial-71c95c98a094895743d628c944a43b64e58d5522.tar.bz2 GT5-Unofficial-71c95c98a094895743d628c944a43b64e58d5522.zip |
Move NEI handlers to new recipemap methods (#256)
Former-commit-id: 957958aec407d1613200aaae8958904f54a5229a
Diffstat (limited to 'dependencies.gradle')
-rw-r--r-- | dependencies.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index bf9bf42c0a..59ce54381d 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -1,7 +1,7 @@ // Add your dependencies here dependencies { - compile("com.github.GTNewHorizons:GT5-Unofficial:5.09.41.148:dev") + compile("com.github.GTNewHorizons:GT5-Unofficial:5.09.41.195:dev") compile("com.github.GTNewHorizons:StructureLib:1.2.0-beta.2:dev") compile("com.github.GTNewHorizons:TecTech:5.0.52:dev") compile("com.github.GTNewHorizons:NotEnoughItems:2.3.14-GTNH:dev") |