From cb3b0e30f4e4691399d202e00852b8cc19b88f4a Mon Sep 17 00:00:00 2001 From: RealSilverMoon <31100241+RealSilverMoon@users.noreply.github.com> Date: Fri, 15 Mar 2024 14:43:13 +0800 Subject: Show the reason why the machine shutdown on DC (#2536) * Allow highlight far machine * Allow highlight far machine * Show the reason why the machine shutdown * Update button dynamically --- .../implementations/GT_MetaTileEntity_MultiBlockBase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/gregtech/api/metatileentity') diff --git a/src/main/java/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_MultiBlockBase.java b/src/main/java/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_MultiBlockBase.java index 7ad92d8e03..5d552bccc0 100644 --- a/src/main/java/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_MultiBlockBase.java +++ b/src/main/java/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_MultiBlockBase.java @@ -2193,7 +2193,7 @@ public abstract class GT_MetaTileEntity_MultiBlockBase extends MetaTileEntity return true; } - protected boolean shouldDisplayShutDownReason() { + public boolean shouldDisplayShutDownReason() { return true; } -- cgit