Added more stuff to the main method (strg, shift clicking).

This commit is contained in:
0xSeb
2015-02-02 21:18:33 +01:00
parent 8c898c78b0
commit 934ee4b816
4 changed files with 70 additions and 26 deletions
@@ -20,7 +20,7 @@ public class CraftingKeysClientProxy extends CraftingKeysProxy {
public void sendSlotClick(PlayerControllerMP controller, int windowId, int slot, int rightClick, int action,
EntityPlayer player) {
// TODO: Multiplayer friendly?
// TODO: Make this *** multiplayer friendly
controller.windowClick(windowId, slot, rightClick, action, player);
// player.openContainer.slotClick(slot, rightClick, action, player);