Added update notices for supporting Minecaft Forge 1.9. Still buggy though.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user