mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-11-14 19:34:58 -05:00
Add missing block entities
This commit is contained in:
parent
72538598c4
commit
633d5bb789
1 changed files with 3 additions and 1 deletions
|
@ -9,6 +9,7 @@ public enum BlockEntityType {
|
|||
DISPENSER,
|
||||
DROPPER,
|
||||
SIGN,
|
||||
HANGING_SIGN,
|
||||
MOB_SPAWNER,
|
||||
PISTON,
|
||||
BREWING_STAND,
|
||||
|
@ -36,7 +37,8 @@ public enum BlockEntityType {
|
|||
BEEHIVE,
|
||||
SCULK_SENSOR,
|
||||
SCULK_CATALYST,
|
||||
SCULK_SHRIEKER;
|
||||
SCULK_SHRIEKER,
|
||||
CHISELED_BOOKSHELF;
|
||||
|
||||
private static final BlockEntityType[] VALUES = values();
|
||||
|
||||
|
|
Loading…
Reference in a new issue