diff options
author | boubou19 <miisterunknown@gmail.com> | 2023-04-10 15:43:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-10 16:43:14 +0300 |
commit | 94b42387dbd1e45f27a8cf89108892c7c3f08822 (patch) | |
tree | 5dc7c206864f4a897a2d60923a5df94a2341ba49 /dependencies.gradle | |
parent | dcfad6c6de834f55484a3accc6389eb34c7876c2 (diff) | |
download | GT5-Unofficial-94b42387dbd1e45f27a8cf89108892c7c3f08822.tar.gz GT5-Unofficial-94b42387dbd1e45f27a8cf89108892c7c3f08822.tar.bz2 GT5-Unofficial-94b42387dbd1e45f27a8cf89108892c7c3f08822.zip |
Cleanup (#308)
* switch to GT mod enum instead
* move to GT5U Mods enum even more
* yeet recipes loaded when used outside NH
* buildscript update + GT5U version bump
* fix build
* spotless apply
* optimize import
* split recipes in different files
* remove newStuff config option
* load recipe files
* break down BioRecipeLoader into several files
Former-commit-id: 3ac362e197682f3db007d8b87f2341d777c6bdc0
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 6a8c26e2e6..487bb6661a 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -1,7 +1,7 @@ // Add your dependencies here dependencies { - api("com.github.GTNewHorizons:GT5-Unofficial:5.09.42.43:dev") + api("com.github.GTNewHorizons:GT5-Unofficial:5.09.42.47:dev") api("com.github.GTNewHorizons:TecTech:5.0.85:dev") implementation("com.github.GTNewHorizons:TinkersConstruct:1.9.23-GTNH:dev") api("com.github.GTNewHorizons:Galacticraft:3.0.64-GTNH:dev") |