Skip to content

Commit 03e2469

Browse files
Add to no hatch case as well
1 parent a43e045 commit 03e2469

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/gregtech/integration/theoneprobe/provider/QuantumStorageProvider.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public void addProbeInfo(ProbeMode mode, IProbeInfo probeInfo, EntityPlayer play
3434
String eutText = configureEnergyUsage(controller.getEnergyUsage() / 10);
3535
if (controller.getCount(IQuantumStorage.Type.ENERGY) == 0) {
3636
probeInfo.text("{*gregtech.top.quantum_controller.no_hatches*}");
37+
probeInfo.text(TextStyleClass.INFO + "{*gregtech.top.energy_required*} " + eutText);
3738
} else if (!controller.isPowered()) {
3839
probeInfo.text("{*gregtech.top.quantum_controller.no_power*}");
3940
probeInfo.text(TextStyleClass.INFO + "{*gregtech.top.energy_required*} " + eutText);

0 commit comments

Comments
 (0)