mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-12 18:42:07 +01:00
BREAKING CHANGE: BUKKIT-44 Fix Material Enum typo. Thanks Steeveeo!
By: Andrew Ardill <andrew.ardill@gmail.com>
This commit is contained in:
parent
159c512a9f
commit
3055f33fca
@ -132,7 +132,7 @@ public enum Material {
|
|||||||
BREWING_STAND(117),
|
BREWING_STAND(117),
|
||||||
CAULDRON(118),
|
CAULDRON(118),
|
||||||
ENDER_PORTAL(119),
|
ENDER_PORTAL(119),
|
||||||
ENTER_PORTAL_FRAME(120),
|
ENDER_PORTAL_FRAME(120),
|
||||||
ENDER_STONE(121),
|
ENDER_STONE(121),
|
||||||
DRAGON_EGG(122),
|
DRAGON_EGG(122),
|
||||||
// ----- Item Separator -----
|
// ----- Item Separator -----
|
||||||
|
Loading…
Reference in New Issue
Block a user