From ab6749a2c1c0154af018e83a60abe2041574ff27 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 7 Feb 2022 15:17:53 +1100 Subject: Hopefully fix IOOB error on world load --- dependencies.gradle | 2 +- src/main/java/com/elisis/gtnhlanth/loader/BotRecipes.java | 2 +- 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 * */ -- cgit