Skip to content

Commit

Permalink
Rework Pump Machine logic to fix issues (#2003)
Browse files Browse the repository at this point in the history
  • Loading branch information
eragaxshim authored Oct 11, 2024
1 parent 2b81b4a commit 508374c
Show file tree
Hide file tree
Showing 2 changed files with 396 additions and 89 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -442,8 +442,8 @@ public class GTMachines {
Component.translatable("gtceu.universal.tooltip.fluid_storage_capacity",
FormattingUtil.formatNumbers(16 * FluidHelper.getBucket() * Math.max(1, tier))),
Component.translatable("gtceu.universal.tooltip.working_area",
PumpMachine.BASE_PUMP_RANGE + PumpMachine.EXTRA_PUMP_RANGE * tier,
PumpMachine.BASE_PUMP_RANGE + PumpMachine.EXTRA_PUMP_RANGE * tier))
PumpMachine.getMaxPumpRadius(tier) * 2,
PumpMachine.getMaxPumpRadius(tier) * 2))
.compassNode("pump")
.register(),
LV, MV, HV, EV);
Expand Down
Loading

0 comments on commit 508374c

Please sign in to comment.