Recognize underwater TNT

This commit is contained in:
Dylan K. Taylor
2021-02-06 23:37:05 +00:00
parent 609b21679f
commit fd2ebd84b4
4 changed files with 25 additions and 6 deletions

View File

@ -253,10 +253,8 @@ final class BlockLegacyMetadata{
public const TALLGRASS_NORMAL = 1;
public const TALLGRASS_FERN = 2;
public const TNT_NORMAL = 0;
public const TNT_UNDERWATER = 2;
public const TNT_FLAG_UNSTABLE = 0x01;
public const TNT_FLAG_UNDERWATER = 0x02;
public const TRAPDOOR_FLAG_UPPER = 0x04;
public const TRAPDOOR_FLAG_OPEN = 0x08;