mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-22 00:37:35 +08:00
add door masks
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user