forked from gri573/rethinking-voxels
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblock.properties
485 lines (470 loc) · 86.3 KB
/
block.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
# copied from complementary reimagined
#---------------------------------------------------------------------------------------------------------------------
# Some simple utility IDs:
#
# 1 - Terrain
#
# 3 - Translucent
# 30000 until 31000 = Natural shadowcolor calculation
#
# 4 - Items
# See item.properties
#
# 5 - Entities
# See entity.properties
#
# 6 - Block Entities
#
# default ID % 4 meanings:
#
# 1 - bottom partial block (height is determined automatically)
#
# 2 - top slab
#
#
#---------------------------------------------------------------------------------------------------------------------
#if MC_VERSION >= 11300
#1.13 And Above Mapping:
#generic Lightsources (add your modded lights here)
#automatically determine blocklight colour
block.1234=additional_lights:al_lamp_acacia_planks:lit=true additional_lights:al_lamp_birch_planks:lit=true additional_lights:al_lamp_blackstone:lit=true additional_lights:al_lamp_cobblestone:lit=true additional_lights:al_lamp_crimson_planks:lit=true additional_lights:al_lamp_dark_oak_planks:lit=true additional_lights:al_lamp_diamond_block:lit=true additional_lights:al_lamp_end_stone:lit=true additional_lights:al_lamp_glass:lit=true additional_lights:al_lamp_gold_block:lit=true additional_lights:al_lamp_iron_block:lit=true additional_lights:al_lamp_jungle_planks:lit=true additional_lights:al_lamp_magenta_wool:lit=true additional_lights:al_lamp_mossy_cobblestone:lit=true additional_lights:al_lamp_nether_bricks:lit=true additional_lights:al_lamp_oak_planks:lit=true additional_lights:al_lamp_packed_ice:lit=true additional_lights:al_lamp_pink_wool:lit=true additional_lights:al_lamp_sandstone:lit=true additional_lights:al_lamp_spruce_planks:lit=true additional_lights:al_lamp_stone:lit=true additional_lights:al_lamp_warped_planks:lit=true additional_lights:al_torch_acacia_planks:lit=true additional_lights:al_torch_birch_planks:lit=true additional_lights:al_torch_blackstone:lit=true additional_lights:al_torch_crimson_planks:lit=true additional_lights:al_torch_dark_oak_planks:lit=true additional_lights:al_torch_diamond_block:lit=true additional_lights:al_torch_end_stone_bricks:lit=true additional_lights:al_torch_end_stone:lit=true additional_lights:al_torch_glass:lit=true additional_lights:al_torch_gold_block:lit=true additional_lights:al_torch_iron_block:lit=true additional_lights:al_torch_jungle_planks:lit=true additional_lights:al_torch_magenta_wool:lit=true additional_lights:al_torch_mossy_cobblestone:lit=true additional_lights:al_torch_mossy_stone_bricks:lit=true additional_lights:al_torch_oak_planks:lit=true additional_lights:al_torch_packed_ice:lit=true additional_lights:al_torch_pink_wool:lit=true additional_lights:al_torch_red_nether_bricks:lit=true additional_lights:al_torch_sandstone:lit=true additional_lights:al_torch_smooth_stone:lit=true additional_lights:al_torch_spruce_planks:lit=true additional_lights:al_torch_stone_bricks:lit=true additional_lights:al_torch_stone:lit=true additional_lights:al_torch_warped_planks:lit=true additional_lights:fire_for_fire_pit_l:lit=true additional_lights:fire_for_fire_pit_s:lit=true additional_lights:fire_for_standing_torch_l:lit=true additional_lights:fire_for_standing_torch_s:lit=true adorn:black_table_lamp:lit=true adorn:blue_table_lamp:lit=true adorn:brown_table_lamp:lit=true adorn:cyan_table_lamp:lit=true adorn:gray_table_lamp:lit=true adorn:green_table_lamp:lit=true adorn:light_gray_table_lamp:lit=true adorn:lime_table_lamp:lit=true adorn:magenta_table_lamp:lit=true adorn:orange_table_lamp:lit=true adorn:pink_table_lamp:lit=true adorn:purple_table_lamp:lit=true adorn:red_table_lamp:lit=true adorn:stone_torch adorn:white_table_lamp:lit=true adorn:yellow_table_lamp:lit=true aquamirae:golden_moth_in_a_jar aquamirae:luminescent_bubble aquamirae:luminescent_lamp aquamirae:oxygelium betterend:amaranita_fur betterend:amaranita_lantern betterend:amber_grass betterend:andesite_lantern betterend:aurora_crystal betterend:azure_jadestone_lantern betterend:blackstone_lantern betterend:blooming_cooksonia betterend:blue_vine_fur betterend:blue_vine_lantern betterend:blue_vine_seed betterend:bolux_mushroom betterend:bulb_moss betterend:bulb_vine:shape=bottom betterend:cave_pumpkin betterend:charnia_cyan betterend:charnia_green betterend:charnia_light_blue betterend:charnia_orange betterend:charnia_purple betterend:charnia_red betterend:chorus_grass betterend:clawfern betterend:creeping_moss betterend:crystal_grass betterend:dense_vine betterend:diorite_lantern betterend:dragon_tree_sapling betterend:dragon_tree_trapdoor:facing=north:half=top:open=true betterend:end_lily:shape=top betterend:end_lotus_flower betterend:end_stone_furnace:lit=true betterend:end_stone_lantern betterend:end_stone_smelter:lit=true betterend:end_stone_stalactite_cavemoss betterend:filalux betterend:filalux_lantern betterend:filalux:shape=bottom betterend:filalux_wings betterend:flammalix betterend:flavolite_lantern betterend:fracturn betterend:globulagus betterend:glowing_pillar_leaves betterend:glowing_pillar_luminophor betterend:glowing_pillar_seed betterend:gold_chandelier betterend:granite_lantern betterend:helix_tree_sapling betterend:iron_bulb_lantern betterend:iron_bulb_lantern_black betterend:iron_bulb_lantern_blue betterend:iron_bulb_lantern_brown betterend:iron_bulb_lantern_cyan betterend:iron_bulb_lantern_gray betterend:iron_bulb_lantern_green betterend:iron_bulb_lantern_light_blue betterend:iron_bulb_lantern_light_gray betterend:iron_bulb_lantern_lime betterend:iron_bulb_lantern_magenta betterend:iron_bulb_lantern_orange betterend:iron_bulb_lantern_pink betterend:iron_bulb_lantern_purple betterend:iron_bulb_lantern_red betterend:iron_bulb_lantern_white betterend:iron_bulb_lantern_yellow betterend:iron_chandelier betterend:jungle_grass betterend:jungle_vine betterend:lacugrove_sapling betterend:lanceleaf_seed betterend:lumecorn betterend:lutebus betterend:magnula betterend:mossy_glowshroom_fur betterend:mossy_glowshroom_hymenophore betterend:mossy_glowshroom_sapling betterend:needlegrass betterend:neon_cactus betterend:orango betterend:pond_anemone betterend:purple_polypore betterend:purpur_lantern betterend:pythadendron_sapling betterend:quarz_lantern betterend:rubinea betterend:salteago betterend:sandy_jadestone_lantern betterend:shadow_plant betterend:smaragdant_crystal betterend:smaragdant_crystal_pillar betterend:smaragdant_crystal_polished betterend:smaragdant_crystal_shard betterend:smaragdant_crystal_slab betterend:smaragdant_crystal_stairs betterend:smaragdant_crystal_tiles betterend:sulphuric_rock_lantern betterend:tenanea_flowers betterend:tenanea_sapling betterend:terminite_bulb_lantern betterend:terminite_bulb_lantern_black betterend:terminite_bulb_lantern_blue betterend:terminite_bulb_lantern_brown betterend:terminite_bulb_lantern_cyan betterend:terminite_bulb_lantern_gray betterend:terminite_bulb_lantern_green betterend:terminite_bulb_lantern_light_blue betterend:terminite_bulb_lantern_light_gray betterend:terminite_bulb_lantern_lime betterend:terminite_bulb_lantern_magenta betterend:terminite_bulb_lantern_orange betterend:terminite_bulb_lantern_pink betterend:terminite_bulb_lantern_purple betterend:terminite_bulb_lantern_red betterend:terminite_bulb_lantern_white betterend:terminite_bulb_lantern_yellow betterend:terminite_chain betterend:terminite_chandelier betterend:thallasium_bulb_lantern betterend:thallasium_bulb_lantern_black betterend:thallasium_bulb_lantern_blue betterend:thallasium_bulb_lantern_brown betterend:thallasium_bulb_lantern_cyan betterend:thallasium_bulb_lantern_gray betterend:thallasium_bulb_lantern_green betterend:thallasium_bulb_lantern_light_blue betterend:thallasium_bulb_lantern_light_gray betterend:thallasium_bulb_lantern_lime betterend:thallasium_bulb_lantern_magenta betterend:thallasium_bulb_lantern_orange betterend:thallasium_bulb_lantern_pink betterend:thallasium_bulb_lantern_purple betterend:thallasium_bulb_lantern_red betterend:thallasium_bulb_lantern_white betterend:thallasium_bulb_lantern_yellow betterend:thallasium_chain betterend:thallasium_chandelier betterend:twisted_umbrella_moss betterend:twisted_umbrella_moss_tall betterend:umbralith_lantern betterend:umbrella_moss betterend:umbrella_moss_tall betterend:umbrella_tree_cluster betterend:vaiolush_fern betterend:violecite_lantern betterend:virid_jadestone_lantern betternether:anchor_tree_vine:shape=bottom betternether:basalt_furnace:lit=true betternether:blackstone_furnace:lit=true betternether:black_vine betternether:blooming_vine betternether:blue_crying_obsidian betternether:blue_weeping_obsidian betternether:bone_grass betternether:bricks_fire_bowl:fire=true betternether:bricks_fire_bowl_soul:fire=true betternether:cincinnasite_chain betternether:cincinnasite_fire_bowl:fire=true betternether:cincinnasite_fire_bowl_soul:fire=true betternether:cincinnasite_forge:lit=true betternether:cincinnasite_lantern betternether:eye_seed betternether:feather_fern betternether:giant_lucis betternether:glowstone_stalactite betternether:golden_vine betternether:hook_mushroom betternether:jellyfish_mushroom betternether:jellyfish_mushroom_sapling betternether:jungle_plant betternether:lucis_mushroom betternether:lumabus_vine:shape=bottom betternether:moss_cover betternether:neon_equisetum betternether:nether_grass betternether:netherite_fire_bowl:fire=true betternether:netherite_fire_bowl_soul:fire=true betternether:netherrack_furnace:lit=true betternether:nether_sakura_leaves betternether:nether_sakura_sapling betternether:pig_statue_respawner betternether:rubeus_cone betternether:sepia_bone_grass betternether:smoker betternether:soul_grass betternether:soul_lily_sapling betternether:stalagnate_seed betternether:swamp_grass betternether:weeping_obsidian betternether:whispering_gourd_lantern betternether:willow_branch:shape=end betternether:willow_sapling betternether:willow_torch biomesoplenty:blackstone_bulb biomesoplenty:burning_blossom biomesoplenty:glowflower biomesoplenty:glowing_moss_block biomesoplenty:glowing_moss_carpet biomesoplenty:glowshroom biomesoplenty:glowshroom_block biomesoplenty:glowworm_silk_strand biomesoplenty:large_rose_quartz_bud biomesoplenty:medium_rose_quartz_bud biomesoplenty:potted_burning_blossom biomesoplenty:potted_glowflower biomesoplenty:potted_glowshroom biomesoplenty:rose_quartz_block biomesoplenty:rose_quartz_cluster biomesoplenty:small_rose_quartz_bud biomesoplenty:spider_egg blockus:black_futurneo_block blockus:black_neon blockus:blaze_bricks blockus:blaze_brick_slab blockus:blaze_brick_stairs blockus:blaze_brick_wall blockus:blaze_lantern blockus:blaze_pillar blockus:blue_futurneo_block blockus:blue_neon blockus:blue_redstone_lamp_lit blockus:blue_redstone_lamp:lit=true blockus:brown_futurneo_block blockus:brown_neon blockus:brown_redstone_lamp_lit blockus:brown_redstone_lamp:lit=true blockus:chiseled_lava_bricks blockus:chiseled_lava_polished_blackstone blockus:chiseled_magma_bricks blockus:cyan_futurneo_block blockus:cyan_neon blockus:cyan_redstone_lamp_lit blockus:cyan_redstone_lamp:lit=true blockus:glowing_obsidian blockus:gray_bright_futurneo_block blockus:gray_futurneo_block blockus:gray_neon blockus:gray_redstone_lamp_lit blockus:gray_redstone_lamp:lit=true blockus:green_futurneo_block blockus:green_neon blockus:green_redstone_lamp_lit blockus:green_redstone_lamp:lit=true blockus:lava_bricks blockus:lava_brick_slab blockus:lava_brick_stairs blockus:lava_brick_wall blockus:lava_polished_blackstone_bricks blockus:lava_polished_blackstone_slab blockus:lava_polished_blackstone_stairs blockus:lava_polished_blackstone_wall blockus:light_blue_futurneo_block blockus:light_blue_neon blockus:light_blue_redstone_lamp_lit blockus:light_blue_redstone_lamp:lit=true blockus:light_gray_futurneo_block blockus:light_gray_neon blockus:light_gray_redstone_lamp_lit blockus:light_gray_redstone_lamp:lit=true blockus:lime_futurneo_block blockus:lime_neon blockus:lime_redstone_lamp_lit blockus:lime_redstone_lamp:lit=true blockus:magenta_futurneo_block blockus:magenta_neon blockus:magenta_redstone_lamp_lit blockus:magenta_redstone_lamp:lit=true blockus:magma_bricks blockus:magma_brick_slab blockus:magma_brick_stairs blockus:magma_brick_wall blockus:orange_futurneo_block blockus:orange_neon blockus:orange_redstone_lamp_lit blockus:orange_redstone_lamp:lit=true blockus:paper_lamp blockus:pink_futurneo_block blockus:pink_neon blockus:pink_redstone_lamp_lit blockus:pink_redstone_lamp:lit=true blockus:purple_futurneo_block blockus:purple_neon blockus:purple_redstone_lamp_lit blockus:purple_redstone_lamp:lit=true blockus:rainbow_futurneo_block blockus:rainbow_glowstone blockus:rainbow_lamp_lit blockus:rainbow_neon blockus:red_futurneo_block blockus:red_neon blockus:red_redstone_lamp_lit blockus:red_redstone_lamp:lit=true blockus:redstone_lamp_lit blockus:small_magma_bricks blockus:small_magma_brick_slab blockus:small_magma_brick_stairs blockus:small_magma_brick_wall blockus:soul_o_lantern blockus:white_futurneo_block blockus:white_neon blockus:white_redstone_lamp_lit blockus:white_redstone_lamp:lit=true blockus:yellow_futurneo_block blockus:yellow_neon blockus:yellow_redstone_lamp_lit blockus:yellow_redstone_lamp:lit=true byg:ametrine_cluster byg:boric_campfire byg:boric_campfire:lit=true byg:boric_fire byg:boric_lanturn byg:bulbis_shell byg:cryptic_campfire byg:cryptic_campfire:lit=true byg:cryptic_end_rod byg:cryptic_fire byg:cryptic_lantern byg:cryptic_magma_block byg:ether_bulbs_block byg:fairy_slipper byg:fungal_imparius_filament byg:fungal_imparius_filament_block byg:glowstone_lamp byg:glowstone_lamp:lit=true byg:glowstone_lanturn byg:green_enchanted_leaves byg:imparius_mushroom_branch byg:pervaded_netherrack byg:pollen_block byg:purple_bulbis_shell byg:purple_shroomlight byg:shiny_chiseled_therium_stairs byg:shiny_chiseled_therium_wall byg:soul_shroom_block byg:soul_shroom_spore_end byg:therium_block byg:therium_crystal byg:therium_glass byg:therium_glass_pane byg:therium_lamp byg:therium_lamp:lit=true byg:therium_lanturn byg:wailing_bell_blossom byg:warped_cactus byg:weeping_roots byg:witch_hazel_blossom chipped:crying_obsidian_10:lit=true chipped:crying_obsidian_11:lit=true chipped:crying_obsidian_12:lit=true chipped:crying_obsidian_13:lit=true chipped:crying_obsidian_14:lit=true chipped:crying_obsidian_15:lit=true chipped:crying_obsidian_16:lit=true chipped:crying_obsidian_17:lit=true chipped:crying_obsidian_18:lit=true chipped:crying_obsidian_19:lit=true chipped:crying_obsidian_1:lit=true chipped:crying_obsidian_20:lit=true chipped:crying_obsidian_21:lit=true chipped:crying_obsidian_22:lit=true chipped:crying_obsidian_23:lit=true chipped:crying_obsidian_24:lit=true chipped:crying_obsidian_25:lit=true chipped:crying_obsidian_26:lit=true chipped:crying_obsidian_27:lit=true chipped:crying_obsidian_28:lit=true chipped:crying_obsidian_29:lit=true chipped:crying_obsidian_2:lit=true chipped:crying_obsidian_30:lit=true chipped:crying_obsidian_31:lit=true chipped:crying_obsidian_32:lit=true chipped:crying_obsidian_33:lit=true chipped:crying_obsidian_34:lit=true chipped:crying_obsidian_35:lit=true chipped:crying_obsidian_36:lit=true chipped:crying_obsidian_37:lit=true chipped:crying_obsidian_38:lit=true chipped:crying_obsidian_39:lit=true chipped:crying_obsidian_3:lit=true chipped:crying_obsidian_40:lit=true chipped:crying_obsidian_41:lit=true chipped:crying_obsidian_42:lit=true chipped:crying_obsidian_43:lit=true chipped:crying_obsidian_44:lit=true chipped:crying_obsidian_45:lit=true chipped:crying_obsidian_46:lit=true chipped:crying_obsidian_47:lit=true chipped:crying_obsidian_48:lit=true chipped:crying_obsidian_49:lit=true chipped:crying_obsidian_4:lit=true chipped:crying_obsidian_50:lit=true chipped:crying_obsidian_51:lit=true chipped:crying_obsidian_52:lit=true chipped:crying_obsidian_53:lit=true chipped:crying_obsidian_54:lit=true chipped:crying_obsidian_55:lit=true chipped:crying_obsidian_56:lit=true chipped:crying_obsidian_57:lit=true chipped:crying_obsidian_58:lit=true chipped:crying_obsidian_59:lit=true chipped:crying_obsidian_5:lit=true chipped:crying_obsidian_60:lit=true chipped:crying_obsidian_61:lit=true chipped:crying_obsidian_62:lit=true chipped:crying_obsidian_63:lit=true chipped:crying_obsidian_64:lit=true chipped:crying_obsidian_65:lit=true chipped:crying_obsidian_66:lit=true chipped:crying_obsidian_67:lit=true chipped:crying_obsidian_68:lit=true chipped:crying_obsidian_69:lit=true chipped:crying_obsidian_6:lit=true chipped:crying_obsidian_7:lit=true chipped:crying_obsidian_8:lit=true chipped:crying_obsidian_9:lit=true chipped:glowstone_10:lit=true chipped:glowstone_11:lit=true chipped:glowstone_12:lit=true chipped:glowstone_13:lit=true chipped:glowstone_14:lit=true chipped:glowstone_15:lit=true chipped:glowstone_16:lit=true chipped:glowstone_17:lit=true chipped:glowstone_18:lit=true chipped:glowstone_19:lit=true chipped:glowstone_1:lit=true chipped:glowstone_20:lit=true chipped:glowstone_2:lit=true chipped:glowstone_3:lit=true chipped:glowstone_4:lit=true chipped:glowstone_5:lit=true chipped:glowstone_6:lit=true chipped:glowstone_7:lit=true chipped:glowstone_8:lit=true chipped:glowstone_9:lit=true chipped:jack_o_lantern_10:lit=true chipped:jack_o_lantern_11:lit=true chipped:jack_o_lantern_12:lit=true chipped:jack_o_lantern_13:lit=true chipped:jack_o_lantern_14:lit=true chipped:jack_o_lantern_15:lit=true chipped:jack_o_lantern_16:lit=true chipped:jack_o_lantern_17:lit=true chipped:jack_o_lantern_18:lit=true chipped:jack_o_lantern_19:lit=true chipped:jack_o_lantern_1:lit=true chipped:jack_o_lantern_20:lit=true chipped:jack_o_lantern_21:lit=true chipped:jack_o_lantern_22:lit=true chipped:jack_o_lantern_2:lit=true chipped:jack_o_lantern_3:lit=true chipped:jack_o_lantern_4:lit=true chipped:jack_o_lantern_5:lit=true chipped:jack_o_lantern_6:lit=true chipped:jack_o_lantern_7:lit=true chipped:jack_o_lantern_8:lit=true chipped:jack_o_lantern_9:lit=true chipped:lantern_10:lit=true chipped:lantern_11:lit=true chipped:lantern_12:lit=true chipped:lantern_13:lit=true chipped:lantern_14:lit=true chipped:lantern_1:lit=true chipped:lantern_2:lit=true chipped:lantern_3:lit=true chipped:lantern_4:lit=true chipped:lantern_5:lit=true chipped:lantern_6:lit=true chipped:lantern_7:lit=true chipped:lantern_8:lit=true chipped:lantern_9:lit=true chipped:magma_block_10:lit=true chipped:magma_block_11:lit=true chipped:magma_block_12:lit=true chipped:magma_block_13:lit=true chipped:magma_block_14:lit=true chipped:magma_block_15:lit=true chipped:magma_block_16:lit=true chipped:magma_block_17:lit=true chipped:magma_block_18:lit=true chipped:magma_block_19:lit=true chipped:magma_block_1:lit=true chipped:magma_block_20:lit=true chipped:magma_block_21:lit=true chipped:magma_block_22:lit=true chipped:magma_block_23:lit=true chipped:magma_block_24:lit=true chipped:magma_block_25:lit=true chipped:magma_block_26:lit=true chipped:magma_block_27:lit=true chipped:magma_block_28:lit=true chipped:magma_block_29:lit=true chipped:magma_block_2:lit=true chipped:magma_block_30:lit=true chipped:magma_block_31:lit=true chipped:magma_block_32:lit=true chipped:magma_block_33:lit=true chipped:magma_block_34:lit=true chipped:magma_block_35:lit=true chipped:magma_block_36:lit=true chipped:magma_block_37:lit=true chipped:magma_block_38:lit=true chipped:magma_block_39:lit=true chipped:magma_block_3:lit=true chipped:magma_block_40:lit=true chipped:magma_block_41:lit=true chipped:magma_block_42:lit=true chipped:magma_block_43:lit=true chipped:magma_block_44:lit=true chipped:magma_block_45:lit=true chipped:magma_block_46:lit=true chipped:magma_block_47:lit=true chipped:magma_block_48:lit=true chipped:magma_block_49:lit=true chipped:magma_block_4:lit=true chipped:magma_block_50:lit=true chipped:magma_block_51:lit=true chipped:magma_block_52:lit=true chipped:magma_block_53:lit=true chipped:magma_block_54:lit=true chipped:magma_block_55:lit=true chipped:magma_block_56:lit=true chipped:magma_block_57:lit=true chipped:magma_block_58:lit=true chipped:magma_block_59:lit=true chipped:magma_block_5:lit=true chipped:magma_block_60:lit=true chipped:magma_block_61:lit=true chipped:magma_block_62:lit=true chipped:magma_block_63:lit=true chipped:magma_block_64:lit=true chipped:magma_block_65:lit=true chipped:magma_block_66:lit=true chipped:magma_block_67:lit=true chipped:magma_block_68:lit=true chipped:magma_block_69:lit=true chipped:magma_block_6:lit=true chipped:magma_block_7:lit=true chipped:magma_block_8:lit=true chipped:magma_block_9:lit=true chipped:redstone_lamp_10:lit=true chipped:redstone_lamp_11:lit=true chipped:redstone_lamp_12:lit=true chipped:redstone_lamp_13:lit=true chipped:redstone_lamp_14:lit=true chipped:redstone_lamp_15:lit=true chipped:redstone_lamp_16:lit=true chipped:redstone_lamp_17:lit=true chipped:redstone_lamp_18:lit=true chipped:redstone_lamp_1:lit=true chipped:redstone_lamp_2:lit=true chipped:redstone_lamp_3:lit=true chipped:redstone_lamp_4:lit=true chipped:redstone_lamp_5:lit=true chipped:redstone_lamp_6:lit=true chipped:redstone_lamp_7:lit=true chipped:redstone_lamp_8:lit=true chipped:redstone_lamp_9:lit=true chipped:redstone_torch_1:lit=true chipped:redstone_torch_2:lit=true chipped:redstone_torch_3:lit=true chipped:redstone_torch_4:lit=true chipped:redstone_torch_5:lit=true chipped:sea_lantern_10:lit=true chipped:sea_lantern_11:lit=true chipped:sea_lantern_12:lit=true chipped:sea_lantern_13:lit=true chipped:sea_lantern_14:lit=true chipped:sea_lantern_15:lit=true chipped:sea_lantern_16:lit=true chipped:sea_lantern_1:lit=true chipped:sea_lantern_2:lit=true chipped:sea_lantern_3:lit=true chipped:sea_lantern_4:lit=true chipped:sea_lantern_5:lit=true chipped:sea_lantern_6:lit=true chipped:sea_lantern_7:lit=true chipped:sea_lantern_8:lit=true chipped:sea_lantern_9:lit=true chipped:shroomlight_10:lit=true chipped:shroomlight_11:lit=true chipped:shroomlight_12:lit=true chipped:shroomlight_13:lit=true chipped:shroomlight_14:lit=true chipped:shroomlight_15:lit=true chipped:shroomlight_16:lit=true chipped:shroomlight_1:lit=true chipped:shroomlight_2:lit=true chipped:shroomlight_3:lit=true chipped:shroomlight_4:lit=true chipped:shroomlight_5:lit=true chipped:shroomlight_6:lit=true chipped:shroomlight_7:lit=true chipped:shroomlight_8:lit=true chipped:shroomlight_9:lit=true chipped:soul_lantern_10:lit=true chipped:soul_lantern_11:lit=true chipped:soul_lantern_1:lit=true chipped:soul_lantern_2:lit=true chipped:soul_lantern_3:lit=true chipped:soul_lantern_4:lit=true chipped:soul_lantern_5:lit=true chipped:soul_lantern_6:lit=true chipped:soul_lantern_7:lit=true chipped:soul_lantern_8:lit=true chipped:soul_lantern_9:lit=true chipped:special_lantern_1:lit=true chipped:special_lantern_2:lit=true chipped:special_lantern_3:lit=true chipped:special_lantern_4:lit=true chipped:special_soul_lantern_1:lit=true chipped:special_soul_lantern_2:lit=true chipped:special_soul_lantern_3:lit=true chipped:special_soul_lantern_4:lit=true chipped:torch_1:lit=true chipped:torch_2:lit=true chipped:torch_3:lit=true chipped:torch_4:lit=true chipped:torch_5:lit=true chipped:torch_6:lit=true chipped:torch_7:lit=true chipped:torch_8:lit=true chipped:torch_9:lit=true dditional_lights:al_lamp_red_nether_bricks:lit=true dditional_lights:al_torch_nether_bricks:lit=true dreamland:glow_fronds dreamland:glowing_mold_wood dreamland:gold_cluster dreamland:hive_membrane dreamland:jelly_splotch dreamland:kunzite_bars dreamland:kunzite_point dreamland:kunzite_point_block dreamland:large_gold_cluster dreamland:medium_gold_cluster geode:large_echo_bud geode:large_nether_anchient_debris_bud geode:large_redstone_bud geode:medium_echo_bud geode:nether_quartz_crystal geode:redstone_crystal geode:small_diamond_bud geode:small_echo_bud geode:wrappist_pedistal hmag:ancient_stone_block hmag:burning_core_block hmag:echo_shard_block hmag:heart_of_the_sea_block hmag:nether_star_block hmag:prismarine_crystal_block hmag:soul_powder_block ightsmodv2:purplelight:lit=true ilikewood:acacia_campfire:lit=true ilikewood:acacia_soul_campfire:lit=true ilikewood:acacia_soul_torch:lit=true ilikewood:acacia_torch:lit=true ilikewood:birch_campfire:lit=true ilikewood:birch_soul_campfire:lit=true ilikewood:birch_soul_torch:lit=true ilikewood:birch_torch:lit=true ilikewood:byg_aspen_campfire:lit=true ilikewood:byg_aspen_soul_campfire:lit=true ilikewood:byg_aspen_soul_torch:lit=true ilikewood:byg_aspen_torch:lit=true ilikewood:byg_baobab_campfire:lit=true ilikewood:byg_baobab_soul_campfire:lit=true ilikewood:byg_baobab_soul_torch:lit=true ilikewood:byg_baobab_torch:lit=true ilikewood:byg_blue_enchanted_campfire:lit=true ilikewood:byg_blue_enchanted_soul_campfire:lit=true ilikewood:byg_blue_enchanted_soul_torch:lit=true ilikewood:byg_blue_enchanted_torch:lit=true ilikewood:byg_bulbis_campfire:lit=true ilikewood:byg_bulbis_soul_campfire:lit=true ilikewood:byg_bulbis_soul_torch:lit=true ilikewood:byg_bulbis_torch:lit=true ilikewood:byg_cherry_campfire:lit=true ilikewood:byg_cherry_soul_campfire:lit=true ilikewood:byg_cherry_soul_torch:lit=true ilikewood:byg_cherry_torch:lit=true ilikewood:byg_cika_campfire:lit=true ilikewood:byg_cika_soul_campfire:lit=true ilikewood:byg_cika_soul_torch:lit=true ilikewood:byg_cika_torch:lit=true ilikewood:byg_cypress_campfire:lit=true ilikewood:byg_cypress_soul_campfire:lit=true ilikewood:byg_cypress_soul_torch:lit=true ilikewood:byg_cypress_torch:lit=true ilikewood:byg_ebony_campfire:lit=true ilikewood:byg_ebony_soul_campfire:lit=true ilikewood:byg_ebony_soul_torch:lit=true ilikewood:byg_ebony_torch:lit=true ilikewood:byg_embur_campfire:lit=true ilikewood:byg_embur_soul_campfire:lit=true ilikewood:byg_embur_soul_torch:lit=true ilikewood:byg_embur_torch:lit=true ilikewood:byg_ether_campfire:lit=true ilikewood:byg_ether_soul_campfire:lit=true ilikewood:byg_ether_soul_torch:lit=true ilikewood:byg_ether_torch:lit=true ilikewood:byg_fir_campfire:lit=true ilikewood:byg_fir_soul_campfire:lit=true ilikewood:byg_fir_soul_torch:lit=true ilikewood:byg_fir_torch:lit=true ilikewood:byg_green_enchanted_campfire:lit=true ilikewood:byg_green_enchanted_soul_campfire:lit=true ilikewood:byg_green_enchanted_soul_torch:lit=true ilikewood:byg_green_enchanted_torch:lit=true ilikewood:byg_holly_campfire:lit=true ilikewood:byg_holly_soul_campfire:lit=true ilikewood:byg_holly_soul_torch:lit=true ilikewood:byg_holly_torch:lit=true ilikewood:byg_imparius_campfire:lit=true ilikewood:byg_imparius_soul_campfire:lit=true ilikewood:byg_imparius_soul_torch:lit=true ilikewood:byg_jacaranda_campfire:lit=true ilikewood:byg_jacaranda_soul_campfire:lit=true ilikewood:byg_jacaranda_soul_torch:lit=true ilikewood:byg_jacaranda_torch:lit=true ilikewood:byg_lament_campfire:lit=true ilikewood:byg_lament_soul_campfire:lit=true ilikewood:byg_lament_soul_torch:lit=true ilikewood:byg_lament_torch:lit=true ilikewood:byg_mahogany_campfire:lit=true ilikewood:byg_mahogany_soul_campfire:lit=true ilikewood:byg_mahogany_soul_torch:lit=true ilikewood:byg_mahogany_torch:lit=true ilikewood:byg_maple_campfire:lit=true ilikewood:byg_maple_soul_campfire:lit=true ilikewood:byg_maple_soul_torch:lit=true ilikewood:byg_maple_torch:lit=true ilikewood:byg_nightshade_campfire:lit=true ilikewood:byg_nightshade_soul_campfire:lit=true ilikewood:byg_nightshade_soul_torch:lit=true ilikewood:byg_nightshade_torch:lit=true ilikewood:byg_palm_campfire:lit=true ilikewood:byg_palm_soul_campfire:lit=true ilikewood:byg_palm_soul_torch:lit=true ilikewood:byg_palm_torch:lit=true ilikewood:byg_pine_campfire:lit=true ilikewood:byg_pine_soul_campfire:lit=true ilikewood:byg_pine_soul_torch:lit=true ilikewood:byg_pine_torch:lit=true ilikewood:byg_redwood_campfire:lit=true ilikewood:byg_redwood_soul_campfire:lit=true ilikewood:byg_redwood_soul_torch:lit=true ilikewood:byg_redwood_torch:lit=true ilikewood:byg_skyris_campfire:lit=true ilikewood:byg_skyris_soul_campfire:lit=true ilikewood:byg_skyris_soul_torch:lit=true ilikewood:byg_skyris_torch:lit=true ilikewood:byg_sythian_campfire:lit=true ilikewood:byg_sythian_soul_campfire:lit=true ilikewood:byg_sythian_soul_torch:lit=true ilikewood:byg_sythian_torch:lit=true ilikewood:byg_white_mangrove_campfire:lit=true ilikewood:byg_white_mangrove_soul_campfire:lit=true ilikewood:byg_white_mangrove_soul_torch:lit=true ilikewood:byg_white_mangrove_torch:lit=true ilikewood:byg_willow_campfire:lit=true ilikewood:byg_willow_soul_campfire:lit=true ilikewood:byg_willow_soul_torch:lit=true ilikewood:byg_willow_torch:lit=true ilikewood:byg_witch_hazel_campfire:lit=true ilikewood:byg_witch_hazel_soul_campfire:lit=true ilikewood:byg_witch_hazel_soul_torch:lit=true ilikewood:byg_witch_hazel_torch:lit=true ilikewood:byg_zelkova_campfire:lit=true ilikewood:byg_zelkova_soul_campfire:lit=true ilikewood:byg_zelkova_soul_torch:lit=true ilikewood:byg_zelkova_torch:lit=true ilikewood:crimson_campfire:lit=true ilikewood:crimson_soul_campfire:lit=true ilikewood:crimson_soul_torch:lit=true ilikewood:crimson_torch:lit=true ilikewood:dark_oak_campfire:lit=true ilikewood:dark_oak_soul_campfire:lit=true ilikewood:dark_oak_soul_torch:lit=true ilikewood:dark_oak_torch:lit=true ilikewood:jungle_campfire:lit=true ilikewood:jungle_soul_campfire:lit=true ilikewood:jungle_soul_torch:lit=true ilikewood:jungle_torch:lit=true ilikewood:mangrove_campfire:lit=true ilikewood:mangrove_soul_campfire:lit=true ilikewood:mangrove_soul_torch:lit=true ilikewood:mangrove_torch:lit=true ilikewood:oak_campfire:lit=true ilikewood:oak_soul_campfire:lit=true ilikewood:oak_soul_torch:lit=true ilikewood:oak_torch:lit=true ilikewood:spruce_campfire:lit=true ilikewood:spruce_soul_campfire:lit=true ilikewood:spruce_soul_torch:lit=true ilikewood:spruce_torch:lit=true ilikewood:warped_campfire:lit=true ilikewood:warped_soul_campfire:lit=true ilikewood:warped_soul_torch:lit=true ilikewood:warped_torch:lit=true lightsmodv2:blue_lamp:lit=true lightsmodv2:brown_lamp:lit=true lightsmodv2:brown_light_button:lit=true lightsmodv2:brownlight:lit=true lightsmodv2:brown_light_pane:lit=true lightsmodv2:brown_light_slab:lit=true lightsmodv2:brown_light_stairs:lit=true lightsmodv2:brown_light_trap_door:lit=true lightsmodv2:dark_blue_light_button:lit=true lightsmodv2:darkbluelight:lit=true lightsmodv2:dark_blue_light_pane:lit=true lightsmodv2:dark_blue_light_slab:lit=true lightsmodv2:dark_blue_light_stairs:lit=true lightsmodv2:dark_blue_light_trap_door:lit=true lightsmodv2:dark_red_lamp:lit=true lightsmodv2:dark_red_light_button:lit=true lightsmodv2:darkredlight:lit=true lightsmodv2:dark_red_light_pane:lit=true lightsmodv2:dark_red_light_slab:lit=true lightsmodv2:dark_red_light_stairs:lit=true lightsmodv2:dark_red_light_trap_door:lit=true lightsmodv2:green_light_button:lit=true lightsmodv2:greenlight:lit=true lightsmodv2:green_light_pane:lit=true lightsmodv2:green_light_slab:lit=true lightsmodv2:green_light_stairs:lit=true lightsmodv2:green_light_trap_door:lit=true lightsmodv2:light_blue_lamp:lit=true lightsmodv2:light_blue_light_button:lit=true lightsmodv2:lightbluelight:lit=true lightsmodv2:light_blue_light_pane:lit=true lightsmodv2:light_blue_light_stairs:lit=true lightsmodv2:light_blue_light_trap_door:lit=true lightsmodv2:light_blue_slab:lit=true lightsmodv2:lime_lamp:lit=true lightsmodv2:orange_lamp:lit=true lightsmodv2:orange_light_button:lit=true lightsmodv2:orangelight:lit=true lightsmodv2:orange_light_pane:lit=true lightsmodv2:orange_light_slab:lit=true lightsmodv2:orange_light_stairs:lit=true lightsmodv2:orange_light_trap_door:lit=true lightsmodv2:pink_lamp:lit=true lightsmodv2:pink_light_button:lit=true lightsmodv2:pinklight:lit=true lightsmodv2:pink_light_pane:lit=true lightsmodv2:pink_light_slab:lit=true lightsmodv2:pink_light_stairs:lit=true lightsmodv2:pink_light_trap_door:lit=true lightsmodv2:purple_lamp:lit=true lightsmodv2:purple_light_button:lit=true lightsmodv2:purple_light_pane:lit=true lightsmodv2:purple_light_slab:lit=true lightsmodv2:purple_light_stairs:lit=true lightsmodv2:purple_light_trap_door:lit=true lightsmodv2:red_lamp:lit=true lightsmodv2:red_light_button:lit=true lightsmodv2:redlight:lit=true lightsmodv2:red_light_pane:lit=true lightsmodv2:red_light_slab:lit=true lightsmodv2:red_light_stairs:lit=true lightsmodv2:red_light_trap_door:lit=true lightsmodv2:white_lamp:lit=true lightsmodv2:white_light_button:lit=true lightsmodv2:white_light:lit=true lightsmodv2:white_light_pane:lit=true lightsmodv2:white_light_slab:lit=true lightsmodv2:white_light_stairs:lit=true lightsmodv2:white_light_trap_door:lit=true lightsmodv2:yellow_lamp:lit=true lightsmodv2:yellow_light_button:lit=true lightsmodv2:yellowlight:lit=true lightsmodv2:yellow_light_pane:lit=true lightsmodv2:yellow_light_slab:lit=true lightsmodv2:yellow_light_stairs:lit=true lightsmodv2:yellow_light_trap_door:lit=true mcwlights:bell_lantern:lit=true mcwlights:black_ceiling_light:lit=true mcwlights:black_lamp:lit=true mcwlights:black_paper_lamp:lit=true mcwlights:blue_ceiling_light:lit=true mcwlights:blue_lamp:lit=true mcwlights:blue_paper_lamp:lit=true mcwlights:brown_ceiling_light:lit=true mcwlights:brown_lamp:lit=true mcwlights:brown_paper_lamp:lit=true mcwlights:chain_lantern:lit=true mcwlights:coverd_lantern:lit=true mcwlights:cross_lantern:lit=true mcwlights:cyan_ceiling_light:lit=true mcwlights:cyan_lamp:lit=true mcwlights:cyan_paper_lamp:lit=true mcwlights:festive_lantern:lit=true mcwlights:garden_light:lit=true mcwlights:gray_ceiling_light:lit=true mcwlights:gray_lamp:lit=true mcwlights:gray_paper_lamp:lit=true mcwlights:green_ceiling_light:lit=true mcwlights:green_lamp:lit=true mcwlights:green_paper_lamp:lit=true mcwlights:lava_lamp:lit=true mcwlights:light_blue_ceiling_light:lit=true mcwlights:light_blue_lamp:lit=true mcwlights:light_blue_paper_lamp:lit=true mcwlights:light_gray_ceiling_light:lit=true mcwlights:light_gray_lamp:lit=true mcwlights:light_gray_paper_lamp:lit=true mcwlights:lime_ceiling_light:lit=true mcwlights:lime_lamp:lit=true mcwlights:lime_paper_lamp:lit=true mcwlights:magenta_ceiling_light:lit=true mcwlights:magenta_lamp:lit=true mcwlights:magenta_paper_lamp:lit=true mcwlights:orange_ceiling_light:lit=true mcwlights:orange_lamp:lit=true mcwlights:orange_paper_lamp:lit=true mcwlights:pink_ceiling_light:lit=true mcwlights:pink_lamp:lit=true mcwlights:pink_paper_lamp:lit=true mcwlights:purple_ceiling_light:lit=true mcwlights:purple_lamp:lit=true mcwlights:purple_paper_lamp:lit=true mcwlights:red_ceiling_light:lit=true mcwlights:red_lamp:lit=true mcwlights:red_paper_lamp:lit=true mcwlights:striped_lantern:lit=true mcwlights:tavern_lantern:lit=true mcwlights:white_ceiling_light:lit=true mcwlights:white_lamp:lit=true mcwlights:white_paper_lamp:lit=true mcwlights:yellow_ceiling_light:lit=true mcwlights:yellow_lamp:lit=true mcwlights:yellow_paper_lamp:lit=true moglowstone:blue_gsblock moglowstone:brown_gsblock moglowstone:cyan_gsblock moglowstone:gray_gsblock moglowstone:green_gsblock moglowstone:lamp_gsblock moglowstone:lb_gsblock moglowstone:lg_gsblock moglowstone:lime_gsblock moglowstone:magenta_gsblock moglowstone:orange_gsblock moglowstone:pink_gsblock moglowstone:purple_gsblock moglowstone:red_gsblock moglowstone:white_gsblock pneumaticcraft:kerosene_lamp:lit=true pneumaticcraft:wall_lamp_black:lit=true pneumaticcraft:wall_lamp_blue:lit=true pneumaticcraft:wall_lamp_brown:lit=true pneumaticcraft:wall_lamp_cyan:lit=true pneumaticcraft:wall_lamp_gray:lit=true pneumaticcraft:wall_lamp_green:lit=true pneumaticcraft:wall_lamp_inverted_black:lit=true pneumaticcraft:wall_lamp_inverted_blue:lit=true pneumaticcraft:wall_lamp_inverted_brown:lit=true pneumaticcraft:wall_lamp_inverted_cyan:lit=true pneumaticcraft:wall_lamp_inverted_gray:lit=true pneumaticcraft:wall_lamp_inverted_green:lit=true pneumaticcraft:wall_lamp_inverted_light_blue:lit=true pneumaticcraft:wall_lamp_inverted_light_gray:lit=true pneumaticcraft:wall_lamp_inverted_lime:lit=true pneumaticcraft:wall_lamp_inverted_magenta:lit=true pneumaticcraft:wall_lamp_inverted_orange:lit=true pneumaticcraft:wall_lamp_inverted_pink:lit=true pneumaticcraft:wall_lamp_inverted_purple:lit=true pneumaticcraft:wall_lamp_inverted_red:lit=true pneumaticcraft:wall_lamp_inverted_white:lit=true pneumaticcraft:wall_lamp_inverted_yellow:lit=true pneumaticcraft:wall_lamp_light_blue:lit=true pneumaticcraft:wall_lamp_light_gray:lit=true pneumaticcraft:wall_lamp_lime:lit=true pneumaticcraft:wall_lamp_magenta:lit=true pneumaticcraft:wall_lamp_orange:lit=true pneumaticcraft:wall_lamp_pink:lit=true pneumaticcraft:wall_lamp_purple:lit=true pneumaticcraft:wall_lamp_red:lit=true pneumaticcraft:wall_lamp_white:lit=true pneumaticcraft:wall_lamp_white:lit=truee-lampe pneumaticcraft:wall_lamp_yellow:lit=true quark:black_corundum quark:black_corundum_cluster quark:black_corundum_pane quark:blue_corundum quark:blue_corundum_cluster quark:blue_corundum_pane quark:green_corundum quark:green_corundum_cluster quark:green_corundum_pane quark:indigo_corundum quark:indigo_corundum_cluster quark:indigo_corundum_pane quark:orange_corundum quark:orange_corundum_cluster quark:orange_corundum_pane quark:red_corundum quark:red_corundum_cluster quark:red_corundum_pane quark:violet_corundum quark:violet_corundum_cluster quark:violet_corundum_pane quark:white_corundum quark:white_corundum_cluster quark:white_corundum_pane quark:yellow_corundum quark:yellow_corundum_cluster quark:yellow_corundum_pane regions_unexplored:hanging_prismarite regions_unexplored:large_prismarite_cluster regions_unexplored:pointed_redstone regions_unexplored:prismarite_cluster regions_unexplored:redstone_bulb silentgems:alexandrite_glowrose silentgems:alexandrite_lamp_inverted_on silentgems:alexandrite_lamp_on silentgems:ammolite_glowrose silentgems:ammolite_lamp_inverted_on silentgems:ammolite_lamp_on silentgems:black_diamond_glowrose silentgems:black_diamond_lamp_inverted_on silentgems:black_diamond_lamp_on silentgems:carnelian_glowrose silentgems:carnelian_lamp_inverted_on silentgems:carnelian_lamp_on silentgems_chaos:corrupted_dirt silentgems_chaos:corrupted_stone silentgems:citrine_glowrose silentgems:citrine_lamp_inverted_on silentgems:citrine_lamp_on silentgems:heliodor_glowrose silentgems:heliodor_lamp_inverted_on silentgems:heliodor_lamp_on silentgems:iolite_glowrose silentgems:iolite_lamp_inverted_on silentgems:iolite_lamp_on silentgems:kyanite_glowrose silentgems:kyanite_lamp_inverted_on silentgems:kyanite_lamp_on silentgems:moldavite_glowrose silentgems:moldavite_lamp_inverted_on silentgems:moldavite_lamp_on silentgems:peridot_glowrose silentgems:peridot_lamp_inverted_on silentgems:peridot_lamp_on silentgems:potted_alexandrite_glowrose silentgems:potted_ammolite_glowrose silentgems:potted_black_diamond_glowrose silentgems:potted_carnelian_glowrose silentgems:potted_citrine_glowrose silentgems:potted_heliodor_glowrose silentgems:potted_iolite_glowrose silentgems:potted_kyanite_glowrose silentgems:potted_moldaite_glowrose silentgems:potted_peridot_glowrose silentgems:potted_rose_quartz_glowrose silentgems:potted_ruby_glowrose silentgems:potted_sapphire_glowrose silentgems:potted_topaz_glowrose silentgems:potted_turquoise_glowrose silentgems:potted_white_diamond_glowrose silentgems:rose_quartz_glowrose silentgems:rose_quartz_lamp_inverted_on silentgems:rose_quartz_lamp_on silentgems:ruby_glowrose silentgems:ruby_lamp_inverted_on silentgems:ruby_lamp_on silentgems:sapphire_glowrose silentgems:sapphire_lamp_inverted_on silentgems:sapphire_lamp_on silentgems:topaz_glowrose silentgems:topaz_lamp_inverted_on silentgems:topaz_lamp_on silentgems:turqouise_glowrose silentgems:turquoise_lamp_inverted_on silentgems:turquoise_lamp_on silentgems:white_diamond_glowrose silentgems:white_diamond_lamp_inverted_on silentgems:white_diamond_lamp_on simplylight:edge_light:lit=true simplylight:edge_light_top:lit=true simplylight:illuminant_black_block:lit=true simplylight:illuminant_black_block_on:lit=true simplylight:illuminant_block:lit=true simplylight:illuminant_block_on:lit=true simplylight:illuminant_blue_block:lit=true simplylight:illuminant_blue_block_on:lit=true simplylight:illuminant_brown_block:lit=true simplylight:illuminant_brown_block_on:lit=true simplylight:illuminant_cyan_block:lit=true simplylight:illuminant_cyan_block_on:lit=true simplylight:illuminant_gray_block:lit=true simplylight:illuminant_gray_block_on:lit=true simplylight:illuminant_green_block:lit=true simplylight:illuminant_green_block_on:lit=true simplylight:illuminant_light_blue_block:lit=true simplylight:illuminant_light_blue_block_on:lit=true simplylight:illuminant_light_gray_block:lit=true simplylight:illuminant_light_gray_block_on:lit=true simplylight:illuminant_lime_block:lit=true simplylight:illuminant_lime_block_on:lit=true simplylight:illuminant_magenta_block:lit=true simplylight:illuminant_magenta_block_on:lit=true simplylight:illuminant_orange_block:lit=true simplylight:illuminant_orange_block_on:lit=true simplylight:illuminant_panel:lit=true simplylight:illuminant_pink_block:lit=true simplylight:illuminant_pink_block_on:lit=true simplylight:illuminant_purple_block:lit=true simplylight:illuminant_purple_block_on:lit=true simplylight:illuminant_red_block:lit=true simplylight:illuminant_red_block_on:lit=true simplylight:illuminant_slab:lit=true simplylight:illuminant_yellow_block:lit=true simplylight:illuminant_yellow_block_on:lit=true simplylight:lamp_post:lit=true simplylight:lightbulb:lit=true simplylight:rodlamp:lit=true simplylight:wall_lamp:lit=true supplementaries:brass_lantern:lit=true supplementaries:candle_holder_black:lit=true supplementaries:candle_holder_blue:lit=true supplementaries:candle_holder_brown:lit=true supplementaries:candle_holder_cyan:lit=true supplementaries:candle_holder_gray:lit=true supplementaries:candle_holder_green:lit=true supplementaries:candle_holder_light_blue:lit=true supplementaries:candle_holder_light_gray:lit=true supplementaries:candle_holder_lime:lit=true supplementaries:candle_holder:lit=true supplementaries:candle_holder_magenta:lit=true supplementaries:candle_holder_orange:lit=true supplementaries:candle_holder_pink:lit=true supplementaries:candle_holder_purple:lit=true supplementaries:candle_holder_red:lit=true supplementaries:candle_holder_white:lit=true supplementaries:candle_holder_yellow:lit=true supplementaries:copper_lantern:lit=true supplementaries:crimson_lantern:lit=true supplementaries:lead_lantern:lit=true supplementaries:sconce:lit=true supplementaries:sconce_nether_brass supplementaries:sconce_soul:lit=true supplementaries:silver_lantern:lit=true supplementaries:wall_lantern:lit=true byg:blue_enchanted_leaves byg:budding_subzero_crystal byg:death_cap_mushroom_block byg:embur_gel_branch byg:flowering_nightshade_leaves byg:frost_magma byg:hypogeal_imperium byg:large_subzero_crystal_bud byg:medium_subzero_crystal_bud byg:nightshade_berry_bush byg:shiny_chiseled_therium byg:shiny_chiseled_therium_slab byg:small_subzero_crystal_ byg:subzero_crystal_block byg:subzero_crystal_cluster byg:synthian_scaffolding byg:synthian_stalk_block byg:warped_bush byg:warped_coral byg:warped_coral_block byg:warped_coral_fan darkerdepths:amber darkerdepths:amber_block darkerdepths:crystal_melon darkerdepths:glowshroom darkerdepths:glowshroom_block darkerdepths:glowspire darkerdepths:glowspire_plant darkerdepths:porous_petrified_log dreamland:cave_slime dreamland:cave_slime_plant dreamland:hive_block_with_jelly dreamland:hive_jelly_cluster dreamland:precious_opal_lamp dreamland:shelf_vegetation dreamland:small_gold_cluster enlightened_end:cradling_flower enlightened_end:deactivated_magnetite_crystal enlightened_end:emissive_bulb enlightened_end:magnetite_crystal enlightened_end:nullstone_lamp enlightened_end:purpur_lamp enlightened_end:transitioning_end_portal enlightened_end:voidlight enlightened_end:voikrust_lamp enlightened_end:zure_vine enlightened_end:zure_vine_tip gardens_of_the_dead:blistercrown gardens_of_the_dead:glowing_soul_spore gardens_of_the_dead:potted_glowing_soul_spore gardens_of_the_dead:tall_blistercrown geode:budding_basalt_ancient_debris geode:budding_basalt_glowstone geode:budding_blackstone_ancient_debris geode:budding_blackstone_glowstone geode:budding_nether_ancient_debris geode:budding_nether_glowstone geode:diamond_cluster geode:diamond_crystal geode:echo_crystal geode:emerald_cluster geode:lapis_cluster geode:large_diamond_bud geode:large_emerald_bud geode:large_lapis_bud geode:large_nether_glowstone_bud geode:large_nether_gold_nugget_bud geode:large_nether_quartz_bud geode:large_prismarine_bud geode:large_wrappist_bud geode:medium_diamond_bud geode:medium_emerald_bud geode:medium_lapis_bud geode:medium_nether_ancient_debris_bud geode:medium_nether_glowstone_bud geode:medium_nether_gold_nugget_bud geode:medium_nether_quartz_bud geode:medium_prismarine_bud geode:medium_redstone_bud geode:medium_wrappist_bud geode:nether_ancient_debris_cluster geode:nether_glowstone_cluster geode:nether_gold_nugget_cluster geodeoplenty:budding_brimstone_ancient_debris geodeoplenty:budding_brimstone_glowstone geodeoplenty:budding_brimstone_gold_nugget geodeoplenty:budding_nether_flesh_ancient_debris geodeoplenty:budding_nether_flesh_glowstone geodeoplenty:budding_nether_flesh_gold_nugget geodeoplenty:budding_rose_quartz geode:prismarine_cluster geode:small_emerald_bud geode:small_lapis_bud geode:small_nether_ancient_debris_bud geode:small_nether_glowstone_bud geode:small_nether_gold_nugget_bud geode:small_nether_quartz_bud geode:small_prismarine_bud geode:small_redstone_bud geode:small_wrappist_bud geode:wrappist_cluster ironfurnaces:allthemodium_furnace ironfurnaces:copper_furnace ironfurnaces:crystal_furnace ironfurnaces:diamond_furnace ironfurnaces:emerald_furnace ironfurnaces:gold_furnace ironfurnaces:iron_furnace ironfurnaces:million_furnace ironfurnaces:netherite_furnace ironfurnaces:obsidian_furnace ironfurnaces:silver_furnace ironfurnaces:unobtainium_furnace ironfurnaces:vibranium_furnace moglostone:brick_gsblock moglowstone:black_gsblock moglowstone:glowstone_ore moglowstone:lblue_gsblock moglowstone:lgray_gsblock nourished_nether:ectoplasm_block nourished_nether:ectoplasm_block_active nourished_nether:nether_reactor_core nourished_nether:nether_reactor_rod nourished_nether:soul_forge nourished_nether:soul_weeds quark:blackstone_furnace quark:blaze_lantern quark:deepslate_furnace quark:duskbound_lanturn quark:glowberry_sack quark:glow_lichen_growth quark:glowshroom quark:glowshroom_block quark:matrix_enchanter quark:myalite_crystal quark:paper_lantern quark:paper_lantern_sakura quark:stone_brick_lamp quark:stone_lamp quark:waxed_black_corundum quark:waxed_blue_corundum quark:waxed_green_corundum quark:waxed_indigo_corundum quark:waxed_orange_corundum quark:waxed_red_corundum quark:waxed_violet_corundum quark:waxed_white_corundum quark:waxed_yellow_corundum regions_unexplored:blue_bioshroom regions_unexplored:cobalt_earlight regions_unexplored:glister_bulb regions_unexplored:glistering_ivy regions_unexplored:glister_spire regions_unexplored:green_bioshroom regions_unexplored:hanging_earlight regions_unexplored:mycotoxic_daisy regions_unexplored:pink_bioshroom regions_unexplored:potted_blue_bioshroom regions_unexplored:potted_green_bioshroom regions_unexplored:potted_pink_bioshroom regions_unexplored:potted_yellow_bioshroom regions_unexplored:sculk_tendril regions_unexplored:tall_yellow_bioshroom regions_unexplored:yellow_bioshroom twilightforest:antibuilder twilightforest:blue_force_field twilightforest:candelabra twilightforest:carminite_builder twilightforest:carminite_reactor twilightforest:cinder_furnace twilightforest:encased_fire_jet twilightforest:firefly twilightforest:firefly_jar twilightforest:firefly_particle_spawner twilightforest:fire_jet twilightforest:ghast_trap twilightforest:green_force_field twilightforest:mining_log_core twilightforest:moonworm twilightforest:mushgloom twilightforest:orange_force_field twilightforest:pink_force_field twilightforest:reappearing_block twilightforest:sorting_log_core twilightforest:time_log_core twilightforest:torchberry_plant twilightforest:transformation_log_core twilightforest:twilight_portal twilightforest:vanishing_block twilightforest:violet_force_field dustrial_decor:red_neon_light dustrial_decor:orange_neon_light dustrial_decor:yellow_neon_light dustrial_decor:green_neon_light dustrial_decor:cyan_neon_light dustrial_decor:blue_neon_light dustrial_decor:pink_neon_light dustrial_decor:purple_neon_light dustrial_decor:rainbow_neon_light dustrial_decor:black_light dustrial_decor:redstone_lantern dustrial_decor:large_lantern dustrial_decor:large_soul_lantern architects_palette:illuminated_olivestone architects_palette:algal_lamp architects_palette:lit_osseous_skull architects_palette:lit_withered_osseous_skull architects_palette:wither_lamp architects_palette:molten_nether_bricks architects_palette:calcite_lamp architects_palette:wardstone_lamp architects_palette:nether_brass_torch botania:glimmering_livingwood_log botania:glimmering_stripped_livingwood_log botania:glimmering_livingwood botania:glimmering_stripped_livingwood botania:glimmering_dreamwood_log botania:glimmering_stripped_dreamwood_log botania:glimmering_stripped_dreamwood botania:glimmering_dreamwood botania:mana_pylon botania:natura_pylon botania:gaia_ylon botania:animated_torch botania:blaze_block xycraft_world:copper_torch xycraft_world:aluminum_torch xtonesreworked:flat_lamp:lit=true torchmaster:megatorch torchmaster:dreadlamp torchmaster:feral_flare_lantern
#fallback colour
block.1235=
#exclude from voxelisation / ignore
block.1000=
#generic cross model block (add your modded cross model shaped blocks here)
block.1004=
#generic full block (add your modded full blocks here)
block.1008=
#generic bottom partial block (add bottom slabs, bottom trapdoors etc here)
block.1009=
#generic top half block (add top slabs here)
block.1010=
block.10000=big_dripleaf_stem big_dripleaf small_dripleaf
block.10004=grass fern oak_sapling spruce_sapling birch_sapling jungle_sapling acacia_sapling dark_oak_sapling bamboo_sapling dead_bush dandelion poppy blue_orchid allium azure_bluet red_tulip orange_tulip white_tulip pink_tulip oxeye_daisy cornflower lily_of_the_valley wither_rose sweet_berry_bush wheat carrots potatoes beetroots pumpkin_stem melon_stem nether_sprouts warped_roots crimson_roots sunflower:half=lower lilac:half=lower rose_bush:half=lower peony:half=lower tall_grass:half=lower large_fern:half=lower red_mushroom brown_mushroom nether_wart
block.10008=oak_leaves spruce_leaves birch_leaves jungle_leaves acacia_leaves dark_oak_leaves azalea_leaves flowering_azalea_leaves mangrove_leaves
block.10012=vine
block.10016=reeds attached_pumpkin_stem attached_melon_stem mangrove_propagule hanging_roots sugar_cane spore_blossom
block.10017=seagrass tall_seagrass kelp_plant kelp
block.10020=sunflower:half=upper lilac:half=upper rose_bush:half=upper peony:half=upper tall_grass:half=upper large_fern:half=upper
block.10024=brewing_stand
block.10028=hay_block target tnt
block.10032=stone_bricks mossy_stone_bricks cracked_stone_bricks chiseled_stone_bricks mossy_stone_brick_slab:type=double infested_chiseled_stone_bricks infested_cracked_stone_bricks infested_mossy_stone_bricks infested_stone_bricks stone_brick_slab:type=double
block.10033=stone_brick_stairs:half=bottom mossy_stone_brick_stairs:half=bottom mossy_stone_brick_slab:type=bottom stone_brick_slab:type=bottom
block.10034=stone_brick_stairs:half=top mossy_stone_brick_stairs:half=top mossy_stone_brick_slab:type=top stone_brick_slab:type=top
block.10035=mossy_stone_brick_wall stone_brick_wall
block.10036=anvil chipped_anvil damaged_anvil
block.10041=powered_rail detector_rail rail activator_rail
block.10044=smithing_table
block.10045=cauldron
block.10046=hopper
block.10048=water_cauldron
block.10052=powder_snow_cauldron
block.10056=lava_cauldron
block.10060=bamboo
block.10064=lectern
block.10068=lava flowing_lava
block.10072=fire
block.10076=soul_fire \
blockus:soul_lantern_block
block.10080=stone stone_slab:type=double infested_stone coal_ore smooth_stone smooth_stone_slab:type=double
block.10081=stone_slab:type=bottom smooth_stone_slab:type=bottom stone_stairs:half=bottom stonecutter
block.10082=stone_slab:type=top smooth_stone_slab:type=top stone_stairs:half=top
block.10083=stone_pressure_plate stone_button grindstone
block.10084=granite granite_slab:type=double
block.10085=granite_stairs:half=bottom granite_slab:type=bottom
block.10086=granite_stairs:half=top granite_slab:type=top
block.10087=granite_wall
block.10088=diorite diorite_slab:type=double
block.10089=diorite_stairs:half=bottom diorite_slab:type=bottom
block.10090=diorite_stairs:half=top diorite_slab:type=top
block.10091=diorite_wall
block.10092=andesite andesite_slab:type=double
block.10093=andesite_stairs:half=bottom andesite_slab:type=bottom
block.10094=andesite_stairs:half=top andesite_slab:type=top
block.10095=andesite_wall
block.10096=polished_granite polished_granite_slab:type=double
block.10097=polished_granite_stairs:half=bottom polished_granite_slab:type=bottom
block.10098=polished_granite_stairs:half=top polished_granite_slab:type=top
block.10100=polished_diorite polished_diorite_slab:type=double
block.10101=polished_diorite_stairs:half=bottom polished_diorite_slab:type=bottom
block.10102=polished_diorite_stairs:half=top polished_diorite_slab:type=top
block.10104=polished_andesite polished_andesite_slab:type=double packed_mud mud_bricks mud_brick_slab:type=double bricks brick_slab:type=double
block.10105=polished_andesite_stairs:half=bottom polished_andesite_slab:type=bottom mud_brick_stairs:half=bottom mud_brick_slab:type=bottom brick_slab:type=bottom brick_stairs:half=bottom
block.10106=polished_andesite_stairs:half=top polished_andesite_slab:type=top mud_brick_stairs:half=top mud_brick_slab:type=top brick_slab:type=top brick_stairs:half=top
block.10107=mud_brick_wall brick_wall
block.10108=deepslate cobbled_deepslate infested_deepslate cobbled_deepslate_slab:type=double deepslate_coal_ore
block.10109=cobbled_deepslate_stairs:half=bottom cobbled_deepslate_slab:type=bottom
block.10110=cobbled_deepslate_stairs:half=top cobbled_deepslate_slab:type=top
block.10111=cobbled_deepslate_wall
block.10112=polished_deepslate deepslate_bricks cracked_deepslate_bricks deepslate_tiles cracked_deepslate_tiles chiseled_deepslate polished_deepslate_slab:type=double deepslate_brick_slab:type=double deepslate_tile_slab:type=double mud muddy_mangrove_roots
block.10113=polished_deepslate_stairs:half=bottom deepslate_brick_stairs:half=bottom deepslate_tile_stairs:half=bottom polished_deepslate_slab:type=bottom deepslate_brick_slab:type=bottom deepslate_tile_slab:type=bottom
block.10114=polished_deepslate_stairs:half=top deepslate_brick_stairs:half=top deepslate_tile_stairs:half=top polished_deepslate_slab:type=top deepslate_brick_slab:type=top deepslate_tile_slab:type=top
block.10115=polished_deepslate_wall deepslate_brick_wall deepslate_tile_wall
block.12112=mangrove_roots
block.10116=calcite
block.10120=dripstone_block
block.10121=daylight_detector
block.10123=pointed_dripstone
block.10124=grass_block:snowy=true podzol:snowy=true mycelium:snowy=true
block.10128=dirt coarse_dirt rooted_dirt podzol:snowy=false mycelium:snowy=false
block.10129=dirt_path farmland:moisture=0 farmland:moisture=1 farmland:moisture=2 farmland:moisture=3 farmland:moisture=4 farmland:moisture=5 farmland:moisture=6
block.10132=grass_block:snowy=false
block.10137=farmland:moisture=7
block.10140=netherrack
block.10144=warped_nylium warped_wart_block
block.10148=crimson_nylium nether_wart_block
block.10152=cobblestone cobblestone_slab:type=double mossy_cobblestone infested_cobblestone mossy_cobblestone_slab:type=double moss_block furnace:lit=false smoker:lit=false blast_furnace:lit=false lodestone piston:extended=false sticky_piston:extended=false dispenser dropper
block.10153=cobblestone_stairs:half=bottom mossy_cobblestone_stairs:half=bottom cobblestone_slab:type=bottom mossy_cobblestone_slab:type=bottom piston_head:facing=down piston:extended=true:facing=up sticky_piston:extended=true:facing=up
block.10154=cobblestone_stairs:half=top mossy_cobblestone_stairs:half=top cobblestone_slab:type=top mossy_cobblestone_slab:type=top
block.10155=cobblestone_wall mossy_cobblestone_wall
block.12152=piston_head:facing=up
block.12153=moss_carpet
block.12154=sticky_piston:extended=true:facing=down piston:extended=true:facing=down
block.14152=piston_head:facing=south
block.14153=piston_head:facing=north
block.14154=piston_head:facing=west
block.14155=piston_head:facing=east
block.16152=piston:extended=true:facing=north sticky_piston:extended=true:facing=north
block.16153=piston:extended=true:facing=south sticky_piston:extended=true:facing=south
block.16154=piston:extended=true:facing=east sticky_piston:extended=true:facing=east
block.16155=piston:extended=true:facing=west sticky_piston:extended=true:facing=west
block.10156=oak_planks stripped_oak_log stripped_oak_wood oak_slab:type=double petrified_oak_slab:type=double bookshelf crafting_table
block.10157=oak_slab:type=bottom petrified_oak_slab:type=bottom oak_stairs:half=bottom oak_trapdoor:half=bottom:open=false
block.10158=oak_slab:type=top petrified_oak_slab:type=top oak_stairs:half=top
block.10159=oak_fence
block.12156=oak_button oak_pressure_plate oak_fence_gate tripwire_hook
block.12157=oak_trapdoor:half=top:open=false
block.14156=oak_trapdoor:open=true:facing=north oak_door:open=false:facing=north oak_door:open=true:facing=west:hinge=left oak_door:open=true:facing=east:hinge=right
block.14157=oak_trapdoor:open=true:facing=south oak_door:open=false:facing=south oak_door:open=true:facing=east:hinge=left oak_door:open=true:facing=west:hinge=right
block.14158=oak_trapdoor:open=true:facing=east oak_door:open=false:facing=east oak_door:open=true:facing=north:hinge=left oak_door:open=true:facing=south:hinge=right
block.14159=oak_trapdoor:open=true:facing=west oak_door:open=false:facing=west oak_door:open=true:facing=south:hinge=left oak_door:open=true:facing=north:hinge=right
block.10160=oak_log oak_wood
block.10164=spruce_planks stripped_spruce_log stripped_spruce_wood spruce_slab:type=double
block.10165=spruce_slab:type=bottom spruce_stairs:half=bottom spruce_trapdoor:half=bottom:open=false
block.10166=spruce_slab:type=top spruce_stairs:half=top
block.10167=spruce_fence
block.12164=spruce_button spruce_pressure_plate spruce_fence_gate
block.12165=spruce_trapdoor:half=top:open=false
block.14164=spruce_trapdoor:open=true:facing=north spruce_door:open=false:facing=north spruce_door:open=true:facing=west:hinge=left spruce_door:open=true:facing=east:hinge=right
block.14165=spruce_trapdoor:open=true:facing=south spruce_door:open=false:facing=south spruce_door:open=true:facing=east:hinge=left spruce_door:open=true:facing=west:hinge=right
block.14166=spruce_trapdoor:open=true:facing=east spruce_door:open=false:facing=east spruce_door:open=true:facing=north:hinge=left spruce_door:open=true:facing=south:hinge=right
block.14167=spruce_trapdoor:open=true:facing=west spruce_door:open=false:facing=west spruce_door:open=true:facing=south:hinge=left spruce_door:open=true:facing=north:hinge=right
block.10168=spruce_log spruce_wood
block.10172=birch_planks stripped_birch_log stripped_birch_wood birch_slab:type=double loom fletching_table
block.10173=birch_slab:type=bottom birch_stairs:half=bottom birch_trapdoor:half=bottom:open=false
block.10174=birch_slab:type=top birch_stairs:half=top
block.10175=birch_fence
block.12172=birch_button birch_pressure_plate birch_fence_gate
block.12173=birch_trapdoor:half=top:open=false scaffolding
block.14172=birch_trapdoor:open=true:facing=north birch_door:open=false:facing=north birch_door:open=true:facing=west:hinge=left birch_door:open=true:facing=east:hinge=right
block.14173=birch_trapdoor:open=true:facing=south birch_door:open=false:facing=south birch_door:open=true:facing=east:hinge=left birch_door:open=true:facing=west:hinge=right
block.14174=birch_trapdoor:open=true:facing=east birch_door:open=false:facing=east birch_door:open=true:facing=north:hinge=left birch_door:open=true:facing=south:hinge=right
block.14175=birch_trapdoor:open=true:facing=west birch_door:open=false:facing=west birch_door:open=true:facing=south:hinge=left birch_door:open=true:facing=north:hinge=right
block.10176=birch_log birch_wood
block.10180=jungle_planks stripped_jungle_log stripped_jungle_wood jungle_slab:type=double composter
block.10181=jungle_slab:type=bottom jungle_stairs:half=bottom jungle_trapdoor:half=bottom:open=false
block.10182=jungle_slab:type=top jungle_stairs:half=top
block.10183=jungle_fence
block.12180=jungle_button jungle_pressure_plate jungle_fence_gate
block.12181=jungle_trapdoor:half=top:open=false
block.14180=jungle_trapdoor:open=true:facing=north jungle_door:open=false:facing=north jungle_door:open=true:facing=west:hinge=left jungle_door:open=true:facing=east:hinge=right
block.14181=jungle_trapdoor:open=true:facing=south jungle_door:open=false:facing=south jungle_door:open=true:facing=east:hinge=left jungle_door:open=true:facing=west:hinge=right
block.14182=jungle_trapdoor:open=true:facing=east jungle_door:open=false:facing=east jungle_door:open=true:facing=north:hinge=left jungle_door:open=true:facing=south:hinge=right
block.14183=jungle_trapdoor:open=true:facing=west jungle_door:open=false:facing=west jungle_door:open=true:facing=south:hinge=left jungle_door:open=true:facing=north:hinge=right
block.10184=jungle_log jungle_wood
block.10188=acacia_planks stripped_acacia_log stripped_acacia_wood acacia_slab:type=double
block.10189=acacia_slab:type=bottom acacia_stairs:half=bottom acacia_trapdoor:half=bottom:open=false
block.10190=acacia_slab:type=top acacia_stairs:half=top
block.10191=acacia_fence
block.12188=acacia_button acacia_pressure_plate acacia_fence_gate
block.12189=acacia_trapdoor:half=top:open=false
block.14188=acacia_trapdoor:open=true:facing=north acacia_door:open=false:facing=north acacia_door:open=true:facing=west:hinge=left acacia_door:open=true:facing=east:hinge=right
block.14189=acacia_trapdoor:open=true:facing=south acacia_door:open=false:facing=south acacia_door:open=true:facing=east:hinge=left acacia_door:open=true:facing=west:hinge=right
block.14190=acacia_trapdoor:open=true:facing=east acacia_door:open=false:facing=east acacia_door:open=true:facing=north:hinge=left acacia_door:open=true:facing=south:hinge=right
block.14191=acacia_trapdoor:open=true:facing=west acacia_door:open=false:facing=west acacia_door:open=true:facing=south:hinge=left acacia_door:open=true:facing=north:hinge=right
block.10192=acacia_log acacia_wood
block.10196=dark_oak_planks stripped_dark_oak_log stripped_dark_oak_wood dark_oak_slab:type=double cartography_table
block.10197=dark_oak_slab:type=bottom dark_oak_stairs:half=bottom dark_oak_trapdoor:half=bottom:open=false
block.10198=dark_oak_slab:type=top dark_oak_stairs:half=top
block.10199=dark_oak_fence
block.12196=dark_oak_button dark_oak_pressure_plate dark_oak_fence_gate
block.12197=dark_oak_trapdoor:half=top:open=false
block.14196=dark_oak_trapdoor:open=true:facing=north dark_oak_door:open=false:facing=north dark_oak_door:open=true:facing=west:hinge=left dark_oak_door:open=true:facing=east:hinge=right
block.14197=dark_oak_trapdoor:open=true:facing=south dark_oak_door:open=false:facing=south dark_oak_door:open=true:facing=east:hinge=left dark_oak_door:open=true:facing=west:hinge=right
block.14198=dark_oak_trapdoor:open=true:facing=east dark_oak_door:open=false:facing=east dark_oak_door:open=true:facing=north:hinge=left dark_oak_door:open=true:facing=south:hinge=right
block.14199=dark_oak_trapdoor:open=true:facing=west dark_oak_door:open=false:facing=west dark_oak_door:open=true:facing=south:hinge=left dark_oak_door:open=true:facing=north:hinge=right
block.10200=dark_oak_log dark_oak_wood
block.10204=mangrove_planks stripped_mangrove_log stripped_mangrove_wood mangrove_slab:type=double
block.10205=mangrove_slab:type=bottom mangrove_stairs:half=bottom mangrove_trapdoor:half=bottom:open=false
block.10206=mangrove_slab:type=top mangrove_stairs:half=top
block.10207=mangrove_fence
block.12204=mangrove_button mangrove_pressure_plate mangrove_fence_gate
block.12205=mangrove_trapdoor:half=top:open=false
block.14204=mangrove_trapdoor:open=true:facing=north mangrove_door:open=false:facing=north mangrove_door:open=true:facing=west:hinge=left mangrove_door:open=true:facing=east:hinge=right
block.14205=mangrove_trapdoor:open=true:facing=south mangrove_door:open=false:facing=south mangrove_door:open=true:facing=east:hinge=left mangrove_door:open=true:facing=west:hinge=right
block.14206=mangrove_trapdoor:open=true:facing=east mangrove_door:open=false:facing=east mangrove_door:open=true:facing=north:hinge=left mangrove_door:open=true:facing=south:hinge=right
block.14207=mangrove_trapdoor:open=true:facing=west mangrove_door:open=false:facing=west mangrove_door:open=true:facing=south:hinge=left mangrove_door:open=true:facing=north:hinge=right
block.10208=mangrove_log mangrove_wood
block.10212=crimson_planks stripped_crimson_stem stripped_crimson_hyphae crimson_slab:type=double
block.10213=crimson_slab:type=bottom crimson_stairs:half=bottom crimson_trapdoor:half=bottom:open=false
block.10214=crimson_slab:type=top crimson_stairs:half=top
block.10215=crimson_fence
block.12212=crimson_button crimson_pressure_plate crimson_fence_gate
block.12213=crimson_trapdoor:half=top:open=false
block.14212=crimson_trapdoor:open=true:facing=north crimson_door:open=false:facing=north crimson_door:open=true:facing=west:hinge=left crimson_door:open=true:facing=east:hinge=right
block.14213=crimson_trapdoor:open=true:facing=south crimson_door:open=false:facing=south crimson_door:open=true:facing=east:hinge=left crimson_door:open=true:facing=west:hinge=right
block.14214=crimson_trapdoor:open=true:facing=east crimson_door:open=false:facing=east crimson_door:open=true:facing=north:hinge=left crimson_door:open=true:facing=south:hinge=right
block.14215=crimson_trapdoor:open=true:facing=west crimson_door:open=false:facing=west crimson_door:open=true:facing=south:hinge=left crimson_door:open=true:facing=north:hinge=right
block.10216=crimson_stem crimson_hyphae
block.10220=warped_planks stripped_warped_stem stripped_warped_hyphae warped_slab:type=double
block.10221=warped_slab:type=bottom warped_stairs:half=bottom warped_trapdoor:half=bottom:open=false
block.10222=warped_slab:type=top warped_stairs:half=top
block.10223=warped_fence
block.12220=warped_button warped_pressure_plate warped_fence_gate
block.12221=warped_trapdoor:half=top:open=false
block.14220=warped_trapdoor:open=true:facing=north warped_door:open=false:facing=north warped_door:open=true:facing=west:hinge=left warped_door:open=true:facing=east:hinge=right
block.14221=warped_trapdoor:open=true:facing=south warped_door:open=false:facing=south warped_door:open=true:facing=east:hinge=left warped_door:open=true:facing=west:hinge=right
block.14222=warped_trapdoor:open=true:facing=east warped_door:open=false:facing=east warped_door:open=true:facing=north:hinge=left warped_door:open=true:facing=south:hinge=right
block.14223=warped_trapdoor:open=true:facing=west warped_door:open=false:facing=west warped_door:open=true:facing=south:hinge=left warped_door:open=true:facing=north:hinge=right
block.10224=warped_stem warped_hyphae
block.10228=bedrock
block.10232=sand
block.10236=red_sand
block.10240=sandstone chiseled_sandstone cut_sandstone sandstone_slab:type=double cut_sandstone_slab:type=double smooth_sandstone smooth_sandstone_slab:type=double
block.10241=sandstone_slab:type=bottom cut_sandstone_slab:type=bottom sandstone_stairs:half=bottom smooth_sandstone_stairs:half=bottom smooth_sandstone_slab:type=bottom
block.10242=sandstone_slab:type=top cut_sandstone_slab:type=top sandstone_stairs:half=top smooth_sandstone_stairs:half=top smooth_sandstone_slab:type=top
block.10243=sandstone_wall
block.10244=red_sandstone chiseled_red_sandstone cut_red_sandstone red_sandstone_slab:type=double cut_red_sandstone_slab:type=double smooth_red_sandstone smooth_red_sandstone_slab:type=double
block.10245=red_sandstone_slab:type=bottom cut_red_sandstone_slab:type=bottom red_sandstone_stairs:half=bottom smooth_red_sandstone_stairs:half=bottom smooth_red_sandstone_slab:type=bottom
block.10246=red_sandstone_slab:type=top cut_red_sandstone_slab:type=top red_sandstone_stairs:half=top smooth_red_sandstone_stairs:half=top smooth_red_sandstone_slab:type=top
block.10247=red_sandstone_wall
block.10248=netherite_block
block.10252=ancient_debris
block.10256=iron_bars
block.14260=iron_door:open=false:facing=north iron_door:open=true:facing=west:hinge=left iron_door:open=true:facing=east:hinge=right
block.14261=iron_door:open=false:facing=south iron_door:open=true:facing=east:hinge=left iron_door:open=true:facing=west:hinge=right
block.14262=iron_door:open=false:facing=east iron_door:open=true:facing=north:hinge=left iron_door:open=true:facing=south:hinge=right
block.14263=iron_door:open=false:facing=west iron_door:open=true:facing=south:hinge=left iron_door:open=true:facing=north:hinge=right
block.10264=iron_block
block.10265=iron_trapdoor:half=bottom:open=false
block.12264=heavy_weighted_pressure_plate
block.12265=iron_trapdoor:half=top:open=false
block.14264=iron_trapdoor:open=true:facing=north
block.14265=iron_trapdoor:open=true:facing=south
block.14266=iron_trapdoor:open=true:facing=east
block.14267=iron_trapdoor:open=true:facing=west
block.10268=raw_iron_block
block.10272=iron_ore
block.10276=deepslate_iron_ore
block.10280=raw_copper_block
block.10284=copper_ore
block.10288=deepslate_copper_ore
block.10292=copper_block exposed_copper weathered_copper oxidized_copper cut_copper exposed_cut_copper weathered_cut_copper oxidized_cut_copper cut_copper_slab:type=double exposed_cut_copper_slab:type=double weathered_cut_copper_slab:type=double oxidized_cut_copper_slab:type=double waxed_copper_block waxed_exposed_copper waxed_weathered_copper waxed_oxidized_copper waxed_cut_copper waxed_exposed_cut_copper waxed_weathered_cut_copper waxed_oxidized_cut_copper waxed_cut_copper_slab:type=double waxed_exposed_cut_copper_slab:type=double waxed_weathered_cut_copper_slab:type=double waxed_oxidized_cut_copper_slab:type=double
block.10293=cut_copper_stairs:half=bottom exposed_cut_copper_stairs:half=bottom weathered_cut_copper_stairs:half=bottom oxidized_cut_copper_stairs:half=bottom cut_copper_slab:type=bottom exposed_cut_copper_slab:type=bottom weathered_cut_copper_slab:type=bottom oxidized_cut_copper_slab:type=bottom waxed_cut_copper_stairs:half=bottom waxed_exposed_cut_copper_stairs:half=bottom waxed_weathered_cut_copper_stairs:half=bottom waxed_oxidized_cut_copper_stairs:half=bottom waxed_cut_copper_slab:type=bottom waxed_exposed_cut_copper_slab:type=bottom waxed_weathered_cut_copper_slab:type=bottom waxed_oxidized_cut_copper_slab:type=bottom
block.10294=cut_copper_stairs:half=top exposed_cut_copper_stairs:half=top weathered_cut_copper_stairs:half=top oxidized_cut_copper_stairs:half=top cut_copper_slab:type=top exposed_cut_copper_slab:type=top weathered_cut_copper_slab:type=top oxidized_cut_copper_slab:type=top waxed_cut_copper_stairs:half=top waxed_exposed_cut_copper_stairs:half=top waxed_weathered_cut_copper_stairs:half=top waxed_oxidized_cut_copper_stairs:half=top waxed_cut_copper_slab:type=top waxed_exposed_cut_copper_slab:type=top waxed_weathered_cut_copper_slab:type=top waxed_oxidized_cut_copper_slab:type=top
block.12292=lightning_rod:facing=up lightning_rod:facing=down
block.12293=lightning_rod:facing=east lightning_rod:facing=west
block.12294=lightning_rod:facing=north lightning_rod:facing=south
block.10296=raw_gold_block
block.10300=gold_ore
block.10304=deepslate_gold_ore
block.10308=nether_gold_ore
block.10312=gold_block
block.12312=light_weighted_pressure_plate
block.10313=bell
block.10316=diamond_block
block.10320=diamond_ore
block.10324=deepslate_diamond_ore
block.10328=amethyst_block budding_amethyst
block.10332=small_amethyst_bud medium_amethyst_bud large_amethyst_bud amethyst_cluster
block.10336=emerald_block
block.10340=emerald_ore
block.10344=deepslate_emerald_ore
block.10350=azalea flowering_azalea
block.10352=lapis_block
block.10353=dried_kelp_block
block.10356=lapis_ore
block.10360=deepslate_lapis_ore
block.10364=quartz_block chiseled_quartz_block smooth_quartz quartz_slab:type=double quartz_bricks quartz_pillar smooth_quartz_slab:type=double
block.10365=quartz_stairs:half=bottom smooth_quartz_stairs:half=bottom smooth_quartz_slab:type=bottom quartz_slab:type=bottom
block.10366=quartz_stairs:half=top smooth_quartz_stairs:half=top smooth_quartz_slab:type=top quartz_slab:type=top
block.10368=nether_quartz_ore
block.10372=obsidian
block.10376=purpur_block purpur_pillar purpur_slab:type=double
block.10377=purpur_stairs:half=bottom purpur_slab:type=bottom
block.10378=purpur_stairs:half=top purpur_slab:type=top
block.10380=snow_block
block.12380=powder_snow
block.10381=snow
block.10384=packed_ice
block.10388=blue_ice
block.10392=pumpkin carved_pumpkin
block.10396=jack_o_lantern
block.10400=sea_pickle:waterlogged=true:pickles=1 sea_pickle:waterlogged=true:pickles=2
block.10401=sea_pickle:waterlogged=true:pickles=3 sea_pickle:waterlogged=true:pickles=4
block.10402=sea_pickle:waterlogged=false:pickles=1 sea_pickle:waterlogged=false:pickles=2
block.10403=sea_pickle:waterlogged=false:pickles=3 sea_pickle:waterlogged=false:pickles=4
block.10404=soul_sand soul_soil
block.10408=basalt polished_basalt smooth_basalt
block.10412=glowstone \
blockus:lantern_block
block.10416=nether_bricks nether_brick_slab:type=double cracked_nether_bricks chiseled_nether_bricks
block.10417=nether_brick_slab:type=bottom nether_brick_stairs:half=bottom
block.10418=nether_brick_slab:type=top nether_brick_stairs:half=top
block.10419=nether_brick_wall
block.12416=nether_brick_fence
block.10420=red_nether_bricks red_nether_brick_slab:type=double
block.10421=red_nether_brick_slab:type=bottom red_nether_brick_stairs:half=bottom
block.10422=red_nether_brick_slab:type=top red_nether_brick_stairs:half=top
block.10423=red_nether_brick_wall
block.10424=melon
block.10428=end_stone end_stone_bricks end_stone_brick_slab:type=double
block.10429=end_stone_brick_stairs:half=bottom end_stone_brick_slab:type=bottom
block.10430=end_stone_brick_stairs:half=top end_stone_brick_slab:type=top
block.10431=end_stone_brick_wall
block.10432=terracotta white_terracotta orange_terracotta magenta_terracotta light_blue_terracotta yellow_terracotta lime_terracotta pink_terracotta gray_terracotta light_gray_terracotta cyan_terracotta purple_terracotta blue_terracotta brown_terracotta green_terracotta red_terracotta black_terracotta
block.10436=white_glazed_terracotta orange_glazed_terracotta magenta_glazed_terracotta light_blue_glazed_terracotta yellow_glazed_terracotta lime_glazed_terracotta pink_glazed_terracotta gray_glazed_terracotta light_gray_glazed_terracotta cyan_glazed_terracotta purple_glazed_terracotta blue_glazed_terracotta brown_glazed_terracotta green_glazed_terracotta red_glazed_terracotta black_glazed_terracotta
block.10440=prismarine prismarine_slab:type=double prismarine_bricks prismarine_brick_slab:type=double
block.10441=prismarine_slab:type=bottom prismarine_stairs:half=bottom prismarine_brick_slab:type=bottom prismarine_brick_stairs:half=bottom
block.10442=prismarine_slab:type=top prismarine_stairs:half=top prismarine_brick_slab:type=top prismarine_brick_stairs:half=top
block.10443=prismarine_wall
block.10444=dark_prismarine dark_prismarine_slab:type=double
block.10445=dark_prismarine_stairs:half=bottom dark_prismarine_slab:type=bottom
block.10446=dark_prismarine_stairs:half=top dark_prismarine_slab:type=top
block.10448=sea_lantern
block.10452=magma_block
block.10456=command_block chain_command_block repeating_command_block
block.10460=white_concrete orange_concrete magenta_concrete light_blue_concrete yellow_concrete lime_concrete pink_concrete gray_concrete light_gray_concrete cyan_concrete purple_concrete blue_concrete brown_concrete green_concrete red_concrete black_concrete
block.10464=white_concrete_powder orange_concrete_powder magenta_concrete_powder light_blue_concrete_powder yellow_concrete_powder lime_concrete_powder pink_concrete_powder gray_concrete_powder light_gray_concrete_powder cyan_concrete_powder purple_concrete_powder blue_concrete_powder brown_concrete_powder green_concrete_powder red_concrete_powder black_concrete_powder
block.10468=tube_coral_block brain_coral_block bubble_coral_block fire_coral_block horn_coral_block dead_tube_coral_block dead_brain_coral_block dead_bubble_coral_block dead_fire_coral_block dead_horn_coral_block
block.10472=tube_coral brain_coral bubble_coral fire_coral horn_coral tube_coral_fan brain_coral_fan bubble_coral_fan fire_coral_fan horn_coral_fan tube_coral_wall_fan brain_coral_wall_fan bubble_coral_wall_fan fire_coral_wall_fan horn_coral_wall_fan dead_tube_coral dead_brain_coral dead_bubble_coral dead_fire_coral dead_horn_coral dead_tube_coral_fan dead_brain_coral_fan dead_bubble_coral_fan dead_fire_coral_fan dead_horn_coral_fan dead_tube_coral_wall_fan dead_brain_coral_wall_fan dead_bubble_coral_wall_fan dead_fire_coral_wall_fan dead_horn_coral_wall_fan
block.10476=crying_obsidian
block.10480=blackstone blackstone_slab:type=double polished_blackstone polished_blackstone_slab:type=double chiseled_polished_blackstone polished_blackstone_bricks polished_blackstone_brick_slab:type=double cracked_polished_blackstone_bricks coal_block
block.10481=blackstone_stairs:half=bottom polished_blackstone_stairs:half=bottom polished_blackstone_brick_stairs:half=bottom blackstone_slab:type=bottom polished_blackstone_slab:type=bottom polished_blackstone_brick_slab:type=bottom
block.10482=blackstone_stairs:half=top polished_blackstone_stairs:half=top polished_blackstone_brick_stairs:half=top blackstone_slab:type=top polished_blackstone_slab:type=top polished_blackstone_brick_slab:type=top
block.10483=polished_blackstone_brick_wall polished_blackstone_wall blackstone_wall
block.12480=polished_blackstone_pressure_plate polished_blackstone_button
block.10484=gilded_blackstone
block.10488=lily_pad
block.10492=twisting_vines_plant twisting_vines weeping_vines weeping_vines_plant warped_fungus crimson_fungus
block.10496=torch
block.10497=wall_torch \
mcwlights:oak_tiki_torch:lit=true mcwlights:birch_tiki_torch:lit=true mcwlights:spruce_tiki_torch:lit=true mcwlights:jungle_tiki_torch:lit=true mcwlights:acacia_tiki_torch:lit=true mcwlights:dark_oak_tiki_torch:lit=true mcwlights:crimson_tiki_torch:lit=true mcwlights:warped_tiki_torch:lit=true mcwlights:mangrove_tiki_torch:lit=true mcwlights:bamboo_tiki_torch:lit=true
block.10500=end_rod:facing=up end_rod:facing=down
block.10501=end_rod:facing=east end_rod:facing=west
block.10502=end_rod:facing=north end_rod:facing=south
block.10504=chorus_plant
block.10508=chorus_flower:age=0 chorus_flower:age=1 chorus_flower:age=2 chorus_flower:age=3 chorus_flower:age=4
block.10512=chorus_flower:age=5
block.10516=furnace:lit=true
block.10520=cactus
block.10524=note_block jukebox
block.10528=soul_torch
block.10529=soul_wall_torch \
mcwlights:soul_oak_tiki_torch:lit=true mcwlights:soul_birch_tiki_torch:lit=true mcwlights:soul_spruce_tiki_torch:lit=true mcwlights:soul_jungle_tiki_torch:lit=true mcwlights:soul_acacia_tiki_torch:lit=true mcwlights:soul_dark_oak_tiki_torch:lit=true mcwlights:soul_crimson_tiki_torch:lit=true mcwlights:soul_warped_tiki_torch:lit=true mcwlights:soul_mangrove_tiki_torch:lit=true mcwlights:soul_bamboo_tiki_torch:lit=true
block.10532=brown_mushroom_block
block.10536=red_mushroom_block
block.10540=mushroom_stem
block.10544=glow_lichen
block.10548=enchanting_table
block.10552=end_portal_frame:eye=false
block.10556=end_portal_frame:eye=true
block.10560=lantern \
mcwlights:classic_street_lamp:lit=true mcwlights:double_street_lamp:lit=true
block.10564=soul_lantern \
mcwlights:soul_classic_street_lamp:lit=true mcwlights:soul_double_street_lamp:lit=true
block.10568=turtle_egg:eggs=1 turtle_egg:eggs=2
block.10569=turtle_egg:eggs=3 turtle_egg:eggs=4
block.10572=dragon_egg
block.10576=smoker:lit=true
block.10580=blast_furnace:lit=true
block.10584=candle:lit=true white_candle:lit=true orange_candle:lit=true magenta_candle:lit=true light_blue_candle:lit=true yellow_candle:lit=true lime_candle:lit=true pink_candle:lit=true gray_candle:lit=true light_gray_candle:lit=true cyan_candle:lit=true purple_candle:lit=true blue_candle:lit=true brown_candle:lit=true green_candle:lit=true red_candle:lit=true black_candle:lit=true
block.11584=candle:lit=false white_candle:lit=false orange_candle:lit=false magenta_candle:lit=false light_blue_candle:lit=false yellow_candle:lit=false lime_candle:lit=false pink_candle:lit=false gray_candle:lit=false light_gray_candle:lit=false cyan_candle:lit=false purple_candle:lit=false blue_candle:lit=false brown_candle:lit=false green_candle:lit=false red_candle:lit=false black_candle:lit=false
block.10588=respawn_anchor:charges=0
block.10592=respawn_anchor:charges=1 respawn_anchor:charges=2 respawn_anchor:charges=3 respawn_anchor:charges=4
block.10596=redstone_wire:power=1 redstone_wire:power=2 redstone_wire:power=3 redstone_wire:power=4 redstone_wire:power=5
block.10597=redstone_wire:power=6 redstone_wire:power=7 redstone_wire:power=8 redstone_wire:power=9 redstone_wire:power=10
block.10598=redstone_wire:power=11 redstone_wire:power=12 redstone_wire:power=13 redstone_wire:power=14
block.10599=redstone_wire:power=15
block.10600=redstone_wire:power=0
block.10604=redstone_torch:lit=false
block.10605=redstone_wall_torch:lit=false
block.12604=redstone_torch:lit=true
block.12605=redstone_wall_torch:lit=true
block.10608=redstone_block
block.10612=redstone_ore:lit=false
block.10616=redstone_ore:lit=true
block.10620=deepslate_redstone_ore:lit=false
block.10624=deepslate_redstone_ore:lit=true
block.10628=cave_vines_plant:berries=false cave_vines:berries=false
block.10632=cave_vines_plant:berries=true cave_vines:berries=true
block.10636=redstone_lamp:lit=false
block.10640=redstone_lamp:lit=true
block.10644=repeater comparator
block.10648=shroomlight
block.10652=campfire:lit=true
block.10656=soul_campfire:lit=true
block.10660=campfire:lit=false soul_campfire:lit=false
block.10664=observer
block.10668=white_wool orange_wool magenta_wool light_blue_wool yellow_wool lime_wool pink_wool gray_wool light_gray_wool cyan_wool purple_wool blue_wool brown_wool green_wool red_wool black_wool
block.10669=white_carpet orange_carpet magenta_carpet light_blue_carpet yellow_carpet lime_carpet pink_carpet gray_carpet light_gray_carpet cyan_carpet purple_carpet blue_carpet brown_carpet green_carpet red_carpet black_carpet
block.10672=bone_block
block.10676=barrel beehive bee_nest honeycomb_block
block.10680=ochre_froglight
block.10684=verdant_froglight
block.10688=pearlescent_froglight
block.10692=reinforced_deepslate
block.10696=sculk sculk_catalyst
block.10697=sculk_sensor:sculk_sensor_phase=inactive sculk_sensor:sculk_sensor_phase=cooldown
block.12696=sculk_vein
block.10700=sculk_shrieker
block.10705=sculk_sensor:sculk_sensor_phase=active
block.10708=spawner
block.10712=tuff
block.10716=clay
block.10720=ladder:facing=north
block.10721=ladder:facing=south
block.10722=ladder:facing=east
block.10723=ladder:facing=west
block.10724=gravel
block.10728=flower_pot potted_dandelion potted_poppy potted_blue_orchid potted_allium potted_azure_bluet potted_red_tulip potted_orange_tulip potted_white_tulip potted_pink_tulip potted_oxeye_daisy potted_cornflower potted_lily_of_the_valley potted_wither_rose potted_oak_sapling potted_spruce_sapling potted_birch_sapling potted_jungle_sapling potted_acacia_sapling potted_dark_oak_sapling potted_mangrove_propagule potted_red_mushroom potted_brown_mushroom potted_fern potted_dead_bush potted_cactus potted_bamboo potted_crimson_fungus potted_warped_fungus potted_crimson_roots potted_warped_roots potted_flowering_azalea_bush potted_azalea_bush
block.10732=lever
block.10736=structure_block jigsaw
block.10741=chain:axis=x
block.10742=chain:axis=y
block.10743=chain:axis=z
block.10744=cobweb
block.10748=dried_kelp_block
block.10800=cake:bites=0 candle_cake:lit=false white_candle_cake:lit=false orange_candle_cake:lit=false magenta_candle_cake:lit=false light_blue_candle_cake:lit=false yellow_candle_cake:lit=false lime_candle_cake:lit=false pink_candle_cake:lit=false gray_candle_cake:lit=false light_gray_candle_cake:lit=false cyan_candle_cake:lit=false purple_candle_cake:lit=false blue_candle_cake:lit=false brown_candle_cake:lit=false green_candle_cake:lit=false red_candle_cake:lit=false black_candle_cake:lit=false
block.12800=candle_cake:lit=true white_candle_cake:lit=true orange_candle_cake:lit=true magenta_candle_cake:lit=true light_blue_candle_cake:lit=true yellow_candle_cake:lit=true lime_candle_cake:lit=true pink_candle_cake:lit=true gray_candle_cake:lit=true light_gray_candle_cake:lit=true cyan_candle_cake:lit=true purple_candle_cake:lit=true blue_candle_cake:lit=true brown_candle_cake:lit=true green_candle_cake:lit=true red_candle_cake:lit=true black_candle_cake:lit=true
block.10801=cake:bites=1
block.10802=cake:bites=2
block.10803=cake:bites=3
block.10804=cake:bites=4
block.10805=cake:bites=5
block.10806=cake:bites=6
block.10999=light
block.30000=white_stained_glass orange_stained_glass magenta_stained_glass light_blue_stained_glass yellow_stained_glass lime_stained_glass pink_stained_glass gray_stained_glass light_gray_stained_glass cyan_stained_glass purple_stained_glass blue_stained_glass brown_stained_glass green_stained_glass red_stained_glass black_stained_glass
block.30004=white_stained_glass_pane orange_stained_glass_pane magenta_stained_glass_pane light_blue_stained_glass_pane yellow_stained_glass_pane lime_stained_glass_pane pink_stained_glass_pane gray_stained_glass_pane light_gray_stained_glass_pane cyan_stained_glass_pane purple_stained_glass_pane blue_stained_glass_pane brown_stained_glass_pane green_stained_glass_pane red_stained_glass_pane black_stained_glass_pane
block.30008=tinted_glass
block.30012=slime_block
block.30016=honey_block
block.30020=nether_portal
block.31000=water flowing_water
block.31004=ice frosted_ice
block.31008=glass
block.31012=glass_pane
block.31016=beacon
block.60000=end_portal end_gateway
block.60004=oak_sign spruce_sign birch_sign jungle_sign acacia_sign dark_oak_sign oak_wall_sign spruce_wall_sign birch_wall_sign jungle_wall_sign acacia_wall_sign dark_oak_wall_sign crimson_sign crimson_wall_sign warped_sign warped_wall_sign
block.60008=chest trapped_chest
block.60012=ender_chest
block.60016=shulker_box white_shulker_box orange_shulker_box magenta_shulker_box light_blue_shulker_box yellow_shulker_box lime_shulker_box pink_shulker_box gray_shulker_box light_gray_shulker_box cyan_shulker_box purple_shulker_box blue_shulker_box brown_shulker_box green_shulker_box red_shulker_box black_shulker_box
block.60017=white_bed orange_bed magenta_bed light_blue_bed yellow_bed lime_bed pink_bed gray_bed light_gray_bed cyan_bed purple_bed blue_bed brown_bed green_bed red_bed black_bed
block.60018=skeleton_skull wither_skeleton_skull player_head zombie_head creeper_head dragon_head white_banner orange_banner magenta_banner light_blue_banner yellow_banner lime_banner pink_banner gray_banner light_gray_banner cyan_banner purple_banner blue_banner brown_banner green_banner red_banner black_banner white_wall_banner orange_wall_banner magenta_wall_banner light_blue_wall_banner yellow_wall_banner lime_wall_banner pink_wall_banner gray_wall_banner light_gray_wall_banner cyan_wall_banner purple_wall_banner blue_wall_banner brown_wall_banner green_wall_banner red_wall_banner black_wall_banner
block.60020=conduit
block.60024=beacon_beam
layer.translucent=glass glass_pane beacon
#else
#1.12 And Below Mapping: