Bliss-Shader/shaders/lib/blocks.glsl
2024-05-02 12:43:30 -04:00

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