aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
*
*/