mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
Fixed typo for NETHER_WARTS
This commit is contained in:
parent
72c81ad08a
commit
bcd777459f
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ public enum Material {
|
||||||
NETHER_BRICK(112),
|
NETHER_BRICK(112),
|
||||||
NETHER_FENCE(113),
|
NETHER_FENCE(113),
|
||||||
NETHER_BRICK_STAIRS(114),
|
NETHER_BRICK_STAIRS(114),
|
||||||
NETHER_WATER(115),
|
NETHER_WARTS(115),
|
||||||
ENCHANTMENT_TABLE(116),
|
ENCHANTMENT_TABLE(116),
|
||||||
BREWING_STAND(117),
|
BREWING_STAND(117),
|
||||||
CAULDRON(118),
|
CAULDRON(118),
|
||||||
|
|
Loading…
Add table
Reference in a new issue