slots have different color on no controller + shift clicking in grid

This commit is contained in:
Raoul Van den Berge
2015-12-12 15:56:16 +01:00
parent 003e87bd4d
commit d518eb4f31
5 changed files with 72 additions and 43 deletions

View File

@@ -12,6 +12,10 @@ public class ContainerSC extends Container {
this.player = player;
}
public EntityPlayer getPlayer() {
return player;
}
protected void addPlayerInventory(int xInventory, int yInventory) {
int id = 0;