more lpv block mappings

This commit is contained in:
NULL511
2024-05-03 18:44:36 -04:00
parent f577d2f4dd
commit fc98f8a18d
3 changed files with 45 additions and 35 deletions

View File

@ -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