Implemented Barrels, closes #3672

This commit is contained in:
Aericio
2020-11-16 17:26:07 +00:00
committed by Dylan K. Taylor
parent 1cf3a500f8
commit b2765f32e9
10 changed files with 315 additions and 3 deletions

View File

@ -42,6 +42,8 @@ final class BlockLegacyMetadata{
public const BAMBOO_LEAF_SIZE_SHIFT = 1;
public const BAMBOO_LEAF_SIZE_MASK = 0x03;
public const BARREL_FLAG_OPEN = 0x08;
public const BED_FLAG_HEAD = 0x08;
public const BED_FLAG_OCCUPIED = 0x04;