added missing redstone power flag logic

This commit is contained in:
Dylan K. Taylor
2022-01-15 22:12:42 +00:00
parent 1366c49f1f
commit 42d07c74d7
4 changed files with 45 additions and 11 deletions

View File

@ -142,6 +142,8 @@ final class BlockLegacyMetadata{
public const LEAVES_FLAG_NO_DECAY = 0x04;
public const LEAVES_FLAG_CHECK_DECAY = 0x08;
public const LECTERN_FLAG_POWERED = 0x04;
public const LEVER_FLAG_POWERED = 0x08;
public const LIQUID_FLAG_FALLING = 0x08;