mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-29 04:28:21 +01:00
Changed DEFAULT_STACKING_RULE's maxSize from 127 to 64
This commit is contained in:
parent
f4716b7e8c
commit
6070d002d9
@ -34,7 +34,7 @@ import java.util.*;
|
||||
*/
|
||||
public class ItemStack implements DataContainer {
|
||||
|
||||
private static final StackingRule DEFAULT_STACKING_RULE = new VanillaStackingRule(127);
|
||||
private static final StackingRule DEFAULT_STACKING_RULE = new VanillaStackingRule(64);
|
||||
|
||||
private Material material;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user