Coarse is now a state of Dirt, instead of a separate block

This commit is contained in:
Dylan K. Taylor
2021-05-21 21:36:49 +01:00
parent df260034cd
commit 24405b63c1
7 changed files with 31 additions and 54 deletions

View File

@ -86,8 +86,7 @@ final class BlockLegacyMetadata{
public const CORAL_VARIANT_FIRE = 3;
public const CORAL_VARIANT_HORN = 4;
public const DIRT_NORMAL = 0;
public const DIRT_COARSE = 1;
public const DIRT_FLAG_COARSE = 0x1;
public const DOOR_FLAG_TOP = 0x08;
public const DOOR_BOTTOM_FLAG_OPEN = 0x04;