mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-19 12:56:30 +00:00
BREAKING CHANGE: BUKKIT-44 Fix Material Enum typo. Thanks Steeveeo!
This commit is contained in:
parent
bbff94e90a
commit
1b5dc772b3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue