mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-08 08:31:51 +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),
|
||||
CAULDRON(118),
|
||||
ENDER_PORTAL(119),
|
||||
ENTER_PORTAL_FRAME(120),
|
||||
ENDER_PORTAL_FRAME(120),
|
||||
ENDER_STONE(121),
|
||||
DRAGON_EGG(122),
|
||||
// ----- Item Separator -----
|
||||
|
Loading…
Reference in New Issue
Block a user