mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-22 00:37:35 +08:00
floodfill player fixes; add furnace lights
This commit is contained in:
@ -105,54 +105,54 @@
|
||||
#define BLOCK_FROGLIGHT_OCHRE 189
|
||||
#define BLOCK_FROGLIGHT_PEARLESCENT 190
|
||||
#define BLOCK_FROGLIGHT_VERDANT 191
|
||||
#define BLOCK_GLOW_LICHEN 192
|
||||
#define BLOCK_GLOWSTONE 193
|
||||
#define BLOCK_JACK_O_LANTERN 194
|
||||
#define BLOCK_LANTERN 195
|
||||
#define BLOCK_LAVA 196
|
||||
#define BLOCK_LIGHT_1 197
|
||||
#define BLOCK_LIGHT_2 198
|
||||
#define BLOCK_LIGHT_3 199
|
||||
#define BLOCK_LIGHT_4 200
|
||||
#define BLOCK_LIGHT_5 201
|
||||
#define BLOCK_LIGHT_6 202
|
||||
#define BLOCK_LIGHT_7 203
|
||||
#define BLOCK_LIGHT_8 204
|
||||
#define BLOCK_LIGHT_9 205
|
||||
#define BLOCK_LIGHT_10 206
|
||||
#define BLOCK_LIGHT_11 207
|
||||
#define BLOCK_LIGHT_12 208
|
||||
#define BLOCK_LIGHT_13 209
|
||||
#define BLOCK_LIGHT_14 210
|
||||
#define BLOCK_LIGHT_15 211
|
||||
#define BLOCK_MAGMA 212
|
||||
#define BLOCK_REDSTONE_LAMP_LIT 213
|
||||
#define BLOCK_REDSTONE_TORCH_LIT 214
|
||||
#define BLOCK_REDSTONE_WIRE_1 215
|
||||
#define BLOCK_REDSTONE_WIRE_2 216
|
||||
#define BLOCK_REDSTONE_WIRE_3 217
|
||||
#define BLOCK_REDSTONE_WIRE_4 218
|
||||
#define BLOCK_REDSTONE_WIRE_5 219
|
||||
#define BLOCK_REDSTONE_WIRE_6 220
|
||||
#define BLOCK_REDSTONE_WIRE_7 221
|
||||
#define BLOCK_REDSTONE_WIRE_8 222
|
||||
#define BLOCK_REDSTONE_WIRE_9 223
|
||||
#define BLOCK_REDSTONE_WIRE_10 224
|
||||
#define BLOCK_REDSTONE_WIRE_11 225
|
||||
#define BLOCK_REDSTONE_WIRE_12 226
|
||||
#define BLOCK_REDSTONE_WIRE_13 227
|
||||
#define BLOCK_REDSTONE_WIRE_14 228
|
||||
#define BLOCK_REDSTONE_WIRE_15 229
|
||||
#define BLOCK_REPEATER_LIT 230
|
||||
#define BLOCK_RESPAWN_ANCHOR_4 231
|
||||
#define BLOCK_SCULK_SENSOR_ACTIVE 232
|
||||
#define BLOCK_SEA_PICKLE_WET_1 233
|
||||
#define BLOCK_SEA_PICKLE_WET_2 234
|
||||
#define BLOCK_SEA_PICKLE_WET_3 235
|
||||
#define BLOCK_SEA_PICKLE_WET_4 236
|
||||
#define BLOCK_SEA_LANTERN 237
|
||||
#define BLOCK_SHROOMLIGHT 238
|
||||
#define BLOCK_SMOKER_LIT 239
|
||||
#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
|
||||
@ -178,28 +178,24 @@
|
||||
#define BLOCK_GLASS_RED 319
|
||||
#define BLOCK_GLASS_WHITE 320
|
||||
#define BLOCK_GLASS_YELLOW 321
|
||||
#define BLOCK_BUTTON 401
|
||||
#define BLOCK_CANDLE 402
|
||||
#define BLOCK_CARPET 403
|
||||
#define BLOCK_CHAIN 404
|
||||
#define BLOCK_DOOR_N 405
|
||||
#define BLOCK_DOOR_E 406
|
||||
#define BLOCK_DOOR_S 407
|
||||
#define BLOCK_DOOR_W 408
|
||||
#define BLOCK_FENCE 409
|
||||
#define BLOCK_FENCE_GATE 410
|
||||
#define BLOCK_FLOWER_POT 411
|
||||
#define BLOCK_IRON_BARS 412
|
||||
#define BLOCK_LADDER 413
|
||||
#define BLOCK_LEVER 414
|
||||
#define BLOCK_PRESSURE_PLATE 415
|
||||
#define BLOCK_SLAB_TOP 416
|
||||
#define BLOCK_SLAB_BOTTOM 417
|
||||
#define BLOCK_TRAPDOOR_BOTTOM 418
|
||||
#define BLOCK_TRAPDOOR_TOP 419
|
||||
#define BLOCK_TRAPDOOR_N 420
|
||||
#define BLOCK_TRAPDOOR_E 421
|
||||
#define BLOCK_TRAPDOOR_S 422
|
||||
#define BLOCK_TRAPDOOR_W 423
|
||||
#define BLOCK_LPV_IGNORE 401
|
||||
#define BLOCK_CARPET 402
|
||||
#define BLOCK_DOOR_N 403
|
||||
#define BLOCK_DOOR_E 404
|
||||
#define BLOCK_DOOR_S 405
|
||||
#define BLOCK_DOOR_W 406
|
||||
#define BLOCK_FENCE 407
|
||||
#define BLOCK_FENCE_GATE 408
|
||||
#define BLOCK_FLOWER_POT 409
|
||||
#define BLOCK_IRON_BARS 410
|
||||
#define BLOCK_PRESSURE_PLATE 411
|
||||
#define BLOCK_SLAB_TOP 412
|
||||
#define BLOCK_SLAB_BOTTOM 413
|
||||
#define BLOCK_TRAPDOOR_BOTTOM 414
|
||||
#define BLOCK_TRAPDOOR_TOP 415
|
||||
#define BLOCK_TRAPDOOR_N 416
|
||||
#define BLOCK_TRAPDOOR_E 417
|
||||
#define BLOCK_TRAPDOOR_S 418
|
||||
#define BLOCK_TRAPDOOR_W 419
|
||||
#define BLOCK_END_PORTAL 500
|
||||
#define BLOCK_SIGN 501
|
||||
|
Reference in New Issue
Block a user