add maccaws lights

This commit is contained in:
NULL511
2024-06-13 19:23:07 -04:00
parent 52594451f0
commit a40843f2ae
7 changed files with 284 additions and 919 deletions

View File

@ -161,6 +161,22 @@
#define BLOCK_SOUL_LANTERN 244
#define BLOCK_SOUL_TORCH 245
#define BLOCK_TORCH 246
#define BLOCK_LAMP_LIT_BLACK 249
#define BLOCK_LAMP_LIT_BLUE 250
#define BLOCK_LAMP_LIT_BROWN 251
#define BLOCK_LAMP_LIT_CYAN 252
#define BLOCK_LAMP_LIT_GRAY 253
#define BLOCK_LAMP_LIT_GREEN 254
#define BLOCK_LAMP_LIT_LIGHT_BLUE 255
#define BLOCK_LAMP_LIT_LIGHT_GRAY 256
#define BLOCK_LAMP_LIT_LIME 257
#define BLOCK_LAMP_LIT_MAGENTA 258
#define BLOCK_LAMP_LIT_ORANGE 259
#define BLOCK_LAMP_LIT_PINK 260
#define BLOCK_LAMP_LIT_PURPLE 261
#define BLOCK_LAMP_LIT_RED 262
#define BLOCK_LAMP_LIT_WHITE 263
#define BLOCK_LAMP_LIT_YELLOW 264
#define BLOCK_GLASS 301
#define BLOCK_HONEY 302
#define BLOCK_ICE 303