diff --git a/src/main/java/tconstruct/armor/ArmorProxyClient.java b/src/main/java/tconstruct/armor/ArmorProxyClient.java index 10500a1213d..19c3bd39bfc 100644 --- a/src/main/java/tconstruct/armor/ArmorProxyClient.java +++ b/src/main/java/tconstruct/armor/ArmorProxyClient.java @@ -202,6 +202,9 @@ public void goggleZoom (FOVUpdateEvent event) @SubscribeEvent public void renderHealthbar (RenderGameOverlayEvent.Pre event) { + if(Loader.isModLoaded("rpghud")) // uses different display, displays health correctly by itself. + return; + if (!Loader.isModLoaded("tukmc_Vz") || Loader.isModLoaded("borderlands"))// Loader check to avoid conflicting // with a GUI mod (thanks Vazkii!) {