Add missing block entities

This commit is contained in:
D3ATHBRINGER13 2022-11-24 23:12:38 +00:00
parent 72538598c4
commit 633d5bb789

View file

@ -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();