add more floodfill light sources

This commit is contained in:
NULL511
2024-05-24 14:55:21 -04:00
parent 14b20cdcfc
commit dde6acac97
10 changed files with 231 additions and 207 deletions

View File

@ -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

View File

@ -3,11 +3,12 @@
#define ENTITY_BLAZE 1603
#define ENTITY_DRAGON_WITHER 1604
#define ENTITY_END_CRYSTAL 1605
#define ENTITY_ITEM_FRAME 1606
#define ENTITY_MAGMA_CUBE 1607
#define ENTITY_TNT 1608
#define ENTITY_FIREBALL_SMALL 1609
#define ENTITY_SPECTRAL_ARROW 1610
#define ENTITY_GLOW_SQUID 1606
#define ENTITY_ITEM_FRAME 1607
#define ENTITY_MAGMA_CUBE 1608
#define ENTITY_TNT 1609
#define ENTITY_FIREBALL_SMALL 1610
#define ENTITY_SPECTRAL_ARROW 1611
#define ENTITY_SSS_MEDIUM 1801
#define ENTITY_SSS_WEAK 1802
#define ENTITY_SLIME 1803