Add new Types for UpdatedTiles

This commit is contained in:
Paulomart 2019-04-26 19:02:06 +02:00
parent 2cdeff6b70
commit 086667cfe8

View file

@ -10,6 +10,9 @@ public enum UpdatedTileType {
STRUCTURE_BLOCK,
END_GATEWAY,
SIGN,
@Deprecated
SHULKER_BOX,
BED;
BED,
JIGSAW_BLOCK,
CAMPFIRE;
}