mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-12-04 21:01:02 -05:00
Add new Types for UpdatedTiles
This commit is contained in:
parent
2cdeff6b70
commit
086667cfe8
1 changed files with 4 additions and 1 deletions
|
@ -10,6 +10,9 @@ public enum UpdatedTileType {
|
|||
STRUCTURE_BLOCK,
|
||||
END_GATEWAY,
|
||||
SIGN,
|
||||
@Deprecated
|
||||
SHULKER_BOX,
|
||||
BED;
|
||||
BED,
|
||||
JIGSAW_BLOCK,
|
||||
CAMPFIRE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue