minecraft-data 3.7.2 → 3.9.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 (68) hide show
  1. package/data.js +18 -18
  2. package/doc/history.md +9 -0
  3. package/minecraft-data/.github/workflows/ci.yml +1 -1
  4. package/minecraft-data/data/bedrock/1.17.0/blockCollisionShapes.json +24 -24
  5. package/minecraft-data/data/bedrock/1.17.10/blockCollisionShapes.json +24 -24
  6. package/minecraft-data/data/bedrock/1.17.40/blockCollisionShapes.json +24 -24
  7. package/minecraft-data/data/bedrock/1.18.11/blockCollisionShapes.json +24 -24
  8. package/minecraft-data/data/bedrock/1.18.30/blockCollisionShapes.json +24 -24
  9. package/minecraft-data/data/bedrock/1.19.1/biomes.json +1022 -0
  10. package/minecraft-data/data/bedrock/1.19.1/blockCollisionShapes.json +899 -0
  11. package/minecraft-data/data/bedrock/1.19.1/blockStates.json +165209 -0
  12. package/minecraft-data/data/bedrock/1.19.1/blocks.json +15769 -0
  13. package/minecraft-data/data/bedrock/1.19.1/blocksB2J.json +7234 -0
  14. package/minecraft-data/data/bedrock/1.19.1/blocksJ2B.json +21450 -0
  15. package/minecraft-data/data/bedrock/1.19.1/entities.json +1442 -0
  16. package/minecraft-data/data/bedrock/1.19.1/items.json +9831 -0
  17. package/minecraft-data/data/bedrock/1.19.1/recipes.json +17454 -0
  18. package/minecraft-data/data/bedrock/1.19.10/items.json +9837 -0
  19. package/minecraft-data/data/bedrock/1.19.10/protocol.json +56 -58
  20. package/minecraft-data/data/bedrock/1.19.10/recipes.json +17454 -0
  21. package/minecraft-data/data/dataPaths.json +18 -18
  22. package/minecraft-data/data/pc/1.10/protocol.json +3 -2
  23. package/minecraft-data/data/pc/1.10-pre1/protocol.json +3 -2
  24. package/minecraft-data/data/pc/1.11/protocol.json +3 -2
  25. package/minecraft-data/data/pc/1.12/protocol.json +3 -2
  26. package/minecraft-data/data/pc/1.12-pre4/protocol.json +3 -2
  27. package/minecraft-data/data/pc/1.12.1/protocol.json +3 -2
  28. package/minecraft-data/data/pc/1.12.2/protocol.json +3 -2
  29. package/minecraft-data/data/pc/1.13/protocol.json +419 -418
  30. package/minecraft-data/data/pc/1.13.1/protocol.json +419 -418
  31. package/minecraft-data/data/pc/1.13.2/protocol.json +419 -418
  32. package/minecraft-data/data/pc/1.13.2-pre1/protocol.json +419 -418
  33. package/minecraft-data/data/pc/1.13.2-pre2/protocol.json +419 -418
  34. package/minecraft-data/data/pc/1.14/protocol.json +419 -418
  35. package/minecraft-data/data/pc/1.14.1/protocol.json +419 -418
  36. package/minecraft-data/data/pc/1.14.3/protocol.json +419 -418
  37. package/minecraft-data/data/pc/1.14.4/protocol.json +419 -418
  38. package/minecraft-data/data/pc/1.15/protocol.json +419 -418
  39. package/minecraft-data/data/pc/1.15.1/protocol.json +419 -418
  40. package/minecraft-data/data/pc/1.15.2/protocol.json +419 -418
  41. package/minecraft-data/data/pc/1.16/protocol.json +419 -418
  42. package/minecraft-data/data/pc/1.16-rc1/protocol.json +419 -418
  43. package/minecraft-data/data/pc/1.16.1/protocol.json +419 -418
  44. package/minecraft-data/data/pc/1.16.2/protocol.json +420 -419
  45. package/minecraft-data/data/pc/1.17/protocol.json +420 -419
  46. package/minecraft-data/data/pc/1.17.1/protocol.json +420 -419
  47. package/minecraft-data/data/pc/1.18/protocol.json +420 -419
  48. package/minecraft-data/data/pc/1.18.2/protocol.json +420 -419
  49. package/minecraft-data/data/pc/1.19/protocol.json +460 -460
  50. package/minecraft-data/data/pc/1.8/protocol.json +3 -2
  51. package/minecraft-data/data/pc/1.9/protocol.json +3 -2
  52. package/minecraft-data/data/pc/1.9.1-pre2/protocol.json +3 -2
  53. package/minecraft-data/data/pc/1.9.2/protocol.json +3 -2
  54. package/minecraft-data/data/pc/1.9.4/protocol.json +3 -2
  55. package/minecraft-data/data/pc/15w40b/protocol.json +3 -2
  56. package/minecraft-data/data/pc/16w20a/protocol.json +3 -2
  57. package/minecraft-data/data/pc/16w35a/protocol.json +3 -2
  58. package/minecraft-data/data/pc/17w15a/protocol.json +3 -2
  59. package/minecraft-data/data/pc/17w18b/protocol.json +3 -2
  60. package/minecraft-data/data/pc/17w50a/protocol.json +3 -2
  61. package/minecraft-data/data/pc/20w13b/protocol.json +419 -418
  62. package/minecraft-data/data/pc/21w07a/protocol.json +420 -419
  63. package/minecraft-data/data/pc/common/features.json +36 -26
  64. package/minecraft-data/data/pc/common/protocolVersions.json +14 -0
  65. package/minecraft-data/doc/history.md +14 -0
  66. package/minecraft-data/tools/js/compileProtocol.js +34 -9
  67. package/minecraft-data/tools/js/test/protocolSync.js +8 -0
  68. package/package.json +1 -1
@@ -0,0 +1,899 @@
1
+ {
2
+ "blocks": {
3
+ "air": 0,
4
+ "stone": [1, 1, 1, 1, 1, 1, 1],
5
+ "grass": [1],
6
+ "dirt": [1, 1],
7
+ "podzol": [1],
8
+ "cobblestone": [1],
9
+ "planks": [1, 1, 1, 1, 1, 1],
10
+ "mangrove_planks": [1],
11
+ "sapling": 0,
12
+ "mangrove_propagule": 0,
13
+ "bedrock": [1],
14
+ "water": 0,
15
+ "flowing_water": 0,
16
+ "lava": 0,
17
+ "flowing_lava": 0,
18
+ "sand": [1, 1],
19
+ "gravel": [1],
20
+ "gold_ore": [1],
21
+ "deepslate_gold_ore": [1],
22
+ "iron_ore": [1],
23
+ "deepslate_iron_ore": [1],
24
+ "coal_ore": [1],
25
+ "deepslate_coal_ore": [1],
26
+ "nether_gold_ore": [1],
27
+ "log": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
28
+ "log2": [1, 1, 1, 1, 1, 1],
29
+ "mangrove_log": [1, 1, 1],
30
+ "mangrove_roots": [1],
31
+ "muddy_mangrove_roots": [1],
32
+ "stripped_spruce_log": [1, 1, 1],
33
+ "stripped_birch_log": [1, 1, 1],
34
+ "stripped_jungle_log": [1, 1, 1],
35
+ "stripped_acacia_log": [1, 1, 1],
36
+ "stripped_dark_oak_log": [1, 1, 1],
37
+ "stripped_oak_log": [1, 1, 1],
38
+ "stripped_mangrove_log": [1, 1, 1],
39
+ "wood": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
40
+ "mangrove_wood": [1, 1, 1, 1, 1],
41
+ "stripped_mangrove_wood": [1, 1, 1],
42
+ "leaves": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
43
+ "leaves2": [1, 1, 1, 1, 1, 1],
44
+ "mangrove_leaves": [1, 1, 1],
45
+ "azalea_leaves": [1, 1, 1],
46
+ "azalea_leaves_flowered": [1, 1, 1],
47
+ "sponge": [1, 1],
48
+ "glass": [1],
49
+ "lapis_ore": [1],
50
+ "deepslate_lapis_ore": [1],
51
+ "lapis_block": [1],
52
+ "dispenser": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
53
+ "sandstone": [1, 1, 1, 1],
54
+ "noteblock": [1],
55
+ "bed": [2, 5, 3, 4, 2, 5, 3, 4, 3, 4, 2, 5, 3, 4, 2, 5],
56
+ "golden_rail": 0,
57
+ "detector_rail": 0,
58
+ "sticky_piston": [1, 1, 1, 1, 1, 1],
59
+ "web": 0,
60
+ "tallgrass": 0,
61
+ "deadbush": 0,
62
+ "seagrass": 0,
63
+ "piston": [1, 1, 1, 1, 1, 1],
64
+ "piston_arm_collision": [23, 21, 17, 13, 15, 19],
65
+ "sticky_piston_arm_collision": [23, 21, 17, 13, 15, 19],
66
+ "wool": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
67
+ "moving_block": 0,
68
+ "yellow_flower": 0,
69
+ "red_flower": 0,
70
+ "wither_rose": 0,
71
+ "brown_mushroom": 0,
72
+ "red_mushroom": 0,
73
+ "gold_block": [1],
74
+ "iron_block": [1],
75
+ "brick_block": [1],
76
+ "tnt": [1, 1, 1],
77
+ "bookshelf": [1],
78
+ "mossy_cobblestone": [1],
79
+ "obsidian": [1],
80
+ "torch": 0,
81
+ "fire": 0,
82
+ "soul_fire": 0,
83
+ "mob_spawner": [1],
84
+ "oak_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
85
+ "chest": [0, 0, 50, 49, 52, 51],
86
+ "redstone_wire": 0,
87
+ "diamond_ore": [1],
88
+ "deepslate_diamond_ore": [1],
89
+ "diamond_block": [1],
90
+ "crafting_table": [1],
91
+ "wheat": 0,
92
+ "farmland": [53, 53, 53, 53, 53, 53, 53, 53],
93
+ "lit_furnace": [0, 0, 1, 1, 1, 1],
94
+ "furnace": [0, 0, 1, 1, 1, 1],
95
+ "standing_sign": 0,
96
+ "spruce_standing_sign": 0,
97
+ "birch_standing_sign": 0,
98
+ "acacia_standing_sign": 0,
99
+ "jungle_standing_sign": 0,
100
+ "darkoak_standing_sign": 0,
101
+ "mangrove_standing_sign": 0,
102
+ "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],
103
+ "ladder": [0, 0, 55, 57, 56, 54],
104
+ "rail": 0,
105
+ "stone_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
106
+ "wall_sign": 0,
107
+ "spruce_wall_sign": 0,
108
+ "birch_wall_sign": 0,
109
+ "acacia_wall_sign": 0,
110
+ "jungle_wall_sign": 0,
111
+ "darkoak_wall_sign": 0,
112
+ "mangrove_wall_sign": 0,
113
+ "lever": 0,
114
+ "stone_pressure_plate": 0,
115
+ "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],
116
+ "wooden_pressure_plate": 0,
117
+ "spruce_pressure_plate": 0,
118
+ "birch_pressure_plate": 0,
119
+ "jungle_pressure_plate": 0,
120
+ "acacia_pressure_plate": 0,
121
+ "dark_oak_pressure_plate": 0,
122
+ "mangrove_pressure_plate": 0,
123
+ "lit_redstone_ore": [1],
124
+ "redstone_ore": [1],
125
+ "lit_deepslate_redstone_ore": [1],
126
+ "deepslate_redstone_ore": [1],
127
+ "redstone_torch": 0,
128
+ "unlit_redstone_torch": 0,
129
+ "stone_button": 0,
130
+ "snow_layer": [0, 58, 59, 60, 61, 62, 10, 63],
131
+ "ice": [1],
132
+ "snow": [1],
133
+ "cactus": [64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64],
134
+ "clay": [1],
135
+ "reeds": 0,
136
+ "jukebox": [1],
137
+ "fence": [80, 80, 80, 80, 80, 80],
138
+ "pumpkin": [1],
139
+ "netherrack": [1],
140
+ "soul_sand": [63],
141
+ "soul_soil": [1],
142
+ "basalt": [1, 1, 1],
143
+ "polished_basalt": [1, 1, 1],
144
+ "soul_torch": 0,
145
+ "glowstone": [1],
146
+ "portal": 0,
147
+ "carved_pumpkin": [1, 1, 1, 1],
148
+ "lit_pumpkin": [1, 1, 1, 1],
149
+ "cake": [81, 82, 83, 84, 85, 86, 87],
150
+ "powered_repeater": [58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58],
151
+ "unpowered_repeater": [58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58],
152
+ "stained_glass": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
153
+ "trapdoor": [89, 89, 89, 89, 88, 88, 88, 88, 54, 56, 57, 55, 54, 56, 57, 55],
154
+ "spruce_trapdoor": [89, 89, 89, 89, 88, 88, 88, 88, 54, 56, 57, 55, 54, 56, 57, 55],
155
+ "birch_trapdoor": [89, 89, 89, 89, 88, 88, 88, 88, 54, 56, 57, 55, 54, 56, 57, 55],
156
+ "jungle_trapdoor": [89, 89, 89, 89, 88, 88, 88, 88, 54, 56, 57, 55, 54, 56, 57, 55],
157
+ "acacia_trapdoor": [89, 89, 89, 89, 88, 88, 88, 88, 54, 56, 57, 55, 54, 56, 57, 55],
158
+ "dark_oak_trapdoor": [89, 89, 89, 89, 88, 88, 88, 88, 54, 56, 57, 55, 54, 56, 57, 55],
159
+ "mangrove_trapdoor": [89, 89, 89, 89, 88, 88, 88, 88, 54, 56, 57, 55, 54, 56, 57, 55],
160
+ "stonebrick": [1, 1, 1, 1],
161
+ "packed_mud": [1],
162
+ "mud_bricks": [1],
163
+ "monster_egg": [1, 1, 1, 1, 1, 1],
164
+ "brown_mushroom_block": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
165
+ "red_mushroom_block": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
166
+ "iron_bars": [105],
167
+ "chain": [107, 106, 108],
168
+ "glass_pane": [105],
169
+ "melon_block": [1],
170
+ "pumpkin_stem": 0,
171
+ "melon_stem": 0,
172
+ "vine": 0,
173
+ "glow_lichen": 0,
174
+ "fence_gate": [71, 74, 71, 74, 0, 0, 0, 0, 71, 74, 71, 74, 0, 0, 0, 0],
175
+ "brick_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
176
+ "stone_brick_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
177
+ "mud_brick_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
178
+ "mycelium": [1],
179
+ "waterlily": [109],
180
+ "nether_brick": [1],
181
+ "nether_brick_fence": [80],
182
+ "nether_brick_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
183
+ "nether_wart": 0,
184
+ "enchanting_table": [10],
185
+ "brewing_stand": [110, 110, 110, 110, 110, 110, 110, 110],
186
+ "cauldron": [111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111],
187
+ "end_portal": 0,
188
+ "end_portal_frame": [113, 113, 113, 113, 112, 112, 112, 112],
189
+ "end_stone": [1],
190
+ "dragon_egg": [114],
191
+ "lit_redstone_lamp": [1],
192
+ "redstone_lamp": [1],
193
+ "cocoa": [116, 117, 115, 118, 120, 121, 119, 122, 124, 125, 123, 126],
194
+ "sandstone_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
195
+ "emerald_ore": [1],
196
+ "deepslate_emerald_ore": [1],
197
+ "ender_chest": [0, 0, 48, 48, 48, 48],
198
+ "tripwire_hook": 0,
199
+ "trip_wire": 0,
200
+ "emerald_block": [1],
201
+ "spruce_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
202
+ "birch_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
203
+ "jungle_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
204
+ "command_block": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
205
+ "beacon": [1],
206
+ "cobblestone_wall": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 157, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155],
207
+ "flower_pot": [158],
208
+ "carrots": 0,
209
+ "potatoes": 0,
210
+ "wooden_button": 0,
211
+ "spruce_button": 0,
212
+ "birch_button": 0,
213
+ "jungle_button": 0,
214
+ "acacia_button": 0,
215
+ "dark_oak_button": 0,
216
+ "mangrove_button": 0,
217
+ "skull": [0, 159, 160, 161, 162, 163],
218
+ "anvil": [164, 165, 164, 165, 164, 165, 164, 165, 164, 165, 164, 165],
219
+ "trapped_chest": [0, 0, 50, 49, 52, 51],
220
+ "light_weighted_pressure_plate": 0,
221
+ "heavy_weighted_pressure_plate": 0,
222
+ "powered_comparator": [0, 0, 0, 0, 0, 0, 0, 0, 58, 58, 58, 58, 58, 58, 58, 58],
223
+ "unpowered_comparator": [58, 58, 58, 58, 58, 58, 58, 58],
224
+ "daylight_detector_inverted": [60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60],
225
+ "daylight_detector": [60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60],
226
+ "redstone_block": [1],
227
+ "quartz_ore": [1],
228
+ "hopper": [166, 166, 167, 168, 169, 170, 166, 166, 167, 168, 169, 170],
229
+ "quartz_block": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
230
+ "quartz_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
231
+ "activator_rail": 0,
232
+ "dropper": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
233
+ "stained_hardened_clay": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
234
+ "stained_glass_pane": [105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105],
235
+ "acacia_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
236
+ "dark_oak_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
237
+ "mangrove_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
238
+ "slime": [1],
239
+ "barrier": [1],
240
+ "light_block": 0,
241
+ "iron_trapdoor": [89, 89, 89, 89, 88, 88, 88, 88, 54, 56, 57, 55, 54, 56, 57, 55],
242
+ "prismarine": [1, 1, 1],
243
+ "prismarine_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
244
+ "prismarine_bricks_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
245
+ "dark_prismarine_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
246
+ "stone_block_slab2": [61, 61, 61, 61, 61, 61, 61, 61, 171, 171, 171, 171, 171, 171, 171, 171],
247
+ "double_stone_block_slab2": [1, 1, 1, 1, 1, 1, 1, 1],
248
+ "sea_lantern": [1],
249
+ "hay_block": [1, 1, 1, 1, 1, 1, 1, 1, 1],
250
+ "carpet": [172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172],
251
+ "hardened_clay": [1],
252
+ "coal_block": [1],
253
+ "packed_ice": [1],
254
+ "double_plant": 0,
255
+ "standing_banner": 0,
256
+ "wall_banner": 0,
257
+ "red_sandstone": [1, 1, 1, 1],
258
+ "red_sandstone_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
259
+ "wooden_slab": [61, 61, 61, 61, 61, 61, 171, 171, 171, 171, 171, 171],
260
+ "double_wooden_slab": [1, 1, 1, 1, 1, 1],
261
+ "mangrove_slab": [61, 171],
262
+ "mangrove_double_slab": [1],
263
+ "stone_block_slab4": [61, 61, 61, 61, 61, 171, 171, 171, 171, 171],
264
+ "double_stone_block_slab4": [1, 1, 1, 1, 1],
265
+ "stone_block_slab": [61, 61, 61, 61, 61, 61, 61, 61, 171, 171, 171, 171, 171, 171, 171, 171],
266
+ "double_stone_block_slab": [1, 1, 1, 1, 1, 1, 1, 1],
267
+ "mud_brick_slab": [61, 171],
268
+ "mud_brick_double_slab": [1],
269
+ "smooth_stone": [1],
270
+ "spruce_fence_gate": [71, 74, 71, 74, 0, 0, 0, 0, 71, 74, 71, 74, 0, 0, 0, 0],
271
+ "birch_fence_gate": [71, 74, 71, 74, 0, 0, 0, 0, 71, 74, 71, 74, 0, 0, 0, 0],
272
+ "jungle_fence_gate": [71, 74, 71, 74, 0, 0, 0, 0, 71, 74, 71, 74, 0, 0, 0, 0],
273
+ "acacia_fence_gate": [71, 74, 71, 74, 0, 0, 0, 0, 71, 74, 71, 74, 0, 0, 0, 0],
274
+ "dark_oak_fence_gate": [71, 74, 71, 74, 0, 0, 0, 0, 71, 74, 71, 74, 0, 0, 0, 0],
275
+ "mangrove_fence_gate": [71, 74, 71, 74, 0, 0, 0, 0, 71, 74, 71, 74, 0, 0, 0, 0],
276
+ "mangrove_fence": [80],
277
+ "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],
278
+ "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],
279
+ "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],
280
+ "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],
281
+ "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],
282
+ "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],
283
+ "end_rod": [175, 175, 173, 173, 174, 174],
284
+ "chorus_plant": [239],
285
+ "chorus_flower": [1, 1, 1, 1, 1, 1],
286
+ "purpur_block": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
287
+ "purpur_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
288
+ "end_bricks": [1],
289
+ "beetroot": 0,
290
+ "grass_path": [53],
291
+ "end_gateway": 0,
292
+ "repeating_command_block": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
293
+ "chain_command_block": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
294
+ "frosted_ice": [1, 1, 1, 1],
295
+ "magma": [1],
296
+ "nether_wart_block": [1],
297
+ "red_nether_brick": [1],
298
+ "bone_block": [1, 1, 1, 1, 1, 1, 1, 1, 1],
299
+ "structure_void": 0,
300
+ "observer": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
301
+ "undyed_shulker_box": 0,
302
+ "shulker_box": 0,
303
+ "white_glazed_terracotta": [0, 0, 1, 1, 1, 1],
304
+ "orange_glazed_terracotta": [0, 0, 1, 1, 1, 1],
305
+ "magenta_glazed_terracotta": [0, 0, 1, 1, 1, 1],
306
+ "light_blue_glazed_terracotta": [0, 0, 1, 1, 1, 1],
307
+ "yellow_glazed_terracotta": [0, 0, 1, 1, 1, 1],
308
+ "lime_glazed_terracotta": [0, 0, 1, 1, 1, 1],
309
+ "pink_glazed_terracotta": [0, 0, 1, 1, 1, 1],
310
+ "gray_glazed_terracotta": [0, 0, 1, 1, 1, 1],
311
+ "silver_glazed_terracotta": [0, 0, 1, 1, 1, 1],
312
+ "cyan_glazed_terracotta": [0, 0, 1, 1, 1, 1],
313
+ "purple_glazed_terracotta": [0, 0, 1, 1, 1, 1],
314
+ "blue_glazed_terracotta": [0, 0, 1, 1, 1, 1],
315
+ "brown_glazed_terracotta": [0, 0, 1, 1, 1, 1],
316
+ "green_glazed_terracotta": [0, 0, 1, 1, 1, 1],
317
+ "red_glazed_terracotta": [0, 0, 1, 1, 1, 1],
318
+ "black_glazed_terracotta": [0, 0, 1, 1, 1, 1],
319
+ "concrete": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
320
+ "concrete_powder": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
321
+ "kelp": 0,
322
+ "dried_kelp_block": [1],
323
+ "turtle_egg": [240, 241, 241, 241, 240, 241, 241, 241, 240, 241, 241, 241],
324
+ "coral_block": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
325
+ "coral": 0,
326
+ "coral_fan_dead": 0,
327
+ "coral_fan": 0,
328
+ "coral_fan_hang": 0,
329
+ "coral_fan_hang2": 0,
330
+ "coral_fan_hang3": 0,
331
+ "sea_pickle": [242, 243, 244, 245, 242, 243, 244, 245],
332
+ "blue_ice": [1],
333
+ "conduit": [246],
334
+ "bamboo_sapling": 0,
335
+ "bamboo": 0,
336
+ "bubble_column": 0,
337
+ "polished_granite_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
338
+ "smooth_red_sandstone_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
339
+ "mossy_stone_brick_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
340
+ "polished_diorite_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
341
+ "mossy_cobblestone_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
342
+ "end_brick_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
343
+ "normal_stone_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
344
+ "smooth_sandstone_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
345
+ "smooth_quartz_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
346
+ "granite_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
347
+ "andesite_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
348
+ "red_nether_brick_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
349
+ "polished_andesite_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
350
+ "diorite_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
351
+ "stone_block_slab3": [61, 61, 61, 61, 61, 61, 61, 61, 171, 171, 171, 171, 171, 171, 171, 171],
352
+ "double_stone_block_slab3": [1, 1, 1, 1, 1, 1, 1, 1],
353
+ "mud_brick_wall": [0, 127, 136, 134, 136, 134, 144, 142, 152, 150, 152, 150, 144, 142, 152, 150, 152, 150, 132, 130, 140, 138, 140, 138, 148, 146, 156, 154, 156, 154, 148, 146, 156, 154, 156, 154, 132, 130, 140, 138, 140, 138, 148, 146, 156, 154, 156, 154, 148, 146, 156, 154, 156, 154, 129, 128, 137, 135, 137, 135, 145, 143, 153, 151, 153, 151, 145, 143, 153, 151, 153, 151, 133, 131, 141, 139, 141, 139, 149, 147, 157, 155, 157, 155, 149, 147, 157, 155, 157, 155, 133, 131, 141, 139, 141, 139, 149, 147, 157, 155, 157, 155, 149, 147, 157, 155, 157, 155, 129, 128, 137, 135, 137, 135, 145, 143, 153, 151, 153, 151, 145, 143, 153, 151, 153, 151, 133, 131, 141, 139, 141, 139, 149, 147, 157, 155, 157, 155, 149, 147, 157, 155, 157, 155, 133, 131, 141, 139, 141, 139, 149, 147, 157, 155, 157, 155, 149, 147, 157, 155, 157, 155],
354
+ "scaffolding": [247, 247, 247, 247, 247, 247, 247, 247, 247, 247, 247, 247, 247, 247, 247, 247],
355
+ "loom": [1, 1, 1, 1],
356
+ "barrel": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
357
+ "lit_smoker": [0, 0, 1, 1, 1, 1],
358
+ "smoker": [0, 0, 1, 1, 1, 1],
359
+ "lit_blast_furnace": [0, 0, 1, 1, 1, 1],
360
+ "blast_furnace": [0, 0, 1, 1, 1, 1],
361
+ "cartography_table": [1],
362
+ "fletching_table": [1],
363
+ "grindstone": [248, 249, 248, 249, 254, 255, 254, 255, 251, 252, 250, 253],
364
+ "lectern": [256, 256, 256, 256, 256, 256, 256, 256],
365
+ "smithing_table": [1],
366
+ "stonecutter_block": [0, 0, 257, 257, 257, 257],
367
+ "bell": [258, 259, 258, 259, 260, 260, 260, 260, 261, 264, 262, 263, 265, 266, 265, 266, 258, 259, 258, 259, 260, 260, 260, 260, 261, 264, 262, 263, 265, 266, 265, 266],
368
+ "lantern": [268, 267],
369
+ "soul_lantern": [268, 267],
370
+ "campfire": [269, 269, 269, 269, 269, 269, 269, 269],
371
+ "soul_campfire": [269, 269, 269, 269, 269, 269, 269, 269],
372
+ "sweet_berry_bush": 0,
373
+ "warped_stem": [1, 1, 1],
374
+ "stripped_warped_stem": [1, 1, 1],
375
+ "warped_hyphae": [1, 1, 1],
376
+ "stripped_warped_hyphae": [1, 1, 1],
377
+ "warped_nylium": [1],
378
+ "warped_fungus": 0,
379
+ "warped_wart_block": [1],
380
+ "warped_roots": 0,
381
+ "nether_sprouts": 0,
382
+ "crimson_stem": [1, 1, 1],
383
+ "stripped_crimson_stem": [1, 1, 1],
384
+ "crimson_hyphae": [1, 1, 1],
385
+ "stripped_crimson_hyphae": [1, 1, 1],
386
+ "crimson_nylium": [1],
387
+ "crimson_fungus": 0,
388
+ "shroomlight": [1],
389
+ "weeping_vines": 0,
390
+ "twisting_vines": 0,
391
+ "crimson_roots": 0,
392
+ "crimson_planks": [1],
393
+ "warped_planks": [1],
394
+ "crimson_slab": [61, 171],
395
+ "crimson_double_slab": [1],
396
+ "warped_slab": [61, 171],
397
+ "warped_double_slab": [1],
398
+ "crimson_pressure_plate": 0,
399
+ "warped_pressure_plate": 0,
400
+ "crimson_fence": [80],
401
+ "warped_fence": [80],
402
+ "crimson_trapdoor": [89, 89, 89, 89, 88, 88, 88, 88, 54, 56, 57, 55, 54, 56, 57, 55],
403
+ "warped_trapdoor": [89, 89, 89, 89, 88, 88, 88, 88, 54, 56, 57, 55, 54, 56, 57, 55],
404
+ "crimson_fence_gate": [71, 74, 71, 74, 0, 0, 0, 0, 71, 74, 71, 74, 0, 0, 0, 0],
405
+ "warped_fence_gate": [71, 74, 71, 74, 0, 0, 0, 0, 71, 74, 71, 74, 0, 0, 0, 0],
406
+ "crimson_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
407
+ "warped_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
408
+ "crimson_button": 0,
409
+ "warped_button": 0,
410
+ "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],
411
+ "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],
412
+ "crimson_standing_sign": 0,
413
+ "warped_standing_sign": 0,
414
+ "crimson_wall_sign": 0,
415
+ "warped_wall_sign": 0,
416
+ "structure_block": [1, 1, 1, 1],
417
+ "jigsaw": [1],
418
+ "composter": [270, 270, 270, 270, 270, 270, 270, 270, 270],
419
+ "target": [1],
420
+ "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],
421
+ "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],
422
+ "honey_block": [64],
423
+ "honeycomb_block": [1],
424
+ "netherite_block": [1],
425
+ "ancient_debris": [1],
426
+ "crying_obsidian": [1],
427
+ "respawn_anchor": [1, 1, 1, 1, 1],
428
+ "lodestone": [1],
429
+ "blackstone": [1],
430
+ "blackstone_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
431
+ "blackstone_wall": [0, 127, 136, 134, 136, 134, 144, 142, 152, 150, 152, 150, 144, 142, 152, 150, 152, 150, 132, 130, 140, 138, 140, 138, 148, 146, 156, 154, 156, 154, 148, 146, 156, 154, 156, 154, 132, 130, 140, 138, 140, 138, 148, 146, 156, 154, 156, 154, 148, 146, 156, 154, 156, 154, 129, 128, 137, 135, 137, 135, 145, 143, 153, 151, 153, 151, 145, 143, 153, 151, 153, 151, 133, 131, 141, 139, 141, 139, 149, 147, 157, 155, 157, 155, 149, 147, 157, 155, 157, 155, 133, 131, 141, 139, 141, 139, 149, 147, 157, 155, 157, 155, 149, 147, 157, 155, 157, 155, 129, 128, 137, 135, 137, 135, 145, 143, 153, 151, 153, 151, 145, 143, 153, 151, 153, 151, 133, 131, 141, 139, 141, 139, 149, 147, 157, 155, 157, 155, 149, 147, 157, 155, 157, 155, 133, 131, 141, 139, 141, 139, 149, 147, 157, 155, 157, 155, 149, 147, 157, 155, 157, 155],
432
+ "blackstone_slab": [61, 171],
433
+ "blackstone_double_slab": [1],
434
+ "polished_blackstone": [1],
435
+ "polished_blackstone_bricks": [1],
436
+ "cracked_polished_blackstone_bricks": [1],
437
+ "chiseled_polished_blackstone": [1],
438
+ "polished_blackstone_brick_slab": [61, 171],
439
+ "polished_blackstone_brick_double_slab": [1],
440
+ "polished_blackstone_brick_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
441
+ "polished_blackstone_brick_wall": [0, 127, 136, 134, 136, 134, 144, 142, 152, 150, 152, 150, 144, 142, 152, 150, 152, 150, 132, 130, 140, 138, 140, 138, 148, 146, 156, 154, 156, 154, 148, 146, 156, 154, 156, 154, 132, 130, 140, 138, 140, 138, 148, 146, 156, 154, 156, 154, 148, 146, 156, 154, 156, 154, 129, 128, 137, 135, 137, 135, 145, 143, 153, 151, 153, 151, 145, 143, 153, 151, 153, 151, 133, 131, 141, 139, 141, 139, 149, 147, 157, 155, 157, 155, 149, 147, 157, 155, 157, 155, 133, 131, 141, 139, 141, 139, 149, 147, 157, 155, 157, 155, 149, 147, 157, 155, 157, 155, 129, 128, 137, 135, 137, 135, 145, 143, 153, 151, 153, 151, 145, 143, 153, 151, 153, 151, 133, 131, 141, 139, 141, 139, 149, 147, 157, 155, 157, 155, 149, 147, 157, 155, 157, 155, 133, 131, 141, 139, 141, 139, 149, 147, 157, 155, 157, 155, 149, 147, 157, 155, 157, 155],
442
+ "gilded_blackstone": [1],
443
+ "polished_blackstone_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
444
+ "polished_blackstone_slab": [61, 171],
445
+ "polished_blackstone_double_slab": [1],
446
+ "polished_blackstone_pressure_plate": 0,
447
+ "polished_blackstone_button": 0,
448
+ "polished_blackstone_wall": [0, 127, 136, 134, 136, 134, 144, 142, 152, 150, 152, 150, 144, 142, 152, 150, 152, 150, 132, 130, 140, 138, 140, 138, 148, 146, 156, 154, 156, 154, 148, 146, 156, 154, 156, 154, 132, 130, 140, 138, 140, 138, 148, 146, 156, 154, 156, 154, 148, 146, 156, 154, 156, 154, 129, 128, 137, 135, 137, 135, 145, 143, 153, 151, 153, 151, 145, 143, 153, 151, 153, 151, 133, 131, 141, 139, 141, 139, 149, 147, 157, 155, 157, 155, 149, 147, 157, 155, 157, 155, 133, 131, 141, 139, 141, 139, 149, 147, 157, 155, 157, 155, 149, 147, 157, 155, 157, 155, 129, 128, 137, 135, 137, 135, 145, 143, 153, 151, 153, 151, 145, 143, 153, 151, 153, 151, 133, 131, 141, 139, 141, 139, 149, 147, 157, 155, 157, 155, 149, 147, 157, 155, 157, 155, 133, 131, 141, 139, 141, 139, 149, 147, 157, 155, 157, 155, 149, 147, 157, 155, 157, 155],
449
+ "chiseled_nether_bricks": [1],
450
+ "cracked_nether_bricks": [1],
451
+ "quartz_bricks": [1],
452
+ "candle": [271, 272, 273, 274, 271, 272, 273, 274],
453
+ "white_candle": [271, 272, 273, 274, 271, 272, 273, 274],
454
+ "orange_candle": [271, 272, 273, 274, 271, 272, 273, 274],
455
+ "magenta_candle": [271, 272, 273, 274, 271, 272, 273, 274],
456
+ "light_blue_candle": [271, 272, 273, 274, 271, 272, 273, 274],
457
+ "yellow_candle": [271, 272, 273, 274, 271, 272, 273, 274],
458
+ "lime_candle": [271, 272, 273, 274, 271, 272, 273, 274],
459
+ "pink_candle": [271, 272, 273, 274, 271, 272, 273, 274],
460
+ "gray_candle": [271, 272, 273, 274, 271, 272, 273, 274],
461
+ "light_gray_candle": [271, 272, 273, 274, 271, 272, 273, 274],
462
+ "cyan_candle": [271, 272, 273, 274, 271, 272, 273, 274],
463
+ "purple_candle": [271, 272, 273, 274, 271, 272, 273, 274],
464
+ "blue_candle": [271, 272, 273, 274, 271, 272, 273, 274],
465
+ "brown_candle": [271, 272, 273, 274, 271, 272, 273, 274],
466
+ "green_candle": [271, 272, 273, 274, 271, 272, 273, 274],
467
+ "red_candle": [271, 272, 273, 274, 271, 272, 273, 274],
468
+ "black_candle": [271, 272, 273, 274, 271, 272, 273, 274],
469
+ "candle_cake": [275, 275],
470
+ "white_candle_cake": [275, 275],
471
+ "orange_candle_cake": [275, 275],
472
+ "magenta_candle_cake": [275, 275],
473
+ "light_blue_candle_cake": [275, 275],
474
+ "yellow_candle_cake": [275, 275],
475
+ "lime_candle_cake": [275, 275],
476
+ "pink_candle_cake": [275, 275],
477
+ "gray_candle_cake": [275, 275],
478
+ "light_gray_candle_cake": [275, 275],
479
+ "cyan_candle_cake": [275, 275],
480
+ "purple_candle_cake": [275, 275],
481
+ "blue_candle_cake": [275, 275],
482
+ "brown_candle_cake": [275, 275],
483
+ "green_candle_cake": [275, 275],
484
+ "red_candle_cake": [275, 275],
485
+ "black_candle_cake": [275, 275],
486
+ "amethyst_block": [1],
487
+ "budding_amethyst": [1],
488
+ "amethyst_cluster": [281, 280, 276, 278, 279, 277],
489
+ "large_amethyst_bud": [287, 286, 282, 284, 285, 283],
490
+ "medium_amethyst_bud": [293, 292, 288, 290, 291, 289],
491
+ "small_amethyst_bud": [299, 298, 294, 296, 297, 295],
492
+ "tuff": [1],
493
+ "calcite": [1],
494
+ "tinted_glass": [1],
495
+ "powder_snow": 0,
496
+ "sculk_sensor": [61, 61],
497
+ "sculk": [1],
498
+ "sculk_vein": 0,
499
+ "sculk_catalyst": [1, 1],
500
+ "sculk_shrieker": [61, 61, 61, 61],
501
+ "oxidized_copper": [1],
502
+ "weathered_copper": [1],
503
+ "exposed_copper": [1],
504
+ "copper_block": [1],
505
+ "copper_ore": [1],
506
+ "deepslate_copper_ore": [1],
507
+ "oxidized_cut_copper": [1],
508
+ "weathered_cut_copper": [1],
509
+ "exposed_cut_copper": [1],
510
+ "cut_copper": [1],
511
+ "oxidized_cut_copper_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
512
+ "weathered_cut_copper_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
513
+ "exposed_cut_copper_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
514
+ "cut_copper_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
515
+ "oxidized_cut_copper_slab": [61, 171],
516
+ "oxidized_double_cut_copper_slab": [1],
517
+ "weathered_cut_copper_slab": [61, 171],
518
+ "weathered_double_cut_copper_slab": [1],
519
+ "exposed_cut_copper_slab": [61, 171],
520
+ "exposed_double_cut_copper_slab": [1],
521
+ "cut_copper_slab": [61, 171],
522
+ "double_cut_copper_slab": [1],
523
+ "waxed_copper": [1],
524
+ "waxed_weathered_copper": [1],
525
+ "waxed_exposed_copper": [1],
526
+ "waxed_oxidized_copper": [1],
527
+ "waxed_oxidized_cut_copper": [1],
528
+ "waxed_weathered_cut_copper": [1],
529
+ "waxed_exposed_cut_copper": [1],
530
+ "waxed_cut_copper": [1],
531
+ "waxed_oxidized_cut_copper_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
532
+ "waxed_weathered_cut_copper_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
533
+ "waxed_exposed_cut_copper_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
534
+ "waxed_cut_copper_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
535
+ "waxed_oxidized_cut_copper_slab": [61, 171],
536
+ "waxed_oxidized_double_cut_copper_slab": [1],
537
+ "waxed_weathered_cut_copper_slab": [61, 171],
538
+ "waxed_weathered_double_cut_copper_slab": [1],
539
+ "waxed_exposed_cut_copper_slab": [61, 171],
540
+ "waxed_exposed_double_cut_copper_slab": [1],
541
+ "waxed_cut_copper_slab": [61, 171],
542
+ "waxed_double_cut_copper_slab": [1],
543
+ "lightning_rod": [175, 175, 173, 173, 174, 174],
544
+ "pointed_dripstone": 0,
545
+ "dripstone_block": [1],
546
+ "cave_vines_head_with_berries": 0,
547
+ "cave_vines": 0,
548
+ "cave_vines_body_with_berries": 0,
549
+ "spore_blossom": 0,
550
+ "azalea": [300],
551
+ "flowering_azalea": [300],
552
+ "moss_carpet": [172],
553
+ "moss_block": [1],
554
+ "big_dripleaf": [0, 0, 0, 0, 301, 301, 302, 0, 0, 301, 301, 301, 301, 301, 302, 0, 0, 301, 301, 301, 301, 301, 302, 0, 0, 301, 301, 301, 301, 301, 302, 0],
555
+ "small_dripleaf_block": 0,
556
+ "hanging_roots": 0,
557
+ "dirt_with_roots": [1],
558
+ "mud": [63],
559
+ "deepslate": [1, 1, 1],
560
+ "cobbled_deepslate": [1],
561
+ "cobbled_deepslate_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
562
+ "cobbled_deepslate_slab": [61, 171],
563
+ "cobbled_deepslate_double_slab": [1],
564
+ "cobbled_deepslate_wall": [0, 127, 136, 134, 136, 134, 144, 142, 152, 150, 152, 150, 144, 142, 152, 150, 152, 150, 132, 130, 140, 138, 140, 138, 148, 146, 156, 154, 156, 154, 148, 146, 156, 154, 156, 154, 132, 130, 140, 138, 140, 138, 148, 146, 156, 154, 156, 154, 148, 146, 156, 154, 156, 154, 129, 128, 137, 135, 137, 135, 145, 143, 153, 151, 153, 151, 145, 143, 153, 151, 153, 151, 133, 131, 141, 139, 141, 139, 149, 147, 157, 155, 157, 155, 149, 147, 157, 155, 157, 155, 133, 131, 141, 139, 141, 139, 149, 147, 157, 155, 157, 155, 149, 147, 157, 155, 157, 155, 129, 128, 137, 135, 137, 135, 145, 143, 153, 151, 153, 151, 145, 143, 153, 151, 153, 151, 133, 131, 141, 139, 141, 139, 149, 147, 157, 155, 157, 155, 149, 147, 157, 155, 157, 155, 133, 131, 141, 139, 141, 139, 149, 147, 157, 155, 157, 155, 149, 147, 157, 155, 157, 155],
565
+ "polished_deepslate": [1],
566
+ "polished_deepslate_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
567
+ "polished_deepslate_slab": [61, 171],
568
+ "polished_deepslate_double_slab": [1],
569
+ "polished_deepslate_wall": [0, 127, 136, 134, 136, 134, 144, 142, 152, 150, 152, 150, 144, 142, 152, 150, 152, 150, 132, 130, 140, 138, 140, 138, 148, 146, 156, 154, 156, 154, 148, 146, 156, 154, 156, 154, 132, 130, 140, 138, 140, 138, 148, 146, 156, 154, 156, 154, 148, 146, 156, 154, 156, 154, 129, 128, 137, 135, 137, 135, 145, 143, 153, 151, 153, 151, 145, 143, 153, 151, 153, 151, 133, 131, 141, 139, 141, 139, 149, 147, 157, 155, 157, 155, 149, 147, 157, 155, 157, 155, 133, 131, 141, 139, 141, 139, 149, 147, 157, 155, 157, 155, 149, 147, 157, 155, 157, 155, 129, 128, 137, 135, 137, 135, 145, 143, 153, 151, 153, 151, 145, 143, 153, 151, 153, 151, 133, 131, 141, 139, 141, 139, 149, 147, 157, 155, 157, 155, 149, 147, 157, 155, 157, 155, 133, 131, 141, 139, 141, 139, 149, 147, 157, 155, 157, 155, 149, 147, 157, 155, 157, 155],
570
+ "deepslate_tiles": [1],
571
+ "deepslate_tile_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
572
+ "deepslate_tile_slab": [61, 171],
573
+ "deepslate_tile_double_slab": [1],
574
+ "deepslate_tile_wall": [0, 127, 136, 134, 136, 134, 144, 142, 152, 150, 152, 150, 144, 142, 152, 150, 152, 150, 132, 130, 140, 138, 140, 138, 148, 146, 156, 154, 156, 154, 148, 146, 156, 154, 156, 154, 132, 130, 140, 138, 140, 138, 148, 146, 156, 154, 156, 154, 148, 146, 156, 154, 156, 154, 129, 128, 137, 135, 137, 135, 145, 143, 153, 151, 153, 151, 145, 143, 153, 151, 153, 151, 133, 131, 141, 139, 141, 139, 149, 147, 157, 155, 157, 155, 149, 147, 157, 155, 157, 155, 133, 131, 141, 139, 141, 139, 149, 147, 157, 155, 157, 155, 149, 147, 157, 155, 157, 155, 129, 128, 137, 135, 137, 135, 145, 143, 153, 151, 153, 151, 145, 143, 153, 151, 153, 151, 133, 131, 141, 139, 141, 139, 149, 147, 157, 155, 157, 155, 149, 147, 157, 155, 157, 155, 133, 131, 141, 139, 141, 139, 149, 147, 157, 155, 157, 155, 149, 147, 157, 155, 157, 155],
575
+ "deepslate_bricks": [1],
576
+ "deepslate_brick_stairs": [42, 32, 43, 33, 37, 27, 38, 28],
577
+ "deepslate_brick_slab": [61, 171],
578
+ "deepslate_brick_double_slab": [1],
579
+ "deepslate_brick_wall": [0, 127, 136, 134, 136, 134, 144, 142, 152, 150, 152, 150, 144, 142, 152, 150, 152, 150, 132, 130, 140, 138, 140, 138, 148, 146, 156, 154, 156, 154, 148, 146, 156, 154, 156, 154, 132, 130, 140, 138, 140, 138, 148, 146, 156, 154, 156, 154, 148, 146, 156, 154, 156, 154, 129, 128, 137, 135, 137, 135, 145, 143, 153, 151, 153, 151, 145, 143, 153, 151, 153, 151, 133, 131, 141, 139, 141, 139, 149, 147, 157, 155, 157, 155, 149, 147, 157, 155, 157, 155, 133, 131, 141, 139, 141, 139, 149, 147, 157, 155, 157, 155, 149, 147, 157, 155, 157, 155, 129, 128, 137, 135, 137, 135, 145, 143, 153, 151, 153, 151, 145, 143, 153, 151, 153, 151, 133, 131, 141, 139, 141, 139, 149, 147, 157, 155, 157, 155, 149, 147, 157, 155, 157, 155, 133, 131, 141, 139, 141, 139, 149, 147, 157, 155, 157, 155, 149, 147, 157, 155, 157, 155],
580
+ "chiseled_deepslate": [1],
581
+ "cracked_deepslate_bricks": [1],
582
+ "cracked_deepslate_tiles": [1],
583
+ "infested_deepslate": [1, 1, 1],
584
+ "smooth_basalt": [1],
585
+ "raw_iron_block": [1],
586
+ "raw_copper_block": [1],
587
+ "raw_gold_block": [1],
588
+ "ochre_froglight": [1, 1, 1],
589
+ "verdant_froglight": [1, 1, 1],
590
+ "pearlescent_froglight": [1, 1, 1],
591
+ "frog_spawn": 0,
592
+ "reinforced_deepslate": [1]
593
+ },
594
+ "shapes": {
595
+ "0": [],
596
+ "1": [[0, 0, 0, 1, 1, 1]],
597
+ "2": [[0, 0, 0, 0.1875, 0.5625, 0.1875], [0.8125, 0, 0, 1, 0.5625, 0.1875], [0, 0.1875, 0.1875, 1, 0.5625, 1], [0.1875, 0.1875, 0, 0.8125, 0.5625, 0.1875]],
598
+ "3": [[0, 0, 0.8125, 0.1875, 0.5625, 1], [0.8125, 0, 0.8125, 1, 0.5625, 1], [0, 0.1875, 0, 1, 0.5625, 0.8125], [0.1875, 0.1875, 0.8125, 0.8125, 0.5625, 1]],
599
+ "4": [[0, 0, 0, 0.1875, 0.5625, 0.1875], [0, 0, 0.8125, 0.1875, 0.5625, 1], [0, 0.1875, 0.1875, 1, 0.5625, 0.8125], [0.1875, 0.1875, 0, 1, 0.5625, 0.1875], [0.1875, 0.1875, 0.8125, 1, 0.5625, 1]],
600
+ "5": [[0.8125, 0, 0, 1, 0.5625, 0.1875], [0.8125, 0, 0.8125, 1, 0.5625, 1], [0, 0.1875, 0, 0.8125, 0.5625, 1], [0.8125, 0.1875, 0.1875, 1, 0.5625, 0.8125]],
601
+ "6": [[0, 0, 0.25, 1, 1, 1]],
602
+ "7": [[0, 0, 0, 0.75, 1, 1]],
603
+ "8": [[0, 0, 0, 1, 1, 0.75]],
604
+ "9": [[0.25, 0, 0, 1, 1, 1]],
605
+ "10": [[0, 0, 0, 1, 0.75, 1]],
606
+ "11": [[0, 0.25, 0, 1, 1, 1]],
607
+ "12": [[0, 0, 0, 1, 1, 0.25], [0.375, 0.375, 0.25, 0.625, 0.625, 1]],
608
+ "13": [[0, 0, 0, 1, 1, 0.25], [0.375, 0.375, 0.25, 0.625, 0.625, 1.25]],
609
+ "14": [[0.75, 0, 0, 1, 1, 1], [0, 0.375, 0.375, 0.75, 0.625, 0.625]],
610
+ "15": [[0.75, 0, 0, 1, 1, 1], [-0.25, 0.375, 0.375, 0.75, 0.625, 0.625]],
611
+ "16": [[0, 0, 0.75, 1, 1, 1], [0.375, 0.375, 0, 0.625, 0.625, 0.75]],
612
+ "17": [[0, 0, 0.75, 1, 1, 1], [0.375, 0.375, -0.25, 0.625, 0.625, 0.75]],
613
+ "18": [[0, 0, 0, 0.25, 1, 1], [0.25, 0.375, 0.375, 1, 0.625, 0.625]],
614
+ "19": [[0, 0, 0, 0.25, 1, 1], [0.25, 0.375, 0.375, 1.25, 0.625, 0.625]],
615
+ "20": [[0.375, 0, 0.375, 0.625, 1, 0.625], [0, 0.75, 0, 0.375, 1, 1], [0.375, 0.75, 0, 1, 1, 0.375], [0.375, 0.75, 0.625, 1, 1, 1], [0.625, 0.75, 0.375, 1, 1, 0.625]],
616
+ "21": [[0.375, -0.25, 0.375, 0.625, 1, 0.625], [0, 0.75, 0, 0.375, 1, 1], [0.375, 0.75, 0, 1, 1, 0.375], [0.375, 0.75, 0.625, 1, 1, 1], [0.625, 0.75, 0.375, 1, 1, 0.625]],
617
+ "22": [[0, 0, 0, 1, 0.25, 1], [0.375, 0.25, 0.375, 0.625, 1, 0.625]],
618
+ "23": [[0, 0, 0, 1, 0.25, 1], [0.375, 0.25, 0.375, 0.625, 1.25, 0.625]],
619
+ "24": [[0, 0, 0, 1, 1, 0.5], [0, 0.5, 0.5, 1, 1, 1]],
620
+ "25": [[0, 0, 0, 0.5, 1, 1], [0.5, 0, 0, 1, 1, 0.5], [0.5, 0.5, 0.5, 1, 1, 1]],
621
+ "26": [[0, 0, 0, 1, 1, 0.5], [0.5, 0, 0.5, 1, 1, 1], [0, 0.5, 0.5, 0.5, 1, 1]],
622
+ "27": [[0, 0, 0, 0.5, 1, 0.5], [0, 0.5, 0.5, 1, 1, 1], [0.5, 0.5, 0, 1, 1, 0.5]],
623
+ "28": [[0.5, 0, 0, 1, 1, 0.5], [0, 0.5, 0, 0.5, 1, 1], [0.5, 0.5, 0.5, 1, 1, 1]],
624
+ "29": [[0, 0, 0, 1, 0.5, 1], [0, 0.5, 0, 1, 1, 0.5]],
625
+ "30": [[0, 0, 0, 1, 0.5, 1], [0, 0.5, 0, 0.5, 1, 1], [0.5, 0.5, 0, 1, 1, 0.5]],
626
+ "31": [[0, 0, 0, 1, 0.5, 1], [0, 0.5, 0, 1, 1, 0.5], [0.5, 0.5, 0.5, 1, 1, 1]],
627
+ "32": [[0, 0, 0, 1, 0.5, 1], [0, 0.5, 0, 0.5, 1, 0.5]],
628
+ "33": [[0, 0, 0, 1, 0.5, 1], [0.5, 0.5, 0, 1, 1, 0.5]],
629
+ "34": [[0, 0, 0.5, 1, 1, 1], [0, 0.5, 0, 1, 1, 0.5]],
630
+ "35": [[0, 0, 0.5, 1, 1, 1], [0.5, 0, 0, 1, 1, 0.5], [0, 0.5, 0, 0.5, 1, 0.5]],
631
+ "36": [[0, 0, 0, 0.5, 1, 1], [0.5, 0, 0.5, 1, 1, 1], [0.5, 0.5, 0, 1, 1, 0.5]],
632
+ "37": [[0.5, 0, 0.5, 1, 1, 1], [0, 0.5, 0, 0.5, 1, 1], [0.5, 0.5, 0, 1, 1, 0.5]],
633
+ "38": [[0, 0, 0.5, 0.5, 1, 1], [0, 0.5, 0, 1, 1, 0.5], [0.5, 0.5, 0.5, 1, 1, 1]],
634
+ "39": [[0, 0, 0, 1, 0.5, 1], [0, 0.5, 0.5, 1, 1, 1]],
635
+ "40": [[0, 0, 0, 1, 0.5, 1], [0, 0.5, 0.5, 1, 1, 1], [0.5, 0.5, 0, 1, 1, 0.5]],
636
+ "41": [[0, 0, 0, 1, 0.5, 1], [0, 0.5, 0, 0.5, 1, 1], [0.5, 0.5, 0.5, 1, 1, 1]],
637
+ "42": [[0, 0, 0, 1, 0.5, 1], [0.5, 0.5, 0.5, 1, 1, 1]],
638
+ "43": [[0, 0, 0, 1, 0.5, 1], [0, 0.5, 0.5, 0.5, 1, 1]],
639
+ "44": [[0, 0, 0, 0.5, 1, 1], [0.5, 0.5, 0, 1, 1, 1]],
640
+ "45": [[0, 0, 0, 1, 0.5, 1], [0, 0.5, 0, 0.5, 1, 1]],
641
+ "46": [[0.5, 0, 0, 1, 1, 1], [0, 0.5, 0, 0.5, 1, 1]],
642
+ "47": [[0, 0, 0, 1, 0.5, 1], [0.5, 0.5, 0, 1, 1, 1]],
643
+ "48": [[0.0625, 0, 0.0625, 0.9375, 0.875, 0.9375]],
644
+ "49": [[0.0625, 0, 0.0625, 1, 0.875, 0.9375]],
645
+ "50": [[0, 0, 0.0625, 0.9375, 0.875, 0.9375]],
646
+ "51": [[0.0625, 0, 0, 0.9375, 0.875, 0.9375]],
647
+ "52": [[0.0625, 0, 0.0625, 0.9375, 0.875, 1]],
648
+ "53": [[0, 0, 0, 1, 0.9375, 1]],
649
+ "54": [[0, 0, 0, 0.1875, 1, 1]],
650
+ "55": [[0, 0, 0.8125, 1, 1, 1]],
651
+ "56": [[0.8125, 0, 0, 1, 1, 1]],
652
+ "57": [[0, 0, 0, 1, 1, 0.1875]],
653
+ "58": [[0, 0, 0, 1, 0.125, 1]],
654
+ "59": [[0, 0, 0, 1, 0.25, 1]],
655
+ "60": [[0, 0, 0, 1, 0.375, 1]],
656
+ "61": [[0, 0, 0, 1, 0.5, 1]],
657
+ "62": [[0, 0, 0, 1, 0.625, 1]],
658
+ "63": [[0, 0, 0, 1, 0.875, 1]],
659
+ "64": [[0.0625, 0, 0.0625, 0.9375, 0.9375, 0.9375]],
660
+ "65": [[0, 0, 0.375, 1, 1.5, 0.625], [0.375, 0, 0, 0.625, 1.5, 0.375], [0.375, 0, 0.625, 0.625, 1.5, 1]],
661
+ "66": [[0.375, 0, 0, 0.625, 1.5, 1], [0.625, 0, 0.375, 1, 1.5, 0.625]],
662
+ "67": [[0, 0, 0.375, 1, 1.5, 0.625], [0.375, 0, 0, 0.625, 1.5, 0.375]],
663
+ "68": [[0.375, 0, 0, 0.625, 1.5, 0.625], [0.625, 0, 0.375, 1, 1.5, 0.625]],
664
+ "69": [[0, 0, 0.375, 1, 1.5, 0.625], [0.375, 0, 0.625, 0.625, 1.5, 1]],
665
+ "70": [[0.375, 0, 0.375, 0.625, 1.5, 1], [0.625, 0, 0.375, 1, 1.5, 0.625]],
666
+ "71": [[0, 0, 0.375, 1, 1.5, 0.625]],
667
+ "72": [[0.375, 0, 0.375, 1, 1.5, 0.625]],
668
+ "73": [[0, 0, 0.375, 0.625, 1.5, 0.625], [0.375, 0, 0, 0.625, 1.5, 0.375], [0.375, 0, 0.625, 0.625, 1.5, 1]],
669
+ "74": [[0.375, 0, 0, 0.625, 1.5, 1]],
670
+ "75": [[0, 0, 0.375, 0.625, 1.5, 0.625], [0.375, 0, 0, 0.625, 1.5, 0.375]],
671
+ "76": [[0.375, 0, 0, 0.625, 1.5, 0.625]],
672
+ "77": [[0, 0, 0.375, 0.625, 1.5, 0.625], [0.375, 0, 0.625, 0.625, 1.5, 1]],
673
+ "78": [[0.375, 0, 0.375, 0.625, 1.5, 1]],
674
+ "79": [[0, 0, 0.375, 0.625, 1.5, 0.625]],
675
+ "80": [[0.375, 0, 0.375, 0.625, 1.5, 0.625]],
676
+ "81": [[0.0625, 0, 0.0625, 0.9375, 0.5, 0.9375]],
677
+ "82": [[0.1875, 0, 0.0625, 0.9375, 0.5, 0.9375]],
678
+ "83": [[0.3125, 0, 0.0625, 0.9375, 0.5, 0.9375]],
679
+ "84": [[0.4375, 0, 0.0625, 0.9375, 0.5, 0.9375]],
680
+ "85": [[0.5625, 0, 0.0625, 0.9375, 0.5, 0.9375]],
681
+ "86": [[0.6875, 0, 0.0625, 0.9375, 0.5, 0.9375]],
682
+ "87": [[0.8125, 0, 0.0625, 0.9375, 0.5, 0.9375]],
683
+ "88": [[0, 0.8125, 0, 1, 1, 1]],
684
+ "89": [[0, 0, 0, 1, 0.1875, 1]],
685
+ "90": [[0, 0, 0.4375, 1, 1, 0.5625], [0.4375, 0, 0, 0.5625, 1, 0.4375], [0.4375, 0, 0.5625, 0.5625, 1, 1]],
686
+ "91": [[0.4375, 0, 0, 0.5625, 1, 1], [0.5625, 0, 0.4375, 1, 1, 0.5625]],
687
+ "92": [[0, 0, 0.4375, 1, 1, 0.5625], [0.4375, 0, 0, 0.5625, 1, 0.4375]],
688
+ "93": [[0.4375, 0, 0, 0.5625, 1, 0.5625], [0.5625, 0, 0.4375, 1, 1, 0.5625]],
689
+ "94": [[0, 0, 0.4375, 1, 1, 0.5625], [0.4375, 0, 0.5625, 0.5625, 1, 1]],
690
+ "95": [[0.4375, 0, 0.4375, 0.5625, 1, 1], [0.5625, 0, 0.4375, 1, 1, 0.5625]],
691
+ "96": [[0, 0, 0.4375, 1, 1, 0.5625]],
692
+ "97": [[0.4375, 0, 0.4375, 1, 1, 0.5625]],
693
+ "98": [[0, 0, 0.4375, 0.5625, 1, 0.5625], [0.4375, 0, 0, 0.5625, 1, 0.4375], [0.4375, 0, 0.5625, 0.5625, 1, 1]],
694
+ "99": [[0.4375, 0, 0, 0.5625, 1, 1]],
695
+ "100": [[0, 0, 0.4375, 0.5625, 1, 0.5625], [0.4375, 0, 0, 0.5625, 1, 0.4375]],
696
+ "101": [[0.4375, 0, 0, 0.5625, 1, 0.5625]],
697
+ "102": [[0, 0, 0.4375, 0.5625, 1, 0.5625], [0.4375, 0, 0.5625, 0.5625, 1, 1]],
698
+ "103": [[0.4375, 0, 0.4375, 0.5625, 1, 1]],
699
+ "104": [[0, 0, 0.4375, 0.5625, 1, 0.5625]],
700
+ "105": [[0.4375, 0, 0.4375, 0.5625, 1, 0.5625]],
701
+ "106": [[0, 0.40625, 0.40625, 1, 0.59375, 0.59375]],
702
+ "107": [[0.40625, 0, 0.40625, 0.59375, 1, 0.59375]],
703
+ "108": [[0.40625, 0.40625, 0, 0.59375, 0.59375, 1]],
704
+ "109": [[0.0625, 0, 0.0625, 0.9375, 0.09375, 0.9375]],
705
+ "110": [[0.0625, 0, 0.0625, 0.9375, 0.125, 0.9375], [0.4375, 0.125, 0.4375, 0.5625, 0.875, 0.5625]],
706
+ "111": [[0, 0, 0, 0.125, 1, 0.25], [0, 0, 0.75, 0.125, 1, 1], [0.125, 0, 0, 0.25, 1, 0.125], [0.125, 0, 0.875, 0.25, 1, 1], [0.75, 0, 0, 1, 1, 0.125], [0.75, 0, 0.875, 1, 1, 1], [0.875, 0, 0.125, 1, 1, 0.25], [0.875, 0, 0.75, 1, 1, 0.875], [0, 0.1875, 0.25, 1, 0.25, 0.75], [0.125, 0.1875, 0.125, 0.875, 0.25, 0.25], [0.125, 0.1875, 0.75, 0.875, 0.25, 0.875], [0.25, 0.1875, 0, 0.75, 1, 0.125], [0.25, 0.1875, 0.875, 0.75, 1, 1], [0, 0.25, 0.25, 0.125, 1, 0.75], [0.875, 0.25, 0.25, 1, 1, 0.75]],
707
+ "112": [[0, 0, 0, 1, 0.8125, 1], [0.25, 0.8125, 0.25, 0.75, 1, 0.75]],
708
+ "113": [[0, 0, 0, 1, 0.8125, 1]],
709
+ "114": [[0.0625, 0, 0.0625, 0.9375, 1, 0.9375]],
710
+ "115": [[0.375, 0.4375, 0.0625, 0.625, 0.75, 0.3125]],
711
+ "116": [[0.375, 0.4375, 0.6875, 0.625, 0.75, 0.9375]],
712
+ "117": [[0.0625, 0.4375, 0.375, 0.3125, 0.75, 0.625]],
713
+ "118": [[0.6875, 0.4375, 0.375, 0.9375, 0.75, 0.625]],
714
+ "119": [[0.3125, 0.3125, 0.0625, 0.6875, 0.75, 0.4375]],
715
+ "120": [[0.3125, 0.3125, 0.5625, 0.6875, 0.75, 0.9375]],
716
+ "121": [[0.0625, 0.3125, 0.3125, 0.4375, 0.75, 0.6875]],
717
+ "122": [[0.5625, 0.3125, 0.3125, 0.9375, 0.75, 0.6875]],
718
+ "123": [[0.25, 0.1875, 0.0625, 0.75, 0.75, 0.5625]],
719
+ "124": [[0.25, 0.1875, 0.4375, 0.75, 0.75, 0.9375]],
720
+ "125": [[0.0625, 0.1875, 0.25, 0.5625, 0.75, 0.75]],
721
+ "126": [[0.4375, 0.1875, 0.25, 0.9375, 0.75, 0.75]],
722
+ "127": [[0.25, 0, 0.25, 0.75, 1.5, 0.75]],
723
+ "128": [[0, 0, 0.3125, 0.75, 1.5, 0.6875], [0.25, 0, 0.25, 0.75, 1.5, 0.3125], [0.25, 0, 0.6875, 0.75, 1.5, 0.75]],
724
+ "129": [[0, 0, 0.3125, 0.6875, 1.5, 0.6875]],
725
+ "130": [[0.25, 0, 0.25, 0.75, 1.5, 0.75], [0.3125, 0, 0.75, 0.6875, 1.5, 1]],
726
+ "131": [[0, 0, 0.3125, 0.75, 1.5, 0.6875], [0.25, 0, 0.25, 0.75, 1.5, 0.3125], [0.25, 0, 0.6875, 0.75, 1.5, 0.75], [0.3125, 0, 0.75, 0.6875, 1.5, 1]],
727
+ "132": [[0.3125, 0, 0.3125, 0.6875, 1.5, 1]],
728
+ "133": [[0, 0, 0.3125, 0.6875, 1.5, 0.6875], [0.3125, 0, 0.6875, 0.6875, 1.5, 1]],
729
+ "134": [[0.25, 0, 0.25, 0.75, 1.5, 0.75], [0.3125, 0, 0, 0.6875, 1.5, 0.25]],
730
+ "135": [[0, 0, 0.3125, 0.75, 1.5, 0.6875], [0.25, 0, 0.25, 0.75, 1.5, 0.3125], [0.25, 0, 0.6875, 0.75, 1.5, 0.75], [0.3125, 0, 0, 0.6875, 1.5, 0.25]],
731
+ "136": [[0.3125, 0, 0, 0.6875, 1.5, 0.6875]],
732
+ "137": [[0, 0, 0.3125, 0.6875, 1.5, 0.6875], [0.3125, 0, 0, 0.6875, 1.5, 0.3125]],
733
+ "138": [[0.25, 0, 0.25, 0.75, 1.5, 0.75], [0.3125, 0, 0, 0.6875, 1.5, 0.25], [0.3125, 0, 0.75, 0.6875, 1.5, 1]],
734
+ "139": [[0, 0, 0.3125, 0.75, 1.5, 0.6875], [0.25, 0, 0.25, 0.75, 1.5, 0.3125], [0.25, 0, 0.6875, 0.75, 1.5, 0.75], [0.3125, 0, 0, 0.6875, 1.5, 0.25], [0.3125, 0, 0.75, 0.6875, 1.5, 1]],
735
+ "140": [[0.3125, 0, 0, 0.6875, 1.5, 1]],
736
+ "141": [[0, 0, 0.3125, 0.6875, 1.5, 0.6875], [0.3125, 0, 0, 0.6875, 1.5, 0.3125], [0.3125, 0, 0.6875, 0.6875, 1.5, 1]],
737
+ "142": [[0.25, 0, 0.25, 0.75, 1.5, 0.75], [0.75, 0, 0.3125, 1, 1.5, 0.6875]],
738
+ "143": [[0, 0, 0.3125, 1, 1.5, 0.6875], [0.25, 0, 0.25, 0.75, 1.5, 0.3125], [0.25, 0, 0.6875, 0.75, 1.5, 0.75]],
739
+ "144": [[0.3125, 0, 0.3125, 1, 1.5, 0.6875]],
740
+ "145": [[0, 0, 0.3125, 1, 1.5, 0.6875]],
741
+ "146": [[0.25, 0, 0.25, 0.75, 1.5, 0.75], [0.3125, 0, 0.75, 0.6875, 1.5, 1], [0.75, 0, 0.3125, 1, 1.5, 0.6875]],
742
+ "147": [[0, 0, 0.3125, 1, 1.5, 0.6875], [0.25, 0, 0.25, 0.75, 1.5, 0.3125], [0.25, 0, 0.6875, 0.75, 1.5, 0.75], [0.3125, 0, 0.75, 0.6875, 1.5, 1]],
743
+ "148": [[0.3125, 0, 0.3125, 0.6875, 1.5, 1], [0.6875, 0, 0.3125, 1, 1.5, 0.6875]],
744
+ "149": [[0, 0, 0.3125, 1, 1.5, 0.6875], [0.3125, 0, 0.6875, 0.6875, 1.5, 1]],
745
+ "150": [[0.25, 0, 0.25, 0.75, 1.5, 0.75], [0.3125, 0, 0, 0.6875, 1.5, 0.25], [0.75, 0, 0.3125, 1, 1.5, 0.6875]],
746
+ "151": [[0, 0, 0.3125, 1, 1.5, 0.6875], [0.25, 0, 0.25, 0.75, 1.5, 0.3125], [0.25, 0, 0.6875, 0.75, 1.5, 0.75], [0.3125, 0, 0, 0.6875, 1.5, 0.25]],
747
+ "152": [[0.3125, 0, 0, 0.6875, 1.5, 0.6875], [0.6875, 0, 0.3125, 1, 1.5, 0.6875]],
748
+ "153": [[0, 0, 0.3125, 1, 1.5, 0.6875], [0.3125, 0, 0, 0.6875, 1.5, 0.3125]],
749
+ "154": [[0.25, 0, 0.25, 0.75, 1.5, 0.75], [0.3125, 0, 0, 0.6875, 1.5, 0.25], [0.3125, 0, 0.75, 0.6875, 1.5, 1], [0.75, 0, 0.3125, 1, 1.5, 0.6875]],
750
+ "155": [[0, 0, 0.3125, 1, 1.5, 0.6875], [0.25, 0, 0.25, 0.75, 1.5, 0.3125], [0.25, 0, 0.6875, 0.75, 1.5, 0.75], [0.3125, 0, 0, 0.6875, 1.5, 0.25], [0.3125, 0, 0.75, 0.6875, 1.5, 1]],
751
+ "156": [[0.3125, 0, 0, 0.6875, 1.5, 1], [0.6875, 0, 0.3125, 1, 1.5, 0.6875]],
752
+ "157": [[0, 0, 0.3125, 1, 1.5, 0.6875], [0.3125, 0, 0, 0.6875, 1.5, 0.3125], [0.3125, 0, 0.6875, 0.6875, 1.5, 1]],
753
+ "158": [[0.3125, 0, 0.3125, 0.6875, 0.375, 0.6875]],
754
+ "159": [[0.25, 0, 0.25, 0.75, 0.5, 0.75]],
755
+ "160": [[0.25, 0.25, 0.5, 0.75, 0.75, 1]],
756
+ "161": [[0.25, 0.25, 0, 0.75, 0.75, 0.5]],
757
+ "162": [[0.5, 0.25, 0.25, 1, 0.75, 0.75]],
758
+ "163": [[0, 0.25, 0.25, 0.5, 0.75, 0.75]],
759
+ "164": [[0.125, 0, 0.125, 0.875, 0.25, 0.875], [0.25, 0.25, 0.1875, 0.75, 0.3125, 0.8125], [0.375, 0.3125, 0.25, 0.625, 1, 0.75], [0.1875, 0.625, 0, 0.375, 1, 1], [0.375, 0.625, 0, 0.8125, 1, 0.25], [0.375, 0.625, 0.75, 0.8125, 1, 1], [0.625, 0.625, 0.25, 0.8125, 1, 0.75]],
760
+ "165": [[0.125, 0, 0.125, 0.875, 0.25, 0.875], [0.1875, 0.25, 0.25, 0.8125, 0.3125, 0.75], [0.25, 0.3125, 0.375, 0.75, 1, 0.625], [0, 0.625, 0.1875, 0.25, 1, 0.8125], [0.25, 0.625, 0.1875, 1, 1, 0.375], [0.25, 0.625, 0.625, 1, 1, 0.8125], [0.75, 0.625, 0.375, 1, 1, 0.625]],
761
+ "166": [[0.375, 0, 0.375, 0.625, 0.6875, 0.625], [0.25, 0.25, 0.25, 0.375, 0.6875, 0.75], [0.375, 0.25, 0.25, 0.75, 0.6875, 0.375], [0.375, 0.25, 0.625, 0.75, 0.6875, 0.75], [0.625, 0.25, 0.375, 0.75, 0.6875, 0.625], [0, 0.625, 0, 0.25, 0.6875, 1], [0.25, 0.625, 0, 1, 0.6875, 0.25], [0.25, 0.625, 0.75, 1, 0.6875, 1], [0.75, 0.625, 0.25, 1, 0.6875, 0.75], [0, 0.6875, 0, 0.125, 1, 1], [0.125, 0.6875, 0, 1, 1, 0.125], [0.125, 0.6875, 0.875, 1, 1, 1], [0.875, 0.6875, 0.125, 1, 1, 0.875]],
762
+ "167": [[0.25, 0.25, 0.25, 0.75, 0.6875, 0.75], [0.375, 0.25, 0, 0.625, 0.5, 0.25], [0, 0.625, 0, 0.25, 0.6875, 1], [0.25, 0.625, 0, 1, 0.6875, 0.25], [0.25, 0.625, 0.75, 1, 0.6875, 1], [0.75, 0.625, 0.25, 1, 0.6875, 0.75], [0, 0.6875, 0, 0.125, 1, 1], [0.125, 0.6875, 0, 1, 1, 0.125], [0.125, 0.6875, 0.875, 1, 1, 1], [0.875, 0.6875, 0.125, 1, 1, 0.875]],
763
+ "168": [[0.25, 0.25, 0.25, 0.75, 0.6875, 0.75], [0.375, 0.25, 0.75, 0.625, 0.5, 1], [0, 0.625, 0, 0.25, 0.6875, 1], [0.25, 0.625, 0, 1, 0.6875, 0.25], [0.25, 0.625, 0.75, 1, 0.6875, 1], [0.75, 0.625, 0.25, 1, 0.6875, 0.75], [0, 0.6875, 0, 0.125, 1, 1], [0.125, 0.6875, 0, 1, 1, 0.125], [0.125, 0.6875, 0.875, 1, 1, 1], [0.875, 0.6875, 0.125, 1, 1, 0.875]],
764
+ "169": [[0, 0.25, 0.375, 0.75, 0.5, 0.625], [0.25, 0.25, 0.25, 0.75, 0.6875, 0.375], [0.25, 0.25, 0.625, 0.75, 0.6875, 0.75], [0.25, 0.5, 0.375, 0.75, 0.6875, 0.625], [0, 0.625, 0, 0.25, 0.6875, 1], [0.25, 0.625, 0, 1, 0.6875, 0.25], [0.25, 0.625, 0.75, 1, 0.6875, 1], [0.75, 0.625, 0.25, 1, 0.6875, 0.75], [0, 0.6875, 0, 0.125, 1, 1], [0.125, 0.6875, 0, 1, 1, 0.125], [0.125, 0.6875, 0.875, 1, 1, 1], [0.875, 0.6875, 0.125, 1, 1, 0.875]],
765
+ "170": [[0.25, 0.25, 0.25, 0.75, 0.6875, 0.75], [0.75, 0.25, 0.375, 1, 0.5, 0.625], [0, 0.625, 0, 0.25, 0.6875, 1], [0.25, 0.625, 0, 1, 0.6875, 0.25], [0.25, 0.625, 0.75, 1, 0.6875, 1], [0.75, 0.625, 0.25, 1, 0.6875, 0.75], [0, 0.6875, 0, 0.125, 1, 1], [0.125, 0.6875, 0, 1, 1, 0.125], [0.125, 0.6875, 0.875, 1, 1, 1], [0.875, 0.6875, 0.125, 1, 1, 0.875]],
766
+ "171": [[0, 0.5, 0, 1, 1, 1]],
767
+ "172": [[0, 0, 0, 1, 0.0625, 1]],
768
+ "173": [[0.375, 0.375, 0, 0.625, 0.625, 1]],
769
+ "174": [[0, 0.375, 0.375, 1, 0.625, 0.625]],
770
+ "175": [[0.375, 0, 0.375, 0.625, 1, 0.625]],
771
+ "176": [[0.1875, 0, 0.1875, 0.8125, 1, 0.8125], [0, 0.1875, 0.1875, 0.1875, 0.8125, 0.8125], [0.1875, 0.1875, 0, 0.8125, 0.8125, 0.1875], [0.1875, 0.1875, 0.8125, 0.8125, 0.8125, 1], [0.8125, 0.1875, 0.1875, 1, 0.8125, 0.8125]],
772
+ "177": [[0.1875, 0, 0.1875, 0.8125, 1, 0.8125], [0.1875, 0.1875, 0, 0.8125, 0.8125, 0.1875], [0.1875, 0.1875, 0.8125, 0.8125, 0.8125, 1], [0.8125, 0.1875, 0.1875, 1, 0.8125, 0.8125]],
773
+ "178": [[0.1875, 0, 0.1875, 0.8125, 0.8125, 0.8125], [0, 0.1875, 0.1875, 0.1875, 0.8125, 0.8125], [0.1875, 0.1875, 0, 0.8125, 0.8125, 0.1875], [0.1875, 0.1875, 0.8125, 0.8125, 0.8125, 1], [0.8125, 0.1875, 0.1875, 1, 0.8125, 0.8125]],
774
+ "179": [[0.1875, 0, 0.1875, 0.8125, 0.8125, 0.8125], [0.1875, 0.1875, 0, 0.8125, 0.8125, 0.1875], [0.1875, 0.1875, 0.8125, 0.8125, 0.8125, 1], [0.8125, 0.1875, 0.1875, 1, 0.8125, 0.8125]],
775
+ "180": [[0.1875, 0, 0.1875, 0.8125, 1, 0.8125], [0, 0.1875, 0.1875, 0.1875, 0.8125, 0.8125], [0.1875, 0.1875, 0, 0.8125, 0.8125, 0.1875], [0.8125, 0.1875, 0.1875, 1, 0.8125, 0.8125]],
776
+ "181": [[0.1875, 0, 0.1875, 0.8125, 1, 0.8125], [0.1875, 0.1875, 0, 0.8125, 0.8125, 0.1875], [0.8125, 0.1875, 0.1875, 1, 0.8125, 0.8125]],
777
+ "182": [[0.1875, 0, 0.1875, 0.8125, 0.8125, 0.8125], [0, 0.1875, 0.1875, 0.1875, 0.8125, 0.8125], [0.1875, 0.1875, 0, 0.8125, 0.8125, 0.1875], [0.8125, 0.1875, 0.1875, 1, 0.8125, 0.8125]],
778
+ "183": [[0.1875, 0, 0.1875, 0.8125, 0.8125, 0.8125], [0.1875, 0.1875, 0, 0.8125, 0.8125, 0.1875], [0.8125, 0.1875, 0.1875, 1, 0.8125, 0.8125]],
779
+ "184": [[0.1875, 0, 0.1875, 0.8125, 1, 0.8125], [0, 0.1875, 0.1875, 0.1875, 0.8125, 0.8125], [0.1875, 0.1875, 0.8125, 0.8125, 0.8125, 1], [0.8125, 0.1875, 0.1875, 1, 0.8125, 0.8125]],
780
+ "185": [[0.1875, 0, 0.1875, 0.8125, 1, 0.8125], [0.1875, 0.1875, 0.8125, 0.8125, 0.8125, 1], [0.8125, 0.1875, 0.1875, 1, 0.8125, 0.8125]],
781
+ "186": [[0.1875, 0, 0.1875, 0.8125, 0.8125, 0.8125], [0, 0.1875, 0.1875, 0.1875, 0.8125, 0.8125], [0.1875, 0.1875, 0.8125, 0.8125, 0.8125, 1], [0.8125, 0.1875, 0.1875, 1, 0.8125, 0.8125]],
782
+ "187": [[0.1875, 0, 0.1875, 0.8125, 0.8125, 0.8125], [0.1875, 0.1875, 0.8125, 0.8125, 0.8125, 1], [0.8125, 0.1875, 0.1875, 1, 0.8125, 0.8125]],
783
+ "188": [[0.1875, 0, 0.1875, 0.8125, 1, 0.8125], [0, 0.1875, 0.1875, 0.1875, 0.8125, 0.8125], [0.8125, 0.1875, 0.1875, 1, 0.8125, 0.8125]],
784
+ "189": [[0.1875, 0, 0.1875, 0.8125, 1, 0.8125], [0.8125, 0.1875, 0.1875, 1, 0.8125, 0.8125]],
785
+ "190": [[0.1875, 0, 0.1875, 0.8125, 0.8125, 0.8125], [0, 0.1875, 0.1875, 0.1875, 0.8125, 0.8125], [0.8125, 0.1875, 0.1875, 1, 0.8125, 0.8125]],
786
+ "191": [[0.1875, 0, 0.1875, 0.8125, 0.8125, 0.8125], [0.8125, 0.1875, 0.1875, 1, 0.8125, 0.8125]],
787
+ "192": [[0.1875, 0, 0.1875, 0.8125, 1, 0.8125], [0, 0.1875, 0.1875, 0.1875, 0.8125, 0.8125], [0.1875, 0.1875, 0, 0.8125, 0.8125, 0.1875], [0.1875, 0.1875, 0.8125, 0.8125, 0.8125, 1]],
788
+ "193": [[0.1875, 0, 0.1875, 0.8125, 1, 0.8125], [0.1875, 0.1875, 0, 0.8125, 0.8125, 0.1875], [0.1875, 0.1875, 0.8125, 0.8125, 0.8125, 1]],
789
+ "194": [[0.1875, 0, 0.1875, 0.8125, 0.8125, 0.8125], [0, 0.1875, 0.1875, 0.1875, 0.8125, 0.8125], [0.1875, 0.1875, 0, 0.8125, 0.8125, 0.1875], [0.1875, 0.1875, 0.8125, 0.8125, 0.8125, 1]],
790
+ "195": [[0.1875, 0, 0.1875, 0.8125, 0.8125, 0.8125], [0.1875, 0.1875, 0, 0.8125, 0.8125, 0.1875], [0.1875, 0.1875, 0.8125, 0.8125, 0.8125, 1]],
791
+ "196": [[0.1875, 0, 0.1875, 0.8125, 1, 0.8125], [0, 0.1875, 0.1875, 0.1875, 0.8125, 0.8125], [0.1875, 0.1875, 0, 0.8125, 0.8125, 0.1875]],
792
+ "197": [[0.1875, 0, 0.1875, 0.8125, 1, 0.8125], [0.1875, 0.1875, 0, 0.8125, 0.8125, 0.1875]],
793
+ "198": [[0.1875, 0, 0.1875, 0.8125, 0.8125, 0.8125], [0, 0.1875, 0.1875, 0.1875, 0.8125, 0.8125], [0.1875, 0.1875, 0, 0.8125, 0.8125, 0.1875]],
794
+ "199": [[0.1875, 0, 0.1875, 0.8125, 0.8125, 0.8125], [0.1875, 0.1875, 0, 0.8125, 0.8125, 0.1875]],
795
+ "200": [[0.1875, 0, 0.1875, 0.8125, 1, 0.8125], [0, 0.1875, 0.1875, 0.1875, 0.8125, 0.8125], [0.1875, 0.1875, 0.8125, 0.8125, 0.8125, 1]],
796
+ "201": [[0.1875, 0, 0.1875, 0.8125, 1, 0.8125], [0.1875, 0.1875, 0.8125, 0.8125, 0.8125, 1]],
797
+ "202": [[0.1875, 0, 0.1875, 0.8125, 0.8125, 0.8125], [0, 0.1875, 0.1875, 0.1875, 0.8125, 0.8125], [0.1875, 0.1875, 0.8125, 0.8125, 0.8125, 1]],
798
+ "203": [[0.1875, 0, 0.1875, 0.8125, 0.8125, 0.8125], [0.1875, 0.1875, 0.8125, 0.8125, 0.8125, 1]],
799
+ "204": [[0.1875, 0, 0.1875, 0.8125, 1, 0.8125], [0, 0.1875, 0.1875, 0.1875, 0.8125, 0.8125]],
800
+ "205": [[0.1875, 0, 0.1875, 0.8125, 1, 0.8125]],
801
+ "206": [[0.1875, 0, 0.1875, 0.8125, 0.8125, 0.8125], [0, 0.1875, 0.1875, 0.1875, 0.8125, 0.8125]],
802
+ "207": [[0.1875, 0, 0.1875, 0.8125, 0.8125, 0.8125]],
803
+ "208": [[0, 0.1875, 0.1875, 1, 0.8125, 0.8125], [0.1875, 0.1875, 0, 0.8125, 0.8125, 0.1875], [0.1875, 0.1875, 0.8125, 0.8125, 0.8125, 1], [0.1875, 0.8125, 0.1875, 0.8125, 1, 0.8125]],
804
+ "209": [[0.1875, 0.1875, 0, 0.8125, 0.8125, 1], [0.8125, 0.1875, 0.1875, 1, 0.8125, 0.8125], [0.1875, 0.8125, 0.1875, 0.8125, 1, 0.8125]],
805
+ "210": [[0, 0.1875, 0.1875, 1, 0.8125, 0.8125], [0.1875, 0.1875, 0, 0.8125, 0.8125, 0.1875], [0.1875, 0.1875, 0.8125, 0.8125, 0.8125, 1]],
806
+ "211": [[0.1875, 0.1875, 0, 0.8125, 0.8125, 1], [0.8125, 0.1875, 0.1875, 1, 0.8125, 0.8125]],
807
+ "212": [[0, 0.1875, 0.1875, 1, 0.8125, 0.8125], [0.1875, 0.1875, 0, 0.8125, 0.8125, 0.1875], [0.1875, 0.8125, 0.1875, 0.8125, 1, 0.8125]],
808
+ "213": [[0.1875, 0.1875, 0, 0.8125, 0.8125, 0.8125], [0.8125, 0.1875, 0.1875, 1, 0.8125, 0.8125], [0.1875, 0.8125, 0.1875, 0.8125, 1, 0.8125]],
809
+ "214": [[0, 0.1875, 0.1875, 1, 0.8125, 0.8125], [0.1875, 0.1875, 0, 0.8125, 0.8125, 0.1875]],
810
+ "215": [[0.1875, 0.1875, 0, 0.8125, 0.8125, 0.8125], [0.8125, 0.1875, 0.1875, 1, 0.8125, 0.8125]],
811
+ "216": [[0, 0.1875, 0.1875, 1, 0.8125, 0.8125], [0.1875, 0.1875, 0.8125, 0.8125, 0.8125, 1], [0.1875, 0.8125, 0.1875, 0.8125, 1, 0.8125]],
812
+ "217": [[0.1875, 0.1875, 0.1875, 0.8125, 0.8125, 1], [0.8125, 0.1875, 0.1875, 1, 0.8125, 0.8125], [0.1875, 0.8125, 0.1875, 0.8125, 1, 0.8125]],
813
+ "218": [[0, 0.1875, 0.1875, 1, 0.8125, 0.8125], [0.1875, 0.1875, 0.8125, 0.8125, 0.8125, 1]],
814
+ "219": [[0.1875, 0.1875, 0.1875, 0.8125, 0.8125, 1], [0.8125, 0.1875, 0.1875, 1, 0.8125, 0.8125]],
815
+ "220": [[0, 0.1875, 0.1875, 1, 0.8125, 0.8125], [0.1875, 0.8125, 0.1875, 0.8125, 1, 0.8125]],
816
+ "221": [[0.1875, 0.1875, 0.1875, 1, 0.8125, 0.8125], [0.1875, 0.8125, 0.1875, 0.8125, 1, 0.8125]],
817
+ "222": [[0, 0.1875, 0.1875, 1, 0.8125, 0.8125]],
818
+ "223": [[0.1875, 0.1875, 0.1875, 1, 0.8125, 0.8125]],
819
+ "224": [[0, 0.1875, 0.1875, 0.8125, 0.8125, 0.8125], [0.1875, 0.1875, 0, 0.8125, 0.8125, 0.1875], [0.1875, 0.1875, 0.8125, 0.8125, 0.8125, 1], [0.1875, 0.8125, 0.1875, 0.8125, 1, 0.8125]],
820
+ "225": [[0.1875, 0.1875, 0, 0.8125, 0.8125, 1], [0.1875, 0.8125, 0.1875, 0.8125, 1, 0.8125]],
821
+ "226": [[0, 0.1875, 0.1875, 0.8125, 0.8125, 0.8125], [0.1875, 0.1875, 0, 0.8125, 0.8125, 0.1875], [0.1875, 0.1875, 0.8125, 0.8125, 0.8125, 1]],
822
+ "227": [[0.1875, 0.1875, 0, 0.8125, 0.8125, 1]],
823
+ "228": [[0, 0.1875, 0.1875, 0.8125, 0.8125, 0.8125], [0.1875, 0.1875, 0, 0.8125, 0.8125, 0.1875], [0.1875, 0.8125, 0.1875, 0.8125, 1, 0.8125]],
824
+ "229": [[0.1875, 0.1875, 0, 0.8125, 0.8125, 0.8125], [0.1875, 0.8125, 0.1875, 0.8125, 1, 0.8125]],
825
+ "230": [[0, 0.1875, 0.1875, 0.8125, 0.8125, 0.8125], [0.1875, 0.1875, 0, 0.8125, 0.8125, 0.1875]],
826
+ "231": [[0.1875, 0.1875, 0, 0.8125, 0.8125, 0.8125]],
827
+ "232": [[0, 0.1875, 0.1875, 0.8125, 0.8125, 0.8125], [0.1875, 0.1875, 0.8125, 0.8125, 0.8125, 1], [0.1875, 0.8125, 0.1875, 0.8125, 1, 0.8125]],
828
+ "233": [[0.1875, 0.1875, 0.1875, 0.8125, 0.8125, 1], [0.1875, 0.8125, 0.1875, 0.8125, 1, 0.8125]],
829
+ "234": [[0, 0.1875, 0.1875, 0.8125, 0.8125, 0.8125], [0.1875, 0.1875, 0.8125, 0.8125, 0.8125, 1]],
830
+ "235": [[0.1875, 0.1875, 0.1875, 0.8125, 0.8125, 1]],
831
+ "236": [[0, 0.1875, 0.1875, 0.8125, 0.8125, 0.8125], [0.1875, 0.8125, 0.1875, 0.8125, 1, 0.8125]],
832
+ "237": [[0.1875, 0.1875, 0.1875, 0.8125, 1, 0.8125]],
833
+ "238": [[0, 0.1875, 0.1875, 0.8125, 0.8125, 0.8125]],
834
+ "239": [[0.1875, 0.1875, 0.1875, 0.8125, 0.8125, 0.8125]],
835
+ "240": [[0.1875, 0, 0.1875, 0.75, 0.4375, 0.75]],
836
+ "241": [[0.0625, 0, 0.0625, 0.9375, 0.4375, 0.9375]],
837
+ "242": [[0.375, 0, 0.375, 0.625, 0.375, 0.625]],
838
+ "243": [[0.1875, 0, 0.1875, 0.8125, 0.375, 0.8125]],
839
+ "244": [[0.125, 0, 0.125, 0.875, 0.375, 0.875]],
840
+ "245": [[0.125, 0, 0.125, 0.875, 0.4375, 0.875]],
841
+ "246": [[0.3125, 0.3125, 0.3125, 0.6875, 0.6875, 0.6875]],
842
+ "247": [[0, 0, 0, 0.125, 1, 0.125], [0, 0, 0.875, 0.125, 1, 1], [0.875, 0, 0, 1, 1, 0.125], [0.875, 0, 0.875, 1, 1, 1], [0, 0.875, 0.125, 1, 1, 0.875], [0.125, 0.875, 0, 0.875, 1, 0.125], [0.125, 0.875, 0.875, 0.875, 1, 1]],
843
+ "248": [[0.125, 0, 0.375, 0.25, 0.8125, 0.625], [0.75, 0, 0.375, 0.875, 0.8125, 0.625], [0.25, 0.25, 0.125, 0.75, 1, 0.875], [0.125, 0.4375, 0.3125, 0.25, 0.8125, 0.375], [0.125, 0.4375, 0.625, 0.25, 0.8125, 0.6875], [0.75, 0.4375, 0.3125, 0.875, 0.8125, 0.375], [0.75, 0.4375, 0.625, 0.875, 0.8125, 0.6875]],
844
+ "249": [[0.375, 0, 0.125, 0.625, 0.8125, 0.25], [0.375, 0, 0.75, 0.625, 0.8125, 0.875], [0.125, 0.25, 0.25, 0.875, 1, 0.75], [0.3125, 0.4375, 0.125, 0.375, 0.8125, 0.25], [0.3125, 0.4375, 0.75, 0.375, 0.8125, 0.875], [0.625, 0.4375, 0.125, 0.6875, 0.8125, 0.25], [0.625, 0.4375, 0.75, 0.6875, 0.8125, 0.875]],
845
+ "250": [[0.25, 0.125, 0, 0.75, 0.875, 0.75], [0.125, 0.3125, 0.1875, 0.25, 0.6875, 0.5625], [0.75, 0.3125, 0.1875, 0.875, 0.6875, 0.5625], [0.125, 0.375, 0.5625, 0.25, 0.625, 1], [0.75, 0.375, 0.5625, 0.875, 0.625, 1]],
846
+ "251": [[0.25, 0.125, 0.25, 0.75, 0.875, 1], [0.125, 0.3125, 0.4375, 0.25, 0.6875, 0.8125], [0.75, 0.3125, 0.4375, 0.875, 0.6875, 0.8125], [0.125, 0.375, 0, 0.25, 0.625, 0.4375], [0.75, 0.375, 0, 0.875, 0.625, 0.4375]],
847
+ "252": [[0, 0.125, 0.25, 0.75, 0.875, 0.75], [0.1875, 0.3125, 0.125, 0.5625, 0.6875, 0.25], [0.1875, 0.3125, 0.75, 0.5625, 0.6875, 0.875], [0.5625, 0.375, 0.125, 1, 0.625, 0.25], [0.5625, 0.375, 0.75, 1, 0.625, 0.875]],
848
+ "253": [[0.25, 0.125, 0.25, 1, 0.875, 0.75], [0.4375, 0.3125, 0.125, 0.8125, 0.6875, 0.25], [0.4375, 0.3125, 0.75, 0.8125, 0.6875, 0.875], [0, 0.375, 0.125, 0.4375, 0.625, 0.25], [0, 0.375, 0.75, 0.4375, 0.625, 0.875]],
849
+ "254": [[0.25, 0, 0.125, 0.75, 0.75, 0.875], [0.125, 0.1875, 0.3125, 0.25, 0.5625, 0.6875], [0.75, 0.1875, 0.3125, 0.875, 0.5625, 0.6875], [0.125, 0.5625, 0.375, 0.25, 1, 0.625], [0.75, 0.5625, 0.375, 0.875, 1, 0.625]],
850
+ "255": [[0.125, 0, 0.25, 0.875, 0.75, 0.75], [0.3125, 0.1875, 0.125, 0.6875, 0.5625, 0.25], [0.3125, 0.1875, 0.75, 0.6875, 0.5625, 0.875], [0.375, 0.5625, 0.125, 0.625, 1, 0.25], [0.375, 0.5625, 0.75, 0.625, 1, 0.875]],
851
+ "256": [[0, 0, 0, 1, 0.125, 1], [0.25, 0.125, 0.25, 0.75, 0.875, 0.75]],
852
+ "257": [[0, 0, 0, 1, 0.5625, 1]],
853
+ "258": [[0, 0, 0.25, 1, 1, 0.75]],
854
+ "259": [[0.25, 0, 0, 0.75, 1, 1]],
855
+ "260": [[0.25, 0.25, 0.25, 0.75, 0.375, 0.75], [0.3125, 0.375, 0.3125, 0.6875, 0.8125, 0.6875], [0.4375, 0.8125, 0.4375, 0.5625, 1, 0.5625]],
856
+ "261": [[0.25, 0.25, 0.25, 0.75, 0.375, 0.75], [0.3125, 0.375, 0.3125, 0.6875, 0.8125, 0.6875], [0.4375, 0.8125, 0, 0.5625, 0.9375, 0.8125]],
857
+ "262": [[0.25, 0.25, 0.25, 0.75, 0.375, 0.75], [0.3125, 0.375, 0.3125, 0.6875, 0.8125, 0.6875], [0.4375, 0.8125, 0.1875, 0.5625, 0.9375, 1]],
858
+ "263": [[0.25, 0.25, 0.25, 0.75, 0.375, 0.75], [0.3125, 0.375, 0.3125, 0.6875, 0.8125, 0.6875], [0, 0.8125, 0.4375, 0.8125, 0.9375, 0.5625]],
859
+ "264": [[0.25, 0.25, 0.25, 0.75, 0.375, 0.75], [0.3125, 0.375, 0.3125, 0.6875, 0.8125, 0.6875], [0.1875, 0.8125, 0.4375, 1, 0.9375, 0.5625]],
860
+ "265": [[0.25, 0.25, 0.25, 0.75, 0.375, 0.75], [0.3125, 0.375, 0.3125, 0.6875, 0.8125, 0.6875], [0.4375, 0.8125, 0, 0.5625, 0.9375, 1]],
861
+ "266": [[0.25, 0.25, 0.25, 0.75, 0.375, 0.75], [0.3125, 0.375, 0.3125, 0.6875, 0.8125, 0.6875], [0, 0.8125, 0.4375, 1, 0.9375, 0.5625]],
862
+ "267": [[0.3125, 0.0625, 0.3125, 0.6875, 0.5, 0.6875], [0.375, 0.5, 0.375, 0.625, 0.625, 0.625]],
863
+ "268": [[0.3125, 0, 0.3125, 0.6875, 0.4375, 0.6875], [0.375, 0.4375, 0.375, 0.625, 0.5625, 0.625]],
864
+ "269": [[0, 0, 0, 1, 0.4375, 1]],
865
+ "270": [[0, 0, 0, 1, 0.125, 1], [0, 0.125, 0, 0.125, 1, 1], [0.125, 0.125, 0, 1, 1, 0.125], [0.125, 0.125, 0.875, 1, 1, 1], [0.875, 0.125, 0.125, 1, 1, 0.875]],
866
+ "271": [[0.4375, 0, 0.4375, 0.5625, 0.375, 0.5625]],
867
+ "272": [[0.3125, 0, 0.375, 0.6875, 0.375, 0.5625]],
868
+ "273": [[0.3125, 0, 0.375, 0.625, 0.375, 0.6875]],
869
+ "274": [[0.3125, 0, 0.3125, 0.6875, 0.375, 0.625]],
870
+ "275": [[0.0625, 0, 0.0625, 0.9375, 0.5, 0.9375], [0.4375, 0.5, 0.4375, 0.5625, 0.875, 0.5625]],
871
+ "276": [[0.1875, 0.1875, 0.5625, 0.8125, 0.8125, 1]],
872
+ "277": [[0, 0.1875, 0.1875, 0.4375, 0.8125, 0.8125]],
873
+ "278": [[0.1875, 0.1875, 0, 0.8125, 0.8125, 0.4375]],
874
+ "279": [[0.5625, 0.1875, 0.1875, 1, 0.8125, 0.8125]],
875
+ "280": [[0.1875, 0, 0.1875, 0.8125, 0.4375, 0.8125]],
876
+ "281": [[0.1875, 0.5625, 0.1875, 0.8125, 1, 0.8125]],
877
+ "282": [[0.1875, 0.1875, 0.6875, 0.8125, 0.8125, 1]],
878
+ "283": [[0, 0.1875, 0.1875, 0.3125, 0.8125, 0.8125]],
879
+ "284": [[0.1875, 0.1875, 0, 0.8125, 0.8125, 0.3125]],
880
+ "285": [[0.6875, 0.1875, 0.1875, 1, 0.8125, 0.8125]],
881
+ "286": [[0.1875, 0, 0.1875, 0.8125, 0.3125, 0.8125]],
882
+ "287": [[0.1875, 0.6875, 0.1875, 0.8125, 1, 0.8125]],
883
+ "288": [[0.1875, 0.1875, 0.75, 0.8125, 0.8125, 1]],
884
+ "289": [[0, 0.1875, 0.1875, 0.25, 0.8125, 0.8125]],
885
+ "290": [[0.1875, 0.1875, 0, 0.8125, 0.8125, 0.25]],
886
+ "291": [[0.75, 0.1875, 0.1875, 1, 0.8125, 0.8125]],
887
+ "292": [[0.1875, 0, 0.1875, 0.8125, 0.25, 0.8125]],
888
+ "293": [[0.1875, 0.75, 0.1875, 0.8125, 1, 0.8125]],
889
+ "294": [[0.25, 0.25, 0.8125, 0.75, 0.75, 1]],
890
+ "295": [[0, 0.25, 0.25, 0.1875, 0.75, 0.75]],
891
+ "296": [[0.25, 0.25, 0, 0.75, 0.75, 0.1875]],
892
+ "297": [[0.8125, 0.25, 0.25, 1, 0.75, 0.75]],
893
+ "298": [[0.25, 0, 0.25, 0.75, 0.1875, 0.75]],
894
+ "299": [[0.25, 0.8125, 0.25, 0.75, 1, 0.75]],
895
+ "300": [[0.375, 0, 0.375, 0.625, 1, 0.625], [0, 0.5, 0, 0.375, 1, 1], [0.375, 0.5, 0, 1, 1, 0.375], [0.375, 0.5, 0.625, 1, 1, 1], [0.625, 0.5, 0.375, 1, 1, 0.625]],
896
+ "301": [[0, 0.6875, 0, 1, 0.9375, 1]],
897
+ "302": [[0, 0.6875, 0, 1, 0.8125, 1]]
898
+ }
899
+ }