mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-20 07:57:55 +08:00
76 lines
2.0 KiB
GLSL
76 lines
2.0 KiB
GLSL
#define BLOCK_EMPTY 0
|
|
|
|
#define BLOCK_WATER 8
|
|
|
|
#define BLOCK_BEACON 1001
|
|
#define BLOCK_CANDLES_LIT_1 1002
|
|
#define BLOCK_CANDLES_LIT_2 1003
|
|
#define BLOCK_CANDLES_LIT_3 1004
|
|
#define BLOCK_CANDLES_LIT_4 1005
|
|
#define BLOCK_CAVE_VINE_BERRIES 1006
|
|
#define BLOCK_CONDUIT 1007
|
|
#define BLOCK_END_GATEWAY 1008
|
|
#define BLOCK_END_ROD 1009
|
|
#define BLOCK_FIRE 1010
|
|
#define BLOCK_FROGLIGHT_OCHRE 1011
|
|
#define BLOCK_FROGLIGHT_PEARLESCENT 1012
|
|
#define BLOCK_FROGLIGHT_VERDANT 1013
|
|
#define BLOCK_GLOWSTONE 1014
|
|
#define BLOCK_JACK_O_LANTERN 1015
|
|
#define BLOCK_LANTERN 1016
|
|
#define BLOCK_LAVA 1017
|
|
#define BLOCK_MAGMA 1018
|
|
#define BLOCK_REDSTONE_LAMP_LIT 1019
|
|
#define BLOCK_REDSTONE_TORCH_LIT 1020
|
|
#define BLOCK_RESPAWN_ANCHOR_4 1021
|
|
#define BLOCK_SCULK_SENSOR_ACTIVE 1022
|
|
#define BLOCK_SEA_PICKLE_WET_1 1023
|
|
#define BLOCK_SEA_PICKLE_WET_2 1024
|
|
#define BLOCK_SEA_PICKLE_WET_3 1025
|
|
#define BLOCK_SEA_PICKLE_WET_4 1026
|
|
#define BLOCK_SEA_LANTERN 1027
|
|
#define BLOCK_SHROOMLIGHT 1028
|
|
#define BLOCK_SMOKER_LIT 1029
|
|
#define BLOCK_SOUL_FIRE 1030
|
|
#define BLOCK_SOUL_LANTERN 1031
|
|
#define BLOCK_SOUL_TORCH 1032
|
|
#define BLOCK_TORCH 1033
|
|
|
|
#define BLOCK_GLASS 1201
|
|
#define BLOCK_HONEY 1202
|
|
#define BLOCK_ICE 1203
|
|
#define BLOCK_NETHER_PORTAL 1204
|
|
#define BLOCK_SLIME 1205
|
|
|
|
#define BLOCK_GLASS_BLACK 1220
|
|
#define BLOCK_GLASS_BLUE 1221
|
|
#define BLOCK_GLASS_BROWN 1222
|
|
#define BLOCK_GLASS_CYAN 1223
|
|
#define BLOCK_GLASS_GRAY 1224
|
|
#define BLOCK_GLASS_GREEN 1225
|
|
#define BLOCK_GLASS_LIGHT_BLUE 1226
|
|
#define BLOCK_GLASS_LIGHT_GRAY 1227
|
|
#define BLOCK_GLASS_LIME 1228
|
|
#define BLOCK_GLASS_MAGENTA 1229
|
|
#define BLOCK_GLASS_ORANGE 1230
|
|
#define BLOCK_GLASS_PINK 1231
|
|
#define BLOCK_GLASS_PURPLE 1232
|
|
#define BLOCK_GLASS_RED 1233
|
|
#define BLOCK_GLASS_WHITE 1234
|
|
#define BLOCK_GLASS_YELLOW 1235
|
|
|
|
#define BLOCK_DOOR_N 1301
|
|
#define BLOCK_DOOR_E 1302
|
|
#define BLOCK_DOOR_S 1303
|
|
#define BLOCK_DOOR_W 1304
|
|
|
|
#define BLOCK_SLAB_TOP 1305
|
|
#define BLOCK_SLAB_BOTTOM 1306
|
|
|
|
#define BLOCK_TRAPDOOR_BOTTOM 1307
|
|
#define BLOCK_TRAPDOOR_TOP 1308
|
|
#define BLOCK_TRAPDOOR_N 1309
|
|
#define BLOCK_TRAPDOOR_E 1310
|
|
#define BLOCK_TRAPDOOR_S 1311
|
|
#define BLOCK_TRAPDOOR_W 1312
|