fix glass mapping

This commit is contained in:
NULL511
2024-06-17 15:32:30 -04:00
parent 825c1b7f1c
commit d9e82f688a
4 changed files with 68 additions and 64 deletions

View File

@ -179,26 +179,26 @@
#define BLOCK_LAMP_LIT_WHITE 264
#define BLOCK_LAMP_LIT_YELLOW 265
#define BLOCK_GLASS 301
#define BLOCK_HONEY 302
#define BLOCK_ICE 303
#define BLOCK_NETHER_PORTAL 304
#define BLOCK_SLIME 305
#define BLOCK_GLASS_BLACK 306
#define BLOCK_GLASS_BLUE 307
#define BLOCK_GLASS_BROWN 308
#define BLOCK_GLASS_CYAN 309
#define BLOCK_GLASS_GRAY 310
#define BLOCK_GLASS_GREEN 311
#define BLOCK_GLASS_LIGHT_BLUE 312
#define BLOCK_GLASS_LIGHT_GRAY 313
#define BLOCK_GLASS_LIME 314
#define BLOCK_GLASS_MAGENTA 315
#define BLOCK_GLASS_ORANGE 316
#define BLOCK_GLASS_PINK 317
#define BLOCK_GLASS_PURPLE 318
#define BLOCK_GLASS_RED 319
#define BLOCK_GLASS_WHITE 320
#define BLOCK_GLASS_YELLOW 321
#define BLOCK_GLASS_BLACK 302
#define BLOCK_GLASS_BLUE 303
#define BLOCK_GLASS_BROWN 304
#define BLOCK_GLASS_CYAN 305
#define BLOCK_GLASS_GRAY 306
#define BLOCK_GLASS_GREEN 307
#define BLOCK_GLASS_LIGHT_BLUE 308
#define BLOCK_GLASS_LIGHT_GRAY 309
#define BLOCK_GLASS_LIME 310
#define BLOCK_GLASS_MAGENTA 311
#define BLOCK_GLASS_ORANGE 312
#define BLOCK_GLASS_PINK 313
#define BLOCK_GLASS_PURPLE 314
#define BLOCK_GLASS_RED 315
#define BLOCK_GLASS_WHITE 316
#define BLOCK_GLASS_YELLOW 317
#define BLOCK_HONEY 318
#define BLOCK_ICE 319
#define BLOCK_NETHER_PORTAL 320
#define BLOCK_SLIME 321
#define BLOCK_LPV_IGNORE 401
#define BLOCK_CARPET 402
#define BLOCK_DOOR_N 403