mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-22 08:42:50 +08:00
add more floodfill light sources
This commit is contained in:
@ -99,64 +99,67 @@
|
||||
#define BLOCK_COPPER_BULB_WEATHERED_LIT 183
|
||||
#define BLOCK_CONDUIT 184
|
||||
#define BLOCK_CRYING_OBSIDIAN 185
|
||||
#define BLOCK_END_GATEWAY 186
|
||||
#define BLOCK_END_ROD 187
|
||||
#define BLOCK_FIRE 188
|
||||
#define BLOCK_FROGLIGHT_OCHRE 189
|
||||
#define BLOCK_FROGLIGHT_PEARLESCENT 190
|
||||
#define BLOCK_FROGLIGHT_VERDANT 191
|
||||
#define BLOCK_FURNACE_LIT 192
|
||||
#define BLOCK_GLOW_LICHEN 193
|
||||
#define BLOCK_GLOWSTONE 194
|
||||
#define BLOCK_JACK_O_LANTERN 195
|
||||
#define BLOCK_LANTERN 196
|
||||
#define BLOCK_LAVA 197
|
||||
#define BLOCK_LIGHT_1 198
|
||||
#define BLOCK_LIGHT_2 199
|
||||
#define BLOCK_LIGHT_3 200
|
||||
#define BLOCK_LIGHT_4 201
|
||||
#define BLOCK_LIGHT_5 202
|
||||
#define BLOCK_LIGHT_6 203
|
||||
#define BLOCK_LIGHT_7 204
|
||||
#define BLOCK_LIGHT_8 205
|
||||
#define BLOCK_LIGHT_9 206
|
||||
#define BLOCK_LIGHT_10 207
|
||||
#define BLOCK_LIGHT_11 208
|
||||
#define BLOCK_LIGHT_12 209
|
||||
#define BLOCK_LIGHT_13 210
|
||||
#define BLOCK_LIGHT_14 211
|
||||
#define BLOCK_LIGHT_15 212
|
||||
#define BLOCK_MAGMA 213
|
||||
#define BLOCK_REDSTONE_LAMP_LIT 214
|
||||
#define BLOCK_REDSTONE_TORCH_LIT 215
|
||||
#define BLOCK_REDSTONE_WIRE_1 216
|
||||
#define BLOCK_REDSTONE_WIRE_2 217
|
||||
#define BLOCK_REDSTONE_WIRE_3 218
|
||||
#define BLOCK_REDSTONE_WIRE_4 219
|
||||
#define BLOCK_REDSTONE_WIRE_5 220
|
||||
#define BLOCK_REDSTONE_WIRE_6 221
|
||||
#define BLOCK_REDSTONE_WIRE_7 222
|
||||
#define BLOCK_REDSTONE_WIRE_8 223
|
||||
#define BLOCK_REDSTONE_WIRE_9 224
|
||||
#define BLOCK_REDSTONE_WIRE_10 225
|
||||
#define BLOCK_REDSTONE_WIRE_11 226
|
||||
#define BLOCK_REDSTONE_WIRE_12 227
|
||||
#define BLOCK_REDSTONE_WIRE_13 228
|
||||
#define BLOCK_REDSTONE_WIRE_14 229
|
||||
#define BLOCK_REDSTONE_WIRE_15 230
|
||||
#define BLOCK_REPEATER_LIT 231
|
||||
#define BLOCK_RESPAWN_ANCHOR_4 232
|
||||
#define BLOCK_SCULK_SENSOR_ACTIVE 233
|
||||
#define BLOCK_SEA_PICKLE_WET_1 234
|
||||
#define BLOCK_SEA_PICKLE_WET_2 235
|
||||
#define BLOCK_SEA_PICKLE_WET_3 236
|
||||
#define BLOCK_SEA_PICKLE_WET_4 237
|
||||
#define BLOCK_SEA_LANTERN 238
|
||||
#define BLOCK_SHROOMLIGHT 239
|
||||
#define BLOCK_SOUL_FIRE 240
|
||||
#define BLOCK_SOUL_LANTERN 241
|
||||
#define BLOCK_SOUL_TORCH 242
|
||||
#define BLOCK_TORCH 243
|
||||
#define BLOCK_DEEPSLATE_REDSTONE_ORE_LIT 186
|
||||
#define BLOCK_END_GATEWAY 187
|
||||
#define BLOCK_END_ROD 188
|
||||
#define BLOCK_FIRE 189
|
||||
#define BLOCK_FROGLIGHT_OCHRE 190
|
||||
#define BLOCK_FROGLIGHT_PEARLESCENT 191
|
||||
#define BLOCK_FROGLIGHT_VERDANT 192
|
||||
#define BLOCK_FURNACE_LIT 193
|
||||
#define BLOCK_GLOW_LICHEN 194
|
||||
#define BLOCK_GLOWSTONE 195
|
||||
#define BLOCK_JACK_O_LANTERN 196
|
||||
#define BLOCK_LANTERN 197
|
||||
#define BLOCK_LAVA 198
|
||||
#define BLOCK_LIGHT_1 199
|
||||
#define BLOCK_LIGHT_2 200
|
||||
#define BLOCK_LIGHT_3 201
|
||||
#define BLOCK_LIGHT_4 202
|
||||
#define BLOCK_LIGHT_5 203
|
||||
#define BLOCK_LIGHT_6 204
|
||||
#define BLOCK_LIGHT_7 205
|
||||
#define BLOCK_LIGHT_8 206
|
||||
#define BLOCK_LIGHT_9 207
|
||||
#define BLOCK_LIGHT_10 208
|
||||
#define BLOCK_LIGHT_11 209
|
||||
#define BLOCK_LIGHT_12 210
|
||||
#define BLOCK_LIGHT_13 211
|
||||
#define BLOCK_LIGHT_14 212
|
||||
#define BLOCK_LIGHT_15 213
|
||||
#define BLOCK_MAGMA 214
|
||||
#define BLOCK_RAIL_POWERED_ON 215
|
||||
#define BLOCK_REDSTONE_LAMP_LIT 216
|
||||
#define BLOCK_REDSTONE_ORE_LIT 217
|
||||
#define BLOCK_REDSTONE_TORCH_LIT 218
|
||||
#define BLOCK_REDSTONE_WIRE_1 219
|
||||
#define BLOCK_REDSTONE_WIRE_2 220
|
||||
#define BLOCK_REDSTONE_WIRE_3 221
|
||||
#define BLOCK_REDSTONE_WIRE_4 222
|
||||
#define BLOCK_REDSTONE_WIRE_5 223
|
||||
#define BLOCK_REDSTONE_WIRE_6 224
|
||||
#define BLOCK_REDSTONE_WIRE_7 225
|
||||
#define BLOCK_REDSTONE_WIRE_8 226
|
||||
#define BLOCK_REDSTONE_WIRE_9 227
|
||||
#define BLOCK_REDSTONE_WIRE_10 228
|
||||
#define BLOCK_REDSTONE_WIRE_11 229
|
||||
#define BLOCK_REDSTONE_WIRE_12 230
|
||||
#define BLOCK_REDSTONE_WIRE_13 231
|
||||
#define BLOCK_REDSTONE_WIRE_14 232
|
||||
#define BLOCK_REDSTONE_WIRE_15 233
|
||||
#define BLOCK_REPEATER_LIT 234
|
||||
#define BLOCK_RESPAWN_ANCHOR_4 235
|
||||
#define BLOCK_SCULK_SENSOR_ACTIVE 236
|
||||
#define BLOCK_SEA_PICKLE_WET_1 237
|
||||
#define BLOCK_SEA_PICKLE_WET_2 238
|
||||
#define BLOCK_SEA_PICKLE_WET_3 239
|
||||
#define BLOCK_SEA_PICKLE_WET_4 240
|
||||
#define BLOCK_SEA_LANTERN 241
|
||||
#define BLOCK_SHROOMLIGHT 242
|
||||
#define BLOCK_SOUL_FIRE 243
|
||||
#define BLOCK_SOUL_LANTERN 244
|
||||
#define BLOCK_SOUL_TORCH 245
|
||||
#define BLOCK_TORCH 246
|
||||
#define BLOCK_GLASS 301
|
||||
#define BLOCK_HONEY 302
|
||||
#define BLOCK_ICE 303
|
||||
|
Reference in New Issue
Block a user