add door masks

This commit is contained in:
NULL511
2024-05-02 18:35:46 -04:00
parent d8b5c989e8
commit d8eb958a28
3 changed files with 52 additions and 2 deletions

View File

@ -52,3 +52,15 @@
#define BLOCK_GLASS_RED 1233
#define BLOCK_GLASS_WHITE 1234
#define BLOCK_GLASS_YELLOW 1235
#define BLOCK_DOOR_N 1301
#define BLOCK_DOOR_E 1302
#define BLOCK_DOOR_S 1303
#define BLOCK_DOOR_W 1304
#define BLOCK_TRAPDOOR_BOTTOM 1305
#define BLOCK_TRAPDOOR_TOP 1306
#define BLOCK_TRAPDOOR_N 1307
#define BLOCK_TRAPDOOR_E 1308
#define BLOCK_TRAPDOOR_S 1309
#define BLOCK_TRAPDOOR_W 1310