BREAKING CHANGE: BUKKIT-44 Fix Material Enum typo. Thanks Steeveeo!

This commit is contained in:
Andrew Ardill
2011-11-28 15:52:11 +11:00
parent de848fe4c9
commit cd942ae2ad

View File

@@ -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 -----