diff options
author | LewisSaber <39595617+LewisSaber@users.noreply.github.com> | 2022-02-26 00:34:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-25 23:34:44 +0100 |
commit | d666589f5b099b557fc89a3a7181bff6c6b579af (patch) | |
tree | 74115281be3fddf7ec7b262582c3ba0fd6c9e146 /src | |
parent | aec80cd7e7cd366bd9f0c60207eba93f55da0140 (diff) | |
download | GT5-Unofficial-d666589f5b099b557fc89a3a7181bff6c6b579af.tar.gz GT5-Unofficial-d666589f5b099b557fc89a3a7181bff6c6b579af.tar.bz2 GT5-Unofficial-d666589f5b099b557fc89a3a7181bff6c6b579af.zip |
Fix Elemental dublicator tooltip (#139)
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMTE_ElementalDuplicator.java | 4 |
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 +} |