mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 19:49:35 +01:00
Fixed typo for NETHER_WARTS
By: Nathan Adams <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
bdc3ffafbe
commit
beded0650b
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ public enum Material {
|
|||
NETHER_BRICK(112),
|
||||
NETHER_FENCE(113),
|
||||
NETHER_BRICK_STAIRS(114),
|
||||
NETHER_WATER(115),
|
||||
NETHER_WARTS(115),
|
||||
ENCHANTMENT_TABLE(116),
|
||||
BREWING_STAND(117),
|
||||
CAULDRON(118),
|
||||
|
|
Loading…
Reference in a new issue