diff options
author | Jakub <53441451+kuba6000@users.noreply.github.com> | 2022-10-09 12:41:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-09 12:41:23 +0200 |
commit | ff887926da7c738e45586f683094558fba7fb591 (patch) | |
tree | 6bddd89df26e5df6690bbbf2b73d5e99336a5d9b /dependencies.gradle | |
parent | eedb84e125cac3f9fade78ab1ec31e256ba3449f (diff) | |
download | GT5-Unofficial-ff887926da7c738e45586f683094558fba7fb591.tar.gz GT5-Unofficial-ff887926da7c738e45586f683094558fba7fb591.tar.bz2 GT5-Unofficial-ff887926da7c738e45586f683094558fba7fb591.zip |
Apply new Bees formula in Industrial Apiary and move all gendustry upgrades to Gregtech (#1447)
* Update forestry
* Apply new formula (+uncap the chance)
* Yeet gendustry upgrades
* Conversion recipes
* Add upgrade frame
* Remove recipes
* Gendustry way
* Yeet gendustry
* Fix
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 1abb7bdabd..eeeef18354 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -16,7 +16,7 @@ dependencies { compileOnly("com.github.GTNewHorizons:EnderCore:0.2.10:dev") { transitive = false } - compileOnly("com.github.GTNewHorizons:ForestryMC:4.4.14:dev") { + compileOnly("com.github.GTNewHorizons:ForestryMC:4.5.0:dev") { transitive = false } compileOnly("com.github.GTNewHorizons:gendustry:1.6.5.4-GTNH:dev") { |