Skull: recognize noDrops flag

This commit is contained in:
Dylan K. Taylor
2021-04-27 19:21:29 +01:00
parent 017ca55a58
commit 0aa0d77307
2 changed files with 8 additions and 2 deletions

View File

@ -201,6 +201,8 @@ final class BlockLegacyMetadata{
public const SEA_PICKLE_FLAG_NOT_UNDERWATER = 0x04;
public const SKULL_FLAG_NO_DROPS = 0x08;
public const SLAB_FLAG_UPPER = 0x08;
public const SPONGE_FLAG_WET = 0x01;