mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-16 13:11:40 +01:00
Merge pull request #61 from DigitalJokerMan/change-default-stacking-rule
Changed DEFAULT_STACKING_RULE's maxSize from 127 to 64
This commit is contained in:
commit
6a6e359529
@ -34,7 +34,7 @@ import java.util.*;
|
|||||||
*/
|
*/
|
||||||
public class ItemStack implements DataContainer {
|
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;
|
private Material material;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user