mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-20 16:07:22 +08:00
20 lines
405 B
GLSL
20 lines
405 B
GLSL
#define BLOCK_WATER 8
|
|
|
|
#define BLOCK_CAVE_VINE_BERRIES 1000
|
|
#define BLOCK_SOUL_FIRE 1001
|
|
#define BLOCK_SOUL_LANTERN 1002
|
|
#define BLOCK_SOUL_TORCH 1003
|
|
|
|
#define BLOCK_SEA_LANTERN 1009
|
|
#define BLOCK_GLOWSTONE 1010
|
|
#define BLOCK_TORCH 1011
|
|
#define BLOCK_LAVA 1012
|
|
#define BLOCK_FIRE 1013
|
|
#define BLOCK_REDSTONE_TORCH 1014
|
|
|
|
#define BLOCK_MAGMA 1016
|
|
|
|
#define BLOCK_LANTERN 1018
|
|
|
|
#define BLOCK_SHROOMLIGHT 1020
|