Skip to content

Commit

Permalink
Unmerged 1.6.4 change: Move healthbar when experience bar isn't drawn #…
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Aug 28, 2014
1 parent b8bdc7d commit 9e263e2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/java/tconstruct/armor/ArmorProxyClient.java
Expand Up @@ -243,6 +243,12 @@ public void renderHealthbar (RenderGameOverlayEvent.Pre event)
int left = scaledWidth / 2 - 91;
int top = scaledHeight - GuiIngameForge.left_height;

if (!GuiIngameForge.renderExperiance)
{
top += 7;
yBasePos += 7;
}

int regen = -1;
if (mc.thePlayer.isPotionActive(Potion.regeneration))
{
Expand Down

0 comments on commit 9e263e2

Please sign in to comment.