[RELEASE] Added support for 1.9.4 / 1.10.* - Rebuild, fixing dumb errors.

This commit is contained in:
0xSeb
2016-06-29 17:54:44 +02:00
parent 8a898b8bcd
commit c6a5387b70
3 changed files with 6 additions and 7 deletions
@@ -41,7 +41,7 @@ import net.minecraftforge.common.MinecraftForge;
public class CraftingKeys {
public static final String MODID = "craftingkeys";
public static final String VERSION = "1.0.1";
public static final String VERSION = "1.0.2";
public static final String NAME = "Crafting Keys";
/**
@@ -144,7 +144,6 @@ public class CraftingKeys {
@SubscribeEvent
public void onTick(TickEvent.ClientTickEvent tick) {
// Get current Screen, then test
GuiScreen currentScreen = Util.client.currentScreen;
if (currentScreen != null) {