[BC break] doors don't have a powered flag in Bedrock

This commit is contained in:
Dylan K. Taylor
2022-05-12 16:43:44 +01:00
parent d10d660a4d
commit 3ae9341c52
2 changed files with 1 additions and 6 deletions

View File

@ -98,7 +98,6 @@ final class BlockLegacyMetadata{
public const DOOR_FLAG_TOP = 0x08;
public const DOOR_BOTTOM_FLAG_OPEN = 0x04;
public const DOOR_TOP_FLAG_RIGHT = 0x01;
public const DOOR_TOP_FLAG_POWERED = 0x02;
public const DOUBLE_PLANT_SUNFLOWER = 0;
public const DOUBLE_PLANT_LILAC = 1;