aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <gtandemmodding@gmail.com>2022-02-07 15:17:53 +1100
committerunknown <gtandemmodding@gmail.com>2022-02-07 15:17:53 +1100
commitab6749a2c1c0154af018e83a60abe2041574ff27 (patch)
tree5f7352511a85cd354438f336aba1c7dbed54dcb5
parentf8b4e6dc7e04e31f18e7ce62fba157fee485f442 (diff)
downloadGT5-Unofficial-ab6749a2c1c0154af018e83a60abe2041574ff27.tar.gz
GT5-Unofficial-ab6749a2c1c0154af018e83a60abe2041574ff27.tar.bz2
GT5-Unofficial-ab6749a2c1c0154af018e83a60abe2041574ff27.zip
Hopefully fix IOOB error on world load
-rw-r--r--dependencies.gradle2
-rw-r--r--src/main/java/com/elisis/gtnhlanth/loader/BotRecipes.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/dependencies.gradle b/dependencies.gradle
index 5d047bd3be..56a452135f 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -2,7 +2,7 @@
dependencies {
- compile("com.github.GTNewHorizons:GT5-Unofficial:5.09.40.18:dev")
+ compile("com.github.GTNewHorizons:GT5-Unofficial:5.09.40.31:dev")
compile("com.github.GTNewHorizons:StructureLib:1.0.14:dev")
compile("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev")
diff --git a/src/main/java/com/elisis/gtnhlanth/loader/BotRecipes.java b/src/main/java/com/elisis/gtnhlanth/loader/BotRecipes.java
index 3f3256a0b3..05974ed028 100644
--- a/src/main/java/com/elisis/gtnhlanth/loader/BotRecipes.java
+++ b/src/main/java/com/elisis/gtnhlanth/loader/BotRecipes.java
@@ -63,7 +63,7 @@ import net.minecraftforge.fluids.Fluid;
import net.minecraftforge.fluids.FluidStack;
/*
*
- * Originally Authored by Bot under the MIT License
+ * Originally authored by botn365 under the MIT License. See BotdustriesLICENSE
*
*/