Skip to content

Commit

Permalink
Fix infinite drill loc (#1812)
Browse files Browse the repository at this point in the history
* Fix typo in oil drill infinite

* IntelliJ hates spaces
  • Loading branch information
minecraft7771 authored Mar 23, 2023
1 parent b0843b0 commit a7733cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ private static List<String> getDisplayMode(int mode) {
final String ARROW = " " + AQUA + "-> ";

List<String> des = new ArrayList<>();
des.add(StatCollector.translateToLocalFormatted("GT5U.machines.oreprocessor1"));
des.add(StatCollector.translateToLocalFormatted("GT5U.machines.oreprocessor1") + " ");

switch (mode) {
case 0:
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/assets/gregtech/lang/en_US.lang
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ GT5U.machines.stalled_vent.tooltip=§4Stalled: Cannot vent steam!
GT5U.machines.stalled_vent.tooltip.1=§7Right-click with a wrench to
GT5U.machines.stalled_vent.tooltip.2=§7point this machine's steam
GT5U.machines.stalled_vent.tooltip.3=§7vent towards an empty space.
GT5U.machines.oreprocessor1=§eRunning Mode:
GT5U.machines.oreprocessor1=§eRunning Mode:
GT5U.machines.oreprocessor2=§cTime: %s s
GT5U.machines.oreprocessor.void=§eVoid Stone Dust: %s
GT5U.machines.oreprocessor.Macerate=Macerate
Expand Down Expand Up @@ -812,8 +812,8 @@ achievement.gt.blockmachines.wireless.transmitter.tier.13.desc=Pickup this item
achievement.gt.blockmachines.wireless.transmitter.tier.14=MAX Wireless Dynamo
achievement.gt.blockmachines.wireless.transmitter.tier.14.desc=Pickup this item to see the recipe in NEI

achievement.gt.blockmachines.multimachine.oildrilinfinite=Infinite Oil/Gas/Fluid Drilling Rig
achievement.gt.blockmachines.multimachine.oildrilinfinite.desc=Pickup this item to see the recipe in NEI
achievement.gt.blockmachines.multimachine.oildrillinfinite=Infinite Oil/Gas/Fluid Drilling Rig
achievement.gt.blockmachines.multimachine.oildrillinfinite.desc=Pickup this item to see the recipe in NEI
achievement.gt.blockmachines.multimachine.oreprocessor=Integrated Ore Factory
achievement.gt.blockmachines.multimachine.oreprocessor.desc=Processing all those ores.

Expand Down

0 comments on commit a7733cf

Please sign in to comment.