aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/java/com/github/technus/tectech/loader/thing/MachineLoader.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main/java/com/github/technus/tectech/loader/thing/MachineLoader.java b/src/main/java/com/github/technus/tectech/loader/thing/MachineLoader.java
index c58c43ef8d..0723b30099 100644
--- a/src/main/java/com/github/technus/tectech/loader/thing/MachineLoader.java
+++ b/src/main/java/com/github/technus/tectech/loader/thing/MachineLoader.java
@@ -1014,18 +1014,18 @@ public class MachineLoader implements Runnable {
// Debug Stuff
// ===================================================================================================
Machine_DebugPollutor.set(
- new GT_MetaTileEntity_DebugPollutor(15495, "debug.tt.pollutor", "Debug Pollution Generator", 15)
+ new GT_MetaTileEntity_DebugPollutor(15495, "debug.tt.pollutor", "Debug Pollution Generator", 14)
.getStackForm(1));
- hatch_CreativeData.set(new GT_MetaTileEntity_Hatch_CreativeData(15496, "debug.tt.data", "Debug Data Hatch", 15)
+ hatch_CreativeData.set(new GT_MetaTileEntity_Hatch_CreativeData(15496, "debug.tt.data", "Debug Data Hatch", 14)
.getStackForm(1));
hatch_CreativeMaintenance.set(new GT_MetaTileEntity_Hatch_CreativeMaintenance(
- 15497, "debug.tt.maintenance", "Auto-Taping Maintenance Hatch", 15)
+ 15497, "debug.tt.maintenance", "Auto-Taping Maintenance Hatch", 14)
.getStackForm(1L));
Machine_DebugGenny.set(
- new GT_MetaTileEntity_DebugPowerGenerator(15498, "debug.tt.genny", "Debug Power Generator", 15)
+ new GT_MetaTileEntity_DebugPowerGenerator(15498, "debug.tt.genny", "Debug Power Generator", 14)
.getStackForm(1L));
Machine_DebugWriter.set(
- new GT_MetaTileEntity_DebugStructureWriter(15499, "debug.tt.writer", "Debug Structure Writer", 15)
+ new GT_MetaTileEntity_DebugStructureWriter(15499, "debug.tt.writer", "Debug Structure Writer", 14)
.getStackForm(1L));
UnusedStuff.set(new ItemStack(Blocks.air));