aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElisis <gtandemmodding@gmail.com>2022-02-07 15:21:12 +1100
committerGitHub <noreply@github.com>2022-02-07 15:21:12 +1100
commit21eceb9052787dfa6bb6cde96ab1da1f662d64db (patch)
tree2fc4fe18413a433f80bfdbe1c6a55e1bca31f380
parenta90024a6a61eb5adaf1997f32826effbdc5ec9a3 (diff)
parentc960370ae32dff8e6642c891f3ef6645bde7a3bf (diff)
downloadGT5-Unofficial-21eceb9052787dfa6bb6cde96ab1da1f662d64db.tar.gz
GT5-Unofficial-21eceb9052787dfa6bb6cde96ab1da1f662d64db.tar.bz2
GT5-Unofficial-21eceb9052787dfa6bb6cde96ab1da1f662d64db.zip
Merge pull request #2 from Elisis/main
Hopefully fix IOOB error on world load
-rw-r--r--dependencies.gradle5
-rw-r--r--src/main/java/com/elisis/gtnhlanth/loader/BotRecipes.java2
2 files changed, 4 insertions, 3 deletions
diff --git a/dependencies.gradle b/dependencies.gradle
index b27d6624fc..5cfbdd2b04 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -2,8 +2,9 @@
dependencies {
- compile("com.github.GTNewHorizons:GT5-Unofficial:5.09.40.30:dev")
- compile("com.github.GTNewHorizons:StructureLib:1.0.15: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")
compile("com.github.GTNewHorizons:NotEnoughItems:2.2.5-GTNH: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
*
*/