Skip to content

Commit

Permalink
Fix fluid drilling rig display units (#2417)
Browse files Browse the repository at this point in the history
  • Loading branch information
M-W-K authored Mar 27, 2024
1 parent 20e61ca commit ad8275f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ protected void addDisplayText(List<ITextComponent> textList) {
TextFormatting.BLUE,
TextFormattingUtil.formatNumbers(
minerLogic.getFluidToProduce() * 20L / FluidDrillLogic.MAX_PROGRESS) +
" L/t");
" L/s");
tl.add(TextComponentUtil.translationWithColor(
TextFormatting.GRAY,
"gregtech.multiblock.fluid_rig.fluid_amount",
Expand Down

0 comments on commit ad8275f

Please sign in to comment.