aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com')
-rw-r--r--src/main/java/com/github/technus/tectech/loader/recipe/BloodyRecipeLoader.java9
-rw-r--r--src/main/java/com/github/technus/tectech/loader/thing/ThingsLoader.java5
-rw-r--r--src/main/java/com/github/technus/tectech/thing/CustomItemList.java4
-rw-r--r--src/main/java/com/github/technus/tectech/thing/casing/GT_Block_CasingsBA0.java4
4 files changed, 9 insertions, 13 deletions
diff --git a/src/main/java/com/github/technus/tectech/loader/recipe/BloodyRecipeLoader.java b/src/main/java/com/github/technus/tectech/loader/recipe/BloodyRecipeLoader.java
index a7b3b51b7c..81c6119136 100644
--- a/src/main/java/com/github/technus/tectech/loader/recipe/BloodyRecipeLoader.java
+++ b/src/main/java/com/github/technus/tectech/loader/recipe/BloodyRecipeLoader.java
@@ -2449,15 +2449,6 @@ public class BloodyRecipeLoader {
300,
2);
- // endregion
-
- // ha trafos
- // if(Loader.isModLoaded(Reference.GTPLUSPLUS)){
- // GT_Values.RA.addAssemblerRecipe(CustomItemList.HA)
- // }
-
- // power trafos
- // GT_Values.RA.addAssemblerRecipe()
register_machine_EM_behaviours();
}
diff --git a/src/main/java/com/github/technus/tectech/loader/thing/ThingsLoader.java b/src/main/java/com/github/technus/tectech/loader/thing/ThingsLoader.java
index c1e19170cc..b817de7639 100644
--- a/src/main/java/com/github/technus/tectech/loader/thing/ThingsLoader.java
+++ b/src/main/java/com/github/technus/tectech/loader/thing/ThingsLoader.java
@@ -29,6 +29,11 @@ public class ThingsLoader implements Runnable {
if (Textures.BlockIcons.casingTexturePages[tectechTexturePage1] == null) {
Textures.BlockIcons.casingTexturePages[tectechTexturePage1] = new ITexture[128];
}
+
+ if (Textures.BlockIcons.casingTexturePages[7] == null) {
+ Textures.BlockIcons.casingTexturePages[7] = new ITexture[128];
+ }
+
TecTech.LOGGER.info("Added texture page if was null");
if (!Loader.isModLoaded(Reference.DREAMCRAFT)) {
TT_Container_Casings.sBlockCasingsNH = new GT_Block_CasingsNH();
diff --git a/src/main/java/com/github/technus/tectech/thing/CustomItemList.java b/src/main/java/com/github/technus/tectech/thing/CustomItemList.java
index 08886de9b8..e1a87d9e40 100644
--- a/src/main/java/com/github/technus/tectech/thing/CustomItemList.java
+++ b/src/main/java/com/github/technus/tectech/thing/CustomItemList.java
@@ -301,8 +301,8 @@ public enum CustomItemList implements IItemContainer {
tM_TeslaBase,
tM_TeslaToroid,
- EOH_INNER,
- EOH_OUTER,
+ EOH_Temporal_Boundary_Casing,
+ EOH_Reinforced_Spacetime_Casing,
EOH_INFINITE,
tM_TeslaSecondary,
tM_TeslaPrimary_0,
diff --git a/src/main/java/com/github/technus/tectech/thing/casing/GT_Block_CasingsBA0.java b/src/main/java/com/github/technus/tectech/thing/casing/GT_Block_CasingsBA0.java
index 15aeabda4c..8591ca22b4 100644
--- a/src/main/java/com/github/technus/tectech/thing/casing/GT_Block_CasingsBA0.java
+++ b/src/main/java/com/github/technus/tectech/thing/casing/GT_Block_CasingsBA0.java
@@ -86,8 +86,8 @@ public class GT_Block_CasingsBA0 extends GT_Block_Casings_Abstract {
CustomItemList.tM_TeslaToroid.set(new ItemStack(this, 1, 7));
CustomItemList.tM_TeslaSecondary.set(new ItemStack(this, 1, 8));
- CustomItemList.EOH_INNER.set(new ItemStack(this, 1, 10));
- CustomItemList.EOH_OUTER.set(new ItemStack(this, 1, 11));
+ CustomItemList.EOH_Temporal_Boundary_Casing.set(new ItemStack(this, 1, 10));
+ CustomItemList.EOH_Reinforced_Spacetime_Casing.set(new ItemStack(this, 1, 11));
CustomItemList.EOH_INFINITE.set(new ItemStack(this, 1, 12));
}