aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/xmod/gregtech
diff options
context:
space:
mode:
authorБатьків Нестор-Євген Васильович <batkivnestor@gmail.com>2023-04-04 19:57:18 +0300
committerGitHub <noreply@github.com>2023-04-04 18:57:18 +0200
commitad9d05f8730b596a64ee8d8e9d7747df1cfcea83 (patch)
tree878972707ed1810b2b7bd6c891bbd930e497afe2 /src/main/java/gtPlusPlus/xmod/gregtech
parent28f834adedf872aac7048b18271603fc5a88edb5 (diff)
downloadGT5-Unofficial-ad9d05f8730b596a64ee8d8e9d7747df1cfcea83.tar.gz
GT5-Unofficial-ad9d05f8730b596a64ee8d8e9d7747df1cfcea83.tar.bz2
GT5-Unofficial-ad9d05f8730b596a64ee8d8e9d7747df1cfcea83.zip
Fix QFT Description (#588)
Diffstat (limited to 'src/main/java/gtPlusPlus/xmod/gregtech')
-rw-r--r--src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_QuantumForceTransformer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_QuantumForceTransformer.java b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_QuantumForceTransformer.java
index af9d3d5c22..137f64795b 100644
--- a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_QuantumForceTransformer.java
+++ b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_QuantumForceTransformer.java
@@ -239,7 +239,7 @@ public class GregtechMetaTileEntity_QuantumForceTransformer
.addInfo("Shielding Cores: Focusing Tier (equal to or higher than recipe tier to allow focus)")
.addPollutionAmount(getPollutionPerSecond(null)).addSeparator().beginStructureBlock(15, 21, 15, true)
.addController("Bottom Center").addCasingInfo("Bulk Production Frame", 80)
- .addCasingInfo("Quantum Force Conductor", 177).addCasingInfo("Particle Containment Casing", 224)
+ .addCasingInfo("Quantum Force Conductor", 177).addCasingInfo("Force Field Glass", 224)
.addCasingInfo("Neutron Pulse Manipulators", 233).addCasingInfo("Neutron Shielding Cores", 142)
.addInputBus("Bottom Layer", 4).addInputHatch("Bottom Layer", 4).addOutputHatch("Top Layer", 5)
.addOutputBus("Top Layer", 5).addEnergyHatch("Bottom Layer", 4).addMaintenanceHatch("Bottom Layer", 4)