more lpv block mappings

This commit is contained in:
NULL511
2024-05-03 21:44:54 -04:00
parent 11f6c53699
commit c3a804b25c
6 changed files with 115 additions and 73 deletions

View File

@ -1,17 +1,19 @@
#define BLOCK_WATER 8
#define BLOCK_GRASS_SHORT 10
#define BLOCK_GRASS_TALL_LOWER 11
#define BLOCK_GRASS_TALL_UPPER 12
#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_BAMBOO 11
#define BLOCK_GRASS_SHORT 12
#define BLOCK_GRASS_TALL_LOWER 13
#define BLOCK_GRASS_TALL_UPPER 14
#define BLOCK_SAPLING 15
#define BLOCK_VINE 16
#define BLOCK_GROUND_WAVING 60
#define BLOCK_GROUND_WAVING_VERTICAL 61
#define BLOCK_AIR_WAVING 62
#define BLOCK_SSS_STRONG 80
#define BLOCK_SSS_WEAK 81
#define BLOCK_SSS_WEAK_2 82
#define BLOCK_SSS_WEAK_3 83
#define BLOCK_SSS_WEIRD 84
#define BLOCK_GRASS 85
#define BLOCK_AMETHYST_BUD_LARGE 101
#define BLOCK_AMETHYST_BUD_MEDIUM 102
#define BLOCK_AMETHYST_CLUSTER 103
@ -71,25 +73,28 @@
#define BLOCK_GLASS_RED 219
#define BLOCK_GLASS_WHITE 220
#define BLOCK_GLASS_YELLOW 221
#define BLOCK_CARPET 301
#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_BUTTON 301
#define BLOCK_CARPET 302
#define BLOCK_CHAIN 303
#define BLOCK_DOOR_N 304
#define BLOCK_DOOR_E 305
#define BLOCK_DOOR_S 306
#define BLOCK_DOOR_W 307
#define BLOCK_FENCE 308
#define BLOCK_FENCE_GATE 309
#define BLOCK_FLOWER_POT 310
#define BLOCK_IRON_BARS 311
#define BLOCK_LADDER 312
#define BLOCK_LEVER 313
#define BLOCK_PRESSURE_PLATE 314
#define BLOCK_SLAB_TOP 315
#define BLOCK_SLAB_BOTTOM 316
#define BLOCK_TRAPDOOR_BOTTOM 317
#define BLOCK_TRAPDOOR_TOP 318
#define BLOCK_TRAPDOOR_N 319
#define BLOCK_TRAPDOOR_E 320
#define BLOCK_TRAPDOOR_S 321
#define BLOCK_TRAPDOOR_W 322
#define BLOCK_END_PORTAL 400
#define BLOCK_SIGN 401
#define BLOCK_REDSTONE_WIRE 402