mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-22 08:42:50 +08:00
add maccaws lights
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user