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
+1
View File
@@ -273,6 +273,7 @@ public class GuiImgButton extends GuiButton implements ITooltip
if ( FillVar != null )
Value = Value.replaceFirst( "%s", FillVar );
Value = Value.replace( "\\n", "\n" );
StringBuilder sb = new StringBuilder( Value );
int i = sb.lastIndexOf( "\n" );