mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-24 09:16:06 +01:00
Fix max stacksize on Potions.
By: Erik Broes <erikbroes@grum.nl>
This commit is contained in:
parent
0de0137f88
commit
ca35082981
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ public enum Material {
|
|||
GHAST_TEAR(370),
|
||||
GOLD_NUGGET(371),
|
||||
NETHER_STALK(372),
|
||||
POTION(373),
|
||||
POTION(373, 1),
|
||||
GLASS_BOTTLE(374),
|
||||
SPIDER_EYE(375),
|
||||
FERMENTED_SPIDER_EYE(376),
|
||||
|
|
Loading…
Add table
Reference in a new issue