Added Slot Ghost Images.

Fixed Issue with Condenser button not supporting right clicking.
Condenser gui now shows costs in tooltip.
This commit is contained in:
AlgorithmX2
2014-01-30 21:08:44 -06:00
parent 8aa96bd426
commit 82a862705b
6 changed files with 199 additions and 197 deletions
@@ -80,6 +80,8 @@ public class GuiCondenser extends AEBaseGui
fontRenderer.drawString( GuiText.inventory.getLocal(), 8, ySize - 96 + 3, 4210752 );
mode.set( cvc.output );
mode.FillVar = "" + cvc.output.requiredPower;
pb.max = cvc.requiredEnergy;
pb.current = cvc.storedPower;
}