Skip to content

Commit

Permalink
Add to no hatch case as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ALongStringOfNumbers committed Jan 29, 2025
1 parent a43e045 commit 03e2469
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public void addProbeInfo(ProbeMode mode, IProbeInfo probeInfo, EntityPlayer play
String eutText = configureEnergyUsage(controller.getEnergyUsage() / 10);
if (controller.getCount(IQuantumStorage.Type.ENERGY) == 0) {
probeInfo.text("{*gregtech.top.quantum_controller.no_hatches*}");
probeInfo.text(TextStyleClass.INFO + "{*gregtech.top.energy_required*} " + eutText);
} else if (!controller.isPowered()) {
probeInfo.text("{*gregtech.top.quantum_controller.no_power*}");
probeInfo.text(TextStyleClass.INFO + "{*gregtech.top.energy_required*} " + eutText);
Expand Down

0 comments on commit 03e2469

Please sign in to comment.