mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-22 00:37:35 +08:00
more lpv block mappings
This commit is contained in:
@ -70,19 +70,22 @@
|
||||
#define BLOCK_GLASS_RED 219
|
||||
#define BLOCK_GLASS_WHITE 220
|
||||
#define BLOCK_GLASS_YELLOW 221
|
||||
#define BLOCK_DOOR_N 301
|
||||
#define BLOCK_DOOR_E 302
|
||||
#define BLOCK_DOOR_S 303
|
||||
#define BLOCK_DOOR_W 304
|
||||
#define BLOCK_PRESSURE_PLATE 305
|
||||
#define BLOCK_SLAB_TOP 306
|
||||
#define BLOCK_SLAB_BOTTOM 307
|
||||
#define BLOCK_TRAPDOOR_BOTTOM 308
|
||||
#define BLOCK_TRAPDOOR_TOP 309
|
||||
#define BLOCK_TRAPDOOR_N 310
|
||||
#define BLOCK_TRAPDOOR_E 311
|
||||
#define BLOCK_TRAPDOOR_S 312
|
||||
#define BLOCK_TRAPDOOR_W 313
|
||||
#define BLOCK_CARPET 301
|
||||
#define BLOCK_DOOR_N 302
|
||||
#define BLOCK_DOOR_E 303
|
||||
#define BLOCK_DOOR_S 304
|
||||
#define BLOCK_DOOR_W 305
|
||||
#define BLOCK_FENCE 306
|
||||
#define BLOCK_IRON_BARS 307
|
||||
#define BLOCK_PRESSURE_PLATE 308
|
||||
#define BLOCK_SLAB_TOP 309
|
||||
#define BLOCK_SLAB_BOTTOM 310
|
||||
#define BLOCK_TRAPDOOR_BOTTOM 311
|
||||
#define BLOCK_TRAPDOOR_TOP 312
|
||||
#define BLOCK_TRAPDOOR_N 313
|
||||
#define BLOCK_TRAPDOOR_E 314
|
||||
#define BLOCK_TRAPDOOR_S 315
|
||||
#define BLOCK_TRAPDOOR_W 316
|
||||
#define BLOCK_END_PORTAL 400
|
||||
#define BLOCK_SIGN 401
|
||||
#define BLOCK_REDSTONE_WIRE 402
|
||||
|
Reference in New Issue
Block a user