mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-24 09:16:06 +01:00
Fix max stacksize on EnderPearls. Fixes BUKKIT-418
By: Erik Broes <erikbroes@grum.nl>
This commit is contained in:
parent
4924569e95
commit
0de0137f88
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ public enum Material {
|
|||
RAW_CHICKEN(365),
|
||||
COOKED_CHICKEN(366),
|
||||
ROTTEN_FLESH(367),
|
||||
ENDER_PEARL(368),
|
||||
ENDER_PEARL(368, 16),
|
||||
BLAZE_ROD(369),
|
||||
GHAST_TEAR(370),
|
||||
GOLD_NUGGET(371),
|
||||
|
|
Loading…
Add table
Reference in a new issue