Слоты

Версия Minecraft
1.7.10
61
0
Всем привет, помогите увеличить слот по X и Y.

Код:
public class SlotA extends Slot {

public SlotA(IInventory inventory, int slotIndex, int x, int y) {
super(inventory, slotIndex, x, y); 
} 
public int getSlotStackLimit(){
return 64;
}
public boolean isItemVaild(ItemStack stack){
return true; 
} 
}
 
Сверху