conquest fireflies

This commit is contained in:
NULL511
2024-06-13 23:27:33 -04:00
parent a40843f2ae
commit 7b89809149
5 changed files with 169 additions and 155 deletions

View File

@ -104,79 +104,80 @@
#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_LAMP_LIT_BLACK 249
#define BLOCK_LAMP_LIT_BLUE 250
#define BLOCK_LAMP_LIT_BROWN 251
#define BLOCK_LAMP_LIT_CYAN 252
#define BLOCK_LAMP_LIT_GRAY 253
#define BLOCK_LAMP_LIT_GREEN 254
#define BLOCK_LAMP_LIT_LIGHT_BLUE 255
#define BLOCK_LAMP_LIT_LIGHT_GRAY 256
#define BLOCK_LAMP_LIT_LIME 257
#define BLOCK_LAMP_LIT_MAGENTA 258
#define BLOCK_LAMP_LIT_ORANGE 259
#define BLOCK_LAMP_LIT_PINK 260
#define BLOCK_LAMP_LIT_PURPLE 261
#define BLOCK_LAMP_LIT_RED 262
#define BLOCK_LAMP_LIT_WHITE 263
#define BLOCK_LAMP_LIT_YELLOW 264
#define BLOCK_FIRE_FLIES 190
#define BLOCK_FROGLIGHT_OCHRE 191
#define BLOCK_FROGLIGHT_PEARLESCENT 192
#define BLOCK_FROGLIGHT_VERDANT 193
#define BLOCK_FURNACE_LIT 194
#define BLOCK_GLOW_LICHEN 195
#define BLOCK_GLOWSTONE 196
#define BLOCK_JACK_O_LANTERN 197
#define BLOCK_LANTERN 198
#define BLOCK_LAVA 199
#define BLOCK_LIGHT_1 200
#define BLOCK_LIGHT_2 201
#define BLOCK_LIGHT_3 202
#define BLOCK_LIGHT_4 203
#define BLOCK_LIGHT_5 204
#define BLOCK_LIGHT_6 205
#define BLOCK_LIGHT_7 206
#define BLOCK_LIGHT_8 207
#define BLOCK_LIGHT_9 208
#define BLOCK_LIGHT_10 209
#define BLOCK_LIGHT_11 210
#define BLOCK_LIGHT_12 211
#define BLOCK_LIGHT_13 212
#define BLOCK_LIGHT_14 213
#define BLOCK_LIGHT_15 214
#define BLOCK_MAGMA 215
#define BLOCK_RAIL_POWERED_ON 216
#define BLOCK_REDSTONE_LAMP_LIT 217
#define BLOCK_REDSTONE_ORE_LIT 218
#define BLOCK_REDSTONE_TORCH_LIT 219
#define BLOCK_REDSTONE_WIRE_1 220
#define BLOCK_REDSTONE_WIRE_2 221
#define BLOCK_REDSTONE_WIRE_3 222
#define BLOCK_REDSTONE_WIRE_4 223
#define BLOCK_REDSTONE_WIRE_5 224
#define BLOCK_REDSTONE_WIRE_6 225
#define BLOCK_REDSTONE_WIRE_7 226
#define BLOCK_REDSTONE_WIRE_8 227
#define BLOCK_REDSTONE_WIRE_9 228
#define BLOCK_REDSTONE_WIRE_10 229
#define BLOCK_REDSTONE_WIRE_11 230
#define BLOCK_REDSTONE_WIRE_12 231
#define BLOCK_REDSTONE_WIRE_13 232
#define BLOCK_REDSTONE_WIRE_14 233
#define BLOCK_REDSTONE_WIRE_15 234
#define BLOCK_REPEATER_LIT 235
#define BLOCK_RESPAWN_ANCHOR_4 236
#define BLOCK_SCULK_SENSOR_ACTIVE 237
#define BLOCK_SEA_PICKLE_WET_1 238
#define BLOCK_SEA_PICKLE_WET_2 239
#define BLOCK_SEA_PICKLE_WET_3 240
#define BLOCK_SEA_PICKLE_WET_4 241
#define BLOCK_SEA_LANTERN 242
#define BLOCK_SHROOMLIGHT 243
#define BLOCK_SOUL_FIRE 244
#define BLOCK_SOUL_LANTERN 245
#define BLOCK_SOUL_TORCH 246
#define BLOCK_TORCH 247
#define BLOCK_LAMP_LIT_BLACK 250
#define BLOCK_LAMP_LIT_BLUE 251
#define BLOCK_LAMP_LIT_BROWN 252
#define BLOCK_LAMP_LIT_CYAN 253
#define BLOCK_LAMP_LIT_GRAY 254
#define BLOCK_LAMP_LIT_GREEN 255
#define BLOCK_LAMP_LIT_LIGHT_BLUE 256
#define BLOCK_LAMP_LIT_LIGHT_GRAY 257
#define BLOCK_LAMP_LIT_LIME 258
#define BLOCK_LAMP_LIT_MAGENTA 259
#define BLOCK_LAMP_LIT_ORANGE 260
#define BLOCK_LAMP_LIT_PINK 261
#define BLOCK_LAMP_LIT_PURPLE 262
#define BLOCK_LAMP_LIT_RED 263
#define BLOCK_LAMP_LIT_WHITE 264
#define BLOCK_LAMP_LIT_YELLOW 265
#define BLOCK_GLASS 301
#define BLOCK_HONEY 302
#define BLOCK_ICE 303