mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-08 08:02:13 -07:00
SPIGOT-1682: Fixed block data for Beetroot
By: ryanbennitt <ryanbennitt@googlemail.com>
This commit is contained in:
@@ -208,8 +208,8 @@ public enum Material {
|
||||
BEACON(138),
|
||||
COBBLE_WALL(139),
|
||||
FLOWER_POT(140, FlowerPot.class),
|
||||
CARROT(141),
|
||||
POTATO(142),
|
||||
CARROT(141, Crops.class),
|
||||
POTATO(142, Crops.class),
|
||||
WOOD_BUTTON(143, Button.class),
|
||||
SKULL(144, Skull.class),
|
||||
ANVIL(145),
|
||||
|
Reference in New Issue
Block a user