aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLyfts <127234178+Lyfts@users.noreply.github.com>2023-07-14 21:05:54 +0200
committerGitHub <noreply@github.com>2023-07-14 21:05:54 +0200
commitdbd4cee8c6f41cbe8f615fecf712ea842158b1dc (patch)
treef53f995f171cb9df95275fbc48d16307d50e4724
parentb8bd619bbfdecddccf8a1a3129a11e0fccca200b (diff)
downloadGT5-Unofficial-dbd4cee8c6f41cbe8f615fecf712ea842158b1dc.tar.gz
GT5-Unofficial-dbd4cee8c6f41cbe8f615fecf712ea842158b1dc.tar.bz2
GT5-Unofficial-dbd4cee8c6f41cbe8f615fecf712ea842158b1dc.zip
Changes to ore factorys running mode description (#2135)
* Changes the integrated ore factory mode description to match what its actually doing. * Some tooltip grammar changes. That would have annoyed me :)
-rw-r--r--src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_IntegratedOreFactory.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_IntegratedOreFactory.java b/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_IntegratedOreFactory.java
index af467e067b..4b1a361e04 100644
--- a/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_IntegratedOreFactory.java
+++ b/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_IntegratedOreFactory.java
@@ -200,12 +200,12 @@ public class GT_MetaTileEntity_IntegratedOreFactory extends
tt.addMachineType("Ore Processor")
.addInfo("Controller Block for the Integrated Ore Factory")
.addInfo("It is OP. I mean ore processor.")
- .addInfo("Do all ore procession in one step.")
- .addInfo("Can process up to 1024 ores per time.")
+ .addInfo("Do all ore processing in one step.")
+ .addInfo("Can process up to 1024 ores at a time.")
.addInfo("Every ore costs 30EU/t, 2L lubricant, 200L distilled water.")
- .addInfo("Process time is depend on mode.")
+ .addInfo("Processing time is dependent on mode.")
.addInfo("Use a screwdriver to switch mode.")
- .addInfo("Sneak click with screwdriver to void the stone dusts.")
+ .addInfo("Sneak click with screwdriver to void the stone dust.")
.addSeparator()
.beginStructureBlock(6, 12, 11, false)
.addController("The third layer")
@@ -725,8 +725,8 @@ public class GT_MetaTileEntity_IntegratedOreFactory extends
case 1 -> {
des.add(AQUA + CRUSH + ARROW);
des.add(AQUA + WASH + ARROW);
- des.add(AQUA + CENTRIFUGE + ARROW);
- des.add(AQUA + CRUSH + ' ');
+ des.add(AQUA + CRUSH + ARROW);
+ des.add(AQUA + CENTRIFUGE + ' ');
}
case 2 -> {
des.add(AQUA + CRUSH + ARROW);