Started Working on CellWorkbench
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user