mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-12 18:42:07 +01:00
Fix max stacksize on Potions.
By: Erik Broes <erikbroes@grum.nl>
This commit is contained in:
parent
0de0137f88
commit
ca35082981
@ -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…
Reference in New Issue
Block a user