Started Working on CellWorkbench

This commit is contained in:
AlgorithmX2
2014-01-06 00:54:25 -06:00
parent 517e8ccda4
commit 53c5285ea0
9 changed files with 30 additions and 39 deletions
+5 -2
View File
@@ -122,8 +122,11 @@ public class GuiBus extends AEBaseGui
fontRenderer.drawString( getName().getLocal(), 8, 6, 4210752 );
fontRenderer.drawString( GuiText.inventory.getLocal(), 8, ySize - 96 + 3, 4210752 );
redstoneMode.set( cvb.rsMode );
fuzzyMode.set( cvb.fzMode );
if ( redstoneMode != null )
redstoneMode.set( cvb.rsMode );
if ( fuzzyMode != null )
fuzzyMode.set( cvb.fzMode );
}
protected GuiText getName()