Added stripped all-sided-log variants

again, these should be dynamic; but right now it's not possible.
This commit is contained in:
Dylan K. Taylor
2021-05-22 12:43:07 +01:00
parent ac04911e88
commit f655d262be
4 changed files with 16 additions and 1 deletions

View File

@ -289,4 +289,6 @@ final class BlockLegacyMetadata{
public const WALL_PRISMARINE = 11;
public const WALL_RED_SANDSTONE = 12;
public const WALL_RED_NETHER_BRICK = 13;
public const WOOD_FLAG_STRIPPED = 0x8;
}