Y U NO STACKSIZE

This commit is contained in:
Ellpeck 2015-10-17 16:03:26 +02:00
parent 75917782d2
commit bf237a0782

View file

@ -27,7 +27,7 @@ import net.minecraft.world.World;
public class ItemBooklet extends Item implements IActAddItemOrBlock{
public ItemBooklet(){
this.setMaxStackSize(1);
this.setMaxStackSize(16);
this.setMaxDamage(0);
}