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:
@ -2,15 +2,16 @@
|
||||
#define BLOCK_GRASS_SHORT 10
|
||||
#define BLOCK_GRASS_TALL_LOWER 11
|
||||
#define BLOCK_GRASS_TALL_UPPER 12
|
||||
#define BLOCK_GROUND_WAVING 20
|
||||
#define BLOCK_GROUND_WAVING_VERTICAL 21
|
||||
#define BLOCK_AIR_WAVING 22
|
||||
#define BLOCK_SSS_STRONG 23
|
||||
#define BLOCK_SSS_WEAK 24
|
||||
#define BLOCK_SSS_WEAK_2 25
|
||||
#define BLOCK_SSS_WEAK_3 26
|
||||
#define BLOCK_SSS_WEIRD 27
|
||||
#define BLOCK_GRASS 28
|
||||
#define BLOCK_VINE 13
|
||||
#define BLOCK_GROUND_WAVING 50
|
||||
#define BLOCK_GROUND_WAVING_VERTICAL 51
|
||||
#define BLOCK_AIR_WAVING 52
|
||||
#define BLOCK_SSS_STRONG 53
|
||||
#define BLOCK_SSS_WEAK 54
|
||||
#define BLOCK_SSS_WEAK_2 55
|
||||
#define BLOCK_SSS_WEAK_3 56
|
||||
#define BLOCK_SSS_WEIRD 57
|
||||
#define BLOCK_GRASS 58
|
||||
#define BLOCK_AMETHYST_BUD_LARGE 101
|
||||
#define BLOCK_AMETHYST_BUD_MEDIUM 102
|
||||
#define BLOCK_AMETHYST_CLUSTER 103
|
||||
@ -71,21 +72,24 @@
|
||||
#define BLOCK_GLASS_WHITE 220
|
||||
#define BLOCK_GLASS_YELLOW 221
|
||||
#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_CHAIN 302
|
||||
#define BLOCK_DOOR_N 303
|
||||
#define BLOCK_DOOR_E 304
|
||||
#define BLOCK_DOOR_S 305
|
||||
#define BLOCK_DOOR_W 306
|
||||
#define BLOCK_FENCE 307
|
||||
#define BLOCK_FENCE_GATE 308
|
||||
#define BLOCK_IRON_BARS 309
|
||||
#define BLOCK_LADDER 310
|
||||
#define BLOCK_PRESSURE_PLATE 311
|
||||
#define BLOCK_SLAB_TOP 312
|
||||
#define BLOCK_SLAB_BOTTOM 313
|
||||
#define BLOCK_TRAPDOOR_BOTTOM 314
|
||||
#define BLOCK_TRAPDOOR_TOP 315
|
||||
#define BLOCK_TRAPDOOR_N 316
|
||||
#define BLOCK_TRAPDOOR_E 317
|
||||
#define BLOCK_TRAPDOOR_S 318
|
||||
#define BLOCK_TRAPDOOR_W 319
|
||||
#define BLOCK_END_PORTAL 400
|
||||
#define BLOCK_SIGN 401
|
||||
#define BLOCK_REDSTONE_WIRE 402
|
||||
|
Reference in New Issue
Block a user