}
@Override
public void keyDown(EnumSet<TickType> types, KeyBinding kb, boolean tickEnd, boolean isRepeat) {
if( tickEnd ) {
GuiScreen currentScreen = FMLClientHandler.instance().getClient().currentScreen;
if( currentScreen == null ) {
if( kb.keyDescription.equals( "xact.openGrid" ) ) {
int slot = getCraftPadIndex();
if( slot != -1 )
GuiUtils.openGui( 3, slot + 1 ); // Open Craft Pad GUI.