diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_IntegratedOreFactory.java | 12 |
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); |