diff options
author | GDCloud <93287602+GDCloudstrike@users.noreply.github.com> | 2023-01-30 08:47:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-30 08:47:51 +0100 |
commit | 8803e0516f894a6aebb23ffea2ab419c23a06dba (patch) | |
tree | bb5cd4df7b244dc9259cc71783224f914fda9110 /dependencies.gradle | |
parent | 4794931406c190dc9a851b99113ac792170e4750 (diff) | |
download | GT5-Unofficial-8803e0516f894a6aebb23ffea2ab419c23a06dba.tar.gz GT5-Unofficial-8803e0516f894a6aebb23ffea2ab419c23a06dba.tar.bz2 GT5-Unofficial-8803e0516f894a6aebb23ffea2ab419c23a06dba.zip |
Optical Circuit recipes (#272)
* Bump Dep
* Add wraps for optical parts
* Raw exposed optical chip recipe
* Allow mutated living solder in CAL
* update bs
* Fix chance not shown on NEI with culture transformation recipe (#275) (#276)
Co-authored-by: miozune <miozune@gmail.com>
* merge master in (#278)
* Fix chance not shown on NEI with culture transformation recipe (#275)
* Fix incorrect amount of Liquid DNA shown on NEI for culture synthesis recipe (#277)
---------
Co-authored-by: miozune <miozune@gmail.com>
* Up chip tier by 1
---------
Co-authored-by: Martin Robertz <dream-master@gmx.net>
Co-authored-by: miozune <miozune@gmail.com>
Former-commit-id: e1ee12ac98200eb6358f7634ddd2a0c499fe788c
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 0e76c84eaf..6438489b5a 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.211:dev") + compile("com.github.GTNewHorizons:GT5-Unofficial:5.09.41.232:dev") compile("com.github.GTNewHorizons:StructureLib:1.2.0-beta.2:dev") compile("com.github.GTNewHorizons:TecTech:5.0.67:dev") compile("com.github.GTNewHorizons:NotEnoughItems:2.3.20-GTNH:dev") |