aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/xmod
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/gtPlusPlus/xmod')
-rw-r--r--src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMTE_ElementalDuplicator.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMTE_ElementalDuplicator.java b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMTE_ElementalDuplicator.java
index 1e3e84328e..0954feb1c4 100644
--- a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMTE_ElementalDuplicator.java
+++ b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMTE_ElementalDuplicator.java
@@ -90,7 +90,7 @@ public class GregtechMTE_ElementalDuplicator extends GregtechMeta_MultiBlockBase
.addController("Top Center")
.addCasingInfo("Elemental Confinement Shell", 138)
.addCasingInfo("Matter Fabricator Casing", 24)
- .addCasingInfo("Containment Casing", 24)
+ .addCasingInfo("Particle Containment Casing", 24)
.addCasingInfo("Matter Generation Coil", 24)
.addCasingInfo("High Voltage Current Capacitor", 20)
.addCasingInfo("Resonance Chamber III", 24)
@@ -682,4 +682,4 @@ public class GregtechMTE_ElementalDuplicator extends GregtechMeta_MultiBlockBase
return false;
}
-} \ No newline at end of file
+}