minecraft-data 3.66.0 → 3.67.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. package/data.js +56 -8
  2. package/doc/history.md +4 -0
  3. package/index.d.ts +4 -4
  4. package/minecraft-data/data/bedrock/1.16.201/protocol.json +148 -144
  5. package/minecraft-data/data/bedrock/1.16.201/types.yml +6 -1
  6. package/minecraft-data/data/bedrock/1.16.210/protocol.json +314 -310
  7. package/minecraft-data/data/bedrock/1.16.210/types.yml +9 -4
  8. package/minecraft-data/data/bedrock/1.16.220/protocol.json +315 -311
  9. package/minecraft-data/data/bedrock/1.16.220/types.yml +8 -3
  10. package/minecraft-data/data/bedrock/1.17.0/protocol.json +332 -328
  11. package/minecraft-data/data/bedrock/1.17.0/types.yml +8 -3
  12. package/minecraft-data/data/bedrock/1.17.10/protocol.json +332 -328
  13. package/minecraft-data/data/bedrock/1.17.10/types.yml +8 -3
  14. package/minecraft-data/data/bedrock/1.17.30/protocol.json +332 -328
  15. package/minecraft-data/data/bedrock/1.17.30/types.yml +8 -3
  16. package/minecraft-data/data/bedrock/1.17.40/protocol.json +332 -328
  17. package/minecraft-data/data/bedrock/1.17.40/types.yml +8 -3
  18. package/minecraft-data/data/bedrock/1.18.0/protocol.json +332 -328
  19. package/minecraft-data/data/bedrock/1.18.0/types.yml +8 -3
  20. package/minecraft-data/data/bedrock/1.18.11/protocol.json +376 -338
  21. package/minecraft-data/data/bedrock/1.18.11/types.yml +9 -4
  22. package/minecraft-data/data/bedrock/1.18.30/protocol.json +376 -338
  23. package/minecraft-data/data/bedrock/1.18.30/types.yml +9 -4
  24. package/minecraft-data/data/bedrock/1.19.1/protocol.json +389 -351
  25. package/minecraft-data/data/bedrock/1.19.1/types.yml +9 -4
  26. package/minecraft-data/data/bedrock/1.19.10/protocol.json +425 -387
  27. package/minecraft-data/data/bedrock/1.19.10/types.yml +9 -4
  28. package/minecraft-data/data/bedrock/1.19.20/protocol.json +425 -387
  29. package/minecraft-data/data/bedrock/1.19.20/types.yml +9 -4
  30. package/minecraft-data/data/bedrock/1.19.21/protocol.json +425 -387
  31. package/minecraft-data/data/bedrock/1.19.21/types.yml +9 -4
  32. package/minecraft-data/data/bedrock/1.19.30/protocol.json +425 -387
  33. package/minecraft-data/data/bedrock/1.19.30/types.yml +9 -4
  34. package/minecraft-data/data/bedrock/1.19.40/protocol.json +427 -379
  35. package/minecraft-data/data/bedrock/1.19.40/types.yml +10 -4
  36. package/minecraft-data/data/bedrock/1.19.50/protocol.json +441 -393
  37. package/minecraft-data/data/bedrock/1.19.50/types.yml +10 -4
  38. package/minecraft-data/data/bedrock/1.19.60/protocol.json +442 -394
  39. package/minecraft-data/data/bedrock/1.19.60/types.yml +10 -4
  40. package/minecraft-data/data/bedrock/1.19.62/protocol.json +442 -394
  41. package/minecraft-data/data/bedrock/1.19.62/types.yml +10 -4
  42. package/minecraft-data/data/bedrock/1.19.70/protocol.json +456 -408
  43. package/minecraft-data/data/bedrock/1.19.70/types.yml +10 -4
  44. package/minecraft-data/data/bedrock/1.19.80/protocol.json +456 -408
  45. package/minecraft-data/data/bedrock/1.19.80/types.yml +10 -4
  46. package/minecraft-data/data/bedrock/1.20.0/protocol.json +456 -408
  47. package/minecraft-data/data/bedrock/1.20.0/types.yml +10 -4
  48. package/minecraft-data/data/bedrock/1.20.10/protocol.json +459 -411
  49. package/minecraft-data/data/bedrock/1.20.10/types.yml +10 -4
  50. package/minecraft-data/data/bedrock/1.20.30/protocol.json +461 -413
  51. package/minecraft-data/data/bedrock/1.20.30/types.yml +10 -4
  52. package/minecraft-data/data/bedrock/1.20.40/protocol.json +462 -414
  53. package/minecraft-data/data/bedrock/1.20.40/types.yml +10 -4
  54. package/minecraft-data/data/bedrock/1.20.50/protocol.json +462 -414
  55. package/minecraft-data/data/bedrock/1.20.50/types.yml +10 -4
  56. package/minecraft-data/data/bedrock/1.20.61/protocol.json +463 -415
  57. package/minecraft-data/data/bedrock/1.20.61/types.yml +10 -4
  58. package/minecraft-data/data/bedrock/1.20.71/protocol.json +465 -417
  59. package/minecraft-data/data/bedrock/1.20.71/types.yml +10 -4
  60. package/minecraft-data/data/bedrock/1.20.80/protocol.json +465 -417
  61. package/minecraft-data/data/bedrock/1.20.80/types.yml +10 -4
  62. package/minecraft-data/data/bedrock/1.21.0/blockCollisionShapes.json +1426 -0
  63. package/minecraft-data/data/bedrock/1.21.0/blockStates.json +288037 -0
  64. package/minecraft-data/data/bedrock/1.21.0/blocks.json +19826 -0
  65. package/minecraft-data/data/bedrock/1.21.0/blocksB2J.json +9251 -0
  66. package/minecraft-data/data/bedrock/1.21.0/blocksJ2B.json +26686 -0
  67. package/minecraft-data/data/bedrock/1.21.0/entities.json +1445 -0
  68. package/minecraft-data/data/bedrock/1.21.0/items.json +11126 -0
  69. package/minecraft-data/data/bedrock/1.21.0/proto.yml +4186 -0
  70. package/minecraft-data/data/bedrock/1.21.0/protocol.json +466 -418
  71. package/minecraft-data/data/bedrock/1.21.0/types.yml +2373 -0
  72. package/minecraft-data/data/bedrock/1.21.2/protocol.json +12408 -0
  73. package/minecraft-data/data/bedrock/1.21.2/version.json +6 -0
  74. package/minecraft-data/data/bedrock/common/protocolVersions.json +6 -0
  75. package/minecraft-data/data/bedrock/common/versions.json +2 -1
  76. package/minecraft-data/data/bedrock/latest/proto.yml +7 -1
  77. package/minecraft-data/data/bedrock/latest/types.yml +10 -4
  78. package/minecraft-data/data/dataPaths.json +56 -8
  79. package/minecraft-data/data/pc/1.20.5/biomes.json +642 -0
  80. package/minecraft-data/data/pc/1.20.5/blockCollisionShapes.json +136963 -0
  81. package/minecraft-data/data/pc/1.20.5/blocks.json +39410 -0
  82. package/minecraft-data/data/pc/1.20.5/effects.json +236 -0
  83. package/minecraft-data/data/pc/1.20.5/enchantments.json +945 -0
  84. package/minecraft-data/data/pc/1.20.5/entities.json +3625 -0
  85. package/minecraft-data/data/pc/1.20.5/foods.json +412 -0
  86. package/minecraft-data/data/pc/1.20.5/instruments.json +94 -0
  87. package/minecraft-data/data/pc/1.20.5/items.json +8995 -0
  88. package/minecraft-data/data/pc/1.20.5/language.json +6772 -0
  89. package/minecraft-data/data/pc/1.20.5/materials.json +134 -0
  90. package/minecraft-data/data/pc/1.20.5/particles.json +438 -0
  91. package/minecraft-data/data/pc/1.20.5/tints.json +447 -0
  92. package/minecraft-data/doc/history.md +6 -0
  93. package/minecraft-data/schemas/foods_schema.json +4 -4
  94. package/minecraft-data/tools/js/extractPcEntityMetadata.js +1 -1
  95. package/minecraft-data/tools/js/extractPcFoods.js +58 -0
  96. package/package.json +1 -1
@@ -0,0 +1,1426 @@
1
+ {
2
+ "blocks": {
3
+ "air": [0],
4
+ "stone": [1],
5
+ "granite": [1],
6
+ "polished_granite": [1],
7
+ "diorite": [1],
8
+ "polished_diorite": [1],
9
+ "andesite": [1],
10
+ "polished_andesite": [1],
11
+ "grass_block": [1],
12
+ "dirt": [1, 1],
13
+ "podzol": [1],
14
+ "cobblestone": [1],
15
+ "oak_planks": [1],
16
+ "spruce_planks": [1],
17
+ "birch_planks": [1],
18
+ "jungle_planks": [1],
19
+ "acacia_planks": [1],
20
+ "cherry_planks": [1],
21
+ "dark_oak_planks": [1],
22
+ "mangrove_planks": [1],
23
+ "bamboo_planks": [1],
24
+ "bamboo_mosaic": [1],
25
+ "oak_sapling": [0, 0],
26
+ "spruce_sapling": [0, 0],
27
+ "birch_sapling": [0, 0],
28
+ "jungle_sapling": [0, 0],
29
+ "acacia_sapling": [0, 0],
30
+ "cherry_sapling": [0, 0],
31
+ "dark_oak_sapling": [0, 0],
32
+ "mangrove_propagule": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
33
+ "bedrock": [1, 0],
34
+ "flowing_water": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
35
+ "water": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
36
+ "lava": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
37
+ "flowing_lava": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
38
+ "sand": [1, 1],
39
+ "suspicious_sand": [1, 0, 1, 0, 1, 0, 1, 0],
40
+ "gravel": [1],
41
+ "suspicious_gravel": [1, 0, 1, 0, 1, 0, 1, 0],
42
+ "gold_ore": [1],
43
+ "deepslate_gold_ore": [1],
44
+ "iron_ore": [1],
45
+ "deepslate_iron_ore": [1],
46
+ "coal_ore": [1],
47
+ "deepslate_coal_ore": [1],
48
+ "nether_gold_ore": [1],
49
+ "oak_log": [1, 1, 1],
50
+ "spruce_log": [1, 1, 1],
51
+ "birch_log": [1, 1, 1],
52
+ "jungle_log": [1, 1, 1],
53
+ "acacia_log": [1, 1, 1],
54
+ "cherry_log": [1, 1, 1],
55
+ "dark_oak_log": [1, 1, 1],
56
+ "mangrove_log": [1, 1, 1],
57
+ "mangrove_roots": [1],
58
+ "muddy_mangrove_roots": [1, 1, 1],
59
+ "bamboo_block": [1, 1, 1],
60
+ "stripped_spruce_log": [1, 1, 1],
61
+ "stripped_birch_log": [1, 1, 1],
62
+ "stripped_jungle_log": [1, 1, 1],
63
+ "stripped_acacia_log": [1, 1, 1],
64
+ "stripped_cherry_log": [1, 1, 1],
65
+ "stripped_dark_oak_log": [1, 1, 1],
66
+ "stripped_oak_log": [1, 1, 1],
67
+ "stripped_mangrove_log": [1, 1, 1],
68
+ "stripped_bamboo_block": [1, 1, 1],
69
+ "oak_wood": [1, 1, 1],
70
+ "spruce_wood": [1, 1, 1],
71
+ "birch_wood": [1, 1, 1],
72
+ "jungle_wood": [1, 1, 1],
73
+ "acacia_wood": [1, 1, 1],
74
+ "cherry_wood": [1, 0, 1, 0, 1, 0],
75
+ "dark_oak_wood": [1, 1, 1],
76
+ "mangrove_wood": [1, 0, 1, 0, 1, 0],
77
+ "stripped_oak_wood": [1, 1, 1],
78
+ "stripped_spruce_wood": [1, 1, 1],
79
+ "stripped_birch_wood": [1, 1, 1],
80
+ "stripped_jungle_wood": [1, 1, 1],
81
+ "stripped_acacia_wood": [1, 1, 1],
82
+ "stripped_cherry_wood": [1, 1, 1],
83
+ "stripped_dark_oak_wood": [1, 1, 1],
84
+ "stripped_mangrove_wood": [1, 1, 1],
85
+ "oak_leaves": [1, 0, 1, 0],
86
+ "spruce_leaves": [1, 0, 1, 0],
87
+ "birch_leaves": [1, 0, 1, 0],
88
+ "jungle_leaves": [1, 0, 1, 0],
89
+ "acacia_leaves": [1, 0, 1, 0],
90
+ "cherry_leaves": [1, 0, 1, 0],
91
+ "dark_oak_leaves": [1, 0, 1, 0],
92
+ "mangrove_leaves": [1, 0, 1, 0],
93
+ "azalea_leaves": [1, 0, 1, 0],
94
+ "azalea_leaves_flowered": [1, 0, 1, 0],
95
+ "sponge": [1, 1],
96
+ "glass": [1],
97
+ "lapis_ore": [1],
98
+ "deepslate_lapis_ore": [1],
99
+ "lapis_block": [1],
100
+ "dispenser": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
101
+ "sandstone": [1, 1, 1, 1],
102
+ "noteblock": [1],
103
+ "bed": [2, 5, 3, 4, 2, 5, 3, 4, 3, 4, 2, 5, 3, 4, 2, 5],
104
+ "golden_rail": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
105
+ "detector_rail": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
106
+ "sticky_piston": [1, 1, 1, 1, 1, 1],
107
+ "web": [0],
108
+ "short_grass": [0],
109
+ "fern": [0],
110
+ "deadbush": [0],
111
+ "seagrass": [0, 0, 0],
112
+ "piston": [1, 1, 1, 1, 1, 1],
113
+ "piston_arm_collision": [23, 21, 17, 13, 15, 19],
114
+ "sticky_piston_arm_collision": [23, 21, 17, 13, 15, 19],
115
+ "white_wool": [1],
116
+ "orange_wool": [1],
117
+ "magenta_wool": [1],
118
+ "light_blue_wool": [1],
119
+ "yellow_wool": [1],
120
+ "lime_wool": [1],
121
+ "pink_wool": [1],
122
+ "gray_wool": [1],
123
+ "light_gray_wool": [1],
124
+ "cyan_wool": [1],
125
+ "purple_wool": [1],
126
+ "blue_wool": [1],
127
+ "brown_wool": [1],
128
+ "green_wool": [1],
129
+ "red_wool": [1],
130
+ "black_wool": [1],
131
+ "moving_block": [0],
132
+ "yellow_flower": [0],
133
+ "torchflower": [0],
134
+ "poppy": [0],
135
+ "blue_orchid": [0],
136
+ "allium": [0],
137
+ "azure_bluet": [0],
138
+ "red_tulip": [0],
139
+ "orange_tulip": [0],
140
+ "white_tulip": [0],
141
+ "pink_tulip": [0],
142
+ "oxeye_daisy": [0],
143
+ "cornflower": [0],
144
+ "wither_rose": [0],
145
+ "lily_of_the_valley": [0],
146
+ "brown_mushroom": [0],
147
+ "red_mushroom": [0],
148
+ "gold_block": [1],
149
+ "iron_block": [1],
150
+ "brick_block": [1],
151
+ "tnt": [1, 0, 1, 0],
152
+ "bookshelf": [1],
153
+ "chiseled_bookshelf": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
154
+ "mossy_cobblestone": [1],
155
+ "obsidian": [1],
156
+ "torch": [0, 0, 0, 0, 0, 0],
157
+ "fire": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
158
+ "soul_fire": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
159
+ "mob_spawner": [1],
160
+ "oak_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
161
+ "chest": [49, 52, 50, 51],
162
+ "redstone_wire": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
163
+ "diamond_ore": [1],
164
+ "deepslate_diamond_ore": [1],
165
+ "diamond_block": [1],
166
+ "crafting_table": [1],
167
+ "wheat": [0, 0, 0, 0, 0, 0, 0, 0],
168
+ "farmland": [53, 53, 53, 53, 53, 53, 53, 53],
169
+ "lit_furnace": [1, 1, 1, 1],
170
+ "furnace": [1, 1, 1, 1],
171
+ "standing_sign": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
172
+ "spruce_standing_sign": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
173
+ "birch_standing_sign": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
174
+ "acacia_standing_sign": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
175
+ "cherry_standing_sign": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
176
+ "jungle_standing_sign": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
177
+ "darkoak_standing_sign": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
178
+ "mangrove_standing_sign": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
179
+ "bamboo_standing_sign": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
180
+ "wooden_door": [54, 57, 56, 55, 57, 56, 55, 54, 54, 57, 56, 55, 57, 56, 55, 54, 54, 57, 56, 55, 55, 54, 57, 56, 54, 57, 56, 55, 55, 54, 57, 56],
181
+ "ladder": [0, 0, 55, 57, 56, 54],
182
+ "rail": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
183
+ "stone_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
184
+ "wall_sign": [0, 0, 0, 0, 0, 0],
185
+ "spruce_wall_sign": [0, 0, 0, 0, 0, 0],
186
+ "birch_wall_sign": [0, 0, 0, 0, 0, 0],
187
+ "acacia_wall_sign": [0, 0, 0, 0, 0, 0],
188
+ "cherry_wall_sign": [0, 0, 0, 0, 0, 0],
189
+ "jungle_wall_sign": [0, 0, 0, 0, 0, 0],
190
+ "darkoak_wall_sign": [0, 0, 0, 0, 0, 0],
191
+ "mangrove_wall_sign": [0, 0, 0, 0, 0, 0],
192
+ "bamboo_wall_sign": [0, 0, 0, 0, 0, 0],
193
+ "oak_hanging_sign": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 58, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 58, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
194
+ "spruce_hanging_sign": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 58, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 58, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
195
+ "birch_hanging_sign": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 58, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 58, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
196
+ "acacia_hanging_sign": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 58, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 58, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
197
+ "cherry_hanging_sign": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 58, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 58, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
198
+ "jungle_hanging_sign": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 58, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 58, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
199
+ "dark_oak_hanging_sign": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 58, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 58, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
200
+ "crimson_hanging_sign": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 58, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 58, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
201
+ "warped_hanging_sign": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 58, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 58, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
202
+ "mangrove_hanging_sign": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 58, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 58, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
203
+ "bamboo_hanging_sign": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 58, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 58, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
204
+ "lever": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
205
+ "stone_pressure_plate": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
206
+ "iron_door": [54, 57, 56, 55, 57, 56, 55, 54, 54, 57, 56, 55, 57, 56, 55, 54, 54, 57, 56, 55, 55, 54, 57, 56, 54, 57, 56, 55, 55, 54, 57, 56],
207
+ "wooden_pressure_plate": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
208
+ "spruce_pressure_plate": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
209
+ "birch_pressure_plate": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
210
+ "jungle_pressure_plate": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
211
+ "acacia_pressure_plate": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
212
+ "cherry_pressure_plate": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
213
+ "dark_oak_pressure_plate": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
214
+ "mangrove_pressure_plate": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
215
+ "bamboo_pressure_plate": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
216
+ "redstone_ore": [1],
217
+ "lit_redstone_ore": [1],
218
+ "deepslate_redstone_ore": [1],
219
+ "lit_deepslate_redstone_ore": [1],
220
+ "redstone_torch": [0, 0, 0, 0, 0, 0],
221
+ "unlit_redstone_torch": [0, 0, 0, 0, 0, 0],
222
+ "stone_button": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
223
+ "snow_layer": [0, 60, 61, 62, 63, 64, 10, 65, 0, 0, 0, 0, 0, 0, 0, 0],
224
+ "ice": [1],
225
+ "snow": [1],
226
+ "cactus": [66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66],
227
+ "clay": [1],
228
+ "reeds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
229
+ "jukebox": [1],
230
+ "oak_fence": [82],
231
+ "netherrack": [1],
232
+ "soul_sand": [65],
233
+ "soul_soil": [1],
234
+ "basalt": [1, 1, 1],
235
+ "polished_basalt": [1, 1, 1],
236
+ "soul_torch": [0, 0, 0, 0, 0, 0],
237
+ "glowstone": [1],
238
+ "portal": [0, 0, 0],
239
+ "carved_pumpkin": [1, 1, 1, 1],
240
+ "lit_pumpkin": [1, 1, 1, 1],
241
+ "cake": [83, 84, 85, 86, 87, 88, 89],
242
+ "powered_repeater": [60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60],
243
+ "unpowered_repeater": [60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60],
244
+ "white_stained_glass": [1],
245
+ "orange_stained_glass": [1],
246
+ "magenta_stained_glass": [1],
247
+ "light_blue_stained_glass": [1],
248
+ "yellow_stained_glass": [1],
249
+ "lime_stained_glass": [1],
250
+ "pink_stained_glass": [1],
251
+ "gray_stained_glass": [1],
252
+ "light_gray_stained_glass": [1],
253
+ "cyan_stained_glass": [1],
254
+ "purple_stained_glass": [1],
255
+ "blue_stained_glass": [1],
256
+ "brown_stained_glass": [1],
257
+ "green_stained_glass": [1],
258
+ "red_stained_glass": [1],
259
+ "black_stained_glass": [1],
260
+ "trapdoor": [91, 91, 91, 91, 90, 90, 90, 90, 54, 56, 57, 55, 54, 56, 57, 55],
261
+ "spruce_trapdoor": [91, 91, 91, 91, 90, 90, 90, 90, 54, 56, 57, 55, 54, 56, 57, 55],
262
+ "birch_trapdoor": [91, 91, 91, 91, 90, 90, 90, 90, 54, 56, 57, 55, 54, 56, 57, 55],
263
+ "jungle_trapdoor": [91, 91, 91, 91, 90, 90, 90, 90, 54, 56, 57, 55, 54, 56, 57, 55],
264
+ "acacia_trapdoor": [91, 91, 91, 91, 90, 90, 90, 90, 54, 56, 57, 55, 54, 56, 57, 55],
265
+ "cherry_trapdoor": [91, 91, 91, 91, 90, 90, 90, 90, 54, 56, 57, 55, 54, 56, 57, 55],
266
+ "dark_oak_trapdoor": [91, 91, 91, 91, 90, 90, 90, 90, 54, 56, 57, 55, 54, 56, 57, 55],
267
+ "mangrove_trapdoor": [91, 91, 91, 91, 90, 90, 90, 90, 54, 56, 57, 55, 54, 56, 57, 55],
268
+ "bamboo_trapdoor": [91, 91, 91, 91, 90, 90, 90, 90, 54, 56, 57, 55, 54, 56, 57, 55],
269
+ "stonebrick": [1, 1, 1, 1, 0],
270
+ "packed_mud": [1],
271
+ "mud_bricks": [1],
272
+ "monster_egg": [1, 1, 1, 1, 1, 1],
273
+ "brown_mushroom_block": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0],
274
+ "red_mushroom_block": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1],
275
+ "iron_bars": [107],
276
+ "chain": [109, 108, 110],
277
+ "glass_pane": [107],
278
+ "pumpkin": [0, 0, 1, 0],
279
+ "melon_block": [1],
280
+ "pumpkin_stem": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
281
+ "melon_stem": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
282
+ "vine": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
283
+ "glow_lichen": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
284
+ "fence_gate": [73, 76, 73, 76, 0, 0, 0, 0, 73, 76, 73, 76, 0, 0, 0, 0],
285
+ "brick_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
286
+ "stone_brick_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
287
+ "mud_brick_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
288
+ "mycelium": [1],
289
+ "waterlily": [111],
290
+ "nether_brick": [1],
291
+ "nether_brick_fence": [82],
292
+ "nether_brick_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
293
+ "nether_wart": [0, 0, 0, 0],
294
+ "enchanting_table": [10],
295
+ "brewing_stand": [112, 112, 112, 112, 112, 112, 112, 112],
296
+ "cauldron": [113, 0, 0, 113, 113, 0, 113, 0, 0, 0, 0, 0, 0, 113, 0, 0, 0, 113, 113, 0, 113],
297
+ "end_portal": [0],
298
+ "end_portal_frame": [115, 115, 115, 115, 114, 114, 114, 114],
299
+ "end_stone": [1],
300
+ "dragon_egg": [116],
301
+ "redstone_lamp": [1],
302
+ "lit_redstone_lamp": [1],
303
+ "cocoa": [118, 119, 117, 120, 122, 123, 121, 124, 126, 127, 125, 128],
304
+ "sandstone_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
305
+ "emerald_ore": [1],
306
+ "deepslate_emerald_ore": [1],
307
+ "ender_chest": [48, 48, 48, 48],
308
+ "tripwire_hook": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
309
+ "trip_wire": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
310
+ "emerald_block": [1],
311
+ "spruce_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
312
+ "birch_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
313
+ "jungle_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
314
+ "command_block": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
315
+ "beacon": [1],
316
+ "cobblestone_wall": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157],
317
+ "carrots": [0, 0, 0, 0, 0, 0, 0, 0],
318
+ "potatoes": [0, 0, 0, 0, 0, 0, 0, 0],
319
+ "wooden_button": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
320
+ "spruce_button": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
321
+ "birch_button": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
322
+ "jungle_button": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
323
+ "acacia_button": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
324
+ "cherry_button": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
325
+ "dark_oak_button": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
326
+ "mangrove_button": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
327
+ "bamboo_button": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
328
+ "skull": [0, 166, 167, 168, 169, 170],
329
+ "anvil": [171, 172, 171, 172, 171, 172, 171, 172, 171, 172, 171, 172, 0, 0, 0, 0],
330
+ "trapped_chest": [49, 52, 50, 51],
331
+ "light_weighted_pressure_plate": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
332
+ "heavy_weighted_pressure_plate": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
333
+ "powered_comparator": [0, 0, 0, 0, 0, 0, 0, 0, 60, 60, 60, 60, 60, 60, 60, 60],
334
+ "unpowered_comparator": [60, 60, 60, 60, 60, 60, 60, 60, 0, 0, 0, 0, 0, 0, 0, 0],
335
+ "daylight_detector": [62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62],
336
+ "daylight_detector_inverted": [62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62],
337
+ "redstone_block": [1],
338
+ "quartz_ore": [1],
339
+ "hopper": [173, 0, 174, 175, 176, 177, 173, 0, 174, 175, 176, 177],
340
+ "quartz_block": [1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0],
341
+ "quartz_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
342
+ "activator_rail": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
343
+ "dropper": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
344
+ "white_terracotta": [1],
345
+ "orange_terracotta": [1],
346
+ "magenta_terracotta": [1],
347
+ "light_blue_terracotta": [1],
348
+ "yellow_terracotta": [1],
349
+ "lime_terracotta": [1],
350
+ "pink_terracotta": [1],
351
+ "gray_terracotta": [1],
352
+ "light_gray_terracotta": [1],
353
+ "cyan_terracotta": [1],
354
+ "purple_terracotta": [1],
355
+ "blue_terracotta": [1],
356
+ "brown_terracotta": [1],
357
+ "green_terracotta": [1],
358
+ "red_terracotta": [1],
359
+ "black_terracotta": [1],
360
+ "white_stained_glass_pane": [107],
361
+ "orange_stained_glass_pane": [107],
362
+ "magenta_stained_glass_pane": [107],
363
+ "light_blue_stained_glass_pane": [107],
364
+ "yellow_stained_glass_pane": [107],
365
+ "lime_stained_glass_pane": [107],
366
+ "pink_stained_glass_pane": [107],
367
+ "gray_stained_glass_pane": [107],
368
+ "light_gray_stained_glass_pane": [107],
369
+ "cyan_stained_glass_pane": [107],
370
+ "purple_stained_glass_pane": [107],
371
+ "blue_stained_glass_pane": [107],
372
+ "brown_stained_glass_pane": [107],
373
+ "green_stained_glass_pane": [107],
374
+ "red_stained_glass_pane": [107],
375
+ "black_stained_glass_pane": [107],
376
+ "acacia_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
377
+ "cherry_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
378
+ "dark_oak_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
379
+ "mangrove_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
380
+ "bamboo_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
381
+ "bamboo_mosaic_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
382
+ "slime": [1],
383
+ "barrier": [1],
384
+ "light_block": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
385
+ "iron_trapdoor": [91, 91, 91, 91, 90, 90, 90, 90, 54, 56, 57, 55, 54, 56, 57, 55],
386
+ "prismarine": [1, 1, 1],
387
+ "prismarine_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
388
+ "prismarine_bricks_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
389
+ "dark_prismarine_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
390
+ "stone_block_slab2": [63, 63, 63, 63, 63, 63, 63, 63, 178, 178, 178, 178, 178, 178, 178, 178],
391
+ "double_stone_block_slab2": [1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0],
392
+ "sea_lantern": [1],
393
+ "hay_block": [1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0],
394
+ "white_carpet": [179],
395
+ "orange_carpet": [179],
396
+ "magenta_carpet": [179],
397
+ "light_blue_carpet": [179],
398
+ "yellow_carpet": [179],
399
+ "lime_carpet": [179],
400
+ "pink_carpet": [179],
401
+ "gray_carpet": [179],
402
+ "light_gray_carpet": [179],
403
+ "cyan_carpet": [179],
404
+ "purple_carpet": [179],
405
+ "blue_carpet": [179],
406
+ "brown_carpet": [179],
407
+ "green_carpet": [179],
408
+ "red_carpet": [179],
409
+ "black_carpet": [179],
410
+ "hardened_clay": [1],
411
+ "coal_block": [1],
412
+ "packed_ice": [1],
413
+ "sunflower": [0, 0],
414
+ "lilac": [0, 0],
415
+ "rose_bush": [0, 0],
416
+ "peony": [0, 0],
417
+ "tall_grass": [0, 0],
418
+ "large_fern": [0, 0],
419
+ "standing_banner": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
420
+ "wall_banner": [0, 0, 0, 0, 0, 0],
421
+ "red_sandstone": [1, 1, 1, 1],
422
+ "red_sandstone_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
423
+ "oak_double_slab": [1, 0],
424
+ "oak_slab": [63, 178],
425
+ "spruce_double_slab": [1, 0],
426
+ "spruce_slab": [63, 178],
427
+ "birch_slab": [63, 178],
428
+ "birch_double_slab": [1, 0],
429
+ "jungle_slab": [63, 178],
430
+ "jungle_double_slab": [1, 0],
431
+ "acacia_double_slab": [1, 0],
432
+ "acacia_slab": [63, 178],
433
+ "cherry_double_slab": [1, 0],
434
+ "cherry_slab": [63, 178],
435
+ "dark_oak_slab": [63, 178],
436
+ "dark_oak_double_slab": [1, 0],
437
+ "mangrove_double_slab": [1, 0],
438
+ "mangrove_slab": [63, 178],
439
+ "bamboo_double_slab": [1, 0],
440
+ "bamboo_slab": [63, 178],
441
+ "bamboo_mosaic_slab": [63, 178],
442
+ "bamboo_mosaic_double_slab": [1, 0],
443
+ "stone_block_slab4": [63, 63, 63, 63, 63, 178, 178, 178, 178, 178],
444
+ "double_stone_block_slab4": [1, 1, 1, 1, 1, 0, 0, 0, 0, 0],
445
+ "double_stone_block_slab": [1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0],
446
+ "smooth_stone_slab": [63, 178],
447
+ "sandstone_slab": [63, 178],
448
+ "petrified_oak_slab": [63, 178],
449
+ "cobblestone_slab": [63, 178],
450
+ "brick_slab": [63, 178],
451
+ "stone_brick_slab": [63, 178],
452
+ "mud_brick_double_slab": [1, 0],
453
+ "mud_brick_slab": [63, 178],
454
+ "nether_brick_slab": [63, 178],
455
+ "quartz_slab": [63, 178],
456
+ "smooth_stone": [1],
457
+ "spruce_fence_gate": [73, 76, 73, 76, 0, 0, 0, 0, 73, 76, 73, 76, 0, 0, 0, 0],
458
+ "birch_fence_gate": [73, 76, 73, 76, 0, 0, 0, 0, 73, 76, 73, 76, 0, 0, 0, 0],
459
+ "jungle_fence_gate": [73, 76, 73, 76, 0, 0, 0, 0, 73, 76, 73, 76, 0, 0, 0, 0],
460
+ "acacia_fence_gate": [73, 76, 73, 76, 0, 0, 0, 0, 73, 76, 73, 76, 0, 0, 0, 0],
461
+ "cherry_fence_gate": [73, 76, 73, 76, 0, 0, 0, 0, 73, 76, 73, 76, 0, 0, 0, 0],
462
+ "dark_oak_fence_gate": [73, 76, 73, 76, 0, 0, 0, 0, 73, 76, 73, 76, 0, 0, 0, 0],
463
+ "mangrove_fence_gate": [73, 76, 73, 76, 0, 0, 0, 0, 73, 76, 73, 76, 0, 0, 0, 0],
464
+ "bamboo_fence_gate": [73, 76, 73, 76, 0, 0, 0, 0, 73, 76, 73, 76, 0, 0, 0, 0],
465
+ "spruce_fence": [82],
466
+ "birch_fence": [82],
467
+ "jungle_fence": [82],
468
+ "acacia_fence": [82],
469
+ "cherry_fence": [82],
470
+ "dark_oak_fence": [82],
471
+ "mangrove_fence": [82],
472
+ "bamboo_fence": [82],
473
+ "spruce_door": [54, 57, 56, 55, 57, 56, 55, 54, 54, 57, 56, 55, 57, 56, 55, 54, 54, 57, 56, 55, 55, 54, 57, 56, 54, 57, 56, 55, 55, 54, 57, 56],
474
+ "birch_door": [54, 57, 56, 55, 57, 56, 55, 54, 54, 57, 56, 55, 57, 56, 55, 54, 54, 57, 56, 55, 55, 54, 57, 56, 54, 57, 56, 55, 55, 54, 57, 56],
475
+ "jungle_door": [54, 57, 56, 55, 57, 56, 55, 54, 54, 57, 56, 55, 57, 56, 55, 54, 54, 57, 56, 55, 55, 54, 57, 56, 54, 57, 56, 55, 55, 54, 57, 56],
476
+ "acacia_door": [54, 57, 56, 55, 57, 56, 55, 54, 54, 57, 56, 55, 57, 56, 55, 54, 54, 57, 56, 55, 55, 54, 57, 56, 54, 57, 56, 55, 55, 54, 57, 56],
477
+ "cherry_door": [54, 57, 56, 55, 57, 56, 55, 54, 54, 57, 56, 55, 57, 56, 55, 54, 54, 57, 56, 55, 55, 54, 57, 56, 54, 57, 56, 55, 55, 54, 57, 56],
478
+ "dark_oak_door": [54, 57, 56, 55, 57, 56, 55, 54, 54, 57, 56, 55, 57, 56, 55, 54, 54, 57, 56, 55, 55, 54, 57, 56, 54, 57, 56, 55, 55, 54, 57, 56],
479
+ "mangrove_door": [54, 57, 56, 55, 57, 56, 55, 54, 54, 57, 56, 55, 57, 56, 55, 54, 54, 57, 56, 55, 55, 54, 57, 56, 54, 57, 56, 55, 55, 54, 57, 56],
480
+ "bamboo_door": [54, 57, 56, 55, 57, 56, 55, 54, 54, 57, 56, 55, 57, 56, 55, 54, 54, 57, 56, 55, 55, 54, 57, 56, 54, 57, 56, 55, 55, 54, 57, 56],
481
+ "end_rod": [182, 182, 180, 180, 181, 181],
482
+ "chorus_plant": [246],
483
+ "chorus_flower": [1, 1, 1, 1, 1, 1],
484
+ "purpur_block": [1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0],
485
+ "purpur_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
486
+ "end_bricks": [1],
487
+ "torchflower_crop": [0, 0, 0, 0, 0, 0, 0, 0],
488
+ "pitcher_crop": [247, 247, 248, 0, 0, 0, 248, 0, 0, 0, 248, 0, 0, 0, 248, 0],
489
+ "pitcher_plant": [0, 0],
490
+ "beetroot": [0, 0, 0, 0, 0, 0, 0, 0],
491
+ "grass_path": [53],
492
+ "end_gateway": [0],
493
+ "repeating_command_block": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
494
+ "chain_command_block": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
495
+ "frosted_ice": [1, 1, 1, 1],
496
+ "magma": [1],
497
+ "nether_wart_block": [1],
498
+ "red_nether_brick": [1],
499
+ "bone_block": [1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0],
500
+ "structure_void": [0, 0],
501
+ "observer": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
502
+ "undyed_shulker_box": [1],
503
+ "white_shulker_box": [1],
504
+ "orange_shulker_box": [1],
505
+ "magenta_shulker_box": [1],
506
+ "light_blue_shulker_box": [1],
507
+ "yellow_shulker_box": [1],
508
+ "lime_shulker_box": [1],
509
+ "pink_shulker_box": [1],
510
+ "gray_shulker_box": [1],
511
+ "light_gray_shulker_box": [1],
512
+ "cyan_shulker_box": [1],
513
+ "purple_shulker_box": [1],
514
+ "blue_shulker_box": [1],
515
+ "brown_shulker_box": [1],
516
+ "green_shulker_box": [1],
517
+ "red_shulker_box": [1],
518
+ "black_shulker_box": [1],
519
+ "white_glazed_terracotta": [0, 0, 1, 1, 1, 1],
520
+ "orange_glazed_terracotta": [0, 0, 1, 1, 1, 1],
521
+ "magenta_glazed_terracotta": [0, 0, 1, 1, 1, 1],
522
+ "light_blue_glazed_terracotta": [0, 0, 1, 1, 1, 1],
523
+ "yellow_glazed_terracotta": [0, 0, 1, 1, 1, 1],
524
+ "lime_glazed_terracotta": [0, 0, 1, 1, 1, 1],
525
+ "pink_glazed_terracotta": [0, 0, 1, 1, 1, 1],
526
+ "gray_glazed_terracotta": [0, 0, 1, 1, 1, 1],
527
+ "silver_glazed_terracotta": [0, 0, 1, 1, 1, 1],
528
+ "cyan_glazed_terracotta": [0, 0, 1, 1, 1, 1],
529
+ "purple_glazed_terracotta": [0, 0, 1, 1, 1, 1],
530
+ "blue_glazed_terracotta": [0, 0, 1, 1, 1, 1],
531
+ "brown_glazed_terracotta": [0, 0, 1, 1, 1, 1],
532
+ "green_glazed_terracotta": [0, 0, 1, 1, 1, 1],
533
+ "red_glazed_terracotta": [0, 0, 1, 1, 1, 1],
534
+ "black_glazed_terracotta": [0, 0, 1, 1, 1, 1],
535
+ "white_concrete": [1],
536
+ "orange_concrete": [1],
537
+ "magenta_concrete": [1],
538
+ "light_blue_concrete": [1],
539
+ "yellow_concrete": [1],
540
+ "lime_concrete": [1],
541
+ "pink_concrete": [1],
542
+ "gray_concrete": [1],
543
+ "light_gray_concrete": [1],
544
+ "cyan_concrete": [1],
545
+ "purple_concrete": [1],
546
+ "blue_concrete": [1],
547
+ "brown_concrete": [1],
548
+ "green_concrete": [1],
549
+ "red_concrete": [1],
550
+ "black_concrete": [1],
551
+ "white_concrete_powder": [1],
552
+ "orange_concrete_powder": [1],
553
+ "magenta_concrete_powder": [1],
554
+ "light_blue_concrete_powder": [1],
555
+ "yellow_concrete_powder": [1],
556
+ "lime_concrete_powder": [1],
557
+ "pink_concrete_powder": [1],
558
+ "gray_concrete_powder": [1],
559
+ "light_gray_concrete_powder": [1],
560
+ "cyan_concrete_powder": [1],
561
+ "purple_concrete_powder": [1],
562
+ "blue_concrete_powder": [1],
563
+ "brown_concrete_powder": [1],
564
+ "green_concrete_powder": [1],
565
+ "red_concrete_powder": [1],
566
+ "black_concrete_powder": [1],
567
+ "kelp": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
568
+ "dried_kelp_block": [1],
569
+ "turtle_egg": [249, 250, 250, 250, 249, 250, 250, 250, 249, 250, 250, 250],
570
+ "sniffer_egg": [251, 251, 251],
571
+ "dead_tube_coral_block": [1],
572
+ "dead_brain_coral_block": [1],
573
+ "dead_bubble_coral_block": [1],
574
+ "dead_fire_coral_block": [1],
575
+ "dead_horn_coral_block": [1],
576
+ "tube_coral_block": [1],
577
+ "brain_coral_block": [1],
578
+ "bubble_coral_block": [1],
579
+ "fire_coral_block": [1],
580
+ "horn_coral_block": [1],
581
+ "dead_tube_coral": [0],
582
+ "dead_brain_coral": [0],
583
+ "dead_bubble_coral": [0],
584
+ "dead_fire_coral": [0],
585
+ "dead_horn_coral": [0],
586
+ "tube_coral": [0],
587
+ "brain_coral": [0],
588
+ "bubble_coral": [0],
589
+ "fire_coral": [0],
590
+ "horn_coral": [0],
591
+ "dead_tube_coral_fan": [0, 0],
592
+ "dead_brain_coral_fan": [0, 0],
593
+ "dead_bubble_coral_fan": [0, 0],
594
+ "dead_fire_coral_fan": [0, 0],
595
+ "dead_horn_coral_fan": [0, 0],
596
+ "tube_coral_fan": [0, 0],
597
+ "brain_coral_fan": [0, 0],
598
+ "bubble_coral_fan": [0, 0],
599
+ "fire_coral_fan": [0, 0],
600
+ "horn_coral_fan": [0, 0],
601
+ "coral_fan_hang": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
602
+ "coral_fan_hang2": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
603
+ "coral_fan_hang3": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
604
+ "sea_pickle": [252, 253, 254, 255, 252, 253, 254, 255],
605
+ "blue_ice": [1],
606
+ "conduit": [256],
607
+ "bamboo_sapling": [0, 0],
608
+ "bamboo": [257, 257, 257, 257, 257, 257, 0, 0, 0, 0, 0, 0],
609
+ "bubble_column": [0, 0],
610
+ "polished_granite_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
611
+ "smooth_red_sandstone_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
612
+ "mossy_stone_brick_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
613
+ "polished_diorite_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
614
+ "mossy_cobblestone_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
615
+ "end_brick_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
616
+ "normal_stone_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
617
+ "smooth_sandstone_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
618
+ "smooth_quartz_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
619
+ "granite_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
620
+ "andesite_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
621
+ "red_nether_brick_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
622
+ "polished_andesite_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
623
+ "diorite_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
624
+ "stone_block_slab3": [63, 63, 63, 63, 63, 63, 63, 63, 178, 178, 178, 178, 178, 178, 178, 178],
625
+ "double_stone_block_slab3": [1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0],
626
+ "mud_brick_wall": [0, 129, 138, 136, 138, 136, 146, 144, 154, 152, 154, 152, 146, 144, 154, 152, 154, 152, 134, 132, 142, 140, 142, 140, 150, 148, 158, 156, 158, 156, 150, 148, 158, 156, 158, 156, 134, 132, 142, 140, 142, 140, 150, 148, 158, 156, 158, 156, 150, 148, 158, 156, 158, 156, 131, 130, 139, 137, 139, 137, 147, 145, 155, 153, 155, 153, 147, 145, 155, 153, 155, 153, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157, 131, 130, 139, 137, 139, 137, 147, 145, 155, 153, 155, 153, 147, 145, 155, 153, 155, 153, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157],
627
+ "scaffolding": [258, 258, 258, 258, 258, 258, 258, 258, 258, 258, 258, 258, 258, 258, 258, 258],
628
+ "loom": [1, 1, 1, 1],
629
+ "barrel": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
630
+ "smoker": [1, 1, 1, 1],
631
+ "lit_smoker": [1, 1, 1, 1],
632
+ "lit_blast_furnace": [1, 1, 1, 1],
633
+ "blast_furnace": [1, 1, 1, 1],
634
+ "cartography_table": [1],
635
+ "fletching_table": [1],
636
+ "grindstone": [259, 260, 259, 260, 265, 266, 265, 266, 262, 263, 261, 264, 0, 0, 0, 0],
637
+ "lectern": [267, 267, 267, 267, 267, 267, 267, 267],
638
+ "smithing_table": [1],
639
+ "stonecutter_block": [268, 268, 268, 268],
640
+ "bell": [269, 270, 269, 270, 271, 271, 271, 271, 272, 275, 273, 274, 276, 277, 276, 277, 269, 270, 269, 270, 271, 271, 271, 271, 272, 275, 273, 274, 276, 277, 276, 277],
641
+ "lantern": [279, 278],
642
+ "soul_lantern": [279, 278],
643
+ "campfire": [280, 280, 280, 280, 280, 280, 280, 280],
644
+ "soul_campfire": [280, 280, 280, 280, 280, 280, 280, 280],
645
+ "sweet_berry_bush": [0, 0, 0, 0, 0, 0, 0, 0],
646
+ "warped_stem": [1, 1, 1],
647
+ "stripped_warped_stem": [1, 1, 1],
648
+ "warped_hyphae": [1, 1, 1],
649
+ "stripped_warped_hyphae": [1, 1, 1],
650
+ "warped_nylium": [1],
651
+ "warped_fungus": [0],
652
+ "warped_wart_block": [1],
653
+ "warped_roots": [0],
654
+ "nether_sprouts": [0],
655
+ "crimson_stem": [1, 1, 1],
656
+ "stripped_crimson_stem": [1, 1, 1],
657
+ "crimson_hyphae": [1, 1, 1],
658
+ "stripped_crimson_hyphae": [1, 1, 1],
659
+ "crimson_nylium": [1],
660
+ "crimson_fungus": [0],
661
+ "shroomlight": [1],
662
+ "weeping_vines": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
663
+ "twisting_vines": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
664
+ "crimson_roots": [0],
665
+ "crimson_planks": [1],
666
+ "warped_planks": [1],
667
+ "crimson_double_slab": [1, 0],
668
+ "crimson_slab": [63, 178],
669
+ "warped_double_slab": [1, 0],
670
+ "warped_slab": [63, 178],
671
+ "crimson_pressure_plate": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
672
+ "warped_pressure_plate": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
673
+ "crimson_fence": [82],
674
+ "warped_fence": [82],
675
+ "crimson_trapdoor": [91, 91, 91, 91, 90, 90, 90, 90, 54, 56, 57, 55, 54, 56, 57, 55],
676
+ "warped_trapdoor": [91, 91, 91, 91, 90, 90, 90, 90, 54, 56, 57, 55, 54, 56, 57, 55],
677
+ "crimson_fence_gate": [73, 76, 73, 76, 0, 0, 0, 0, 73, 76, 73, 76, 0, 0, 0, 0],
678
+ "warped_fence_gate": [73, 76, 73, 76, 0, 0, 0, 0, 73, 76, 73, 76, 0, 0, 0, 0],
679
+ "crimson_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
680
+ "warped_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
681
+ "crimson_button": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
682
+ "warped_button": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
683
+ "crimson_door": [54, 57, 56, 55, 57, 56, 55, 54, 54, 57, 56, 55, 57, 56, 55, 54, 54, 57, 56, 55, 55, 54, 57, 56, 54, 57, 56, 55, 55, 54, 57, 56],
684
+ "warped_door": [54, 57, 56, 55, 57, 56, 55, 54, 54, 57, 56, 55, 57, 56, 55, 54, 54, 57, 56, 55, 55, 54, 57, 56, 54, 57, 56, 55, 55, 54, 57, 56],
685
+ "crimson_standing_sign": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
686
+ "warped_standing_sign": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
687
+ "crimson_wall_sign": [0, 0, 0, 0, 0, 0],
688
+ "warped_wall_sign": [0, 0, 0, 0, 0, 0],
689
+ "structure_block": [1, 1, 1, 1, 0, 0],
690
+ "jigsaw": [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
691
+ "composter": [281, 281, 281, 281, 281, 281, 281, 281, 281],
692
+ "target": [1],
693
+ "bee_nest": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
694
+ "beehive": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
695
+ "honey_block": [66],
696
+ "honeycomb_block": [1],
697
+ "netherite_block": [1],
698
+ "ancient_debris": [1],
699
+ "crying_obsidian": [1],
700
+ "respawn_anchor": [1, 1, 1, 1, 1],
701
+ "lodestone": [1],
702
+ "blackstone": [1],
703
+ "blackstone_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
704
+ "blackstone_wall": [0, 129, 138, 136, 138, 136, 146, 144, 154, 152, 154, 152, 146, 144, 154, 152, 154, 152, 134, 132, 142, 140, 142, 140, 150, 148, 158, 156, 158, 156, 150, 148, 158, 156, 158, 156, 134, 132, 142, 140, 142, 140, 150, 148, 158, 156, 158, 156, 150, 148, 158, 156, 158, 156, 131, 130, 139, 137, 139, 137, 147, 145, 155, 153, 155, 153, 147, 145, 155, 153, 155, 153, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157, 131, 130, 139, 137, 139, 137, 147, 145, 155, 153, 155, 153, 147, 145, 155, 153, 155, 153, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157],
705
+ "blackstone_double_slab": [1, 0],
706
+ "blackstone_slab": [63, 178],
707
+ "polished_blackstone": [1],
708
+ "polished_blackstone_bricks": [1],
709
+ "cracked_polished_blackstone_bricks": [1],
710
+ "chiseled_polished_blackstone": [1],
711
+ "polished_blackstone_brick_double_slab": [1, 0],
712
+ "polished_blackstone_brick_slab": [63, 178],
713
+ "polished_blackstone_brick_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
714
+ "polished_blackstone_brick_wall": [0, 129, 138, 136, 138, 136, 146, 144, 154, 152, 154, 152, 146, 144, 154, 152, 154, 152, 134, 132, 142, 140, 142, 140, 150, 148, 158, 156, 158, 156, 150, 148, 158, 156, 158, 156, 134, 132, 142, 140, 142, 140, 150, 148, 158, 156, 158, 156, 150, 148, 158, 156, 158, 156, 131, 130, 139, 137, 139, 137, 147, 145, 155, 153, 155, 153, 147, 145, 155, 153, 155, 153, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157, 131, 130, 139, 137, 139, 137, 147, 145, 155, 153, 155, 153, 147, 145, 155, 153, 155, 153, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157],
715
+ "gilded_blackstone": [1],
716
+ "polished_blackstone_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
717
+ "polished_blackstone_double_slab": [1, 0],
718
+ "polished_blackstone_slab": [63, 178],
719
+ "polished_blackstone_pressure_plate": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
720
+ "polished_blackstone_button": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
721
+ "polished_blackstone_wall": [0, 129, 138, 136, 138, 136, 146, 144, 154, 152, 154, 152, 146, 144, 154, 152, 154, 152, 134, 132, 142, 140, 142, 140, 150, 148, 158, 156, 158, 156, 150, 148, 158, 156, 158, 156, 134, 132, 142, 140, 142, 140, 150, 148, 158, 156, 158, 156, 150, 148, 158, 156, 158, 156, 131, 130, 139, 137, 139, 137, 147, 145, 155, 153, 155, 153, 147, 145, 155, 153, 155, 153, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157, 131, 130, 139, 137, 139, 137, 147, 145, 155, 153, 155, 153, 147, 145, 155, 153, 155, 153, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157],
722
+ "chiseled_nether_bricks": [1],
723
+ "cracked_nether_bricks": [1],
724
+ "quartz_bricks": [1],
725
+ "candle": [282, 283, 284, 285, 282, 283, 284, 285],
726
+ "white_candle": [282, 283, 284, 285, 282, 283, 284, 285],
727
+ "orange_candle": [282, 283, 284, 285, 282, 283, 284, 285],
728
+ "magenta_candle": [282, 283, 284, 285, 282, 283, 284, 285],
729
+ "light_blue_candle": [282, 283, 284, 285, 282, 283, 284, 285],
730
+ "yellow_candle": [282, 283, 284, 285, 282, 283, 284, 285],
731
+ "lime_candle": [282, 283, 284, 285, 282, 283, 284, 285],
732
+ "pink_candle": [282, 283, 284, 285, 282, 283, 284, 285],
733
+ "gray_candle": [282, 283, 284, 285, 282, 283, 284, 285],
734
+ "light_gray_candle": [282, 283, 284, 285, 282, 283, 284, 285],
735
+ "cyan_candle": [282, 283, 284, 285, 282, 283, 284, 285],
736
+ "purple_candle": [282, 283, 284, 285, 282, 283, 284, 285],
737
+ "blue_candle": [282, 283, 284, 285, 282, 283, 284, 285],
738
+ "brown_candle": [282, 283, 284, 285, 282, 283, 284, 285],
739
+ "green_candle": [282, 283, 284, 285, 282, 283, 284, 285],
740
+ "red_candle": [282, 283, 284, 285, 282, 283, 284, 285],
741
+ "black_candle": [282, 283, 284, 285, 282, 283, 284, 285],
742
+ "candle_cake": [286, 286],
743
+ "white_candle_cake": [286, 286],
744
+ "orange_candle_cake": [286, 286],
745
+ "magenta_candle_cake": [286, 286],
746
+ "light_blue_candle_cake": [286, 286],
747
+ "yellow_candle_cake": [286, 286],
748
+ "lime_candle_cake": [286, 286],
749
+ "pink_candle_cake": [286, 286],
750
+ "gray_candle_cake": [286, 286],
751
+ "light_gray_candle_cake": [286, 286],
752
+ "cyan_candle_cake": [286, 286],
753
+ "purple_candle_cake": [286, 286],
754
+ "blue_candle_cake": [286, 286],
755
+ "brown_candle_cake": [286, 286],
756
+ "green_candle_cake": [286, 286],
757
+ "red_candle_cake": [286, 286],
758
+ "black_candle_cake": [286, 286],
759
+ "amethyst_block": [1],
760
+ "budding_amethyst": [1],
761
+ "amethyst_cluster": [292, 291, 287, 289, 290, 288],
762
+ "large_amethyst_bud": [298, 297, 293, 295, 296, 294],
763
+ "medium_amethyst_bud": [304, 303, 299, 301, 302, 300],
764
+ "small_amethyst_bud": [310, 309, 305, 307, 308, 306],
765
+ "tuff": [1],
766
+ "tuff_slab": [63, 178],
767
+ "tuff_double_slab": [1, 0],
768
+ "tuff_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
769
+ "tuff_wall": [0, 129, 138, 136, 138, 136, 146, 144, 154, 152, 154, 152, 146, 144, 154, 152, 154, 152, 134, 132, 142, 140, 142, 140, 150, 148, 158, 156, 158, 156, 150, 148, 158, 156, 158, 156, 134, 132, 142, 140, 142, 140, 150, 148, 158, 156, 158, 156, 150, 148, 158, 156, 158, 156, 131, 130, 139, 137, 139, 137, 147, 145, 155, 153, 155, 153, 147, 145, 155, 153, 155, 153, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157, 131, 130, 139, 137, 139, 137, 147, 145, 155, 153, 155, 153, 147, 145, 155, 153, 155, 153, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157],
770
+ "polished_tuff": [1],
771
+ "polished_tuff_slab": [63, 178],
772
+ "polished_tuff_double_slab": [1, 0],
773
+ "polished_tuff_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
774
+ "polished_tuff_wall": [0, 129, 138, 136, 138, 136, 146, 144, 154, 152, 154, 152, 146, 144, 154, 152, 154, 152, 134, 132, 142, 140, 142, 140, 150, 148, 158, 156, 158, 156, 150, 148, 158, 156, 158, 156, 134, 132, 142, 140, 142, 140, 150, 148, 158, 156, 158, 156, 150, 148, 158, 156, 158, 156, 131, 130, 139, 137, 139, 137, 147, 145, 155, 153, 155, 153, 147, 145, 155, 153, 155, 153, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157, 131, 130, 139, 137, 139, 137, 147, 145, 155, 153, 155, 153, 147, 145, 155, 153, 155, 153, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157],
775
+ "chiseled_tuff": [1],
776
+ "tuff_bricks": [1],
777
+ "tuff_brick_slab": [63, 178],
778
+ "tuff_brick_double_slab": [1, 0],
779
+ "tuff_brick_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
780
+ "tuff_brick_wall": [0, 129, 138, 136, 138, 136, 146, 144, 154, 152, 154, 152, 146, 144, 154, 152, 154, 152, 134, 132, 142, 140, 142, 140, 150, 148, 158, 156, 158, 156, 150, 148, 158, 156, 158, 156, 134, 132, 142, 140, 142, 140, 150, 148, 158, 156, 158, 156, 150, 148, 158, 156, 158, 156, 131, 130, 139, 137, 139, 137, 147, 145, 155, 153, 155, 153, 147, 145, 155, 153, 155, 153, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157, 131, 130, 139, 137, 139, 137, 147, 145, 155, 153, 155, 153, 147, 145, 155, 153, 155, 153, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157],
781
+ "chiseled_tuff_bricks": [1],
782
+ "calcite": [1],
783
+ "tinted_glass": [1],
784
+ "powder_snow": [0],
785
+ "sculk_sensor": [63, 63, 63],
786
+ "calibrated_sculk_sensor": [63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63],
787
+ "sculk": [1],
788
+ "sculk_vein": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
789
+ "sculk_catalyst": [1, 1],
790
+ "sculk_shrieker": [63, 63, 63, 63],
791
+ "copper_block": [1],
792
+ "exposed_copper": [1],
793
+ "weathered_copper": [1],
794
+ "oxidized_copper": [1],
795
+ "copper_ore": [1],
796
+ "deepslate_copper_ore": [1],
797
+ "oxidized_cut_copper": [1],
798
+ "weathered_cut_copper": [1],
799
+ "exposed_cut_copper": [1],
800
+ "cut_copper": [1],
801
+ "oxidized_chiseled_copper": [1],
802
+ "weathered_chiseled_copper": [1],
803
+ "exposed_chiseled_copper": [1],
804
+ "chiseled_copper": [1],
805
+ "waxed_oxidized_chiseled_copper": [1],
806
+ "waxed_weathered_chiseled_copper": [1],
807
+ "waxed_exposed_chiseled_copper": [1],
808
+ "waxed_chiseled_copper": [1],
809
+ "oxidized_cut_copper_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
810
+ "weathered_cut_copper_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
811
+ "exposed_cut_copper_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
812
+ "cut_copper_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
813
+ "oxidized_double_cut_copper_slab": [1, 0],
814
+ "oxidized_cut_copper_slab": [63, 178],
815
+ "weathered_cut_copper_slab": [63, 178],
816
+ "weathered_double_cut_copper_slab": [1, 0],
817
+ "exposed_double_cut_copper_slab": [1, 0],
818
+ "exposed_cut_copper_slab": [63, 178],
819
+ "double_cut_copper_slab": [1, 0],
820
+ "cut_copper_slab": [63, 178],
821
+ "waxed_copper": [1],
822
+ "waxed_weathered_copper": [1],
823
+ "waxed_exposed_copper": [1],
824
+ "waxed_oxidized_copper": [1],
825
+ "waxed_oxidized_cut_copper": [1],
826
+ "waxed_weathered_cut_copper": [1],
827
+ "waxed_exposed_cut_copper": [1],
828
+ "waxed_cut_copper": [1],
829
+ "waxed_oxidized_cut_copper_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
830
+ "waxed_weathered_cut_copper_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
831
+ "waxed_exposed_cut_copper_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
832
+ "waxed_cut_copper_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
833
+ "waxed_oxidized_cut_copper_slab": [63, 178],
834
+ "waxed_oxidized_double_cut_copper_slab": [1, 0],
835
+ "waxed_weathered_double_cut_copper_slab": [1, 0],
836
+ "waxed_weathered_cut_copper_slab": [63, 178],
837
+ "waxed_exposed_cut_copper_slab": [63, 178],
838
+ "waxed_exposed_double_cut_copper_slab": [1, 0],
839
+ "waxed_double_cut_copper_slab": [1, 0],
840
+ "waxed_cut_copper_slab": [63, 178],
841
+ "copper_door": [54, 57, 56, 55, 57, 56, 55, 54, 54, 57, 56, 55, 57, 56, 55, 54, 54, 57, 56, 55, 55, 54, 57, 56, 54, 57, 56, 55, 55, 54, 57, 56],
842
+ "exposed_copper_door": [54, 57, 56, 55, 57, 56, 55, 54, 54, 57, 56, 55, 57, 56, 55, 54, 54, 57, 56, 55, 55, 54, 57, 56, 54, 57, 56, 55, 55, 54, 57, 56],
843
+ "oxidized_copper_door": [54, 57, 56, 55, 57, 56, 55, 54, 54, 57, 56, 55, 57, 56, 55, 54, 54, 57, 56, 55, 55, 54, 57, 56, 54, 57, 56, 55, 55, 54, 57, 56],
844
+ "weathered_copper_door": [54, 57, 56, 55, 57, 56, 55, 54, 54, 57, 56, 55, 57, 56, 55, 54, 54, 57, 56, 55, 55, 54, 57, 56, 54, 57, 56, 55, 55, 54, 57, 56],
845
+ "waxed_copper_door": [54, 57, 56, 55, 57, 56, 55, 54, 54, 57, 56, 55, 57, 56, 55, 54, 54, 57, 56, 55, 55, 54, 57, 56, 54, 57, 56, 55, 55, 54, 57, 56],
846
+ "waxed_exposed_copper_door": [54, 57, 56, 55, 57, 56, 55, 54, 54, 57, 56, 55, 57, 56, 55, 54, 54, 57, 56, 55, 55, 54, 57, 56, 54, 57, 56, 55, 55, 54, 57, 56],
847
+ "waxed_oxidized_copper_door": [54, 57, 56, 55, 57, 56, 55, 54, 54, 57, 56, 55, 57, 56, 55, 54, 54, 57, 56, 55, 55, 54, 57, 56, 54, 57, 56, 55, 55, 54, 57, 56],
848
+ "waxed_weathered_copper_door": [54, 57, 56, 55, 57, 56, 55, 54, 54, 57, 56, 55, 57, 56, 55, 54, 54, 57, 56, 55, 55, 54, 57, 56, 54, 57, 56, 55, 55, 54, 57, 56],
849
+ "copper_trapdoor": [91, 91, 91, 91, 90, 90, 90, 90, 54, 56, 57, 55, 54, 56, 57, 55],
850
+ "exposed_copper_trapdoor": [91, 91, 91, 91, 90, 90, 90, 90, 54, 56, 57, 55, 54, 56, 57, 55],
851
+ "oxidized_copper_trapdoor": [91, 91, 91, 91, 90, 90, 90, 90, 54, 56, 57, 55, 54, 56, 57, 55],
852
+ "weathered_copper_trapdoor": [91, 91, 91, 91, 90, 90, 90, 90, 54, 56, 57, 55, 54, 56, 57, 55],
853
+ "waxed_copper_trapdoor": [91, 91, 91, 91, 90, 90, 90, 90, 54, 56, 57, 55, 54, 56, 57, 55],
854
+ "waxed_exposed_copper_trapdoor": [91, 91, 91, 91, 90, 90, 90, 90, 54, 56, 57, 55, 54, 56, 57, 55],
855
+ "waxed_oxidized_copper_trapdoor": [91, 91, 91, 91, 90, 90, 90, 90, 54, 56, 57, 55, 54, 56, 57, 55],
856
+ "waxed_weathered_copper_trapdoor": [91, 91, 91, 91, 90, 90, 90, 90, 54, 56, 57, 55, 54, 56, 57, 55],
857
+ "copper_grate": [1],
858
+ "exposed_copper_grate": [1],
859
+ "weathered_copper_grate": [1],
860
+ "oxidized_copper_grate": [1],
861
+ "waxed_copper_grate": [1],
862
+ "waxed_exposed_copper_grate": [1],
863
+ "waxed_weathered_copper_grate": [1],
864
+ "waxed_oxidized_copper_grate": [1],
865
+ "copper_bulb": [1, 1, 1, 1],
866
+ "exposed_copper_bulb": [1, 1, 1, 1],
867
+ "raw_iron_block": [1],
868
+ "hard_blue_stained_glass_pane": [0],
869
+ "cobbled_deepslate_wall": [0, 129, 138, 136, 138, 136, 146, 144, 154, 152, 154, 152, 146, 144, 154, 152, 154, 152, 134, 132, 142, 140, 142, 140, 150, 148, 158, 156, 158, 156, 150, 148, 158, 156, 158, 156, 134, 132, 142, 140, 142, 140, 150, 148, 158, 156, 158, 156, 150, 148, 158, 156, 158, 156, 131, 130, 139, 137, 139, 137, 147, 145, 155, 153, 155, 153, 147, 145, 155, 153, 155, 153, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157, 131, 130, 139, 137, 139, 137, 147, 145, 155, 153, 155, 153, 147, 145, 155, 153, 155, 153, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157],
870
+ "trial_spawner": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
871
+ "hard_light_gray_stained_glass": [0],
872
+ "info_update2": [0],
873
+ "polished_deepslate": [1],
874
+ "polished_deepslate_wall": [0, 129, 138, 136, 138, 136, 146, 144, 154, 152, 154, 152, 146, 144, 154, 152, 154, 152, 134, 132, 142, 140, 142, 140, 150, 148, 158, 156, 158, 156, 150, 148, 158, 156, 158, 156, 134, 132, 142, 140, 142, 140, 150, 148, 158, 156, 158, 156, 150, 148, 158, 156, 158, 156, 131, 130, 139, 137, 139, 137, 147, 145, 155, 153, 155, 153, 147, 145, 155, 153, 155, 153, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157, 131, 130, 139, 137, 139, 137, 147, 145, 155, 153, 155, 153, 147, 145, 155, 153, 155, 153, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157],
875
+ "crafter": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
876
+ "element_84": [0],
877
+ "element_85": [0],
878
+ "element_86": [0],
879
+ "element_87": [0],
880
+ "element_80": [0],
881
+ "element_81": [0],
882
+ "element_82": [0],
883
+ "element_83": [0],
884
+ "element_88": [0],
885
+ "element_89": [0],
886
+ "element_97": [0],
887
+ "element_96": [0],
888
+ "element_95": [0],
889
+ "element_94": [0],
890
+ "element_93": [0],
891
+ "element_92": [0],
892
+ "element_91": [0],
893
+ "element_90": [0],
894
+ "element_99": [0],
895
+ "element_98": [0],
896
+ "element_68": [0],
897
+ "element_69": [0],
898
+ "element_62": [0],
899
+ "element_63": [0],
900
+ "element_60": [0],
901
+ "element_61": [0],
902
+ "element_66": [0],
903
+ "element_67": [0],
904
+ "element_64": [0],
905
+ "element_65": [0],
906
+ "element_79": [0],
907
+ "element_78": [0],
908
+ "element_75": [0],
909
+ "element_74": [0],
910
+ "element_77": [0],
911
+ "element_76": [0],
912
+ "element_71": [0],
913
+ "element_70": [0],
914
+ "element_73": [0],
915
+ "element_72": [0],
916
+ "element_40": [0],
917
+ "element_41": [0],
918
+ "element_42": [0],
919
+ "element_43": [0],
920
+ "element_44": [0],
921
+ "element_45": [0],
922
+ "element_46": [0],
923
+ "element_47": [0],
924
+ "element_48": [0],
925
+ "element_49": [0],
926
+ "element_53": [0],
927
+ "element_52": [0],
928
+ "element_51": [0],
929
+ "element_50": [0],
930
+ "element_57": [0],
931
+ "element_56": [0],
932
+ "element_55": [0],
933
+ "element_54": [0],
934
+ "element_59": [0],
935
+ "element_58": [0],
936
+ "element_26": [0],
937
+ "element_27": [0],
938
+ "element_24": [0],
939
+ "element_25": [0],
940
+ "element_22": [0],
941
+ "element_23": [0],
942
+ "element_20": [0],
943
+ "element_21": [0],
944
+ "element_28": [0],
945
+ "element_29": [0],
946
+ "element_39": [0],
947
+ "element_38": [0],
948
+ "element_31": [0],
949
+ "element_30": [0],
950
+ "element_33": [0],
951
+ "element_32": [0],
952
+ "element_35": [0],
953
+ "element_34": [0],
954
+ "element_37": [0],
955
+ "element_36": [0],
956
+ "element_19": [0],
957
+ "element_18": [0],
958
+ "element_17": [0],
959
+ "element_16": [0],
960
+ "element_15": [0],
961
+ "element_14": [0],
962
+ "element_13": [0],
963
+ "element_12": [0],
964
+ "element_11": [0],
965
+ "element_10": [0],
966
+ "weathered_copper_bulb": [1, 1, 1, 1],
967
+ "hard_pink_stained_glass_pane": [0],
968
+ "colored_torch_rg": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
969
+ "colored_torch_bp": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
970
+ "cave_vines_head_with_berries": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
971
+ "chemical_heat": [0],
972
+ "spore_blossom": [0],
973
+ "cobbled_deepslate_slab": [63, 178],
974
+ "deepslate_brick_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
975
+ "netherreactor": [0],
976
+ "pointed_dripstone": [312, 314, 315, 316, 311, 313, 314, 315, 316, 311],
977
+ "heavy_core": [161],
978
+ "chemistry_table": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
979
+ "camera": [0],
980
+ "element_8": [0],
981
+ "element_9": [0],
982
+ "element_6": [0],
983
+ "element_7": [0],
984
+ "element_4": [0],
985
+ "element_5": [0],
986
+ "element_2": [0],
987
+ "element_3": [0],
988
+ "element_0": [0],
989
+ "element_1": [0],
990
+ "hard_cyan_stained_glass_pane": [0],
991
+ "hard_white_stained_glass_pane": [0],
992
+ "allow": [0],
993
+ "hard_purple_stained_glass_pane": [0],
994
+ "hard_red_stained_glass_pane": [0],
995
+ "hard_red_stained_glass": [0],
996
+ "azalea": [317],
997
+ "moss_block": [1],
998
+ "mud": [65],
999
+ "cobbled_deepslate": [1],
1000
+ "hard_green_stained_glass": [0],
1001
+ "hard_gray_stained_glass_pane": [0],
1002
+ "verdant_froglight": [1, 1, 1],
1003
+ "pearlescent_froglight": [1, 1, 1],
1004
+ "decorated_pot": [116, 116, 116, 116],
1005
+ "hard_lime_stained_glass": [0],
1006
+ "hard_magenta_stained_glass_pane": [0],
1007
+ "waxed_oxidized_copper_bulb": [1, 1, 1, 1],
1008
+ "hard_orange_stained_glass": [0],
1009
+ "vault": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
1010
+ "hard_black_stained_glass": [0],
1011
+ "waxed_weathered_copper_bulb": [1, 1, 1, 1],
1012
+ "cave_vines_body_with_berries": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
1013
+ "big_dripleaf": [0, 0, 0, 0, 318, 318, 319, 0, 0, 0, 0, 0, 318, 318, 319, 0, 0, 0, 0, 0, 318, 318, 319, 0, 0, 0, 0, 0, 318, 318, 319, 0],
1014
+ "cobbled_deepslate_double_slab": [1, 0],
1015
+ "reinforced_deepslate": [1],
1016
+ "deny": [0],
1017
+ "element_118": [0],
1018
+ "element_114": [0],
1019
+ "element_115": [0],
1020
+ "element_116": [0],
1021
+ "element_117": [0],
1022
+ "element_110": [0],
1023
+ "element_111": [0],
1024
+ "element_112": [0],
1025
+ "element_113": [0],
1026
+ "element_109": [0],
1027
+ "element_108": [0],
1028
+ "element_107": [0],
1029
+ "element_106": [0],
1030
+ "element_105": [0],
1031
+ "element_104": [0],
1032
+ "element_103": [0],
1033
+ "element_102": [0],
1034
+ "element_101": [0],
1035
+ "element_100": [0],
1036
+ "flowering_azalea": [317],
1037
+ "moss_carpet": [179],
1038
+ "dirt_with_roots": [1],
1039
+ "deepslate": [1, 1, 1],
1040
+ "polished_deepslate_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
1041
+ "polished_deepslate_slab": [63, 178],
1042
+ "polished_deepslate_double_slab": [1, 0],
1043
+ "deepslate_tile_double_slab": [1, 0],
1044
+ "deepslate_bricks": [1],
1045
+ "hard_light_blue_stained_glass_pane": [0],
1046
+ "deepslate_brick_slab": [63, 178],
1047
+ "chiseled_deepslate": [1],
1048
+ "cracked_deepslate_bricks": [1],
1049
+ "raw_copper_block": [1],
1050
+ "border_block": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
1051
+ "cave_vines": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
1052
+ "deepslate_tile_wall": [0, 129, 138, 136, 138, 136, 146, 144, 154, 152, 154, 152, 146, 144, 154, 152, 154, 152, 134, 132, 142, 140, 142, 140, 150, 148, 158, 156, 158, 156, 150, 148, 158, 156, 158, 156, 134, 132, 142, 140, 142, 140, 150, 148, 158, 156, 158, 156, 150, 148, 158, 156, 158, 156, 131, 130, 139, 137, 139, 137, 147, 145, 155, 153, 155, 153, 147, 145, 155, 153, 155, 153, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157, 131, 130, 139, 137, 139, 137, 147, 145, 155, 153, 155, 153, 147, 145, 155, 153, 155, 153, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157],
1053
+ "hard_glass": [0],
1054
+ "pink_petals": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
1055
+ "deepslate_tile_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
1056
+ "infested_deepslate": [1, 1, 1],
1057
+ "unknown": [0],
1058
+ "reserved6": [0],
1059
+ "hard_yellow_stained_glass": [0],
1060
+ "hard_light_gray_stained_glass_pane": [0],
1061
+ "deepslate_tiles": [1],
1062
+ "hard_lime_stained_glass_pane": [0],
1063
+ "frog_spawn": [0],
1064
+ "hard_purple_stained_glass": [0],
1065
+ "hard_blue_stained_glass": [0],
1066
+ "hard_cyan_stained_glass": [0],
1067
+ "small_dripleaf_block": [0, 0, 0, 0, 0, 0, 0, 0],
1068
+ "deepslate_tile_slab": [63, 178],
1069
+ "client_request_placeholder_block": [0],
1070
+ "frame": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
1071
+ "hard_yellow_stained_glass_pane": [0],
1072
+ "waxed_exposed_copper_bulb": [1, 1, 1, 1],
1073
+ "cracked_deepslate_tiles": [1],
1074
+ "hard_magenta_stained_glass": [0],
1075
+ "hard_white_stained_glass": [0],
1076
+ "glowingobsidian": [0],
1077
+ "deepslate_brick_double_slab": [1, 0],
1078
+ "underwater_torch": [0, 0, 0, 0, 0, 0],
1079
+ "lightning_rod": [182, 182, 180, 180, 181, 181],
1080
+ "hard_light_blue_stained_glass": [0],
1081
+ "hard_brown_stained_glass_pane": [0],
1082
+ "oxidized_copper_bulb": [1, 1, 1, 1],
1083
+ "deepslate_brick_wall": [0, 129, 138, 136, 138, 136, 146, 144, 154, 152, 154, 152, 146, 144, 154, 152, 154, 152, 134, 132, 142, 140, 142, 140, 150, 148, 158, 156, 158, 156, 150, 148, 158, 156, 158, 156, 134, 132, 142, 140, 142, 140, 150, 148, 158, 156, 158, 156, 150, 148, 158, 156, 158, 156, 131, 130, 139, 137, 139, 137, 147, 145, 155, 153, 155, 153, 147, 145, 155, 153, 155, 153, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157, 131, 130, 139, 137, 139, 137, 147, 145, 155, 153, 155, 153, 147, 145, 155, 153, 155, 153, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157, 135, 133, 143, 141, 143, 141, 151, 149, 159, 157, 159, 157, 151, 149, 159, 157, 159, 157],
1084
+ "smooth_basalt": [1],
1085
+ "invisible_bedrock": [0],
1086
+ "stonecutter": [0],
1087
+ "hard_glass_pane": [0],
1088
+ "waxed_copper_bulb": [1, 1, 1, 1],
1089
+ "dripstone_block": [1],
1090
+ "raw_gold_block": [1],
1091
+ "flower_pot": [160, 0],
1092
+ "ochre_froglight": [1, 1, 1],
1093
+ "hard_gray_stained_glass": [0],
1094
+ "info_update": [0],
1095
+ "hard_black_stained_glass_pane": [0],
1096
+ "hard_brown_stained_glass": [0],
1097
+ "hard_orange_stained_glass_pane": [0],
1098
+ "hanging_roots": [0],
1099
+ "glow_frame": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
1100
+ "cobbled_deepslate_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
1101
+ "hard_green_stained_glass_pane": [0],
1102
+ "hard_pink_stained_glass": [0]
1103
+ },
1104
+ "shapes": {
1105
+ "0": [],
1106
+ "1": [[0.5, 0.5, 0.5, 1, 1, 1]],
1107
+ "2": [[0.09375, 0.28125, 0.09375, 0.1875, 0.5625, 0.1875], [0.90625, 0.28125, 0.09375, 0.1875, 0.5625, 0.1875], [0.5, 0.375, 0.59375, 1, 0.375, 0.8125], [0.5, 0.375, 0.09375, 0.625, 0.375, 0.1875]],
1108
+ "3": [[0.09375, 0.28125, 0.90625, 0.1875, 0.5625, 0.1875], [0.90625, 0.28125, 0.90625, 0.1875, 0.5625, 0.1875], [0.5, 0.375, 0.40625, 1, 0.375, 0.8125], [0.5, 0.375, 0.90625, 0.625, 0.375, 0.1875]],
1109
+ "4": [[0.09375, 0.28125, 0.09375, 0.1875, 0.5625, 0.1875], [0.09375, 0.28125, 0.90625, 0.1875, 0.5625, 0.1875], [0.5, 0.375, 0.5, 1, 0.375, 0.625], [0.59375, 0.375, 0.09375, 0.8125, 0.375, 0.1875], [0.59375, 0.375, 0.90625, 0.8125, 0.375, 0.1875]],
1110
+ "5": [[0.90625, 0.28125, 0.09375, 0.1875, 0.5625, 0.1875], [0.90625, 0.28125, 0.90625, 0.1875, 0.5625, 0.1875], [0.40625, 0.375, 0.5, 0.8125, 0.375, 1], [0.90625, 0.375, 0.5, 0.1875, 0.375, 0.625]],
1111
+ "6": [[0.5, 0.5, 0.625, 1, 1, 0.75]],
1112
+ "7": [[0.375, 0.5, 0.5, 0.75, 1, 1]],
1113
+ "8": [[0.5, 0.5, 0.375, 1, 1, 0.75]],
1114
+ "9": [[0.625, 0.5, 0.5, 0.75, 1, 1]],
1115
+ "10": [[0.5, 0.375, 0.5, 1, 0.75, 1]],
1116
+ "11": [[0.5, 0.625, 0.5, 1, 0.75, 1]],
1117
+ "12": [[0.5, 0.5, 0.125, 1, 1, 0.25], [0.5, 0.5, 0.625, 0.25, 0.25, 0.75]],
1118
+ "13": [[0.5, 0.5, 0.125, 1, 1, 0.25], [0.5, 0.5, 0.75, 0.25, 0.25, 1]],
1119
+ "14": [[0.875, 0.5, 0.5, 0.25, 1, 1], [0.375, 0.5, 0.5, 0.75, 0.25, 0.25]],
1120
+ "15": [[0.875, 0.5, 0.5, 0.25, 1, 1], [0.25, 0.5, 0.5, 1, 0.25, 0.25]],
1121
+ "16": [[0.5, 0.5, 0.875, 1, 1, 0.25], [0.5, 0.5, 0.375, 0.25, 0.25, 0.75]],
1122
+ "17": [[0.5, 0.5, 0.875, 1, 1, 0.25], [0.5, 0.5, 0.25, 0.25, 0.25, 1]],
1123
+ "18": [[0.125, 0.5, 0.5, 0.25, 1, 1], [0.625, 0.5, 0.5, 0.75, 0.25, 0.25]],
1124
+ "19": [[0.125, 0.5, 0.5, 0.25, 1, 1], [0.75, 0.5, 0.5, 1, 0.25, 0.25]],
1125
+ "20": [[0.5, 0.5, 0.5, 0.25, 1, 0.25], [0.1875, 0.875, 0.5, 0.375, 0.25, 1], [0.6875, 0.875, 0.1875, 0.625, 0.25, 0.375], [0.6875, 0.875, 0.8125, 0.625, 0.25, 0.375], [0.8125, 0.875, 0.5, 0.375, 0.25, 0.25]],
1126
+ "21": [[0.5, 0.375, 0.5, 0.25, 1.25, 0.25], [0.1875, 0.875, 0.5, 0.375, 0.25, 1], [0.6875, 0.875, 0.1875, 0.625, 0.25, 0.375], [0.6875, 0.875, 0.8125, 0.625, 0.25, 0.375], [0.8125, 0.875, 0.5, 0.375, 0.25, 0.25]],
1127
+ "22": [[0.5, 0.125, 0.5, 1, 0.25, 1], [0.5, 0.625, 0.5, 0.25, 0.75, 0.25]],
1128
+ "23": [[0.5, 0.125, 0.5, 1, 0.25, 1], [0.5, 0.75, 0.5, 0.25, 1, 0.25]],
1129
+ "24": [[0.5, 0.5, 0.25, 1, 1, 0.5], [0.5, 0.75, 0.75, 1, 0.5, 0.5]],
1130
+ "25": [[0.25, 0.5, 0.5, 0.5, 1, 1], [0.75, 0.5, 0.25, 0.5, 1, 0.5], [0.75, 0.75, 0.75, 0.5, 0.5, 0.5]],
1131
+ "26": [[0.5, 0.5, 0.25, 1, 1, 0.5], [0.75, 0.5, 0.75, 0.5, 1, 0.5], [0.25, 0.75, 0.75, 0.5, 0.5, 0.5]],
1132
+ "27": [[0.25, 0.5, 0.25, 0.5, 1, 0.5], [0.5, 0.75, 0.75, 1, 0.5, 0.5], [0.75, 0.75, 0.25, 0.5, 0.5, 0.5]],
1133
+ "28": [[0.75, 0.5, 0.25, 0.5, 1, 0.5], [0.25, 0.75, 0.5, 0.5, 0.5, 1], [0.75, 0.75, 0.75, 0.5, 0.5, 0.5]],
1134
+ "29": [[0.5, 0.25, 0.5, 1, 0.5, 1], [0.5, 0.75, 0.25, 1, 0.5, 0.5]],
1135
+ "30": [[0.5, 0.25, 0.5, 1, 0.5, 1], [0.25, 0.75, 0.5, 0.5, 0.5, 1], [0.75, 0.75, 0.25, 0.5, 0.5, 0.5]],
1136
+ "31": [[0.5, 0.25, 0.5, 1, 0.5, 1], [0.5, 0.75, 0.25, 1, 0.5, 0.5], [0.75, 0.75, 0.75, 0.5, 0.5, 0.5]],
1137
+ "32": [[0.5, 0.25, 0.5, 1, 0.5, 1], [0.25, 0.75, 0.25, 0.5, 0.5, 0.5]],
1138
+ "33": [[0.5, 0.25, 0.5, 1, 0.5, 1], [0.75, 0.75, 0.25, 0.5, 0.5, 0.5]],
1139
+ "34": [[0.5, 0.5, 0.75, 1, 1, 0.5], [0.5, 0.75, 0.25, 1, 0.5, 0.5]],
1140
+ "35": [[0.5, 0.5, 0.75, 1, 1, 0.5], [0.75, 0.5, 0.25, 0.5, 1, 0.5], [0.25, 0.75, 0.25, 0.5, 0.5, 0.5]],
1141
+ "36": [[0.25, 0.5, 0.5, 0.5, 1, 1], [0.75, 0.5, 0.75, 0.5, 1, 0.5], [0.75, 0.75, 0.25, 0.5, 0.5, 0.5]],
1142
+ "37": [[0.75, 0.5, 0.75, 0.5, 1, 0.5], [0.25, 0.75, 0.5, 0.5, 0.5, 1], [0.75, 0.75, 0.25, 0.5, 0.5, 0.5]],
1143
+ "38": [[0.25, 0.5, 0.75, 0.5, 1, 0.5], [0.5, 0.75, 0.25, 1, 0.5, 0.5], [0.75, 0.75, 0.75, 0.5, 0.5, 0.5]],
1144
+ "39": [[0.5, 0.25, 0.5, 1, 0.5, 1], [0.5, 0.75, 0.75, 1, 0.5, 0.5]],
1145
+ "40": [[0.5, 0.25, 0.5, 1, 0.5, 1], [0.5, 0.75, 0.75, 1, 0.5, 0.5], [0.75, 0.75, 0.25, 0.5, 0.5, 0.5]],
1146
+ "41": [[0.5, 0.25, 0.5, 1, 0.5, 1], [0.25, 0.75, 0.5, 0.5, 0.5, 1], [0.75, 0.75, 0.75, 0.5, 0.5, 0.5]],
1147
+ "42": [[0.5, 0.25, 0.5, 1, 0.5, 1], [0.75, 0.75, 0.75, 0.5, 0.5, 0.5]],
1148
+ "43": [[0.5, 0.25, 0.5, 1, 0.5, 1], [0.25, 0.75, 0.75, 0.5, 0.5, 0.5]],
1149
+ "44": [[0.25, 0.5, 0.5, 0.5, 1, 1], [0.75, 0.75, 0.5, 0.5, 0.5, 1]],
1150
+ "45": [[0.5, 0.25, 0.5, 1, 0.5, 1], [0.25, 0.75, 0.5, 0.5, 0.5, 1]],
1151
+ "46": [[0.75, 0.5, 0.5, 0.5, 1, 1], [0.25, 0.75, 0.5, 0.5, 0.5, 1]],
1152
+ "47": [[0.5, 0.25, 0.5, 1, 0.5, 1], [0.75, 0.75, 0.5, 0.5, 0.5, 1]],
1153
+ "48": [[0.5, 0.4375, 0.5, 0.875, 0.875, 0.875]],
1154
+ "49": [[0.53125, 0.4375, 0.5, 0.9375, 0.875, 0.875]],
1155
+ "50": [[0.46875, 0.4375, 0.5, 0.9375, 0.875, 0.875]],
1156
+ "51": [[0.5, 0.4375, 0.46875, 0.875, 0.875, 0.9375]],
1157
+ "52": [[0.5, 0.4375, 0.53125, 0.875, 0.875, 0.9375]],
1158
+ "53": [[0.5, 0.46875, 0.5, 1, 0.9375, 1]],
1159
+ "54": [[0.09375, 0.5, 0.5, 0.1875, 1, 1]],
1160
+ "55": [[0.5, 0.5, 0.90625, 1, 1, 0.1875]],
1161
+ "56": [[0.90625, 0.5, 0.5, 0.1875, 1, 1]],
1162
+ "57": [[0.5, 0.5, 0.09375, 1, 1, 0.1875]],
1163
+ "58": [[0.5, 0.9375, 0.5, 1, 0.125, 0.25]],
1164
+ "59": [[0.5, 0.9375, 0.5, 0.25, 0.125, 1]],
1165
+ "60": [[0.5, 0.0625, 0.5, 1, 0.125, 1]],
1166
+ "61": [[0.5, 0.125, 0.5, 1, 0.25, 1]],
1167
+ "62": [[0.5, 0.1875, 0.5, 1, 0.375, 1]],
1168
+ "63": [[0.5, 0.25, 0.5, 1, 0.5, 1]],
1169
+ "64": [[0.5, 0.3125, 0.5, 1, 0.625, 1]],
1170
+ "65": [[0.5, 0.4375, 0.5, 1, 0.875, 1]],
1171
+ "66": [[0.5, 0.46875, 0.5, 0.875, 0.9375, 0.875]],
1172
+ "67": [[0.5, 0.75, 0.5, 1, 1.5, 0.25], [0.5, 0.75, 0.1875, 0.25, 1.5, 0.375], [0.5, 0.75, 0.8125, 0.25, 1.5, 0.375]],
1173
+ "68": [[0.5, 0.75, 0.5, 0.25, 1.5, 1], [0.8125, 0.75, 0.5, 0.375, 1.5, 0.25]],
1174
+ "69": [[0.5, 0.75, 0.5, 1, 1.5, 0.25], [0.5, 0.75, 0.1875, 0.25, 1.5, 0.375]],
1175
+ "70": [[0.5, 0.75, 0.3125, 0.25, 1.5, 0.625], [0.8125, 0.75, 0.5, 0.375, 1.5, 0.25]],
1176
+ "71": [[0.5, 0.75, 0.5, 1, 1.5, 0.25], [0.5, 0.75, 0.8125, 0.25, 1.5, 0.375]],
1177
+ "72": [[0.5, 0.75, 0.6875, 0.25, 1.5, 0.625], [0.8125, 0.75, 0.5, 0.375, 1.5, 0.25]],
1178
+ "73": [[0.5, 0.75, 0.5, 1, 1.5, 0.25]],
1179
+ "74": [[0.6875, 0.75, 0.5, 0.625, 1.5, 0.25]],
1180
+ "75": [[0.3125, 0.75, 0.5, 0.625, 1.5, 0.25], [0.5, 0.75, 0.1875, 0.25, 1.5, 0.375], [0.5, 0.75, 0.8125, 0.25, 1.5, 0.375]],
1181
+ "76": [[0.5, 0.75, 0.5, 0.25, 1.5, 1]],
1182
+ "77": [[0.3125, 0.75, 0.5, 0.625, 1.5, 0.25], [0.5, 0.75, 0.1875, 0.25, 1.5, 0.375]],
1183
+ "78": [[0.5, 0.75, 0.3125, 0.25, 1.5, 0.625]],
1184
+ "79": [[0.3125, 0.75, 0.5, 0.625, 1.5, 0.25], [0.5, 0.75, 0.8125, 0.25, 1.5, 0.375]],
1185
+ "80": [[0.5, 0.75, 0.6875, 0.25, 1.5, 0.625]],
1186
+ "81": [[0.3125, 0.75, 0.5, 0.625, 1.5, 0.25]],
1187
+ "82": [[0.5, 0.75, 0.5, 0.25, 1.5, 0.25]],
1188
+ "83": [[0.5, 0.25, 0.5, 0.875, 0.5, 0.875]],
1189
+ "84": [[0.5625, 0.25, 0.5, 0.75, 0.5, 0.875]],
1190
+ "85": [[0.625, 0.25, 0.5, 0.625, 0.5, 0.875]],
1191
+ "86": [[0.6875, 0.25, 0.5, 0.5, 0.5, 0.875]],
1192
+ "87": [[0.75, 0.25, 0.5, 0.375, 0.5, 0.875]],
1193
+ "88": [[0.8125, 0.25, 0.5, 0.25, 0.5, 0.875]],
1194
+ "89": [[0.875, 0.25, 0.5, 0.125, 0.5, 0.875]],
1195
+ "90": [[0.5, 0.90625, 0.5, 1, 0.1875, 1]],
1196
+ "91": [[0.5, 0.09375, 0.5, 1, 0.1875, 1]],
1197
+ "92": [[0.5, 0.5, 0.5, 1, 1, 0.125], [0.5, 0.5, 0.21875, 0.125, 1, 0.4375], [0.5, 0.5, 0.78125, 0.125, 1, 0.4375]],
1198
+ "93": [[0.5, 0.5, 0.5, 0.125, 1, 1], [0.78125, 0.5, 0.5, 0.4375, 1, 0.125]],
1199
+ "94": [[0.5, 0.5, 0.5, 1, 1, 0.125], [0.5, 0.5, 0.21875, 0.125, 1, 0.4375]],
1200
+ "95": [[0.5, 0.5, 0.28125, 0.125, 1, 0.5625], [0.78125, 0.5, 0.5, 0.4375, 1, 0.125]],
1201
+ "96": [[0.5, 0.5, 0.5, 1, 1, 0.125], [0.5, 0.5, 0.78125, 0.125, 1, 0.4375]],
1202
+ "97": [[0.5, 0.5, 0.71875, 0.125, 1, 0.5625], [0.78125, 0.5, 0.5, 0.4375, 1, 0.125]],
1203
+ "98": [[0.5, 0.5, 0.5, 1, 1, 0.125]],
1204
+ "99": [[0.71875, 0.5, 0.5, 0.5625, 1, 0.125]],
1205
+ "100": [[0.28125, 0.5, 0.5, 0.5625, 1, 0.125], [0.5, 0.5, 0.21875, 0.125, 1, 0.4375], [0.5, 0.5, 0.78125, 0.125, 1, 0.4375]],
1206
+ "101": [[0.5, 0.5, 0.5, 0.125, 1, 1]],
1207
+ "102": [[0.28125, 0.5, 0.5, 0.5625, 1, 0.125], [0.5, 0.5, 0.21875, 0.125, 1, 0.4375]],
1208
+ "103": [[0.5, 0.5, 0.28125, 0.125, 1, 0.5625]],
1209
+ "104": [[0.28125, 0.5, 0.5, 0.5625, 1, 0.125], [0.5, 0.5, 0.78125, 0.125, 1, 0.4375]],
1210
+ "105": [[0.5, 0.5, 0.71875, 0.125, 1, 0.5625]],
1211
+ "106": [[0.28125, 0.5, 0.5, 0.5625, 1, 0.125]],
1212
+ "107": [[0.5, 0.5, 0.5, 0.125, 1, 0.125]],
1213
+ "108": [[0.5, 0.5, 0.5, 1, 0.1875, 0.1875]],
1214
+ "109": [[0.5, 0.5, 0.5, 0.1875, 1, 0.1875]],
1215
+ "110": [[0.5, 0.5, 0.5, 0.1875, 0.1875, 1]],
1216
+ "111": [[0.5, 0.046875, 0.5, 0.875, 0.09375, 0.875]],
1217
+ "112": [[0.5, 0.0625, 0.5, 0.875, 0.125, 0.875], [0.5, 0.5, 0.5, 0.125, 0.75, 0.125]],
1218
+ "113": [[0.0625, 0.5, 0.125, 0.125, 1, 0.25], [0.0625, 0.5, 0.875, 0.125, 1, 0.25], [0.1875, 0.5, 0.0625, 0.125, 1, 0.125], [0.1875, 0.5, 0.9375, 0.125, 1, 0.125], [0.875, 0.5, 0.0625, 0.25, 1, 0.125], [0.875, 0.5, 0.9375, 0.25, 1, 0.125], [0.9375, 0.5, 0.1875, 0.125, 1, 0.125], [0.9375, 0.5, 0.8125, 0.125, 1, 0.125], [0.5, 0.21875, 0.5, 1, 0.0625, 0.5], [0.5, 0.21875, 0.1875, 0.75, 0.0625, 0.125], [0.5, 0.21875, 0.8125, 0.75, 0.0625, 0.125], [0.5, 0.59375, 0.0625, 0.5, 0.8125, 0.125], [0.5, 0.59375, 0.9375, 0.5, 0.8125, 0.125], [0.0625, 0.625, 0.5, 0.125, 0.75, 0.5], [0.9375, 0.625, 0.5, 0.125, 0.75, 0.5]],
1219
+ "114": [[0.5, 0.40625, 0.5, 1, 0.8125, 1], [0.5, 0.90625, 0.5, 0.5, 0.1875, 0.5]],
1220
+ "115": [[0.5, 0.40625, 0.5, 1, 0.8125, 1]],
1221
+ "116": [[0.5, 0.5, 0.5, 0.875, 1, 0.875]],
1222
+ "117": [[0.5, 0.59375, 0.1875, 0.25, 0.3125, 0.25]],
1223
+ "118": [[0.5, 0.59375, 0.8125, 0.25, 0.3125, 0.25]],
1224
+ "119": [[0.1875, 0.59375, 0.5, 0.25, 0.3125, 0.25]],
1225
+ "120": [[0.8125, 0.59375, 0.5, 0.25, 0.3125, 0.25]],
1226
+ "121": [[0.5, 0.53125, 0.25, 0.375, 0.4375, 0.375]],
1227
+ "122": [[0.5, 0.53125, 0.75, 0.375, 0.4375, 0.375]],
1228
+ "123": [[0.25, 0.53125, 0.5, 0.375, 0.4375, 0.375]],
1229
+ "124": [[0.75, 0.53125, 0.5, 0.375, 0.4375, 0.375]],
1230
+ "125": [[0.5, 0.46875, 0.3125, 0.5, 0.5625, 0.5]],
1231
+ "126": [[0.5, 0.46875, 0.6875, 0.5, 0.5625, 0.5]],
1232
+ "127": [[0.3125, 0.46875, 0.5, 0.5, 0.5625, 0.5]],
1233
+ "128": [[0.6875, 0.46875, 0.5, 0.5, 0.5625, 0.5]],
1234
+ "129": [[0.5, 0.75, 0.5, 0.5, 1.5, 0.5]],
1235
+ "130": [[0.375, 0.75, 0.5, 0.75, 1.5, 0.375], [0.5, 0.75, 0.28125, 0.5, 1.5, 0.0625], [0.5, 0.75, 0.71875, 0.5, 1.5, 0.0625]],
1236
+ "131": [[0.34375, 0.75, 0.5, 0.6875, 1.5, 0.375]],
1237
+ "132": [[0.5, 0.75, 0.5, 0.5, 1.5, 0.5], [0.5, 0.75, 0.875, 0.375, 1.5, 0.25]],
1238
+ "133": [[0.375, 0.75, 0.5, 0.75, 1.5, 0.375], [0.5, 0.75, 0.28125, 0.5, 1.5, 0.0625], [0.5, 0.75, 0.71875, 0.5, 1.5, 0.0625], [0.5, 0.75, 0.875, 0.375, 1.5, 0.25]],
1239
+ "134": [[0.5, 0.75, 0.65625, 0.375, 1.5, 0.6875]],
1240
+ "135": [[0.34375, 0.75, 0.5, 0.6875, 1.5, 0.375], [0.5, 0.75, 0.84375, 0.375, 1.5, 0.3125]],
1241
+ "136": [[0.5, 0.75, 0.5, 0.5, 1.5, 0.5], [0.5, 0.75, 0.125, 0.375, 1.5, 0.25]],
1242
+ "137": [[0.375, 0.75, 0.5, 0.75, 1.5, 0.375], [0.5, 0.75, 0.28125, 0.5, 1.5, 0.0625], [0.5, 0.75, 0.71875, 0.5, 1.5, 0.0625], [0.5, 0.75, 0.125, 0.375, 1.5, 0.25]],
1243
+ "138": [[0.5, 0.75, 0.34375, 0.375, 1.5, 0.6875]],
1244
+ "139": [[0.34375, 0.75, 0.5, 0.6875, 1.5, 0.375], [0.5, 0.75, 0.15625, 0.375, 1.5, 0.3125]],
1245
+ "140": [[0.5, 0.75, 0.5, 0.5, 1.5, 0.5], [0.5, 0.75, 0.125, 0.375, 1.5, 0.25], [0.5, 0.75, 0.875, 0.375, 1.5, 0.25]],
1246
+ "141": [[0.375, 0.75, 0.5, 0.75, 1.5, 0.375], [0.5, 0.75, 0.28125, 0.5, 1.5, 0.0625], [0.5, 0.75, 0.71875, 0.5, 1.5, 0.0625], [0.5, 0.75, 0.125, 0.375, 1.5, 0.25], [0.5, 0.75, 0.875, 0.375, 1.5, 0.25]],
1247
+ "142": [[0.5, 0.75, 0.5, 0.375, 1.5, 1]],
1248
+ "143": [[0.34375, 0.75, 0.5, 0.6875, 1.5, 0.375], [0.5, 0.75, 0.15625, 0.375, 1.5, 0.3125], [0.5, 0.75, 0.84375, 0.375, 1.5, 0.3125]],
1249
+ "144": [[0.5, 0.75, 0.5, 0.5, 1.5, 0.5], [0.875, 0.75, 0.5, 0.25, 1.5, 0.375]],
1250
+ "145": [[0.5, 0.75, 0.5, 1, 1.5, 0.375], [0.5, 0.75, 0.28125, 0.5, 1.5, 0.0625], [0.5, 0.75, 0.71875, 0.5, 1.5, 0.0625]],
1251
+ "146": [[0.65625, 0.75, 0.5, 0.6875, 1.5, 0.375]],
1252
+ "147": [[0.5, 0.75, 0.5, 1, 1.5, 0.375]],
1253
+ "148": [[0.5, 0.75, 0.5, 0.5, 1.5, 0.5], [0.5, 0.75, 0.875, 0.375, 1.5, 0.25], [0.875, 0.75, 0.5, 0.25, 1.5, 0.375]],
1254
+ "149": [[0.5, 0.75, 0.5, 1, 1.5, 0.375], [0.5, 0.75, 0.28125, 0.5, 1.5, 0.0625], [0.5, 0.75, 0.71875, 0.5, 1.5, 0.0625], [0.5, 0.75, 0.875, 0.375, 1.5, 0.25]],
1255
+ "150": [[0.5, 0.75, 0.65625, 0.375, 1.5, 0.6875], [0.84375, 0.75, 0.5, 0.3125, 1.5, 0.375]],
1256
+ "151": [[0.5, 0.75, 0.5, 1, 1.5, 0.375], [0.5, 0.75, 0.84375, 0.375, 1.5, 0.3125]],
1257
+ "152": [[0.5, 0.75, 0.5, 0.5, 1.5, 0.5], [0.5, 0.75, 0.125, 0.375, 1.5, 0.25], [0.875, 0.75, 0.5, 0.25, 1.5, 0.375]],
1258
+ "153": [[0.5, 0.75, 0.5, 1, 1.5, 0.375], [0.5, 0.75, 0.28125, 0.5, 1.5, 0.0625], [0.5, 0.75, 0.71875, 0.5, 1.5, 0.0625], [0.5, 0.75, 0.125, 0.375, 1.5, 0.25]],
1259
+ "154": [[0.5, 0.75, 0.34375, 0.375, 1.5, 0.6875], [0.84375, 0.75, 0.5, 0.3125, 1.5, 0.375]],
1260
+ "155": [[0.5, 0.75, 0.5, 1, 1.5, 0.375], [0.5, 0.75, 0.15625, 0.375, 1.5, 0.3125]],
1261
+ "156": [[0.5, 0.75, 0.5, 0.5, 1.5, 0.5], [0.5, 0.75, 0.125, 0.375, 1.5, 0.25], [0.5, 0.75, 0.875, 0.375, 1.5, 0.25], [0.875, 0.75, 0.5, 0.25, 1.5, 0.375]],
1262
+ "157": [[0.5, 0.75, 0.5, 1, 1.5, 0.375], [0.5, 0.75, 0.28125, 0.5, 1.5, 0.0625], [0.5, 0.75, 0.71875, 0.5, 1.5, 0.0625], [0.5, 0.75, 0.125, 0.375, 1.5, 0.25], [0.5, 0.75, 0.875, 0.375, 1.5, 0.25]],
1263
+ "158": [[0.5, 0.75, 0.5, 0.375, 1.5, 1], [0.84375, 0.75, 0.5, 0.3125, 1.5, 0.375]],
1264
+ "159": [[0.5, 0.75, 0.5, 1, 1.5, 0.375], [0.5, 0.75, 0.15625, 0.375, 1.5, 0.3125], [0.5, 0.75, 0.84375, 0.375, 1.5, 0.3125]],
1265
+ "160": [[0.5, 0.1875, 0.5, 0.375, 0.375, 0.375]],
1266
+ "161": [[0.5, 0.25, 0.5, 0.5, 0.5, 0.5]],
1267
+ "162": [[0.5, 0.5, 0.75, 0.5, 0.5, 0.5]],
1268
+ "163": [[0.5, 0.5, 0.25, 0.5, 0.5, 0.5]],
1269
+ "164": [[0.75, 0.5, 0.5, 0.5, 0.5, 0.5]],
1270
+ "165": [[0.25, 0.5, 0.5, 0.5, 0.5, 0.5]],
1271
+ "166": [[0.5, 0.25, 0.5, 0.625, 0.5, 0.625]],
1272
+ "167": [[0.5, 0.5, 0.75, 0.625, 0.5, 0.5]],
1273
+ "168": [[0.5, 0.5, 0.25, 0.625, 0.5, 0.5]],
1274
+ "169": [[0.75, 0.5, 0.5, 0.5, 0.5, 0.625]],
1275
+ "170": [[0.25, 0.5, 0.5, 0.5, 0.5, 0.625]],
1276
+ "171": [[0.5, 0.125, 0.5, 0.75, 0.25, 0.75], [0.5, 0.28125, 0.5, 0.5, 0.0625, 0.625], [0.5, 0.65625, 0.5, 0.25, 0.6875, 0.5], [0.28125, 0.8125, 0.5, 0.1875, 0.375, 1], [0.59375, 0.8125, 0.125, 0.4375, 0.375, 0.25], [0.59375, 0.8125, 0.875, 0.4375, 0.375, 0.25], [0.71875, 0.8125, 0.5, 0.1875, 0.375, 0.5]],
1277
+ "172": [[0.5, 0.125, 0.5, 0.75, 0.25, 0.75], [0.5, 0.28125, 0.5, 0.625, 0.0625, 0.5], [0.5, 0.65625, 0.5, 0.5, 0.6875, 0.25], [0.125, 0.8125, 0.5, 0.25, 0.375, 0.625], [0.625, 0.8125, 0.28125, 0.75, 0.375, 0.1875], [0.625, 0.8125, 0.71875, 0.75, 0.375, 0.1875], [0.875, 0.8125, 0.5, 0.25, 0.375, 0.25]],
1278
+ "173": [[0.5, 0.34375, 0.5, 0.25, 0.6875, 0.25], [0.3125, 0.46875, 0.5, 0.125, 0.4375, 0.5], [0.5625, 0.46875, 0.3125, 0.375, 0.4375, 0.125], [0.5625, 0.46875, 0.6875, 0.375, 0.4375, 0.125], [0.6875, 0.46875, 0.5, 0.125, 0.4375, 0.25], [0.125, 0.65625, 0.5, 0.25, 0.0625, 1], [0.625, 0.65625, 0.125, 0.75, 0.0625, 0.25], [0.625, 0.65625, 0.875, 0.75, 0.0625, 0.25], [0.875, 0.65625, 0.5, 0.25, 0.0625, 0.5], [0.0625, 0.84375, 0.5, 0.125, 0.3125, 1], [0.5625, 0.84375, 0.0625, 0.875, 0.3125, 0.125], [0.5625, 0.84375, 0.9375, 0.875, 0.3125, 0.125], [0.9375, 0.84375, 0.5, 0.125, 0.3125, 0.75]],
1279
+ "174": [[0.5, 0.46875, 0.5, 0.5, 0.4375, 0.5], [0.5, 0.375, 0.125, 0.25, 0.25, 0.25], [0.125, 0.65625, 0.5, 0.25, 0.0625, 1], [0.625, 0.65625, 0.125, 0.75, 0.0625, 0.25], [0.625, 0.65625, 0.875, 0.75, 0.0625, 0.25], [0.875, 0.65625, 0.5, 0.25, 0.0625, 0.5], [0.0625, 0.84375, 0.5, 0.125, 0.3125, 1], [0.5625, 0.84375, 0.0625, 0.875, 0.3125, 0.125], [0.5625, 0.84375, 0.9375, 0.875, 0.3125, 0.125], [0.9375, 0.84375, 0.5, 0.125, 0.3125, 0.75]],
1280
+ "175": [[0.5, 0.46875, 0.5, 0.5, 0.4375, 0.5], [0.5, 0.375, 0.875, 0.25, 0.25, 0.25], [0.125, 0.65625, 0.5, 0.25, 0.0625, 1], [0.625, 0.65625, 0.125, 0.75, 0.0625, 0.25], [0.625, 0.65625, 0.875, 0.75, 0.0625, 0.25], [0.875, 0.65625, 0.5, 0.25, 0.0625, 0.5], [0.0625, 0.84375, 0.5, 0.125, 0.3125, 1], [0.5625, 0.84375, 0.0625, 0.875, 0.3125, 0.125], [0.5625, 0.84375, 0.9375, 0.875, 0.3125, 0.125], [0.9375, 0.84375, 0.5, 0.125, 0.3125, 0.75]],
1281
+ "176": [[0.375, 0.375, 0.5, 0.75, 0.25, 0.25], [0.5, 0.46875, 0.3125, 0.5, 0.4375, 0.125], [0.5, 0.46875, 0.6875, 0.5, 0.4375, 0.125], [0.5, 0.59375, 0.5, 0.5, 0.1875, 0.25], [0.125, 0.65625, 0.5, 0.25, 0.0625, 1], [0.625, 0.65625, 0.125, 0.75, 0.0625, 0.25], [0.625, 0.65625, 0.875, 0.75, 0.0625, 0.25], [0.875, 0.65625, 0.5, 0.25, 0.0625, 0.5], [0.0625, 0.84375, 0.5, 0.125, 0.3125, 1], [0.5625, 0.84375, 0.0625, 0.875, 0.3125, 0.125], [0.5625, 0.84375, 0.9375, 0.875, 0.3125, 0.125], [0.9375, 0.84375, 0.5, 0.125, 0.3125, 0.75]],
1282
+ "177": [[0.5, 0.46875, 0.5, 0.5, 0.4375, 0.5], [0.875, 0.375, 0.5, 0.25, 0.25, 0.25], [0.125, 0.65625, 0.5, 0.25, 0.0625, 1], [0.625, 0.65625, 0.125, 0.75, 0.0625, 0.25], [0.625, 0.65625, 0.875, 0.75, 0.0625, 0.25], [0.875, 0.65625, 0.5, 0.25, 0.0625, 0.5], [0.0625, 0.84375, 0.5, 0.125, 0.3125, 1], [0.5625, 0.84375, 0.0625, 0.875, 0.3125, 0.125], [0.5625, 0.84375, 0.9375, 0.875, 0.3125, 0.125], [0.9375, 0.84375, 0.5, 0.125, 0.3125, 0.75]],
1283
+ "178": [[0.5, 0.75, 0.5, 1, 0.5, 1]],
1284
+ "179": [[0.5, 0.03125, 0.5, 1, 0.0625, 1]],
1285
+ "180": [[0.5, 0.5, 0.5, 0.25, 0.25, 1]],
1286
+ "181": [[0.5, 0.5, 0.5, 1, 0.25, 0.25]],
1287
+ "182": [[0.5, 0.5, 0.5, 0.25, 1, 0.25]],
1288
+ "183": [[0.5, 0.5, 0.5, 0.625, 1, 0.625], [0.09375, 0.5, 0.5, 0.1875, 0.625, 0.625], [0.5, 0.5, 0.09375, 0.625, 0.625, 0.1875], [0.5, 0.5, 0.90625, 0.625, 0.625, 0.1875], [0.90625, 0.5, 0.5, 0.1875, 0.625, 0.625]],
1289
+ "184": [[0.5, 0.5, 0.5, 0.625, 1, 0.625], [0.5, 0.5, 0.09375, 0.625, 0.625, 0.1875], [0.5, 0.5, 0.90625, 0.625, 0.625, 0.1875], [0.90625, 0.5, 0.5, 0.1875, 0.625, 0.625]],
1290
+ "185": [[0.5, 0.40625, 0.5, 0.625, 0.8125, 0.625], [0.09375, 0.5, 0.5, 0.1875, 0.625, 0.625], [0.5, 0.5, 0.09375, 0.625, 0.625, 0.1875], [0.5, 0.5, 0.90625, 0.625, 0.625, 0.1875], [0.90625, 0.5, 0.5, 0.1875, 0.625, 0.625]],
1291
+ "186": [[0.5, 0.40625, 0.5, 0.625, 0.8125, 0.625], [0.5, 0.5, 0.09375, 0.625, 0.625, 0.1875], [0.5, 0.5, 0.90625, 0.625, 0.625, 0.1875], [0.90625, 0.5, 0.5, 0.1875, 0.625, 0.625]],
1292
+ "187": [[0.5, 0.5, 0.5, 0.625, 1, 0.625], [0.09375, 0.5, 0.5, 0.1875, 0.625, 0.625], [0.5, 0.5, 0.09375, 0.625, 0.625, 0.1875], [0.90625, 0.5, 0.5, 0.1875, 0.625, 0.625]],
1293
+ "188": [[0.5, 0.5, 0.5, 0.625, 1, 0.625], [0.5, 0.5, 0.09375, 0.625, 0.625, 0.1875], [0.90625, 0.5, 0.5, 0.1875, 0.625, 0.625]],
1294
+ "189": [[0.5, 0.40625, 0.5, 0.625, 0.8125, 0.625], [0.09375, 0.5, 0.5, 0.1875, 0.625, 0.625], [0.5, 0.5, 0.09375, 0.625, 0.625, 0.1875], [0.90625, 0.5, 0.5, 0.1875, 0.625, 0.625]],
1295
+ "190": [[0.5, 0.40625, 0.5, 0.625, 0.8125, 0.625], [0.5, 0.5, 0.09375, 0.625, 0.625, 0.1875], [0.90625, 0.5, 0.5, 0.1875, 0.625, 0.625]],
1296
+ "191": [[0.5, 0.5, 0.5, 0.625, 1, 0.625], [0.09375, 0.5, 0.5, 0.1875, 0.625, 0.625], [0.5, 0.5, 0.90625, 0.625, 0.625, 0.1875], [0.90625, 0.5, 0.5, 0.1875, 0.625, 0.625]],
1297
+ "192": [[0.5, 0.5, 0.5, 0.625, 1, 0.625], [0.5, 0.5, 0.90625, 0.625, 0.625, 0.1875], [0.90625, 0.5, 0.5, 0.1875, 0.625, 0.625]],
1298
+ "193": [[0.5, 0.40625, 0.5, 0.625, 0.8125, 0.625], [0.09375, 0.5, 0.5, 0.1875, 0.625, 0.625], [0.5, 0.5, 0.90625, 0.625, 0.625, 0.1875], [0.90625, 0.5, 0.5, 0.1875, 0.625, 0.625]],
1299
+ "194": [[0.5, 0.40625, 0.5, 0.625, 0.8125, 0.625], [0.5, 0.5, 0.90625, 0.625, 0.625, 0.1875], [0.90625, 0.5, 0.5, 0.1875, 0.625, 0.625]],
1300
+ "195": [[0.5, 0.5, 0.5, 0.625, 1, 0.625], [0.09375, 0.5, 0.5, 0.1875, 0.625, 0.625], [0.90625, 0.5, 0.5, 0.1875, 0.625, 0.625]],
1301
+ "196": [[0.5, 0.5, 0.5, 0.625, 1, 0.625], [0.90625, 0.5, 0.5, 0.1875, 0.625, 0.625]],
1302
+ "197": [[0.5, 0.40625, 0.5, 0.625, 0.8125, 0.625], [0.09375, 0.5, 0.5, 0.1875, 0.625, 0.625], [0.90625, 0.5, 0.5, 0.1875, 0.625, 0.625]],
1303
+ "198": [[0.5, 0.40625, 0.5, 0.625, 0.8125, 0.625], [0.90625, 0.5, 0.5, 0.1875, 0.625, 0.625]],
1304
+ "199": [[0.5, 0.5, 0.5, 0.625, 1, 0.625], [0.09375, 0.5, 0.5, 0.1875, 0.625, 0.625], [0.5, 0.5, 0.09375, 0.625, 0.625, 0.1875], [0.5, 0.5, 0.90625, 0.625, 0.625, 0.1875]],
1305
+ "200": [[0.5, 0.5, 0.5, 0.625, 1, 0.625], [0.5, 0.5, 0.09375, 0.625, 0.625, 0.1875], [0.5, 0.5, 0.90625, 0.625, 0.625, 0.1875]],
1306
+ "201": [[0.5, 0.40625, 0.5, 0.625, 0.8125, 0.625], [0.09375, 0.5, 0.5, 0.1875, 0.625, 0.625], [0.5, 0.5, 0.09375, 0.625, 0.625, 0.1875], [0.5, 0.5, 0.90625, 0.625, 0.625, 0.1875]],
1307
+ "202": [[0.5, 0.40625, 0.5, 0.625, 0.8125, 0.625], [0.5, 0.5, 0.09375, 0.625, 0.625, 0.1875], [0.5, 0.5, 0.90625, 0.625, 0.625, 0.1875]],
1308
+ "203": [[0.5, 0.5, 0.5, 0.625, 1, 0.625], [0.09375, 0.5, 0.5, 0.1875, 0.625, 0.625], [0.5, 0.5, 0.09375, 0.625, 0.625, 0.1875]],
1309
+ "204": [[0.5, 0.5, 0.5, 0.625, 1, 0.625], [0.5, 0.5, 0.09375, 0.625, 0.625, 0.1875]],
1310
+ "205": [[0.5, 0.40625, 0.5, 0.625, 0.8125, 0.625], [0.09375, 0.5, 0.5, 0.1875, 0.625, 0.625], [0.5, 0.5, 0.09375, 0.625, 0.625, 0.1875]],
1311
+ "206": [[0.5, 0.40625, 0.5, 0.625, 0.8125, 0.625], [0.5, 0.5, 0.09375, 0.625, 0.625, 0.1875]],
1312
+ "207": [[0.5, 0.5, 0.5, 0.625, 1, 0.625], [0.09375, 0.5, 0.5, 0.1875, 0.625, 0.625], [0.5, 0.5, 0.90625, 0.625, 0.625, 0.1875]],
1313
+ "208": [[0.5, 0.5, 0.5, 0.625, 1, 0.625], [0.5, 0.5, 0.90625, 0.625, 0.625, 0.1875]],
1314
+ "209": [[0.5, 0.40625, 0.5, 0.625, 0.8125, 0.625], [0.09375, 0.5, 0.5, 0.1875, 0.625, 0.625], [0.5, 0.5, 0.90625, 0.625, 0.625, 0.1875]],
1315
+ "210": [[0.5, 0.40625, 0.5, 0.625, 0.8125, 0.625], [0.5, 0.5, 0.90625, 0.625, 0.625, 0.1875]],
1316
+ "211": [[0.5, 0.5, 0.5, 0.625, 1, 0.625], [0.09375, 0.5, 0.5, 0.1875, 0.625, 0.625]],
1317
+ "212": [[0.5, 0.5, 0.5, 0.625, 1, 0.625]],
1318
+ "213": [[0.5, 0.40625, 0.5, 0.625, 0.8125, 0.625], [0.09375, 0.5, 0.5, 0.1875, 0.625, 0.625]],
1319
+ "214": [[0.5, 0.40625, 0.5, 0.625, 0.8125, 0.625]],
1320
+ "215": [[0.5, 0.5, 0.5, 1, 0.625, 0.625], [0.5, 0.5, 0.09375, 0.625, 0.625, 0.1875], [0.5, 0.5, 0.90625, 0.625, 0.625, 0.1875], [0.5, 0.90625, 0.5, 0.625, 0.1875, 0.625]],
1321
+ "216": [[0.5, 0.5, 0.5, 0.625, 0.625, 1], [0.90625, 0.5, 0.5, 0.1875, 0.625, 0.625], [0.5, 0.90625, 0.5, 0.625, 0.1875, 0.625]],
1322
+ "217": [[0.5, 0.5, 0.5, 1, 0.625, 0.625], [0.5, 0.5, 0.09375, 0.625, 0.625, 0.1875], [0.5, 0.5, 0.90625, 0.625, 0.625, 0.1875]],
1323
+ "218": [[0.5, 0.5, 0.5, 0.625, 0.625, 1], [0.90625, 0.5, 0.5, 0.1875, 0.625, 0.625]],
1324
+ "219": [[0.5, 0.5, 0.5, 1, 0.625, 0.625], [0.5, 0.5, 0.09375, 0.625, 0.625, 0.1875], [0.5, 0.90625, 0.5, 0.625, 0.1875, 0.625]],
1325
+ "220": [[0.5, 0.5, 0.40625, 0.625, 0.625, 0.8125], [0.90625, 0.5, 0.5, 0.1875, 0.625, 0.625], [0.5, 0.90625, 0.5, 0.625, 0.1875, 0.625]],
1326
+ "221": [[0.5, 0.5, 0.5, 1, 0.625, 0.625], [0.5, 0.5, 0.09375, 0.625, 0.625, 0.1875]],
1327
+ "222": [[0.5, 0.5, 0.40625, 0.625, 0.625, 0.8125], [0.90625, 0.5, 0.5, 0.1875, 0.625, 0.625]],
1328
+ "223": [[0.5, 0.5, 0.5, 1, 0.625, 0.625], [0.5, 0.5, 0.90625, 0.625, 0.625, 0.1875], [0.5, 0.90625, 0.5, 0.625, 0.1875, 0.625]],
1329
+ "224": [[0.5, 0.5, 0.59375, 0.625, 0.625, 0.8125], [0.90625, 0.5, 0.5, 0.1875, 0.625, 0.625], [0.5, 0.90625, 0.5, 0.625, 0.1875, 0.625]],
1330
+ "225": [[0.5, 0.5, 0.5, 1, 0.625, 0.625], [0.5, 0.5, 0.90625, 0.625, 0.625, 0.1875]],
1331
+ "226": [[0.5, 0.5, 0.59375, 0.625, 0.625, 0.8125], [0.90625, 0.5, 0.5, 0.1875, 0.625, 0.625]],
1332
+ "227": [[0.5, 0.5, 0.5, 1, 0.625, 0.625], [0.5, 0.90625, 0.5, 0.625, 0.1875, 0.625]],
1333
+ "228": [[0.59375, 0.5, 0.5, 0.8125, 0.625, 0.625], [0.5, 0.90625, 0.5, 0.625, 0.1875, 0.625]],
1334
+ "229": [[0.5, 0.5, 0.5, 1, 0.625, 0.625]],
1335
+ "230": [[0.59375, 0.5, 0.5, 0.8125, 0.625, 0.625]],
1336
+ "231": [[0.40625, 0.5, 0.5, 0.8125, 0.625, 0.625], [0.5, 0.5, 0.09375, 0.625, 0.625, 0.1875], [0.5, 0.5, 0.90625, 0.625, 0.625, 0.1875], [0.5, 0.90625, 0.5, 0.625, 0.1875, 0.625]],
1337
+ "232": [[0.5, 0.5, 0.5, 0.625, 0.625, 1], [0.5, 0.90625, 0.5, 0.625, 0.1875, 0.625]],
1338
+ "233": [[0.40625, 0.5, 0.5, 0.8125, 0.625, 0.625], [0.5, 0.5, 0.09375, 0.625, 0.625, 0.1875], [0.5, 0.5, 0.90625, 0.625, 0.625, 0.1875]],
1339
+ "234": [[0.5, 0.5, 0.5, 0.625, 0.625, 1]],
1340
+ "235": [[0.40625, 0.5, 0.5, 0.8125, 0.625, 0.625], [0.5, 0.5, 0.09375, 0.625, 0.625, 0.1875], [0.5, 0.90625, 0.5, 0.625, 0.1875, 0.625]],
1341
+ "236": [[0.5, 0.5, 0.40625, 0.625, 0.625, 0.8125], [0.5, 0.90625, 0.5, 0.625, 0.1875, 0.625]],
1342
+ "237": [[0.40625, 0.5, 0.5, 0.8125, 0.625, 0.625], [0.5, 0.5, 0.09375, 0.625, 0.625, 0.1875]],
1343
+ "238": [[0.5, 0.5, 0.40625, 0.625, 0.625, 0.8125]],
1344
+ "239": [[0.40625, 0.5, 0.5, 0.8125, 0.625, 0.625], [0.5, 0.5, 0.90625, 0.625, 0.625, 0.1875], [0.5, 0.90625, 0.5, 0.625, 0.1875, 0.625]],
1345
+ "240": [[0.5, 0.5, 0.59375, 0.625, 0.625, 0.8125], [0.5, 0.90625, 0.5, 0.625, 0.1875, 0.625]],
1346
+ "241": [[0.40625, 0.5, 0.5, 0.8125, 0.625, 0.625], [0.5, 0.5, 0.90625, 0.625, 0.625, 0.1875]],
1347
+ "242": [[0.5, 0.5, 0.59375, 0.625, 0.625, 0.8125]],
1348
+ "243": [[0.40625, 0.5, 0.5, 0.8125, 0.625, 0.625], [0.5, 0.90625, 0.5, 0.625, 0.1875, 0.625]],
1349
+ "244": [[0.5, 0.59375, 0.5, 0.625, 0.8125, 0.625]],
1350
+ "245": [[0.40625, 0.5, 0.5, 0.8125, 0.625, 0.625]],
1351
+ "246": [[0.5, 0.5, 0.5, 0.625, 0.625, 0.625]],
1352
+ "247": [[0.5, 0.0625, 0.5, 0.375, 0.25, 0.375]],
1353
+ "248": [[0.5, 0.125, 0.5, 0.625, 0.375, 0.625]],
1354
+ "249": [[0.46875, 0.21875, 0.46875, 0.5625, 0.4375, 0.5625]],
1355
+ "250": [[0.5, 0.21875, 0.5, 0.875, 0.4375, 0.875]],
1356
+ "251": [[0.5, 0.5, 0.5, 0.875, 1, 0.75]],
1357
+ "252": [[0.5, 0.1875, 0.5, 0.25, 0.375, 0.25]],
1358
+ "253": [[0.5, 0.1875, 0.5, 0.625, 0.375, 0.625]],
1359
+ "254": [[0.5, 0.1875, 0.5, 0.75, 0.375, 0.75]],
1360
+ "255": [[0.5, 0.21875, 0.5, 0.75, 0.4375, 0.75]],
1361
+ "256": [[0.5, 0.5, 0.5, 0.375, 0.375, 0.375]],
1362
+ "257": [[0.25, 0.5, 0.25, 0.1875, 1, 0.1875]],
1363
+ "258": [[0.0625, 0.5, 0.0625, 0.125, 1, 0.125], [0.0625, 0.5, 0.9375, 0.125, 1, 0.125], [0.9375, 0.5, 0.0625, 0.125, 1, 0.125], [0.9375, 0.5, 0.9375, 0.125, 1, 0.125], [0.5, 0.9375, 0.5, 1, 0.125, 0.75], [0.5, 0.9375, 0.0625, 0.75, 0.125, 0.125], [0.5, 0.9375, 0.9375, 0.75, 0.125, 0.125]],
1364
+ "259": [[0.1875, 0.40625, 0.5, 0.125, 0.8125, 0.25], [0.8125, 0.40625, 0.5, 0.125, 0.8125, 0.25], [0.5, 0.625, 0.5, 0.5, 0.75, 0.75], [0.1875, 0.625, 0.34375, 0.125, 0.375, 0.0625], [0.1875, 0.625, 0.65625, 0.125, 0.375, 0.0625], [0.8125, 0.625, 0.34375, 0.125, 0.375, 0.0625], [0.8125, 0.625, 0.65625, 0.125, 0.375, 0.0625]],
1365
+ "260": [[0.5, 0.40625, 0.1875, 0.25, 0.8125, 0.125], [0.5, 0.40625, 0.8125, 0.25, 0.8125, 0.125], [0.5, 0.625, 0.5, 0.75, 0.75, 0.5], [0.34375, 0.625, 0.1875, 0.0625, 0.375, 0.125], [0.34375, 0.625, 0.8125, 0.0625, 0.375, 0.125], [0.65625, 0.625, 0.1875, 0.0625, 0.375, 0.125], [0.65625, 0.625, 0.8125, 0.0625, 0.375, 0.125]],
1366
+ "261": [[0.5, 0.5, 0.375, 0.5, 0.75, 0.75], [0.1875, 0.5, 0.375, 0.125, 0.375, 0.375], [0.8125, 0.5, 0.375, 0.125, 0.375, 0.375], [0.1875, 0.5, 0.78125, 0.125, 0.25, 0.4375], [0.8125, 0.5, 0.78125, 0.125, 0.25, 0.4375]],
1367
+ "262": [[0.5, 0.5, 0.625, 0.5, 0.75, 0.75], [0.1875, 0.5, 0.625, 0.125, 0.375, 0.375], [0.8125, 0.5, 0.625, 0.125, 0.375, 0.375], [0.1875, 0.5, 0.21875, 0.125, 0.25, 0.4375], [0.8125, 0.5, 0.21875, 0.125, 0.25, 0.4375]],
1368
+ "263": [[0.375, 0.5, 0.5, 0.75, 0.75, 0.5], [0.375, 0.5, 0.1875, 0.375, 0.375, 0.125], [0.375, 0.5, 0.8125, 0.375, 0.375, 0.125], [0.78125, 0.5, 0.1875, 0.4375, 0.25, 0.125], [0.78125, 0.5, 0.8125, 0.4375, 0.25, 0.125]],
1369
+ "264": [[0.625, 0.5, 0.5, 0.75, 0.75, 0.5], [0.625, 0.5, 0.1875, 0.375, 0.375, 0.125], [0.625, 0.5, 0.8125, 0.375, 0.375, 0.125], [0.21875, 0.5, 0.1875, 0.4375, 0.25, 0.125], [0.21875, 0.5, 0.8125, 0.4375, 0.25, 0.125]],
1370
+ "265": [[0.5, 0.375, 0.5, 0.5, 0.75, 0.75], [0.1875, 0.375, 0.5, 0.125, 0.375, 0.375], [0.8125, 0.375, 0.5, 0.125, 0.375, 0.375], [0.1875, 0.78125, 0.5, 0.125, 0.4375, 0.25], [0.8125, 0.78125, 0.5, 0.125, 0.4375, 0.25]],
1371
+ "266": [[0.5, 0.375, 0.5, 0.75, 0.75, 0.5], [0.5, 0.375, 0.1875, 0.375, 0.375, 0.125], [0.5, 0.375, 0.8125, 0.375, 0.375, 0.125], [0.5, 0.78125, 0.1875, 0.25, 0.4375, 0.125], [0.5, 0.78125, 0.8125, 0.25, 0.4375, 0.125]],
1372
+ "267": [[0.5, 0.0625, 0.5, 1, 0.125, 1], [0.5, 0.5, 0.5, 0.5, 0.75, 0.5]],
1373
+ "268": [[0.5, 0.28125, 0.5, 1, 0.5625, 1]],
1374
+ "269": [[0.5, 0.5, 0.5, 1, 1, 0.5]],
1375
+ "270": [[0.5, 0.5, 0.5, 0.5, 1, 1]],
1376
+ "271": [[0.5, 0.3125, 0.5, 0.5, 0.125, 0.5], [0.5, 0.59375, 0.5, 0.375, 0.4375, 0.375], [0.5, 0.90625, 0.5, 0.125, 0.1875, 0.125]],
1377
+ "272": [[0.5, 0.3125, 0.5, 0.5, 0.125, 0.5], [0.5, 0.59375, 0.5, 0.375, 0.4375, 0.375], [0.5, 0.875, 0.40625, 0.125, 0.125, 0.8125]],
1378
+ "273": [[0.5, 0.3125, 0.5, 0.5, 0.125, 0.5], [0.5, 0.59375, 0.5, 0.375, 0.4375, 0.375], [0.5, 0.875, 0.59375, 0.125, 0.125, 0.8125]],
1379
+ "274": [[0.5, 0.3125, 0.5, 0.5, 0.125, 0.5], [0.5, 0.59375, 0.5, 0.375, 0.4375, 0.375], [0.40625, 0.875, 0.5, 0.8125, 0.125, 0.125]],
1380
+ "275": [[0.5, 0.3125, 0.5, 0.5, 0.125, 0.5], [0.5, 0.59375, 0.5, 0.375, 0.4375, 0.375], [0.59375, 0.875, 0.5, 0.8125, 0.125, 0.125]],
1381
+ "276": [[0.5, 0.3125, 0.5, 0.5, 0.125, 0.5], [0.5, 0.59375, 0.5, 0.375, 0.4375, 0.375], [0.5, 0.875, 0.5, 0.125, 0.125, 1]],
1382
+ "277": [[0.5, 0.3125, 0.5, 0.5, 0.125, 0.5], [0.5, 0.59375, 0.5, 0.375, 0.4375, 0.375], [0.5, 0.875, 0.5, 1, 0.125, 0.125]],
1383
+ "278": [[0.5, 0.28125, 0.5, 0.375, 0.4375, 0.375], [0.5, 0.5625, 0.5, 0.25, 0.125, 0.25]],
1384
+ "279": [[0.5, 0.21875, 0.5, 0.375, 0.4375, 0.375], [0.5, 0.5, 0.5, 0.25, 0.125, 0.25]],
1385
+ "280": [[0.5, 0.21875, 0.5, 1, 0.4375, 1]],
1386
+ "281": [[0.5, 0.0625, 0.5, 1, 0.125, 1], [0.0625, 0.5625, 0.5, 0.125, 0.875, 1], [0.5625, 0.5625, 0.0625, 0.875, 0.875, 0.125], [0.5625, 0.5625, 0.9375, 0.875, 0.875, 0.125], [0.9375, 0.5625, 0.5, 0.125, 0.875, 0.75]],
1387
+ "282": [[0.5, 0.1875, 0.5, 0.125, 0.375, 0.125]],
1388
+ "283": [[0.5, 0.1875, 0.46875, 0.375, 0.375, 0.1875]],
1389
+ "284": [[0.46875, 0.1875, 0.53125, 0.3125, 0.375, 0.3125]],
1390
+ "285": [[0.5, 0.1875, 0.46875, 0.375, 0.375, 0.3125]],
1391
+ "286": [[0.5, 0.25, 0.5, 0.875, 0.5, 0.875], [0.5, 0.6875, 0.5, 0.125, 0.375, 0.125]],
1392
+ "287": [[0.5, 0.5, 0.78125, 0.625, 0.625, 0.4375]],
1393
+ "288": [[0.21875, 0.5, 0.5, 0.4375, 0.625, 0.625]],
1394
+ "289": [[0.5, 0.5, 0.21875, 0.625, 0.625, 0.4375]],
1395
+ "290": [[0.78125, 0.5, 0.5, 0.4375, 0.625, 0.625]],
1396
+ "291": [[0.5, 0.21875, 0.5, 0.625, 0.4375, 0.625]],
1397
+ "292": [[0.5, 0.78125, 0.5, 0.625, 0.4375, 0.625]],
1398
+ "293": [[0.5, 0.5, 0.84375, 0.625, 0.625, 0.3125]],
1399
+ "294": [[0.15625, 0.5, 0.5, 0.3125, 0.625, 0.625]],
1400
+ "295": [[0.5, 0.5, 0.15625, 0.625, 0.625, 0.3125]],
1401
+ "296": [[0.84375, 0.5, 0.5, 0.3125, 0.625, 0.625]],
1402
+ "297": [[0.5, 0.15625, 0.5, 0.625, 0.3125, 0.625]],
1403
+ "298": [[0.5, 0.84375, 0.5, 0.625, 0.3125, 0.625]],
1404
+ "299": [[0.5, 0.5, 0.875, 0.625, 0.625, 0.25]],
1405
+ "300": [[0.125, 0.5, 0.5, 0.25, 0.625, 0.625]],
1406
+ "301": [[0.5, 0.5, 0.125, 0.625, 0.625, 0.25]],
1407
+ "302": [[0.875, 0.5, 0.5, 0.25, 0.625, 0.625]],
1408
+ "303": [[0.5, 0.125, 0.5, 0.625, 0.25, 0.625]],
1409
+ "304": [[0.5, 0.875, 0.5, 0.625, 0.25, 0.625]],
1410
+ "305": [[0.5, 0.5, 0.90625, 0.5, 0.5, 0.1875]],
1411
+ "306": [[0.09375, 0.5, 0.5, 0.1875, 0.5, 0.5]],
1412
+ "307": [[0.5, 0.5, 0.09375, 0.5, 0.5, 0.1875]],
1413
+ "308": [[0.90625, 0.5, 0.5, 0.1875, 0.5, 0.5]],
1414
+ "309": [[0.5, 0.09375, 0.5, 0.5, 0.1875, 0.5]],
1415
+ "310": [[0.5, 0.90625, 0.5, 0.5, 0.1875, 0.5]],
1416
+ "311": [[0.375, 0.5, 0.375, 0.375, 1, 0.375]],
1417
+ "312": [[0.375, 0.34375, 0.375, 0.375, 0.6875, 0.375]],
1418
+ "313": [[0.375, 0.65625, 0.375, 0.375, 0.6875, 0.375]],
1419
+ "314": [[0.375, 0.5, 0.375, 0.5, 1, 0.5]],
1420
+ "315": [[0.375, 0.5, 0.375, 0.625, 1, 0.625]],
1421
+ "316": [[0.375, 0.5, 0.375, 0.75, 1, 0.75]],
1422
+ "317": [[0.5, 0.5, 0.5, 0.25, 1, 0.25], [0.1875, 0.75, 0.5, 0.375, 0.5, 1], [0.6875, 0.75, 0.1875, 0.625, 0.5, 0.375], [0.6875, 0.75, 0.8125, 0.625, 0.5, 0.375], [0.8125, 0.75, 0.5, 0.375, 0.5, 0.25]],
1423
+ "318": [[0.5, 0.8125, 0.5, 1, 0.25, 1]],
1424
+ "319": [[0.5, 0.75, 0.5, 1, 0.125, 1]]
1425
+ }
1426
+ }