Added update notices for supporting Minecaft Forge 1.9. Still buggy though.

This commit is contained in:
0xSeb
2016-04-04 18:33:57 +02:00
parent 582dde9096
commit 6d30bef540
12 changed files with 29 additions and 10 deletions
@@ -1,5 +1,7 @@
package de.skate702.craftingkeys.proxies;
// NEW_1_9 import net.minecraft.inventory.ClickType;
import net.minecraft.client.multiplayer.PlayerControllerMP;
import net.minecraft.entity.player.EntityPlayer;
@@ -15,6 +17,7 @@ public class CraftingKeysClientProxy extends CraftingKeysProxy {
EntityPlayer player) {
controller.windowClick(windowId, slot, rightClick, action, player);
// NEW_1_9 controller.func_187098_a(windowId, slot, rightClick, ClickType.PICKUP, player);
}
}
@@ -1,5 +1,7 @@
package de.skate702.craftingkeys.proxies;
// NEW_1_9 cpw.mods.fml => net.minecraftforge.fml
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import net.minecraft.client.multiplayer.PlayerControllerMP;