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