mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-26 08:48:34 +01:00
Y U NO STACKSIZE
This commit is contained in:
parent
75917782d2
commit
bf237a0782
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue