From e60570b5b567f0e802133f02bf2e4e3ea912dded Mon Sep 17 00:00:00 2001 From: William Gaylord Date: Sat, 4 Nov 2023 17:16:39 -0500 Subject: [PATCH] Add 1.20.2 data (#786) * Add 1.20.2 version.json, add data from minecraft-data-generator-server * Add recipies.json generated from minecraft-data-generator-server. * Start implmenting new configuration state * Update changed login start packet add login acknowledged packet and configuration stage settings packet * Fix typo in login acknowledged * Add ping, registry_data, resource_pack and feature flags to configureation stage. * Add packet_tags, last client bound configuration packet * Add remaining server bound configuration packets * Remove feature_flags and name_entity_spawn from play toClient * Add 4 new play client bound packets, and fix packtet numbering * Add new server bound packets and fix packet numbering * Update changed client bound play packets * Add 1.20.2 to dataPaths and versions and update commands.json and mapIcons.json * Fix typo in dataPathcs and fix minecraft-data-generator-server using -1 instead of null in recipes.json --- data/dataPaths.json | 27 +- data/pc/1.20.2/biomes.json | 642 + data/pc/1.20.2/blockCollisionShapes.json | 122059 ++++++++++++++++++++ data/pc/1.20.2/blocks.json | 37132 ++++++ data/pc/1.20.2/commands.json | 18278 +++ data/pc/1.20.2/effects.json | 200 + data/pc/1.20.2/enchantments.json | 875 + data/pc/1.20.2/entities.json | 1242 + data/pc/1.20.2/foods.json | 402 + data/pc/1.20.2/instruments.json | 94 + data/pc/1.20.2/items.json | 8249 ++ data/pc/1.20.2/language.json | 6342 + data/pc/1.20.2/mapIcons.json | 212 + data/pc/1.20.2/materials.json | 154 + data/pc/1.20.2/particles.json | 382 + data/pc/1.20.2/protocol.json | 7092 ++ data/pc/1.20.2/recipes.json | 15143 +++ data/pc/1.20.2/tints.json | 447 + data/pc/1.20.2/version.json | 5 + data/pc/common/versions.json | 3 +- 20 files changed, 218978 insertions(+), 2 deletions(-) create mode 100644 data/pc/1.20.2/biomes.json create mode 100644 data/pc/1.20.2/blockCollisionShapes.json create mode 100644 data/pc/1.20.2/blocks.json create mode 100644 data/pc/1.20.2/commands.json create mode 100644 data/pc/1.20.2/effects.json create mode 100644 data/pc/1.20.2/enchantments.json create mode 100644 data/pc/1.20.2/entities.json create mode 100644 data/pc/1.20.2/foods.json create mode 100644 data/pc/1.20.2/instruments.json create mode 100644 data/pc/1.20.2/items.json create mode 100644 data/pc/1.20.2/language.json create mode 100644 data/pc/1.20.2/mapIcons.json create mode 100644 data/pc/1.20.2/materials.json create mode 100644 data/pc/1.20.2/particles.json create mode 100644 data/pc/1.20.2/protocol.json create mode 100644 data/pc/1.20.2/recipes.json create mode 100644 data/pc/1.20.2/tints.json create mode 100644 data/pc/1.20.2/version.json diff --git a/data/dataPaths.json b/data/dataPaths.json index 86a05a739..c829b58bf 100644 --- a/data/dataPaths.json +++ b/data/dataPaths.json @@ -1248,6 +1248,31 @@ "loginPacket": "pc/1.19.2", "tints": "pc/1.20", "mapIcons": "pc/1.16" + }, + "1.20.2": { + "attributes": "pc/1.17", + "blocks": "pc/1.20.2", + "blockCollisionShapes": "pc/1.20.2", + "biomes": "pc/1.20.2", + "effects": "pc/1.20.2", + "items": "pc/1.20.2", + "enchantments": "pc/1.20.2", + "recipes": "pc/1.20.2", + "instruments": "pc/1.20.2", + "materials": "pc/1.20.2", + "language": "pc/1.20.2", + "entities": "pc/1.20.2", + "protocol": "pc/1.20.2", + "windows": "pc/1.16.1", + "version": "pc/1.20.2", + "foods": "pc/1.20.2", + "particles": "pc/1.20", + "blockLoot": "pc/1.20", + "entityLoot": "pc/1.20", + "loginPacket": "pc/1.19.2", + "tints": "pc/1.20.2", + "mapIcons": "pc/1.20.2", + "commands": "pc/1.20.2" } }, "bedrock": { @@ -1853,4 +1878,4 @@ "language": "bedrock/1.20.10" } } -} \ No newline at end of file +} diff --git a/data/pc/1.20.2/biomes.json b/data/pc/1.20.2/biomes.json new file mode 100644 index 000000000..f897032b1 --- /dev/null +++ b/data/pc/1.20.2/biomes.json @@ -0,0 +1,642 @@ +[ + { + "id": 0, + "name": "badlands", + "category": "mesa", + "temperature": 2.0, + "has_precipitation": false, + "dimension": "overworld", + "displayName": "Badlands", + "color": 14238997 + }, + { + "id": 1, + "name": "bamboo_jungle", + "category": "jungle", + "temperature": 0.95, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Bamboo Jungle", + "color": 7769620 + }, + { + "id": 2, + "name": "basalt_deltas", + "category": "nether", + "temperature": 2.0, + "has_precipitation": false, + "dimension": "nether", + "displayName": "Basalt Deltas", + "color": 4208182 + }, + { + "id": 3, + "name": "beach", + "category": "beach", + "temperature": 0.8, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Beach", + "color": 16440917 + }, + { + "id": 4, + "name": "birch_forest", + "category": "forest", + "temperature": 0.6, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Birch Forest", + "color": 3175492 + }, + { + "id": 5, + "name": "cherry_grove", + "category": "forest", + "temperature": 0.5, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Cherry Grove", + "color": 0 + }, + { + "id": 6, + "name": "cold_ocean", + "category": "ocean", + "temperature": 0.5, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Cold Ocean", + "color": 2105456 + }, + { + "id": 7, + "name": "crimson_forest", + "category": "nether", + "temperature": 2.0, + "has_precipitation": false, + "dimension": "nether", + "displayName": "Crimson Forest", + "color": 14485512 + }, + { + "id": 8, + "name": "dark_forest", + "category": "forest", + "temperature": 0.7, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Dark Forest", + "color": 4215066 + }, + { + "id": 9, + "name": "deep_cold_ocean", + "category": "ocean", + "temperature": 0.5, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Deep Cold Ocean", + "color": 2105400 + }, + { + "id": 10, + "name": "deep_dark", + "category": "underground", + "temperature": 0.8, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Deep Dark", + "color": 0 + }, + { + "id": 11, + "name": "deep_frozen_ocean", + "category": "ocean", + "temperature": 0.5, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Deep Frozen Ocean", + "color": 4210832 + }, + { + "id": 12, + "name": "deep_lukewarm_ocean", + "category": "ocean", + "temperature": 0.5, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Deep Lukewarm Ocean", + "color": 64 + }, + { + "id": 13, + "name": "deep_ocean", + "category": "ocean", + "temperature": 0.5, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Deep Ocean", + "color": 48 + }, + { + "id": 14, + "name": "desert", + "category": "desert", + "temperature": 2.0, + "has_precipitation": false, + "dimension": "overworld", + "displayName": "Desert", + "color": 16421912 + }, + { + "id": 15, + "name": "dripstone_caves", + "category": "underground", + "temperature": 0.8, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Dripstone Caves", + "color": 12690831 + }, + { + "id": 16, + "name": "end_barrens", + "category": "the_end", + "temperature": 0.5, + "has_precipitation": false, + "dimension": "end", + "displayName": "End Barrens", + "color": 9474162 + }, + { + "id": 17, + "name": "end_highlands", + "category": "the_end", + "temperature": 0.5, + "has_precipitation": false, + "dimension": "end", + "displayName": "End Highlands", + "color": 12828041 + }, + { + "id": 18, + "name": "end_midlands", + "category": "the_end", + "temperature": 0.5, + "has_precipitation": false, + "dimension": "end", + "displayName": "End Midlands", + "color": 15464630 + }, + { + "id": 19, + "name": "eroded_badlands", + "category": "mesa", + "temperature": 2.0, + "has_precipitation": false, + "dimension": "overworld", + "displayName": "Eroded Badlands", + "color": 16739645 + }, + { + "id": 20, + "name": "flower_forest", + "category": "forest", + "temperature": 0.7, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Flower Forest", + "color": 2985545 + }, + { + "id": 21, + "name": "forest", + "category": "forest", + "temperature": 0.7, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Forest", + "color": 353825 + }, + { + "id": 22, + "name": "frozen_ocean", + "category": "ocean", + "temperature": 0.0, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Frozen Ocean", + "color": 7368918 + }, + { + "id": 23, + "name": "frozen_peaks", + "category": "ice", + "temperature": -0.7, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Frozen Peaks", + "color": 15399931 + }, + { + "id": 24, + "name": "frozen_river", + "category": "ice", + "temperature": 0.0, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Frozen River", + "color": 10526975 + }, + { + "id": 25, + "name": "grove", + "category": "forest", + "temperature": -0.2, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Grove", + "color": 14675173 + }, + { + "id": 26, + "name": "ice_spikes", + "category": "ice", + "temperature": 0.0, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Ice Spikes", + "color": 11853020 + }, + { + "id": 27, + "name": "jagged_peaks", + "category": "mountain", + "temperature": -0.7, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Jagged Peaks", + "color": 14937325 + }, + { + "id": 28, + "name": "jungle", + "category": "jungle", + "temperature": 0.95, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Jungle", + "color": 5470985 + }, + { + "id": 29, + "name": "lukewarm_ocean", + "category": "ocean", + "temperature": 0.5, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Lukewarm Ocean", + "color": 144 + }, + { + "id": 30, + "name": "lush_caves", + "category": "underground", + "temperature": 0.5, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Lush Caves", + "color": 14652980 + }, + { + "id": 31, + "name": "mangrove_swamp", + "category": "forest", + "temperature": 0.8, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Mangrove Swamp", + "color": 0 + }, + { + "id": 32, + "name": "meadow", + "category": "mountain", + "temperature": 0.5, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Meadow", + "color": 9217136 + }, + { + "id": 33, + "name": "mushroom_fields", + "category": "mushroom", + "temperature": 0.9, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Mushroom Fields", + "color": 16711935 + }, + { + "id": 34, + "name": "nether_wastes", + "category": "nether", + "temperature": 2.0, + "has_precipitation": false, + "dimension": "nether", + "displayName": "Nether Wastes", + "color": 12532539 + }, + { + "id": 35, + "name": "ocean", + "category": "ocean", + "temperature": 0.5, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Ocean", + "color": 112 + }, + { + "id": 36, + "name": "old_growth_birch_forest", + "category": "forest", + "temperature": 0.6, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Old Growth Birch Forest", + "color": 5807212 + }, + { + "id": 37, + "name": "old_growth_pine_taiga", + "category": "taiga", + "temperature": 0.3, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Old Growth Pine Taiga", + "color": 5858897 + }, + { + "id": 38, + "name": "old_growth_spruce_taiga", + "category": "taiga", + "temperature": 0.25, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Old Growth Spruce Taiga", + "color": 8490617 + }, + { + "id": 39, + "name": "plains", + "category": "plains", + "temperature": 0.8, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Plains", + "color": 9286496 + }, + { + "id": 40, + "name": "river", + "category": "river", + "temperature": 0.5, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "River", + "color": 255 + }, + { + "id": 41, + "name": "savanna", + "category": "savanna", + "temperature": 2.0, + "has_precipitation": false, + "dimension": "overworld", + "displayName": "Savanna", + "color": 12431967 + }, + { + "id": 42, + "name": "savanna_plateau", + "category": "savanna", + "temperature": 2.0, + "has_precipitation": false, + "dimension": "overworld", + "displayName": "Savanna Plateau", + "color": 10984804 + }, + { + "id": 43, + "name": "small_end_islands", + "category": "the_end", + "temperature": 0.5, + "has_precipitation": false, + "dimension": "end", + "displayName": "Small End Islands", + "color": 42 + }, + { + "id": 44, + "name": "snowy_beach", + "category": "beach", + "temperature": 0.05, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Snowy Beach", + "color": 16445632 + }, + { + "id": 45, + "name": "snowy_plains", + "category": "plains", + "temperature": 0.0, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Snowy Plains", + "color": 16777215 + }, + { + "id": 46, + "name": "snowy_slopes", + "category": "mountain", + "temperature": -0.3, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Snowy Slopes", + "color": 14348785 + }, + { + "id": 47, + "name": "snowy_taiga", + "category": "taiga", + "temperature": -0.5, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Snowy Taiga", + "color": 3233098 + }, + { + "id": 48, + "name": "soul_sand_valley", + "category": "nether", + "temperature": 2.0, + "has_precipitation": false, + "dimension": "nether", + "displayName": "Soul Sand Valley", + "color": 6174768 + }, + { + "id": 49, + "name": "sparse_jungle", + "category": "jungle", + "temperature": 0.95, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Sparse Jungle", + "color": 6458135 + }, + { + "id": 50, + "name": "stony_peaks", + "category": "mountain", + "temperature": 1.0, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Stony Peaks", + "color": 13750737 + }, + { + "id": 51, + "name": "stony_shore", + "category": "beach", + "temperature": 0.2, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Stony Shore", + "color": 10658436 + }, + { + "id": 52, + "name": "sunflower_plains", + "category": "plains", + "temperature": 0.8, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Sunflower Plains", + "color": 11918216 + }, + { + "id": 53, + "name": "swamp", + "category": "swamp", + "temperature": 0.8, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Swamp", + "color": 522674 + }, + { + "id": 54, + "name": "taiga", + "category": "taiga", + "temperature": 0.25, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Taiga", + "color": 747097 + }, + { + "id": 55, + "name": "the_end", + "category": "the_end", + "temperature": 0.5, + "has_precipitation": false, + "dimension": "end", + "displayName": "The End", + "color": 8421631 + }, + { + "id": 56, + "name": "the_void", + "category": "none", + "temperature": 0.5, + "has_precipitation": false, + "dimension": "overworld", + "displayName": "The Void", + "color": 0 + }, + { + "id": 57, + "name": "warm_ocean", + "category": "ocean", + "temperature": 0.5, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Warm Ocean", + "color": 172 + }, + { + "id": 58, + "name": "warped_forest", + "category": "nether", + "temperature": 2.0, + "has_precipitation": false, + "dimension": "nether", + "displayName": "Warped Forest", + "color": 4821115 + }, + { + "id": 59, + "name": "windswept_forest", + "category": "forest", + "temperature": 0.2, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Windswept Forest", + "color": 2250012 + }, + { + "id": 60, + "name": "windswept_gravelly_hills", + "category": "extreme_hills", + "temperature": 0.2, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Windswept Gravelly Hills", + "color": 8947848 + }, + { + "id": 61, + "name": "windswept_hills", + "category": "extreme_hills", + "temperature": 0.2, + "has_precipitation": true, + "dimension": "overworld", + "displayName": "Windswept Hills", + "color": 6316128 + }, + { + "id": 62, + "name": "windswept_savanna", + "category": "savanna", + "temperature": 2.0, + "has_precipitation": false, + "dimension": "overworld", + "displayName": "Windswept Savanna", + "color": 15063687 + }, + { + "id": 63, + "name": "wooded_badlands", + "category": "mesa", + "temperature": 2.0, + "has_precipitation": false, + "dimension": "overworld", + "displayName": "Wooded Badlands", + "color": 11573093 + } +] \ No newline at end of file diff --git a/data/pc/1.20.2/blockCollisionShapes.json b/data/pc/1.20.2/blockCollisionShapes.json new file mode 100644 index 000000000..ceaa354b0 --- /dev/null +++ b/data/pc/1.20.2/blockCollisionShapes.json @@ -0,0 +1,122059 @@ +{ + "blocks": { + "oak_pressure_plate": 0, + "pink_glazed_terracotta": 1, + "pink_candle_cake": 3630, + "blue_bed": [ + 2, + 3, + 2, + 3, + 3, + 2, + 3, + 2, + 4, + 5, + 4, + 5, + 5, + 4, + 5, + 4 + ], + "lapis_ore": 1, + "brown_wool": 1, + "mossy_cobblestone_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "bamboo_wall_hanging_sign": [ + 62, + 62, + 62, + 62, + 63, + 63, + 63, + 63 + ], + "polished_blackstone_pressure_plate": 0, + "crimson_pressure_plate": 0, + "waxed_oxidized_cut_copper_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "brown_concrete": 1, + "cave_vines_plant": 0, + "polished_granite_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "magenta_wall_banner": 0, + "gold_ore": 1, + "copper_block": 1, + "red_concrete": 1, + "crimson_hyphae": 1, + "cherry_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "mangrove_button": 0, + "magenta_shulker_box": 1, + "birch_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "warped_fence_gate": [ + 0, + 0, + 138, + 138, + 0, + 0, + 138, + 138, + 0, + 0, + 138, + 138, + 0, + 0, + 138, + 138, + 0, + 0, + 139, + 139, + 0, + 0, + 139, + 139, + 0, + 0, + 139, + 139, + 0, + 0, + 139, + 139 + ], + "piston_head": [ + 12, + 12, + 13, + 13, + 14, + 14, + 15, + 15, + 16, + 16, + 17, + 17, + 18, + 18, + 19, + 19, + 20, + 20, + 21, + 21, + 22, + 22, + 23, + 23 + ], + "beacon": 1, + "small_amethyst_bud": [ + 3649, + 3649, + 3650, + 3650, + 3651, + 3651, + 3652, + 3652, + 3653, + 3653, + 3654, + 3654 + ], + "sand": 1, + "peony": 0, + "stone_brick_wall": [ + 1798, + 1799, + 1800, + 1798, + 1799, + 1800, + 0, + 1801, + 1802, + 0, + 1801, + 1802, + 1803, + 1804, + 1805, + 1803, + 1804, + 1805, + 1806, + 1807, + 1808, + 1806, + 1807, + 1808, + 1809, + 1810, + 1811, + 1809, + 1810, + 1811, + 1812, + 1813, + 1814, + 1812, + 1813, + 1814, + 1815, + 1816, + 1817, + 1815, + 1816, + 1817, + 1818, + 1819, + 1820, + 1818, + 1819, + 1820, + 1821, + 1822, + 1823, + 1821, + 1822, + 1823, + 1824, + 1825, + 1826, + 1824, + 1825, + 1826, + 1827, + 1828, + 1829, + 1827, + 1828, + 1829, + 1830, + 1831, + 1832, + 1830, + 1831, + 1832, + 1833, + 1834, + 1835, + 1833, + 1834, + 1835, + 1836, + 1837, + 1838, + 1836, + 1837, + 1838, + 1839, + 1840, + 1841, + 1839, + 1840, + 1841, + 1842, + 1843, + 1844, + 1842, + 1843, + 1844, + 1845, + 1846, + 1847, + 1845, + 1846, + 1847, + 1848, + 1849, + 1850, + 1848, + 1849, + 1850, + 1851, + 1852, + 1853, + 1851, + 1852, + 1853, + 1854, + 1855, + 1856, + 1854, + 1855, + 1856, + 1857, + 1858, + 1859, + 1857, + 1858, + 1859, + 1860, + 1861, + 1862, + 1860, + 1861, + 1862, + 1863, + 1864, + 1865, + 1863, + 1864, + 1865, + 1866, + 1867, + 1868, + 1866, + 1867, + 1868, + 1869, + 1870, + 1871, + 1869, + 1870, + 1871, + 1872, + 1873, + 1874, + 1872, + 1873, + 1874, + 1875, + 1876, + 1877, + 1875, + 1876, + 1877, + 1878, + 1879, + 1880, + 1878, + 1879, + 1880, + 1881, + 1882, + 1883, + 1881, + 1882, + 1883, + 1884, + 1885, + 1886, + 1884, + 1885, + 1886, + 1887, + 1888, + 1889, + 1887, + 1888, + 1889, + 1890, + 1891, + 1892, + 1890, + 1891, + 1892, + 1893, + 1894, + 1895, + 1893, + 1894, + 1895, + 1896, + 1897, + 1898, + 1896, + 1897, + 1898, + 1899, + 1900, + 1901, + 1899, + 1900, + 1901, + 1902, + 1903, + 1904, + 1902, + 1903, + 1904, + 1905, + 1906, + 1907, + 1905, + 1906, + 1907, + 1908, + 1909, + 1910, + 1908, + 1909, + 1910, + 1911, + 1912, + 1913, + 1911, + 1912, + 1913, + 1914, + 1915, + 1916, + 1914, + 1915, + 1916, + 1917, + 1918, + 1919, + 1917, + 1918, + 1919, + 1920, + 1921, + 1922, + 1920, + 1921, + 1922, + 1923, + 1924, + 1925, + 1923, + 1924, + 1925, + 1926, + 1927, + 1928, + 1926, + 1927, + 1928, + 1929, + 1930, + 1931, + 1929, + 1930, + 1931, + 1932, + 1933, + 1934, + 1932, + 1933, + 1934, + 1935, + 1936, + 1937, + 1935, + 1936, + 1937, + 1938, + 1939, + 1940, + 1938, + 1939, + 1940, + 1941, + 1942, + 1943, + 1941, + 1942, + 1943, + 1944, + 1945, + 1946, + 1944, + 1945, + 1946, + 1947, + 1948, + 1949, + 1947, + 1948, + 1949, + 1950, + 1951, + 1952, + 1950, + 1951, + 1952, + 1953, + 1954, + 1955, + 1953, + 1954, + 1955, + 1956, + 1957, + 1958, + 1956, + 1957, + 1958 + ], + "amethyst_cluster": [ + 3631, + 3631, + 3632, + 3632, + 3633, + 3633, + 3634, + 3634, + 3635, + 3635, + 3636, + 3636 + ], + "birch_leaves": 1, + "birch_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "brick_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "end_gateway": 0, + "polished_blackstone": 1, + "lime_carpet": 775, + "warped_button": 0, + "yellow_carpet": 775, + "pointed_dripstone": [ + 3657, + 3658, + 3659, + 3660, + 3661, + 3662, + 3663, + 3664, + 3665, + 3666, + 3667, + 3668, + 3669, + 3670, + 3671, + 3672, + 3673, + 3674, + 3675, + 3676 + ], + "jungle_wall_sign": 0, + "lime_candle": [ + 3626, + 3626, + 3626, + 3626, + 3627, + 3627, + 3627, + 3627, + 3628, + 3628, + 3628, + 3628, + 3629, + 3629, + 3629, + 3629 + ], + "podzol": 1, + "jungle_sign": 0, + "birch_sapling": 0, + "gray_carpet": 775, + "polished_blackstone_brick_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "sculk": 1, + "purpur_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "green_banner": 0, + "candle": [ + 3626, + 3626, + 3626, + 3626, + 3627, + 3627, + 3627, + 3627, + 3628, + 3628, + 3628, + 3628, + 3629, + 3629, + 3629, + 3629 + ], + "note_block": 1, + "oak_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "nether_portal": 0, + "pink_concrete_powder": 1, + "mossy_stone_bricks": 1, + "red_candle_cake": 3630, + "white_bed": [ + 2, + 3, + 2, + 3, + 3, + 2, + 3, + 2, + 4, + 5, + 4, + 5, + 5, + 4, + 5, + 4 + ], + "dead_fire_coral_wall_fan": 0, + "campfire": 3108, + "stripped_acacia_log": 1, + "dripstone_block": 1, + "redstone_torch": 0, + "bamboo_button": 0, + "black_concrete": 1, + "stripped_oak_wood": 1, + "jungle_button": 0, + "lilac": 0, + "green_concrete_powder": 1, + "amethyst_block": 1, + "light_blue_shulker_box": 1, + "small_dripleaf": 0, + "dead_horn_coral": 0, + "pink_banner": 0, + "orange_carpet": 775, + "prismarine_wall": [ + 1154, + 1155, + 1156, + 1154, + 1155, + 1156, + 0, + 1157, + 1158, + 0, + 1157, + 1158, + 1159, + 1160, + 1161, + 1159, + 1160, + 1161, + 1162, + 1163, + 1164, + 1162, + 1163, + 1164, + 1165, + 1166, + 1167, + 1165, + 1166, + 1167, + 1168, + 1169, + 1170, + 1168, + 1169, + 1170, + 1171, + 1172, + 1173, + 1171, + 1172, + 1173, + 1174, + 1175, + 1176, + 1174, + 1175, + 1176, + 1177, + 1178, + 1179, + 1177, + 1178, + 1179, + 1180, + 1181, + 1182, + 1180, + 1181, + 1182, + 1183, + 1184, + 1185, + 1183, + 1184, + 1185, + 1186, + 1187, + 1188, + 1186, + 1187, + 1188, + 1189, + 1190, + 1191, + 1189, + 1190, + 1191, + 1192, + 1193, + 1194, + 1192, + 1193, + 1194, + 1195, + 1196, + 1197, + 1195, + 1196, + 1197, + 1198, + 1199, + 1200, + 1198, + 1199, + 1200, + 1201, + 1202, + 1203, + 1201, + 1202, + 1203, + 1204, + 1205, + 1206, + 1204, + 1205, + 1206, + 1207, + 1208, + 1209, + 1207, + 1208, + 1209, + 1210, + 1211, + 1212, + 1210, + 1211, + 1212, + 1213, + 1214, + 1215, + 1213, + 1214, + 1215, + 1216, + 1217, + 1218, + 1216, + 1217, + 1218, + 1219, + 1220, + 1221, + 1219, + 1220, + 1221, + 1222, + 1223, + 1224, + 1222, + 1223, + 1224, + 1225, + 1226, + 1227, + 1225, + 1226, + 1227, + 1228, + 1229, + 1230, + 1228, + 1229, + 1230, + 1231, + 1232, + 1233, + 1231, + 1232, + 1233, + 1234, + 1235, + 1236, + 1234, + 1235, + 1236, + 1237, + 1238, + 1239, + 1237, + 1238, + 1239, + 1240, + 1241, + 1242, + 1240, + 1241, + 1242, + 1243, + 1244, + 1245, + 1243, + 1244, + 1245, + 1246, + 1247, + 1248, + 1246, + 1247, + 1248, + 1249, + 1250, + 1251, + 1249, + 1250, + 1251, + 1252, + 1253, + 1254, + 1252, + 1253, + 1254, + 1255, + 1256, + 1257, + 1255, + 1256, + 1257, + 1258, + 1259, + 1260, + 1258, + 1259, + 1260, + 1261, + 1262, + 1263, + 1261, + 1262, + 1263, + 1264, + 1265, + 1266, + 1264, + 1265, + 1266, + 1267, + 1268, + 1269, + 1267, + 1268, + 1269, + 1270, + 1271, + 1272, + 1270, + 1271, + 1272, + 1273, + 1274, + 1275, + 1273, + 1274, + 1275, + 1276, + 1277, + 1278, + 1276, + 1277, + 1278, + 1279, + 1280, + 1281, + 1279, + 1280, + 1281, + 1282, + 1283, + 1284, + 1282, + 1283, + 1284, + 1285, + 1286, + 1287, + 1285, + 1286, + 1287, + 1288, + 1289, + 1290, + 1288, + 1289, + 1290, + 1291, + 1292, + 1293, + 1291, + 1292, + 1293, + 1294, + 1295, + 1296, + 1294, + 1295, + 1296, + 1297, + 1298, + 1299, + 1297, + 1298, + 1299, + 1300, + 1301, + 1302, + 1300, + 1301, + 1302, + 1303, + 1304, + 1305, + 1303, + 1304, + 1305, + 1306, + 1307, + 1308, + 1306, + 1307, + 1308, + 1309, + 1310, + 1311, + 1309, + 1310, + 1311, + 1312, + 1313, + 1314, + 1312, + 1313, + 1314 + ], + "fire_coral_fan": 0, + "sticky_piston": [ + 6, + 7, + 8, + 9, + 10, + 11, + 1, + 1, + 1, + 1, + 1, + 1 + ], + "bamboo_pressure_plate": 0, + "oak_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "dead_bubble_coral": 0, + "cut_sandstone": 1, + "blue_stained_glass": 1, + "white_concrete_powder": 1, + "glass": 1, + "pink_terracotta": 1, + "dead_horn_coral_block": 1, + "stripped_crimson_hyphae": 1, + "azalea_leaves": 1, + "blue_carpet": 775, + "mangrove_fence": [ + 872, + 873, + 872, + 873, + 874, + 875, + 874, + 875, + 876, + 877, + 876, + 877, + 878, + 879, + 878, + 879, + 880, + 881, + 880, + 881, + 882, + 883, + 882, + 883, + 884, + 885, + 884, + 885, + 886, + 887, + 886, + 887 + ], + "gray_concrete_powder": 1, + "oxidized_cut_copper": 1, + "deepslate": 1, + "acacia_fence_gate": [ + 0, + 0, + 138, + 138, + 0, + 0, + 138, + 138, + 0, + 0, + 138, + 138, + 0, + 0, + 138, + 138, + 0, + 0, + 139, + 139, + 0, + 0, + 139, + 139, + 0, + 0, + 139, + 139, + 0, + 0, + 139, + 139 + ], + "warped_sign": 0, + "cyan_candle": [ + 3626, + 3626, + 3626, + 3626, + 3627, + 3627, + 3627, + 3627, + 3628, + 3628, + 3628, + 3628, + 3629, + 3629, + 3629, + 3629 + ], + "water_cauldron": 159, + "decorated_pot": 4326, + "barrier": 1, + "jungle_planks": 1, + "smooth_stone_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "crimson_fungus": 0, + "pink_petals": 0, + "wet_sponge": 1, + "dead_tube_coral": 0, + "iron_block": 1, + "bamboo_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "lectern": 3095, + "dark_oak_log": 1, + "comparator": 96, + "purple_wall_banner": 0, + "warped_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "soul_wall_torch": 0, + "kelp": 0, + "red_terracotta": 1, + "pink_tulip": 0, + "dead_horn_coral_wall_fan": 0, + "crimson_nylium": 1, + "pearlescent_froglight": 1, + "cobweb": 0, + "lime_stained_glass": 1, + "dead_brain_coral_block": 1, + "hanging_roots": 0, + "nether_bricks": 1, + "pitcher_plant": 0, + "warped_planks": 1, + "light_blue_candle": [ + 3626, + 3626, + 3626, + 3626, + 3627, + 3627, + 3627, + 3627, + 3628, + 3628, + 3628, + 3628, + 3629, + 3629, + 3629, + 3629 + ], + "spawner": 1, + "exposed_cut_copper": 1, + "white_candle_cake": 3630, + "birch_log": 1, + "light_gray_stained_glass": 1, + "lime_wall_banner": 0, + "bamboo_fence_gate": [ + 0, + 0, + 138, + 138, + 0, + 0, + 138, + 138, + 0, + 0, + 138, + 138, + 0, + 0, + 138, + 138, + 0, + 0, + 139, + 139, + 0, + 0, + 139, + 139, + 0, + 0, + 139, + 139, + 0, + 0, + 139, + 139 + ], + "cracked_deepslate_bricks": 1, + "dark_oak_pressure_plate": 0, + "smooth_sandstone": 1, + "smooth_quartz": 1, + "blue_terracotta": 1, + "pink_candle": [ + 3626, + 3626, + 3626, + 3626, + 3627, + 3627, + 3627, + 3627, + 3628, + 3628, + 3628, + 3628, + 3629, + 3629, + 3629, + 3629 + ], + "deepslate_tiles": 1, + "lava": 0, + "birch_pressure_plate": 0, + "crimson_sign": 0, + "purple_candle": [ + 3626, + 3626, + 3626, + 3626, + 3627, + 3627, + 3627, + 3627, + 3628, + 3628, + 3628, + 3628, + 3629, + 3629, + 3629, + 3629 + ], + "jack_o_lantern": 1, + "smooth_sandstone_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "white_carpet": 775, + "quartz_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "mangrove_leaves": 1, + "orange_terracotta": 1, + "soul_sand": 88, + "mangrove_trapdoor": [ + 97, + 97, + 97, + 97, + 98, + 98, + 98, + 98, + 97, + 97, + 97, + 97, + 99, + 99, + 99, + 99, + 100, + 100, + 100, + 100, + 98, + 98, + 98, + 98, + 100, + 100, + 100, + 100, + 99, + 99, + 99, + 99, + 101, + 101, + 101, + 101, + 98, + 98, + 98, + 98, + 101, + 101, + 101, + 101, + 99, + 99, + 99, + 99, + 102, + 102, + 102, + 102, + 98, + 98, + 98, + 98, + 102, + 102, + 102, + 102, + 99, + 99, + 99, + 99 + ], + "lava_cauldron": 159, + "brown_candle": [ + 3626, + 3626, + 3626, + 3626, + 3627, + 3627, + 3627, + 3627, + 3628, + 3628, + 3628, + 3628, + 3629, + 3629, + 3629, + 3629 + ], + "carved_pumpkin": 1, + "detector_rail": 0, + "melon_stem": 0, + "cyan_stained_glass": 1, + "light_blue_glazed_terracotta": 1, + "lime_terracotta": 1, + "chiseled_sandstone": 1, + "white_stained_glass_pane": [ + 517, + 518, + 517, + 518, + 519, + 520, + 519, + 520, + 521, + 522, + 521, + 522, + 523, + 524, + 523, + 524, + 525, + 526, + 525, + 526, + 527, + 528, + 527, + 528, + 529, + 530, + 529, + 530, + 531, + 532, + 531, + 532 + ], + "black_bed": [ + 2, + 3, + 2, + 3, + 3, + 2, + 3, + 2, + 4, + 5, + 4, + 5, + 5, + 4, + 5, + 4 + ], + "suspicious_gravel": 1, + "black_stained_glass_pane": [ + 757, + 758, + 757, + 758, + 759, + 760, + 759, + 760, + 761, + 762, + 761, + 762, + 763, + 764, + 763, + 764, + 765, + 766, + 765, + 766, + 767, + 768, + 767, + 768, + 769, + 770, + 769, + 770, + 771, + 772, + 771, + 772 + ], + "warped_fence": [ + 3125, + 3126, + 3125, + 3126, + 3127, + 3128, + 3127, + 3128, + 3129, + 3130, + 3129, + 3130, + 3131, + 3132, + 3131, + 3132, + 3133, + 3134, + 3133, + 3134, + 3135, + 3136, + 3135, + 3136, + 3137, + 3138, + 3137, + 3138, + 3139, + 3140, + 3139, + 3140 + ], + "white_concrete": 1, + "dark_oak_sapling": 0, + "cobbled_deepslate_wall": [ + 3682, + 3683, + 3684, + 3682, + 3683, + 3684, + 0, + 3685, + 3686, + 0, + 3685, + 3686, + 3687, + 3688, + 3689, + 3687, + 3688, + 3689, + 3690, + 3691, + 3692, + 3690, + 3691, + 3692, + 3693, + 3694, + 3695, + 3693, + 3694, + 3695, + 3696, + 3697, + 3698, + 3696, + 3697, + 3698, + 3699, + 3700, + 3701, + 3699, + 3700, + 3701, + 3702, + 3703, + 3704, + 3702, + 3703, + 3704, + 3705, + 3706, + 3707, + 3705, + 3706, + 3707, + 3708, + 3709, + 3710, + 3708, + 3709, + 3710, + 3711, + 3712, + 3713, + 3711, + 3712, + 3713, + 3714, + 3715, + 3716, + 3714, + 3715, + 3716, + 3717, + 3718, + 3719, + 3717, + 3718, + 3719, + 3720, + 3721, + 3722, + 3720, + 3721, + 3722, + 3723, + 3724, + 3725, + 3723, + 3724, + 3725, + 3726, + 3727, + 3728, + 3726, + 3727, + 3728, + 3729, + 3730, + 3731, + 3729, + 3730, + 3731, + 3732, + 3733, + 3734, + 3732, + 3733, + 3734, + 3735, + 3736, + 3737, + 3735, + 3736, + 3737, + 3738, + 3739, + 3740, + 3738, + 3739, + 3740, + 3741, + 3742, + 3743, + 3741, + 3742, + 3743, + 3744, + 3745, + 3746, + 3744, + 3745, + 3746, + 3747, + 3748, + 3749, + 3747, + 3748, + 3749, + 3750, + 3751, + 3752, + 3750, + 3751, + 3752, + 3753, + 3754, + 3755, + 3753, + 3754, + 3755, + 3756, + 3757, + 3758, + 3756, + 3757, + 3758, + 3759, + 3760, + 3761, + 3759, + 3760, + 3761, + 3762, + 3763, + 3764, + 3762, + 3763, + 3764, + 3765, + 3766, + 3767, + 3765, + 3766, + 3767, + 3768, + 3769, + 3770, + 3768, + 3769, + 3770, + 3771, + 3772, + 3773, + 3771, + 3772, + 3773, + 3774, + 3775, + 3776, + 3774, + 3775, + 3776, + 3777, + 3778, + 3779, + 3777, + 3778, + 3779, + 3780, + 3781, + 3782, + 3780, + 3781, + 3782, + 3783, + 3784, + 3785, + 3783, + 3784, + 3785, + 3786, + 3787, + 3788, + 3786, + 3787, + 3788, + 3789, + 3790, + 3791, + 3789, + 3790, + 3791, + 3792, + 3793, + 3794, + 3792, + 3793, + 3794, + 3795, + 3796, + 3797, + 3795, + 3796, + 3797, + 3798, + 3799, + 3800, + 3798, + 3799, + 3800, + 3801, + 3802, + 3803, + 3801, + 3802, + 3803, + 3804, + 3805, + 3806, + 3804, + 3805, + 3806, + 3807, + 3808, + 3809, + 3807, + 3808, + 3809, + 3810, + 3811, + 3812, + 3810, + 3811, + 3812, + 3813, + 3814, + 3815, + 3813, + 3814, + 3815, + 3816, + 3817, + 3818, + 3816, + 3817, + 3818, + 3819, + 3820, + 3821, + 3819, + 3820, + 3821, + 3822, + 3823, + 3824, + 3822, + 3823, + 3824, + 3825, + 3826, + 3827, + 3825, + 3826, + 3827, + 3828, + 3829, + 3830, + 3828, + 3829, + 3830, + 3831, + 3832, + 3833, + 3831, + 3832, + 3833, + 3834, + 3835, + 3836, + 3834, + 3835, + 3836, + 3837, + 3838, + 3839, + 3837, + 3838, + 3839, + 3840, + 3841, + 3842, + 3840, + 3841, + 3842 + ], + "dragon_egg": 162, + "dropper": 1, + "cobblestone_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "dragon_head": 499, + "prismarine_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "brown_banner": 0, + "polished_diorite_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "magma_block": 1, + "oak_sign": 0, + "magenta_candle": [ + 3626, + 3626, + 3626, + 3626, + 3627, + 3627, + 3627, + 3627, + 3628, + 3628, + 3628, + 3628, + 3629, + 3629, + 3629, + 3629 + ], + "polished_deepslate_wall": [ + 3843, + 3844, + 3845, + 3843, + 3844, + 3845, + 0, + 3846, + 3847, + 0, + 3846, + 3847, + 3848, + 3849, + 3850, + 3848, + 3849, + 3850, + 3851, + 3852, + 3853, + 3851, + 3852, + 3853, + 3854, + 3855, + 3856, + 3854, + 3855, + 3856, + 3857, + 3858, + 3859, + 3857, + 3858, + 3859, + 3860, + 3861, + 3862, + 3860, + 3861, + 3862, + 3863, + 3864, + 3865, + 3863, + 3864, + 3865, + 3866, + 3867, + 3868, + 3866, + 3867, + 3868, + 3869, + 3870, + 3871, + 3869, + 3870, + 3871, + 3872, + 3873, + 3874, + 3872, + 3873, + 3874, + 3875, + 3876, + 3877, + 3875, + 3876, + 3877, + 3878, + 3879, + 3880, + 3878, + 3879, + 3880, + 3881, + 3882, + 3883, + 3881, + 3882, + 3883, + 3884, + 3885, + 3886, + 3884, + 3885, + 3886, + 3887, + 3888, + 3889, + 3887, + 3888, + 3889, + 3890, + 3891, + 3892, + 3890, + 3891, + 3892, + 3893, + 3894, + 3895, + 3893, + 3894, + 3895, + 3896, + 3897, + 3898, + 3896, + 3897, + 3898, + 3899, + 3900, + 3901, + 3899, + 3900, + 3901, + 3902, + 3903, + 3904, + 3902, + 3903, + 3904, + 3905, + 3906, + 3907, + 3905, + 3906, + 3907, + 3908, + 3909, + 3910, + 3908, + 3909, + 3910, + 3911, + 3912, + 3913, + 3911, + 3912, + 3913, + 3914, + 3915, + 3916, + 3914, + 3915, + 3916, + 3917, + 3918, + 3919, + 3917, + 3918, + 3919, + 3920, + 3921, + 3922, + 3920, + 3921, + 3922, + 3923, + 3924, + 3925, + 3923, + 3924, + 3925, + 3926, + 3927, + 3928, + 3926, + 3927, + 3928, + 3929, + 3930, + 3931, + 3929, + 3930, + 3931, + 3932, + 3933, + 3934, + 3932, + 3933, + 3934, + 3935, + 3936, + 3937, + 3935, + 3936, + 3937, + 3938, + 3939, + 3940, + 3938, + 3939, + 3940, + 3941, + 3942, + 3943, + 3941, + 3942, + 3943, + 3944, + 3945, + 3946, + 3944, + 3945, + 3946, + 3947, + 3948, + 3949, + 3947, + 3948, + 3949, + 3950, + 3951, + 3952, + 3950, + 3951, + 3952, + 3953, + 3954, + 3955, + 3953, + 3954, + 3955, + 3956, + 3957, + 3958, + 3956, + 3957, + 3958, + 3959, + 3960, + 3961, + 3959, + 3960, + 3961, + 3962, + 3963, + 3964, + 3962, + 3963, + 3964, + 3965, + 3966, + 3967, + 3965, + 3966, + 3967, + 3968, + 3969, + 3970, + 3968, + 3969, + 3970, + 3971, + 3972, + 3973, + 3971, + 3972, + 3973, + 3974, + 3975, + 3976, + 3974, + 3975, + 3976, + 3977, + 3978, + 3979, + 3977, + 3978, + 3979, + 3980, + 3981, + 3982, + 3980, + 3981, + 3982, + 3983, + 3984, + 3985, + 3983, + 3984, + 3985, + 3986, + 3987, + 3988, + 3986, + 3987, + 3988, + 3989, + 3990, + 3991, + 3989, + 3990, + 3991, + 3992, + 3993, + 3994, + 3992, + 3993, + 3994, + 3995, + 3996, + 3997, + 3995, + 3996, + 3997, + 3998, + 3999, + 4000, + 3998, + 3999, + 4000, + 4001, + 4002, + 4003, + 4001, + 4002, + 4003 + ], + "horn_coral_wall_fan": 0, + "red_tulip": 0, + "jungle_leaves": 1, + "orange_glazed_terracotta": 1, + "bamboo": [ + 981, + 982, + 983, + 984, + 985, + 986, + 987, + 988, + 989, + 990, + 991, + 992 + ], + "bamboo_door": [ + 54, + 54, + 55, + 55, + 56, + 56, + 55, + 55, + 54, + 54, + 55, + 55, + 56, + 56, + 55, + 55, + 56, + 56, + 57, + 57, + 54, + 54, + 57, + 57, + 56, + 56, + 57, + 57, + 54, + 54, + 57, + 57, + 55, + 55, + 56, + 56, + 57, + 57, + 56, + 56, + 55, + 55, + 56, + 56, + 57, + 57, + 56, + 56, + 57, + 57, + 54, + 54, + 55, + 55, + 54, + 54, + 57, + 57, + 54, + 54, + 55, + 55, + 54, + 54 + ], + "dark_prismarine_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "smooth_quartz_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "crimson_trapdoor": [ + 97, + 97, + 97, + 97, + 98, + 98, + 98, + 98, + 97, + 97, + 97, + 97, + 99, + 99, + 99, + 99, + 100, + 100, + 100, + 100, + 98, + 98, + 98, + 98, + 100, + 100, + 100, + 100, + 99, + 99, + 99, + 99, + 101, + 101, + 101, + 101, + 98, + 98, + 98, + 98, + 101, + 101, + 101, + 101, + 99, + 99, + 99, + 99, + 102, + 102, + 102, + 102, + 98, + 98, + 98, + 98, + 102, + 102, + 102, + 102, + 99, + 99, + 99, + 99 + ], + "soul_campfire": 3108, + "oxeye_daisy": 0, + "honeycomb_block": 1, + "red_nether_bricks": 1, + "raw_gold_block": 1, + "magenta_terracotta": 1, + "jungle_wall_hanging_sign": [ + 62, + 62, + 62, + 62, + 63, + 63, + 63, + 63 + ], + "crimson_hanging_sign": 0, + "blast_furnace": 1, + "big_dripleaf": [ + 3678, + 3678, + 3679, + 3679, + 3680, + 3680, + 0, + 0, + 3678, + 3678, + 3679, + 3679, + 3680, + 3680, + 0, + 0, + 3678, + 3678, + 3679, + 3679, + 3680, + 3680, + 0, + 0, + 3678, + 3678, + 3679, + 3679, + 3680, + 3680, + 0, + 0 + ], + "jungle_pressure_plate": 0, + "warped_trapdoor": [ + 97, + 97, + 97, + 97, + 98, + 98, + 98, + 98, + 97, + 97, + 97, + 97, + 99, + 99, + 99, + 99, + 100, + 100, + 100, + 100, + 98, + 98, + 98, + 98, + 100, + 100, + 100, + 100, + 99, + 99, + 99, + 99, + 101, + 101, + 101, + 101, + 98, + 98, + 98, + 98, + 101, + 101, + 101, + 101, + 99, + 99, + 99, + 99, + 102, + 102, + 102, + 102, + 98, + 98, + 98, + 98, + 102, + 102, + 102, + 102, + 99, + 99, + 99, + 99 + ], + "sculk_vein": 0, + "smoker": 1, + "potted_cornflower": 498, + "acacia_fence": [ + 824, + 825, + 824, + 825, + 826, + 827, + 826, + 827, + 828, + 829, + 828, + 829, + 830, + 831, + 830, + 831, + 832, + 833, + 832, + 833, + 834, + 835, + 834, + 835, + 836, + 837, + 836, + 837, + 838, + 839, + 838, + 839 + ], + "green_bed": [ + 2, + 3, + 2, + 3, + 3, + 2, + 3, + 2, + 4, + 5, + 4, + 5, + 5, + 4, + 5, + 4 + ], + "potted_red_tulip": 498, + "red_mushroom": 0, + "oxidized_copper": 1, + "waxed_oxidized_copper": 1, + "pink_stained_glass": 1, + "red_sandstone_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "emerald_block": 1, + "brown_terracotta": 1, + "smooth_basalt": 1, + "chiseled_polished_blackstone": 1, + "brain_coral_wall_fan": 0, + "damaged_anvil": [ + 509, + 509, + 510, + 510 + ], + "attached_melon_stem": 0, + "potted_blue_orchid": 498, + "brown_concrete_powder": 1, + "cut_copper": 1, + "scaffolding": 3086, + "cactus": 71, + "glass_pane": [ + 122, + 123, + 122, + 123, + 124, + 125, + 124, + 125, + 126, + 127, + 126, + 127, + 128, + 129, + 128, + 129, + 130, + 131, + 130, + 131, + 132, + 133, + 132, + 133, + 134, + 135, + 134, + 135, + 136, + 137, + 136, + 137 + ], + "stripped_spruce_wood": 1, + "spruce_log": 1, + "lime_concrete_powder": 1, + "allium": 0, + "green_stained_glass_pane": [ + 725, + 726, + 725, + 726, + 727, + 728, + 727, + 728, + 729, + 730, + 729, + 730, + 731, + 732, + 731, + 732, + 733, + 734, + 733, + 734, + 735, + 736, + 735, + 736, + 737, + 738, + 737, + 738, + 739, + 740, + 739, + 740 + ], + "snow_block": 1, + "reinforced_deepslate": 1, + "potted_wither_rose": 498, + "lily_of_the_valley": 0, + "deepslate_tile_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "enchanting_table": 157, + "weeping_vines_plant": 0, + "potted_crimson_roots": 498, + "end_portal": 0, + "cherry_door": [ + 54, + 54, + 55, + 55, + 56, + 56, + 55, + 55, + 54, + 54, + 55, + 55, + 56, + 56, + 55, + 55, + 56, + 56, + 57, + 57, + 54, + 54, + 57, + 57, + 56, + 56, + 57, + 57, + 54, + 54, + 57, + 57, + 55, + 55, + 56, + 56, + 57, + 57, + 56, + 56, + 55, + 55, + 56, + 56, + 57, + 57, + 56, + 56, + 57, + 57, + 54, + 54, + 55, + 55, + 54, + 54, + 57, + 57, + 54, + 54, + 55, + 55, + 54, + 54 + ], + "bamboo_sapling": 0, + "pink_shulker_box": 1, + "cracked_stone_bricks": 1, + "sponge": 1, + "nether_brick_fence": [ + 141, + 142, + 141, + 142, + 143, + 144, + 143, + 144, + 145, + 146, + 145, + 146, + 147, + 148, + 147, + 148, + 149, + 150, + 149, + 150, + 151, + 152, + 151, + 152, + 153, + 154, + 153, + 154, + 155, + 156, + 155, + 156 + ], + "mud_brick_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "potted_bamboo": 498, + "trapped_chest": [ + 48, + 48, + 49, + 49, + 50, + 50, + 48, + 48, + 50, + 50, + 49, + 49, + 48, + 48, + 51, + 51, + 52, + 52, + 48, + 48, + 52, + 52, + 51, + 51 + ], + "orange_concrete": 1, + "light_gray_wall_banner": 0, + "lime_wool": 1, + "spruce_sign": 0, + "bamboo_fence": [ + 888, + 889, + 888, + 889, + 890, + 891, + 890, + 891, + 892, + 893, + 892, + 893, + 894, + 895, + 894, + 895, + 896, + 897, + 896, + 897, + 898, + 899, + 898, + 899, + 900, + 901, + 900, + 901, + 902, + 903, + 902, + 903 + ], + "tuff": 1, + "fletching_table": 1, + "torchflower_crop": 0, + "bricks": 1, + "bamboo_planks": 1, + "acacia_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "gray_candle_cake": 3630, + "oak_wall_sign": 0, + "light_blue_wall_banner": 0, + "end_stone_brick_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "spruce_trapdoor": [ + 97, + 97, + 97, + 97, + 98, + 98, + 98, + 98, + 97, + 97, + 97, + 97, + 99, + 99, + 99, + 99, + 100, + 100, + 100, + 100, + 98, + 98, + 98, + 98, + 100, + 100, + 100, + 100, + 99, + 99, + 99, + 99, + 101, + 101, + 101, + 101, + 98, + 98, + 98, + 98, + 101, + 101, + 101, + 101, + 99, + 99, + 99, + 99, + 102, + 102, + 102, + 102, + 98, + 98, + 98, + 98, + 102, + 102, + 102, + 102, + 99, + 99, + 99, + 99 + ], + "red_banner": 0, + "dark_oak_hanging_sign": 0, + "white_terracotta": 1, + "light_gray_terracotta": 1, + "glowstone": 1, + "jungle_fence_gate": [ + 0, + 0, + 138, + 138, + 0, + 0, + 138, + 138, + 0, + 0, + 138, + 138, + 0, + 0, + 138, + 138, + 0, + 0, + 139, + 139, + 0, + 0, + 139, + 139, + 0, + 0, + 139, + 139, + 0, + 0, + 139, + 139 + ], + "mangrove_sign": 0, + "redstone_lamp": 1, + "crimson_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "bookshelf": 1, + "carrots": 0, + "dead_fire_coral": 0, + "flowering_azalea": 3677, + "cartography_table": 1, + "jungle_door": [ + 54, + 54, + 55, + 55, + 56, + 56, + 55, + 55, + 54, + 54, + 55, + 55, + 56, + 56, + 55, + 55, + 56, + 56, + 57, + 57, + 54, + 54, + 57, + 57, + 56, + 56, + 57, + 57, + 54, + 54, + 57, + 57, + 55, + 55, + 56, + 56, + 57, + 57, + 56, + 56, + 55, + 55, + 56, + 56, + 57, + 57, + 56, + 56, + 57, + 57, + 54, + 54, + 55, + 55, + 54, + 54, + 57, + 57, + 54, + 54, + 55, + 55, + 54, + 54 + ], + "brain_coral_fan": 0, + "hopper": [ + 512, + 513, + 514, + 515, + 516, + 512, + 513, + 514, + 515, + 516 + ], + "quartz_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "smooth_stone": 1, + "cyan_concrete": 1, + "dark_oak_leaves": 1, + "purple_bed": [ + 2, + 3, + 2, + 3, + 3, + 2, + 3, + 2, + 4, + 5, + 4, + 5, + 5, + 4, + 5, + 4 + ], + "white_banner": 0, + "obsidian": 1, + "dead_brain_coral_wall_fan": 0, + "sea_pickle": [ + 976, + 976, + 977, + 977, + 978, + 978, + 979, + 979 + ], + "light_gray_carpet": 775, + "crimson_button": 0, + "light_gray_candle": [ + 3626, + 3626, + 3626, + 3626, + 3627, + 3627, + 3627, + 3627, + 3628, + 3628, + 3628, + 3628, + 3629, + 3629, + 3629, + 3629 + ], + "blue_concrete": 1, + "cracked_deepslate_tiles": 1, + "brown_mushroom_block": 1, + "cut_red_sandstone": 1, + "wall_torch": 0, + "observer": 1, + "purple_terracotta": 1, + "cherry_pressure_plate": 0, + "cyan_wall_banner": 0, + "moving_piston": 0, + "dark_oak_button": 0, + "moss_block": 1, + "jungle_fence": [ + 808, + 809, + 808, + 809, + 810, + 811, + 810, + 811, + 812, + 813, + 812, + 813, + 814, + 815, + 814, + 815, + 816, + 817, + 816, + 817, + 818, + 819, + 818, + 819, + 820, + 821, + 820, + 821, + 822, + 823, + 822, + 823 + ], + "oak_fence": [ + 72, + 73, + 72, + 73, + 74, + 75, + 74, + 75, + 76, + 77, + 76, + 77, + 78, + 79, + 78, + 79, + 80, + 81, + 80, + 81, + 82, + 83, + 82, + 83, + 84, + 85, + 84, + 85, + 86, + 87, + 86, + 87 + ], + "dispenser": 1, + "potted_flowering_azalea_bush": 498, + "deepslate_brick_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "potted_cherry_sapling": 498, + "polished_diorite": 1, + "polished_andesite_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "nether_brick_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "jungle_trapdoor": [ + 97, + 97, + 97, + 97, + 98, + 98, + 98, + 98, + 97, + 97, + 97, + 97, + 99, + 99, + 99, + 99, + 100, + 100, + 100, + 100, + 98, + 98, + 98, + 98, + 100, + 100, + 100, + 100, + 99, + 99, + 99, + 99, + 101, + 101, + 101, + 101, + 98, + 98, + 98, + 98, + 101, + 101, + 101, + 101, + 99, + 99, + 99, + 99, + 102, + 102, + 102, + 102, + 98, + 98, + 98, + 98, + 102, + 102, + 102, + 102, + 99, + 99, + 99, + 99 + ], + "spruce_door": [ + 54, + 54, + 55, + 55, + 56, + 56, + 55, + 55, + 54, + 54, + 55, + 55, + 56, + 56, + 55, + 55, + 56, + 56, + 57, + 57, + 54, + 54, + 57, + 57, + 56, + 56, + 57, + 57, + 54, + 54, + 57, + 57, + 55, + 55, + 56, + 56, + 57, + 57, + 56, + 56, + 55, + 55, + 56, + 56, + 57, + 57, + 56, + 56, + 57, + 57, + 54, + 54, + 55, + 55, + 54, + 54, + 57, + 57, + 54, + 54, + 55, + 55, + 54, + 54 + ], + "smooth_red_sandstone": 1, + "acacia_button": 0, + "diorite_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "dandelion": 0, + "candle_cake": 3630, + "ancient_debris": 1, + "warped_wall_hanging_sign": [ + 62, + 62, + 62, + 62, + 63, + 63, + 63, + 63 + ], + "waxed_cut_copper_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "fern": 0, + "oak_wall_hanging_sign": [ + 62, + 62, + 62, + 62, + 63, + 63, + 63, + 63 + ], + "bamboo_hanging_sign": 0, + "oak_trapdoor": [ + 97, + 97, + 97, + 97, + 98, + 98, + 98, + 98, + 97, + 97, + 97, + 97, + 99, + 99, + 99, + 99, + 100, + 100, + 100, + 100, + 98, + 98, + 98, + 98, + 100, + 100, + 100, + 100, + 99, + 99, + 99, + 99, + 101, + 101, + 101, + 101, + 98, + 98, + 98, + 98, + 101, + 101, + 101, + 101, + 99, + 99, + 99, + 99, + 102, + 102, + 102, + 102, + 98, + 98, + 98, + 98, + 102, + 102, + 102, + 102, + 99, + 99, + 99, + 99 + ], + "infested_cracked_stone_bricks": 1, + "magenta_concrete": 1, + "spruce_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "iron_bars": [ + 103, + 104, + 103, + 104, + 105, + 106, + 105, + 106, + 107, + 108, + 107, + 108, + 109, + 110, + 109, + 110, + 111, + 112, + 111, + 112, + 113, + 114, + 113, + 114, + 115, + 116, + 115, + 116, + 117, + 118, + 117, + 118 + ], + "grindstone": [ + 3087, + 3087, + 3088, + 3088, + 3089, + 3090, + 3091, + 3092, + 3093, + 3093, + 3094, + 3094 + ], + "cobblestone": 1, + "warped_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "command_block": 1, + "budding_amethyst": 1, + "repeating_command_block": 1, + "yellow_bed": [ + 2, + 3, + 2, + 3, + 3, + 2, + 3, + 2, + 4, + 5, + 4, + 5, + 5, + 4, + 5, + 4 + ], + "fire_coral_block": 1, + "dead_tube_coral_wall_fan": 0, + "oak_wood": 1, + "gray_candle": [ + 3626, + 3626, + 3626, + 3626, + 3627, + 3627, + 3627, + 3627, + 3628, + 3628, + 3628, + 3628, + 3629, + 3629, + 3629, + 3629 + ], + "diamond_block": 1, + "cherry_sapling": 0, + "granite_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "waxed_copper_block": 1, + "granite": 1, + "waxed_weathered_cut_copper_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "granite_wall": [ + 1637, + 1638, + 1639, + 1637, + 1638, + 1639, + 0, + 1640, + 1641, + 0, + 1640, + 1641, + 1642, + 1643, + 1644, + 1642, + 1643, + 1644, + 1645, + 1646, + 1647, + 1645, + 1646, + 1647, + 1648, + 1649, + 1650, + 1648, + 1649, + 1650, + 1651, + 1652, + 1653, + 1651, + 1652, + 1653, + 1654, + 1655, + 1656, + 1654, + 1655, + 1656, + 1657, + 1658, + 1659, + 1657, + 1658, + 1659, + 1660, + 1661, + 1662, + 1660, + 1661, + 1662, + 1663, + 1664, + 1665, + 1663, + 1664, + 1665, + 1666, + 1667, + 1668, + 1666, + 1667, + 1668, + 1669, + 1670, + 1671, + 1669, + 1670, + 1671, + 1672, + 1673, + 1674, + 1672, + 1673, + 1674, + 1675, + 1676, + 1677, + 1675, + 1676, + 1677, + 1678, + 1679, + 1680, + 1678, + 1679, + 1680, + 1681, + 1682, + 1683, + 1681, + 1682, + 1683, + 1684, + 1685, + 1686, + 1684, + 1685, + 1686, + 1687, + 1688, + 1689, + 1687, + 1688, + 1689, + 1690, + 1691, + 1692, + 1690, + 1691, + 1692, + 1693, + 1694, + 1695, + 1693, + 1694, + 1695, + 1696, + 1697, + 1698, + 1696, + 1697, + 1698, + 1699, + 1700, + 1701, + 1699, + 1700, + 1701, + 1702, + 1703, + 1704, + 1702, + 1703, + 1704, + 1705, + 1706, + 1707, + 1705, + 1706, + 1707, + 1708, + 1709, + 1710, + 1708, + 1709, + 1710, + 1711, + 1712, + 1713, + 1711, + 1712, + 1713, + 1714, + 1715, + 1716, + 1714, + 1715, + 1716, + 1717, + 1718, + 1719, + 1717, + 1718, + 1719, + 1720, + 1721, + 1722, + 1720, + 1721, + 1722, + 1723, + 1724, + 1725, + 1723, + 1724, + 1725, + 1726, + 1727, + 1728, + 1726, + 1727, + 1728, + 1729, + 1730, + 1731, + 1729, + 1730, + 1731, + 1732, + 1733, + 1734, + 1732, + 1733, + 1734, + 1735, + 1736, + 1737, + 1735, + 1736, + 1737, + 1738, + 1739, + 1740, + 1738, + 1739, + 1740, + 1741, + 1742, + 1743, + 1741, + 1742, + 1743, + 1744, + 1745, + 1746, + 1744, + 1745, + 1746, + 1747, + 1748, + 1749, + 1747, + 1748, + 1749, + 1750, + 1751, + 1752, + 1750, + 1751, + 1752, + 1753, + 1754, + 1755, + 1753, + 1754, + 1755, + 1756, + 1757, + 1758, + 1756, + 1757, + 1758, + 1759, + 1760, + 1761, + 1759, + 1760, + 1761, + 1762, + 1763, + 1764, + 1762, + 1763, + 1764, + 1765, + 1766, + 1767, + 1765, + 1766, + 1767, + 1768, + 1769, + 1770, + 1768, + 1769, + 1770, + 1771, + 1772, + 1773, + 1771, + 1772, + 1773, + 1774, + 1775, + 1776, + 1774, + 1775, + 1776, + 1777, + 1778, + 1779, + 1777, + 1778, + 1779, + 1780, + 1781, + 1782, + 1780, + 1781, + 1782, + 1783, + 1784, + 1785, + 1783, + 1784, + 1785, + 1786, + 1787, + 1788, + 1786, + 1787, + 1788, + 1789, + 1790, + 1791, + 1789, + 1790, + 1791, + 1792, + 1793, + 1794, + 1792, + 1793, + 1794, + 1795, + 1796, + 1797, + 1795, + 1796, + 1797 + ], + "cut_copper_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "infested_mossy_stone_bricks": 1, + "purple_stained_glass_pane": [ + 677, + 678, + 677, + 678, + 679, + 680, + 679, + 680, + 681, + 682, + 681, + 682, + 683, + 684, + 683, + 684, + 685, + 686, + 685, + 686, + 687, + 688, + 687, + 688, + 689, + 690, + 689, + 690, + 691, + 692, + 691, + 692 + ], + "weathered_cut_copper_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "purpur_pillar": 1, + "smooth_red_sandstone_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "orange_stained_glass_pane": [ + 533, + 534, + 533, + 534, + 535, + 536, + 535, + 536, + 537, + 538, + 537, + 538, + 539, + 540, + 539, + 540, + 541, + 542, + 541, + 542, + 543, + 544, + 543, + 544, + 545, + 546, + 545, + 546, + 547, + 548, + 547, + 548 + ], + "rose_bush": 0, + "raw_iron_block": 1, + "purple_candle_cake": 3630, + "potted_dark_oak_sapling": 498, + "birch_sign": 0, + "acacia_wall_hanging_sign": [ + 62, + 62, + 62, + 62, + 63, + 63, + 63, + 63 + ], + "purple_carpet": 775, + "white_shulker_box": 1, + "jungle_hanging_sign": 0, + "dead_bush": 0, + "stripped_cherry_log": 1, + "tube_coral_block": 1, + "acacia_planks": 1, + "stripped_cherry_wood": 1, + "cherry_planks": 1, + "flower_pot": 498, + "acacia_sign": 0, + "gray_stained_glass": 1, + "lime_candle_cake": 3630, + "warped_hanging_sign": 0, + "blue_stained_glass_pane": [ + 693, + 694, + 693, + 694, + 695, + 696, + 695, + 696, + 697, + 698, + 697, + 698, + 699, + 700, + 699, + 700, + 701, + 702, + 701, + 702, + 703, + 704, + 703, + 704, + 705, + 706, + 705, + 706, + 707, + 708, + 707, + 708 + ], + "cave_vines": 0, + "deepslate_diamond_ore": 1, + "player_wall_head": [ + 500, + 500, + 501, + 501, + 502, + 502, + 503, + 503 + ], + "farmland": 53, + "cyan_glazed_terracotta": 1, + "bubble_coral_fan": 0, + "chorus_flower": 1, + "nether_quartz_ore": 1, + "lime_banner": 0, + "lime_concrete": 1, + "powder_snow": 0, + "mangrove_planks": 1, + "cyan_wool": 1, + "mud_brick_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "bone_block": 1, + "cyan_stained_glass_pane": [ + 661, + 662, + 661, + 662, + 663, + 664, + 663, + 664, + 665, + 666, + 665, + 666, + 667, + 668, + 667, + 668, + 669, + 670, + 669, + 670, + 671, + 672, + 671, + 672, + 673, + 674, + 673, + 674, + 675, + 676, + 675, + 676 + ], + "target": 1, + "deepslate_copper_ore": 1, + "oak_door": [ + 54, + 54, + 55, + 55, + 56, + 56, + 55, + 55, + 54, + 54, + 55, + 55, + 56, + 56, + 55, + 55, + 56, + 56, + 57, + 57, + 54, + 54, + 57, + 57, + 56, + 56, + 57, + 57, + 54, + 54, + 57, + 57, + 55, + 55, + 56, + 56, + 57, + 57, + 56, + 56, + 55, + 55, + 56, + 56, + 57, + 57, + 56, + 56, + 57, + 57, + 54, + 54, + 55, + 55, + 54, + 54, + 57, + 57, + 54, + 54, + 55, + 55, + 54, + 54 + ], + "end_stone": 1, + "dead_tube_coral_block": 1, + "magenta_candle_cake": 3630, + "weathered_cut_copper": 1, + "diorite": 1, + "oak_fence_gate": [ + 0, + 0, + 138, + 138, + 0, + 0, + 138, + 138, + 0, + 0, + 138, + 138, + 0, + 0, + 138, + 138, + 0, + 0, + 139, + 139, + 0, + 0, + 139, + 139, + 0, + 0, + 139, + 139, + 0, + 0, + 139, + 139 + ], + "yellow_concrete_powder": 1, + "deepslate_coal_ore": 1, + "dark_oak_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "grass": 0, + "bubble_column": 0, + "powder_snow_cauldron": 159, + "horn_coral": 0, + "terracotta": 1, + "bamboo_wall_sign": 0, + "dark_oak_wall_sign": 0, + "brown_stained_glass": 1, + "smooth_sandstone_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "quartz_pillar": 1, + "large_amethyst_bud": [ + 3637, + 3637, + 3638, + 3638, + 3639, + 3639, + 3640, + 3640, + 3641, + 3641, + 3642, + 3642 + ], + "torch": 0, + "redstone_block": 1, + "chiseled_quartz_block": 1, + "prismarine_brick_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "polished_deepslate_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "potatoes": 0, + "wheat": 0, + "purple_stained_glass": 1, + "dead_bubble_coral_fan": 0, + "fire": 0, + "mangrove_log": 1, + "mossy_stone_brick_wall": [ + 1476, + 1477, + 1478, + 1476, + 1477, + 1478, + 0, + 1479, + 1480, + 0, + 1479, + 1480, + 1481, + 1482, + 1483, + 1481, + 1482, + 1483, + 1484, + 1485, + 1486, + 1484, + 1485, + 1486, + 1487, + 1488, + 1489, + 1487, + 1488, + 1489, + 1490, + 1491, + 1492, + 1490, + 1491, + 1492, + 1493, + 1494, + 1495, + 1493, + 1494, + 1495, + 1496, + 1497, + 1498, + 1496, + 1497, + 1498, + 1499, + 1500, + 1501, + 1499, + 1500, + 1501, + 1502, + 1503, + 1504, + 1502, + 1503, + 1504, + 1505, + 1506, + 1507, + 1505, + 1506, + 1507, + 1508, + 1509, + 1510, + 1508, + 1509, + 1510, + 1511, + 1512, + 1513, + 1511, + 1512, + 1513, + 1514, + 1515, + 1516, + 1514, + 1515, + 1516, + 1517, + 1518, + 1519, + 1517, + 1518, + 1519, + 1520, + 1521, + 1522, + 1520, + 1521, + 1522, + 1523, + 1524, + 1525, + 1523, + 1524, + 1525, + 1526, + 1527, + 1528, + 1526, + 1527, + 1528, + 1529, + 1530, + 1531, + 1529, + 1530, + 1531, + 1532, + 1533, + 1534, + 1532, + 1533, + 1534, + 1535, + 1536, + 1537, + 1535, + 1536, + 1537, + 1538, + 1539, + 1540, + 1538, + 1539, + 1540, + 1541, + 1542, + 1543, + 1541, + 1542, + 1543, + 1544, + 1545, + 1546, + 1544, + 1545, + 1546, + 1547, + 1548, + 1549, + 1547, + 1548, + 1549, + 1550, + 1551, + 1552, + 1550, + 1551, + 1552, + 1553, + 1554, + 1555, + 1553, + 1554, + 1555, + 1556, + 1557, + 1558, + 1556, + 1557, + 1558, + 1559, + 1560, + 1561, + 1559, + 1560, + 1561, + 1562, + 1563, + 1564, + 1562, + 1563, + 1564, + 1565, + 1566, + 1567, + 1565, + 1566, + 1567, + 1568, + 1569, + 1570, + 1568, + 1569, + 1570, + 1571, + 1572, + 1573, + 1571, + 1572, + 1573, + 1574, + 1575, + 1576, + 1574, + 1575, + 1576, + 1577, + 1578, + 1579, + 1577, + 1578, + 1579, + 1580, + 1581, + 1582, + 1580, + 1581, + 1582, + 1583, + 1584, + 1585, + 1583, + 1584, + 1585, + 1586, + 1587, + 1588, + 1586, + 1587, + 1588, + 1589, + 1590, + 1591, + 1589, + 1590, + 1591, + 1592, + 1593, + 1594, + 1592, + 1593, + 1594, + 1595, + 1596, + 1597, + 1595, + 1596, + 1597, + 1598, + 1599, + 1600, + 1598, + 1599, + 1600, + 1601, + 1602, + 1603, + 1601, + 1602, + 1603, + 1604, + 1605, + 1606, + 1604, + 1605, + 1606, + 1607, + 1608, + 1609, + 1607, + 1608, + 1609, + 1610, + 1611, + 1612, + 1610, + 1611, + 1612, + 1613, + 1614, + 1615, + 1613, + 1614, + 1615, + 1616, + 1617, + 1618, + 1616, + 1617, + 1618, + 1619, + 1620, + 1621, + 1619, + 1620, + 1621, + 1622, + 1623, + 1624, + 1622, + 1623, + 1624, + 1625, + 1626, + 1627, + 1625, + 1626, + 1627, + 1628, + 1629, + 1630, + 1628, + 1629, + 1630, + 1631, + 1632, + 1633, + 1631, + 1632, + 1633, + 1634, + 1635, + 1636, + 1634, + 1635, + 1636 + ], + "composter": 3141, + "black_banner": 0, + "yellow_wool": 1, + "ender_chest": 175, + "gray_shulker_box": 1, + "stripped_dark_oak_log": 1, + "red_shulker_box": 1, + "white_wool": 1, + "packed_mud": 1, + "mud_bricks": 1, + "green_carpet": 775, + "light_gray_shulker_box": 1, + "brick_wall": [ + 993, + 994, + 995, + 993, + 994, + 995, + 0, + 996, + 997, + 0, + 996, + 997, + 998, + 999, + 1000, + 998, + 999, + 1000, + 1001, + 1002, + 1003, + 1001, + 1002, + 1003, + 1004, + 1005, + 1006, + 1004, + 1005, + 1006, + 1007, + 1008, + 1009, + 1007, + 1008, + 1009, + 1010, + 1011, + 1012, + 1010, + 1011, + 1012, + 1013, + 1014, + 1015, + 1013, + 1014, + 1015, + 1016, + 1017, + 1018, + 1016, + 1017, + 1018, + 1019, + 1020, + 1021, + 1019, + 1020, + 1021, + 1022, + 1023, + 1024, + 1022, + 1023, + 1024, + 1025, + 1026, + 1027, + 1025, + 1026, + 1027, + 1028, + 1029, + 1030, + 1028, + 1029, + 1030, + 1031, + 1032, + 1033, + 1031, + 1032, + 1033, + 1034, + 1035, + 1036, + 1034, + 1035, + 1036, + 1037, + 1038, + 1039, + 1037, + 1038, + 1039, + 1040, + 1041, + 1042, + 1040, + 1041, + 1042, + 1043, + 1044, + 1045, + 1043, + 1044, + 1045, + 1046, + 1047, + 1048, + 1046, + 1047, + 1048, + 1049, + 1050, + 1051, + 1049, + 1050, + 1051, + 1052, + 1053, + 1054, + 1052, + 1053, + 1054, + 1055, + 1056, + 1057, + 1055, + 1056, + 1057, + 1058, + 1059, + 1060, + 1058, + 1059, + 1060, + 1061, + 1062, + 1063, + 1061, + 1062, + 1063, + 1064, + 1065, + 1066, + 1064, + 1065, + 1066, + 1067, + 1068, + 1069, + 1067, + 1068, + 1069, + 1070, + 1071, + 1072, + 1070, + 1071, + 1072, + 1073, + 1074, + 1075, + 1073, + 1074, + 1075, + 1076, + 1077, + 1078, + 1076, + 1077, + 1078, + 1079, + 1080, + 1081, + 1079, + 1080, + 1081, + 1082, + 1083, + 1084, + 1082, + 1083, + 1084, + 1085, + 1086, + 1087, + 1085, + 1086, + 1087, + 1088, + 1089, + 1090, + 1088, + 1089, + 1090, + 1091, + 1092, + 1093, + 1091, + 1092, + 1093, + 1094, + 1095, + 1096, + 1094, + 1095, + 1096, + 1097, + 1098, + 1099, + 1097, + 1098, + 1099, + 1100, + 1101, + 1102, + 1100, + 1101, + 1102, + 1103, + 1104, + 1105, + 1103, + 1104, + 1105, + 1106, + 1107, + 1108, + 1106, + 1107, + 1108, + 1109, + 1110, + 1111, + 1109, + 1110, + 1111, + 1112, + 1113, + 1114, + 1112, + 1113, + 1114, + 1115, + 1116, + 1117, + 1115, + 1116, + 1117, + 1118, + 1119, + 1120, + 1118, + 1119, + 1120, + 1121, + 1122, + 1123, + 1121, + 1122, + 1123, + 1124, + 1125, + 1126, + 1124, + 1125, + 1126, + 1127, + 1128, + 1129, + 1127, + 1128, + 1129, + 1130, + 1131, + 1132, + 1130, + 1131, + 1132, + 1133, + 1134, + 1135, + 1133, + 1134, + 1135, + 1136, + 1137, + 1138, + 1136, + 1137, + 1138, + 1139, + 1140, + 1141, + 1139, + 1140, + 1141, + 1142, + 1143, + 1144, + 1142, + 1143, + 1144, + 1145, + 1146, + 1147, + 1145, + 1146, + 1147, + 1148, + 1149, + 1150, + 1148, + 1149, + 1150, + 1151, + 1152, + 1153, + 1151, + 1152, + 1153 + ], + "stripped_oak_log": 1, + "light_gray_glazed_terracotta": 1, + "hay_block": 1, + "sculk_catalyst": 1, + "turtle_egg": [ + 973, + 973, + 973, + 974, + 974, + 974, + 974, + 974, + 974, + 974, + 974, + 974 + ], + "melon": 1, + "potted_red_mushroom": 498, + "light_gray_wool": 1, + "lapis_block": 1, + "warped_fungus": 0, + "mangrove_fence_gate": [ + 0, + 0, + 138, + 138, + 0, + 0, + 138, + 138, + 0, + 0, + 138, + 138, + 0, + 0, + 138, + 138, + 0, + 0, + 139, + 139, + 0, + 0, + 139, + 139, + 0, + 0, + 139, + 139, + 0, + 0, + 139, + 139 + ], + "prismarine_brick_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "polished_andesite_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "yellow_stained_glass_pane": [ + 581, + 582, + 581, + 582, + 583, + 584, + 583, + 584, + 585, + 586, + 585, + 586, + 587, + 588, + 587, + 588, + 589, + 590, + 589, + 590, + 591, + 592, + 591, + 592, + 593, + 594, + 593, + 594, + 595, + 596, + 595, + 596 + ], + "tinted_glass": 1, + "waxed_oxidized_cut_copper_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "sugar_cane": 0, + "stone": 1, + "potted_cactus": 498, + "purple_banner": 0, + "yellow_terracotta": 1, + "beehive": 1, + "respawn_anchor": 1, + "zombie_head": 499, + "polished_blackstone_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "player_head": 499, + "dead_bubble_coral_wall_fan": 0, + "waxed_cut_copper": 1, + "spruce_wall_sign": 0, + "black_stained_glass": 1, + "suspicious_sand": 1, + "poppy": 0, + "piglin_head": 504, + "red_sandstone_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "stripped_jungle_wood": 1, + "potted_acacia_sapling": 498, + "potted_oak_sapling": 498, + "stripped_crimson_stem": 1, + "deepslate_gold_ore": 1, + "crimson_wall_sign": 0, + "end_rod": [ + 904, + 905, + 904, + 905, + 906, + 906 + ], + "yellow_candle_cake": 3630, + "black_terracotta": 1, + "birch_fence_gate": [ + 0, + 0, + 138, + 138, + 0, + 0, + 138, + 138, + 0, + 0, + 138, + 138, + 0, + 0, + 138, + 138, + 0, + 0, + 139, + 139, + 0, + 0, + 139, + 139, + 0, + 0, + 139, + 139, + 0, + 0, + 139, + 139 + ], + "bamboo_mosaic": 1, + "netherite_block": 1, + "conduit": 980, + "infested_stone_bricks": 1, + "green_wall_banner": 0, + "granite_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "orange_bed": [ + 2, + 3, + 2, + 3, + 3, + 2, + 3, + 2, + 4, + 5, + 4, + 5, + 5, + 4, + 5, + 4 + ], + "green_wool": 1, + "torchflower": 0, + "tall_grass": 0, + "acacia_trapdoor": [ + 97, + 97, + 97, + 97, + 98, + 98, + 98, + 98, + 97, + 97, + 97, + 97, + 99, + 99, + 99, + 99, + 100, + 100, + 100, + 100, + 98, + 98, + 98, + 98, + 100, + 100, + 100, + 100, + 99, + 99, + 99, + 99, + 101, + 101, + 101, + 101, + 98, + 98, + 98, + 98, + 101, + 101, + 101, + 101, + 99, + 99, + 99, + 99, + 102, + 102, + 102, + 102, + 98, + 98, + 98, + 98, + 102, + 102, + 102, + 102, + 99, + 99, + 99, + 99 + ], + "spruce_leaves": 1, + "water": 0, + "lily_pad": 140, + "blackstone_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "light_blue_stained_glass_pane": [ + 565, + 566, + 565, + 566, + 567, + 568, + 567, + 568, + 569, + 570, + 569, + 570, + 571, + 572, + 571, + 572, + 573, + 574, + 573, + 574, + 575, + 576, + 575, + 576, + 577, + 578, + 577, + 578, + 579, + 580, + 579, + 580 + ], + "orange_concrete_powder": 1, + "blue_glazed_terracotta": 1, + "petrified_oak_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "light": 0, + "cherry_wall_sign": 0, + "spruce_pressure_plate": 0, + "dark_oak_fence_gate": [ + 0, + 0, + 138, + 138, + 0, + 0, + 138, + 138, + 0, + 0, + 138, + 138, + 0, + 0, + 138, + 138, + 0, + 0, + 139, + 139, + 0, + 0, + 139, + 139, + 0, + 0, + 139, + 139, + 0, + 0, + 139, + 139 + ], + "crimson_fence": [ + 3109, + 3110, + 3109, + 3110, + 3111, + 3112, + 3111, + 3112, + 3113, + 3114, + 3113, + 3114, + 3115, + 3116, + 3115, + 3116, + 3117, + 3118, + 3117, + 3118, + 3119, + 3120, + 3119, + 3120, + 3121, + 3122, + 3121, + 3122, + 3123, + 3124, + 3123, + 3124 + ], + "potted_crimson_fungus": 498, + "waxed_exposed_cut_copper": 1, + "lime_stained_glass_pane": [ + 597, + 598, + 597, + 598, + 599, + 600, + 599, + 600, + 601, + 602, + 601, + 602, + 603, + 604, + 603, + 604, + 605, + 606, + 605, + 606, + 607, + 608, + 607, + 608, + 609, + 610, + 609, + 610, + 611, + 612, + 611, + 612 + ], + "andesite_wall": [ + 2281, + 2282, + 2283, + 2281, + 2282, + 2283, + 0, + 2284, + 2285, + 0, + 2284, + 2285, + 2286, + 2287, + 2288, + 2286, + 2287, + 2288, + 2289, + 2290, + 2291, + 2289, + 2290, + 2291, + 2292, + 2293, + 2294, + 2292, + 2293, + 2294, + 2295, + 2296, + 2297, + 2295, + 2296, + 2297, + 2298, + 2299, + 2300, + 2298, + 2299, + 2300, + 2301, + 2302, + 2303, + 2301, + 2302, + 2303, + 2304, + 2305, + 2306, + 2304, + 2305, + 2306, + 2307, + 2308, + 2309, + 2307, + 2308, + 2309, + 2310, + 2311, + 2312, + 2310, + 2311, + 2312, + 2313, + 2314, + 2315, + 2313, + 2314, + 2315, + 2316, + 2317, + 2318, + 2316, + 2317, + 2318, + 2319, + 2320, + 2321, + 2319, + 2320, + 2321, + 2322, + 2323, + 2324, + 2322, + 2323, + 2324, + 2325, + 2326, + 2327, + 2325, + 2326, + 2327, + 2328, + 2329, + 2330, + 2328, + 2329, + 2330, + 2331, + 2332, + 2333, + 2331, + 2332, + 2333, + 2334, + 2335, + 2336, + 2334, + 2335, + 2336, + 2337, + 2338, + 2339, + 2337, + 2338, + 2339, + 2340, + 2341, + 2342, + 2340, + 2341, + 2342, + 2343, + 2344, + 2345, + 2343, + 2344, + 2345, + 2346, + 2347, + 2348, + 2346, + 2347, + 2348, + 2349, + 2350, + 2351, + 2349, + 2350, + 2351, + 2352, + 2353, + 2354, + 2352, + 2353, + 2354, + 2355, + 2356, + 2357, + 2355, + 2356, + 2357, + 2358, + 2359, + 2360, + 2358, + 2359, + 2360, + 2361, + 2362, + 2363, + 2361, + 2362, + 2363, + 2364, + 2365, + 2366, + 2364, + 2365, + 2366, + 2367, + 2368, + 2369, + 2367, + 2368, + 2369, + 2370, + 2371, + 2372, + 2370, + 2371, + 2372, + 2373, + 2374, + 2375, + 2373, + 2374, + 2375, + 2376, + 2377, + 2378, + 2376, + 2377, + 2378, + 2379, + 2380, + 2381, + 2379, + 2380, + 2381, + 2382, + 2383, + 2384, + 2382, + 2383, + 2384, + 2385, + 2386, + 2387, + 2385, + 2386, + 2387, + 2388, + 2389, + 2390, + 2388, + 2389, + 2390, + 2391, + 2392, + 2393, + 2391, + 2392, + 2393, + 2394, + 2395, + 2396, + 2394, + 2395, + 2396, + 2397, + 2398, + 2399, + 2397, + 2398, + 2399, + 2400, + 2401, + 2402, + 2400, + 2401, + 2402, + 2403, + 2404, + 2405, + 2403, + 2404, + 2405, + 2406, + 2407, + 2408, + 2406, + 2407, + 2408, + 2409, + 2410, + 2411, + 2409, + 2410, + 2411, + 2412, + 2413, + 2414, + 2412, + 2413, + 2414, + 2415, + 2416, + 2417, + 2415, + 2416, + 2417, + 2418, + 2419, + 2420, + 2418, + 2419, + 2420, + 2421, + 2422, + 2423, + 2421, + 2422, + 2423, + 2424, + 2425, + 2426, + 2424, + 2425, + 2426, + 2427, + 2428, + 2429, + 2427, + 2428, + 2429, + 2430, + 2431, + 2432, + 2430, + 2431, + 2432, + 2433, + 2434, + 2435, + 2433, + 2434, + 2435, + 2436, + 2437, + 2438, + 2436, + 2437, + 2438, + 2439, + 2440, + 2441, + 2439, + 2440, + 2441 + ], + "yellow_stained_glass": 1, + "gilded_blackstone": 1, + "diamond_ore": 1, + "cherry_button": 0, + "red_mushroom_block": 1, + "purple_concrete": 1, + "weathered_cut_copper_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "packed_ice": 1, + "birch_wood": 1, + "kelp_plant": 0, + "tube_coral_fan": 0, + "daylight_detector": 511, + "light_blue_stained_glass": 1, + "nether_brick_wall": [ + 2120, + 2121, + 2122, + 2120, + 2121, + 2122, + 0, + 2123, + 2124, + 0, + 2123, + 2124, + 2125, + 2126, + 2127, + 2125, + 2126, + 2127, + 2128, + 2129, + 2130, + 2128, + 2129, + 2130, + 2131, + 2132, + 2133, + 2131, + 2132, + 2133, + 2134, + 2135, + 2136, + 2134, + 2135, + 2136, + 2137, + 2138, + 2139, + 2137, + 2138, + 2139, + 2140, + 2141, + 2142, + 2140, + 2141, + 2142, + 2143, + 2144, + 2145, + 2143, + 2144, + 2145, + 2146, + 2147, + 2148, + 2146, + 2147, + 2148, + 2149, + 2150, + 2151, + 2149, + 2150, + 2151, + 2152, + 2153, + 2154, + 2152, + 2153, + 2154, + 2155, + 2156, + 2157, + 2155, + 2156, + 2157, + 2158, + 2159, + 2160, + 2158, + 2159, + 2160, + 2161, + 2162, + 2163, + 2161, + 2162, + 2163, + 2164, + 2165, + 2166, + 2164, + 2165, + 2166, + 2167, + 2168, + 2169, + 2167, + 2168, + 2169, + 2170, + 2171, + 2172, + 2170, + 2171, + 2172, + 2173, + 2174, + 2175, + 2173, + 2174, + 2175, + 2176, + 2177, + 2178, + 2176, + 2177, + 2178, + 2179, + 2180, + 2181, + 2179, + 2180, + 2181, + 2182, + 2183, + 2184, + 2182, + 2183, + 2184, + 2185, + 2186, + 2187, + 2185, + 2186, + 2187, + 2188, + 2189, + 2190, + 2188, + 2189, + 2190, + 2191, + 2192, + 2193, + 2191, + 2192, + 2193, + 2194, + 2195, + 2196, + 2194, + 2195, + 2196, + 2197, + 2198, + 2199, + 2197, + 2198, + 2199, + 2200, + 2201, + 2202, + 2200, + 2201, + 2202, + 2203, + 2204, + 2205, + 2203, + 2204, + 2205, + 2206, + 2207, + 2208, + 2206, + 2207, + 2208, + 2209, + 2210, + 2211, + 2209, + 2210, + 2211, + 2212, + 2213, + 2214, + 2212, + 2213, + 2214, + 2215, + 2216, + 2217, + 2215, + 2216, + 2217, + 2218, + 2219, + 2220, + 2218, + 2219, + 2220, + 2221, + 2222, + 2223, + 2221, + 2222, + 2223, + 2224, + 2225, + 2226, + 2224, + 2225, + 2226, + 2227, + 2228, + 2229, + 2227, + 2228, + 2229, + 2230, + 2231, + 2232, + 2230, + 2231, + 2232, + 2233, + 2234, + 2235, + 2233, + 2234, + 2235, + 2236, + 2237, + 2238, + 2236, + 2237, + 2238, + 2239, + 2240, + 2241, + 2239, + 2240, + 2241, + 2242, + 2243, + 2244, + 2242, + 2243, + 2244, + 2245, + 2246, + 2247, + 2245, + 2246, + 2247, + 2248, + 2249, + 2250, + 2248, + 2249, + 2250, + 2251, + 2252, + 2253, + 2251, + 2252, + 2253, + 2254, + 2255, + 2256, + 2254, + 2255, + 2256, + 2257, + 2258, + 2259, + 2257, + 2258, + 2259, + 2260, + 2261, + 2262, + 2260, + 2261, + 2262, + 2263, + 2264, + 2265, + 2263, + 2264, + 2265, + 2266, + 2267, + 2268, + 2266, + 2267, + 2268, + 2269, + 2270, + 2271, + 2269, + 2270, + 2271, + 2272, + 2273, + 2274, + 2272, + 2273, + 2274, + 2275, + 2276, + 2277, + 2275, + 2276, + 2277, + 2278, + 2279, + 2280, + 2278, + 2279, + 2280 + ], + "green_candle_cake": 3630, + "quartz_block": 1, + "stone_pressure_plate": 0, + "gravel": 1, + "ochre_froglight": 1, + "sniffer_egg": 975, + "loom": 1, + "mangrove_hanging_sign": 0, + "spruce_fence": [ + 776, + 777, + 776, + 777, + 778, + 779, + 778, + 779, + 780, + 781, + 780, + 781, + 782, + 783, + 782, + 783, + 784, + 785, + 784, + 785, + 786, + 787, + 786, + 787, + 788, + 789, + 788, + 789, + 790, + 791, + 790, + 791 + ], + "sandstone_wall": [ + 2603, + 2604, + 2605, + 2603, + 2604, + 2605, + 0, + 2606, + 2607, + 0, + 2606, + 2607, + 2608, + 2609, + 2610, + 2608, + 2609, + 2610, + 2611, + 2612, + 2613, + 2611, + 2612, + 2613, + 2614, + 2615, + 2616, + 2614, + 2615, + 2616, + 2617, + 2618, + 2619, + 2617, + 2618, + 2619, + 2620, + 2621, + 2622, + 2620, + 2621, + 2622, + 2623, + 2624, + 2625, + 2623, + 2624, + 2625, + 2626, + 2627, + 2628, + 2626, + 2627, + 2628, + 2629, + 2630, + 2631, + 2629, + 2630, + 2631, + 2632, + 2633, + 2634, + 2632, + 2633, + 2634, + 2635, + 2636, + 2637, + 2635, + 2636, + 2637, + 2638, + 2639, + 2640, + 2638, + 2639, + 2640, + 2641, + 2642, + 2643, + 2641, + 2642, + 2643, + 2644, + 2645, + 2646, + 2644, + 2645, + 2646, + 2647, + 2648, + 2649, + 2647, + 2648, + 2649, + 2650, + 2651, + 2652, + 2650, + 2651, + 2652, + 2653, + 2654, + 2655, + 2653, + 2654, + 2655, + 2656, + 2657, + 2658, + 2656, + 2657, + 2658, + 2659, + 2660, + 2661, + 2659, + 2660, + 2661, + 2662, + 2663, + 2664, + 2662, + 2663, + 2664, + 2665, + 2666, + 2667, + 2665, + 2666, + 2667, + 2668, + 2669, + 2670, + 2668, + 2669, + 2670, + 2671, + 2672, + 2673, + 2671, + 2672, + 2673, + 2674, + 2675, + 2676, + 2674, + 2675, + 2676, + 2677, + 2678, + 2679, + 2677, + 2678, + 2679, + 2680, + 2681, + 2682, + 2680, + 2681, + 2682, + 2683, + 2684, + 2685, + 2683, + 2684, + 2685, + 2686, + 2687, + 2688, + 2686, + 2687, + 2688, + 2689, + 2690, + 2691, + 2689, + 2690, + 2691, + 2692, + 2693, + 2694, + 2692, + 2693, + 2694, + 2695, + 2696, + 2697, + 2695, + 2696, + 2697, + 2698, + 2699, + 2700, + 2698, + 2699, + 2700, + 2701, + 2702, + 2703, + 2701, + 2702, + 2703, + 2704, + 2705, + 2706, + 2704, + 2705, + 2706, + 2707, + 2708, + 2709, + 2707, + 2708, + 2709, + 2710, + 2711, + 2712, + 2710, + 2711, + 2712, + 2713, + 2714, + 2715, + 2713, + 2714, + 2715, + 2716, + 2717, + 2718, + 2716, + 2717, + 2718, + 2719, + 2720, + 2721, + 2719, + 2720, + 2721, + 2722, + 2723, + 2724, + 2722, + 2723, + 2724, + 2725, + 2726, + 2727, + 2725, + 2726, + 2727, + 2728, + 2729, + 2730, + 2728, + 2729, + 2730, + 2731, + 2732, + 2733, + 2731, + 2732, + 2733, + 2734, + 2735, + 2736, + 2734, + 2735, + 2736, + 2737, + 2738, + 2739, + 2737, + 2738, + 2739, + 2740, + 2741, + 2742, + 2740, + 2741, + 2742, + 2743, + 2744, + 2745, + 2743, + 2744, + 2745, + 2746, + 2747, + 2748, + 2746, + 2747, + 2748, + 2749, + 2750, + 2751, + 2749, + 2750, + 2751, + 2752, + 2753, + 2754, + 2752, + 2753, + 2754, + 2755, + 2756, + 2757, + 2755, + 2756, + 2757, + 2758, + 2759, + 2760, + 2758, + 2759, + 2760, + 2761, + 2762, + 2763, + 2761, + 2762, + 2763 + ], + "anvil": [ + 509, + 509, + 510, + 510 + ], + "potted_jungle_sapling": 498, + "warped_door": [ + 54, + 54, + 55, + 55, + 56, + 56, + 55, + 55, + 54, + 54, + 55, + 55, + 56, + 56, + 55, + 55, + 56, + 56, + 57, + 57, + 54, + 54, + 57, + 57, + 56, + 56, + 57, + 57, + 54, + 54, + 57, + 57, + 55, + 55, + 56, + 56, + 57, + 57, + 56, + 56, + 55, + 55, + 56, + 56, + 57, + 57, + 56, + 56, + 57, + 57, + 54, + 54, + 55, + 55, + 54, + 54, + 57, + 57, + 54, + 54, + 55, + 55, + 54, + 54 + ], + "brown_shulker_box": 1, + "orange_shulker_box": 1, + "crafting_table": 1, + "light_weighted_pressure_plate": 0, + "pink_bed": [ + 2, + 3, + 2, + 3, + 3, + 2, + 3, + 2, + 4, + 5, + 4, + 5, + 5, + 4, + 5, + 4 + ], + "smooth_quartz_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "waxed_exposed_cut_copper_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "stone_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "cherry_wall_hanging_sign": [ + 62, + 62, + 62, + 62, + 63, + 63, + 63, + 63 + ], + "diorite_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "black_glazed_terracotta": 1, + "blue_concrete_powder": 1, + "prismarine_bricks": 1, + "yellow_banner": 0, + "tnt": 1, + "piston": [ + 6, + 7, + 8, + 9, + 10, + 11, + 1, + 1, + 1, + 1, + 1, + 1 + ], + "gray_wool": 1, + "rail": 0, + "potted_pink_tulip": 498, + "activator_rail": 0, + "orange_wool": 1, + "crimson_wall_hanging_sign": [ + 62, + 62, + 62, + 62, + 63, + 63, + 63, + 63 + ], + "shroomlight": 1, + "birch_fence": [ + 792, + 793, + 792, + 793, + 794, + 795, + 794, + 795, + 796, + 797, + 796, + 797, + 798, + 799, + 798, + 799, + 800, + 801, + 800, + 801, + 802, + 803, + 802, + 803, + 804, + 805, + 804, + 805, + 806, + 807, + 806, + 807 + ], + "cake": [ + 89, + 90, + 91, + 92, + 93, + 94, + 95 + ], + "potted_lily_of_the_valley": 498, + "spruce_wood": 1, + "nether_wart_block": 1, + "oak_button": 0, + "bubble_coral_block": 1, + "red_sandstone_wall": [ + 1315, + 1316, + 1317, + 1315, + 1316, + 1317, + 0, + 1318, + 1319, + 0, + 1318, + 1319, + 1320, + 1321, + 1322, + 1320, + 1321, + 1322, + 1323, + 1324, + 1325, + 1323, + 1324, + 1325, + 1326, + 1327, + 1328, + 1326, + 1327, + 1328, + 1329, + 1330, + 1331, + 1329, + 1330, + 1331, + 1332, + 1333, + 1334, + 1332, + 1333, + 1334, + 1335, + 1336, + 1337, + 1335, + 1336, + 1337, + 1338, + 1339, + 1340, + 1338, + 1339, + 1340, + 1341, + 1342, + 1343, + 1341, + 1342, + 1343, + 1344, + 1345, + 1346, + 1344, + 1345, + 1346, + 1347, + 1348, + 1349, + 1347, + 1348, + 1349, + 1350, + 1351, + 1352, + 1350, + 1351, + 1352, + 1353, + 1354, + 1355, + 1353, + 1354, + 1355, + 1356, + 1357, + 1358, + 1356, + 1357, + 1358, + 1359, + 1360, + 1361, + 1359, + 1360, + 1361, + 1362, + 1363, + 1364, + 1362, + 1363, + 1364, + 1365, + 1366, + 1367, + 1365, + 1366, + 1367, + 1368, + 1369, + 1370, + 1368, + 1369, + 1370, + 1371, + 1372, + 1373, + 1371, + 1372, + 1373, + 1374, + 1375, + 1376, + 1374, + 1375, + 1376, + 1377, + 1378, + 1379, + 1377, + 1378, + 1379, + 1380, + 1381, + 1382, + 1380, + 1381, + 1382, + 1383, + 1384, + 1385, + 1383, + 1384, + 1385, + 1386, + 1387, + 1388, + 1386, + 1387, + 1388, + 1389, + 1390, + 1391, + 1389, + 1390, + 1391, + 1392, + 1393, + 1394, + 1392, + 1393, + 1394, + 1395, + 1396, + 1397, + 1395, + 1396, + 1397, + 1398, + 1399, + 1400, + 1398, + 1399, + 1400, + 1401, + 1402, + 1403, + 1401, + 1402, + 1403, + 1404, + 1405, + 1406, + 1404, + 1405, + 1406, + 1407, + 1408, + 1409, + 1407, + 1408, + 1409, + 1410, + 1411, + 1412, + 1410, + 1411, + 1412, + 1413, + 1414, + 1415, + 1413, + 1414, + 1415, + 1416, + 1417, + 1418, + 1416, + 1417, + 1418, + 1419, + 1420, + 1421, + 1419, + 1420, + 1421, + 1422, + 1423, + 1424, + 1422, + 1423, + 1424, + 1425, + 1426, + 1427, + 1425, + 1426, + 1427, + 1428, + 1429, + 1430, + 1428, + 1429, + 1430, + 1431, + 1432, + 1433, + 1431, + 1432, + 1433, + 1434, + 1435, + 1436, + 1434, + 1435, + 1436, + 1437, + 1438, + 1439, + 1437, + 1438, + 1439, + 1440, + 1441, + 1442, + 1440, + 1441, + 1442, + 1443, + 1444, + 1445, + 1443, + 1444, + 1445, + 1446, + 1447, + 1448, + 1446, + 1447, + 1448, + 1449, + 1450, + 1451, + 1449, + 1450, + 1451, + 1452, + 1453, + 1454, + 1452, + 1453, + 1454, + 1455, + 1456, + 1457, + 1455, + 1456, + 1457, + 1458, + 1459, + 1460, + 1458, + 1459, + 1460, + 1461, + 1462, + 1463, + 1461, + 1462, + 1463, + 1464, + 1465, + 1466, + 1464, + 1465, + 1466, + 1467, + 1468, + 1469, + 1467, + 1468, + 1469, + 1470, + 1471, + 1472, + 1470, + 1471, + 1472, + 1473, + 1474, + 1475, + 1473, + 1474, + 1475 + ], + "bedrock": 1, + "polished_deepslate": 1, + "stripped_warped_hyphae": 1, + "acacia_door": [ + 54, + 54, + 55, + 55, + 56, + 56, + 55, + 55, + 54, + 54, + 55, + 55, + 56, + 56, + 55, + 55, + 56, + 56, + 57, + 57, + 54, + 54, + 57, + 57, + 56, + 56, + 57, + 57, + 54, + 54, + 57, + 57, + 55, + 55, + 56, + 56, + 57, + 57, + 56, + 56, + 55, + 55, + 56, + 56, + 57, + 57, + 56, + 56, + 57, + 57, + 54, + 54, + 55, + 55, + 54, + 54, + 57, + 57, + 54, + 54, + 55, + 55, + 54, + 54 + ], + "potted_azalea_bush": 498, + "cocoa": [ + 163, + 164, + 165, + 166, + 167, + 168, + 169, + 170, + 171, + 172, + 173, + 174 + ], + "cherry_fence_gate": [ + 0, + 0, + 138, + 138, + 0, + 0, + 138, + 138, + 0, + 0, + 138, + 138, + 0, + 0, + 138, + 138, + 0, + 0, + 139, + 139, + 0, + 0, + 139, + 139, + 0, + 0, + 139, + 139, + 0, + 0, + 139, + 139 + ], + "sandstone": 1, + "big_dripleaf_stem": 0, + "mangrove_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "brown_wall_banner": 0, + "tube_coral": 0, + "waxed_exposed_copper": 1, + "green_candle": [ + 3626, + 3626, + 3626, + 3626, + 3627, + 3627, + 3627, + 3627, + 3628, + 3628, + 3628, + 3628, + 3629, + 3629, + 3629, + 3629 + ], + "tripwire": 0, + "cut_copper_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "blue_wool": 1, + "sandstone_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "polished_granite_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "bubble_coral_wall_fan": 0, + "netherrack": 1, + "mangrove_wall_hanging_sign": [ + 62, + 62, + 62, + 62, + 63, + 63, + 63, + 63 + ], + "crimson_fence_gate": [ + 0, + 0, + 138, + 138, + 0, + 0, + 138, + 138, + 0, + 0, + 138, + 138, + 0, + 0, + 138, + 138, + 0, + 0, + 139, + 139, + 0, + 0, + 139, + 139, + 0, + 0, + 139, + 139, + 0, + 0, + 139, + 139 + ], + "skeleton_skull": 499, + "powered_rail": 0, + "crimson_planks": 1, + "stone_bricks": 1, + "stripped_acacia_wood": 1, + "oak_hanging_sign": 0, + "wither_skeleton_skull": 499, + "structure_void": 0, + "warped_nylium": 1, + "polished_blackstone_brick_wall": [ + 3304, + 3305, + 3306, + 3304, + 3305, + 3306, + 0, + 3307, + 3308, + 0, + 3307, + 3308, + 3309, + 3310, + 3311, + 3309, + 3310, + 3311, + 3312, + 3313, + 3314, + 3312, + 3313, + 3314, + 3315, + 3316, + 3317, + 3315, + 3316, + 3317, + 3318, + 3319, + 3320, + 3318, + 3319, + 3320, + 3321, + 3322, + 3323, + 3321, + 3322, + 3323, + 3324, + 3325, + 3326, + 3324, + 3325, + 3326, + 3327, + 3328, + 3329, + 3327, + 3328, + 3329, + 3330, + 3331, + 3332, + 3330, + 3331, + 3332, + 3333, + 3334, + 3335, + 3333, + 3334, + 3335, + 3336, + 3337, + 3338, + 3336, + 3337, + 3338, + 3339, + 3340, + 3341, + 3339, + 3340, + 3341, + 3342, + 3343, + 3344, + 3342, + 3343, + 3344, + 3345, + 3346, + 3347, + 3345, + 3346, + 3347, + 3348, + 3349, + 3350, + 3348, + 3349, + 3350, + 3351, + 3352, + 3353, + 3351, + 3352, + 3353, + 3354, + 3355, + 3356, + 3354, + 3355, + 3356, + 3357, + 3358, + 3359, + 3357, + 3358, + 3359, + 3360, + 3361, + 3362, + 3360, + 3361, + 3362, + 3363, + 3364, + 3365, + 3363, + 3364, + 3365, + 3366, + 3367, + 3368, + 3366, + 3367, + 3368, + 3369, + 3370, + 3371, + 3369, + 3370, + 3371, + 3372, + 3373, + 3374, + 3372, + 3373, + 3374, + 3375, + 3376, + 3377, + 3375, + 3376, + 3377, + 3378, + 3379, + 3380, + 3378, + 3379, + 3380, + 3381, + 3382, + 3383, + 3381, + 3382, + 3383, + 3384, + 3385, + 3386, + 3384, + 3385, + 3386, + 3387, + 3388, + 3389, + 3387, + 3388, + 3389, + 3390, + 3391, + 3392, + 3390, + 3391, + 3392, + 3393, + 3394, + 3395, + 3393, + 3394, + 3395, + 3396, + 3397, + 3398, + 3396, + 3397, + 3398, + 3399, + 3400, + 3401, + 3399, + 3400, + 3401, + 3402, + 3403, + 3404, + 3402, + 3403, + 3404, + 3405, + 3406, + 3407, + 3405, + 3406, + 3407, + 3408, + 3409, + 3410, + 3408, + 3409, + 3410, + 3411, + 3412, + 3413, + 3411, + 3412, + 3413, + 3414, + 3415, + 3416, + 3414, + 3415, + 3416, + 3417, + 3418, + 3419, + 3417, + 3418, + 3419, + 3420, + 3421, + 3422, + 3420, + 3421, + 3422, + 3423, + 3424, + 3425, + 3423, + 3424, + 3425, + 3426, + 3427, + 3428, + 3426, + 3427, + 3428, + 3429, + 3430, + 3431, + 3429, + 3430, + 3431, + 3432, + 3433, + 3434, + 3432, + 3433, + 3434, + 3435, + 3436, + 3437, + 3435, + 3436, + 3437, + 3438, + 3439, + 3440, + 3438, + 3439, + 3440, + 3441, + 3442, + 3443, + 3441, + 3442, + 3443, + 3444, + 3445, + 3446, + 3444, + 3445, + 3446, + 3447, + 3448, + 3449, + 3447, + 3448, + 3449, + 3450, + 3451, + 3452, + 3450, + 3451, + 3452, + 3453, + 3454, + 3455, + 3453, + 3454, + 3455, + 3456, + 3457, + 3458, + 3456, + 3457, + 3458, + 3459, + 3460, + 3461, + 3459, + 3460, + 3461, + 3462, + 3463, + 3464, + 3462, + 3463, + 3464 + ], + "orange_candle": [ + 3626, + 3626, + 3626, + 3626, + 3627, + 3627, + 3627, + 3627, + 3628, + 3628, + 3628, + 3628, + 3629, + 3629, + 3629, + 3629 + ], + "cracked_nether_bricks": 1, + "acacia_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "frogspawn": 0, + "cyan_carpet": 775, + "spruce_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "purpur_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "honey_block": 3142, + "mud": 3681, + "gold_block": 1, + "mossy_cobblestone_wall": [ + 337, + 338, + 339, + 337, + 338, + 339, + 0, + 340, + 341, + 0, + 340, + 341, + 342, + 343, + 344, + 342, + 343, + 344, + 345, + 346, + 347, + 345, + 346, + 347, + 348, + 349, + 350, + 348, + 349, + 350, + 351, + 352, + 353, + 351, + 352, + 353, + 354, + 355, + 356, + 354, + 355, + 356, + 357, + 358, + 359, + 357, + 358, + 359, + 360, + 361, + 362, + 360, + 361, + 362, + 363, + 364, + 365, + 363, + 364, + 365, + 366, + 367, + 368, + 366, + 367, + 368, + 369, + 370, + 371, + 369, + 370, + 371, + 372, + 373, + 374, + 372, + 373, + 374, + 375, + 376, + 377, + 375, + 376, + 377, + 378, + 379, + 380, + 378, + 379, + 380, + 381, + 382, + 383, + 381, + 382, + 383, + 384, + 385, + 386, + 384, + 385, + 386, + 387, + 388, + 389, + 387, + 388, + 389, + 390, + 391, + 392, + 390, + 391, + 392, + 393, + 394, + 395, + 393, + 394, + 395, + 396, + 397, + 398, + 396, + 397, + 398, + 399, + 400, + 401, + 399, + 400, + 401, + 402, + 403, + 404, + 402, + 403, + 404, + 405, + 406, + 407, + 405, + 406, + 407, + 408, + 409, + 410, + 408, + 409, + 410, + 411, + 412, + 413, + 411, + 412, + 413, + 414, + 415, + 416, + 414, + 415, + 416, + 417, + 418, + 419, + 417, + 418, + 419, + 420, + 421, + 422, + 420, + 421, + 422, + 423, + 424, + 425, + 423, + 424, + 425, + 426, + 427, + 428, + 426, + 427, + 428, + 429, + 430, + 431, + 429, + 430, + 431, + 432, + 433, + 434, + 432, + 433, + 434, + 435, + 436, + 437, + 435, + 436, + 437, + 438, + 439, + 440, + 438, + 439, + 440, + 441, + 442, + 443, + 441, + 442, + 443, + 444, + 445, + 446, + 444, + 445, + 446, + 447, + 448, + 449, + 447, + 448, + 449, + 450, + 451, + 452, + 450, + 451, + 452, + 453, + 454, + 455, + 453, + 454, + 455, + 456, + 457, + 458, + 456, + 457, + 458, + 459, + 460, + 461, + 459, + 460, + 461, + 462, + 463, + 464, + 462, + 463, + 464, + 465, + 466, + 467, + 465, + 466, + 467, + 468, + 469, + 470, + 468, + 469, + 470, + 471, + 472, + 473, + 471, + 472, + 473, + 474, + 475, + 476, + 474, + 475, + 476, + 477, + 478, + 479, + 477, + 478, + 479, + 480, + 481, + 482, + 480, + 481, + 482, + 483, + 484, + 485, + 483, + 484, + 485, + 486, + 487, + 488, + 486, + 487, + 488, + 489, + 490, + 491, + 489, + 490, + 491, + 492, + 493, + 494, + 492, + 493, + 494, + 495, + 496, + 497, + 495, + 496, + 497 + ], + "calibrated_sculk_sensor": 3655, + "mangrove_door": [ + 54, + 54, + 55, + 55, + 56, + 56, + 55, + 55, + 54, + 54, + 55, + 55, + 56, + 56, + 55, + 55, + 56, + 56, + 57, + 57, + 54, + 54, + 57, + 57, + 56, + 56, + 57, + 57, + 54, + 54, + 57, + 57, + 55, + 55, + 56, + 56, + 57, + 57, + 56, + 56, + 55, + 55, + 56, + 56, + 57, + 57, + 56, + 56, + 57, + 57, + 54, + 54, + 55, + 55, + 54, + 54, + 57, + 57, + 54, + 54, + 55, + 55, + 54, + 54 + ], + "cobbled_deepslate_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "blue_wall_banner": 0, + "soul_fire": 0, + "purple_wool": 1, + "structure_block": 1, + "stone_brick_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "polished_granite": 1, + "spruce_fence_gate": [ + 0, + 0, + 138, + 138, + 0, + 0, + 138, + 138, + 0, + 0, + 138, + 138, + 0, + 0, + 138, + 138, + 0, + 0, + 139, + 139, + 0, + 0, + 139, + 139, + 0, + 0, + 139, + 139, + 0, + 0, + 139, + 139 + ], + "red_glazed_terracotta": 1, + "crying_obsidian": 1, + "polished_deepslate_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "nether_brick_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "gray_wall_banner": 0, + "potted_orange_tulip": 498, + "void_air": 0, + "potted_oxeye_daisy": 498, + "jungle_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "magenta_concrete_powder": 1, + "chiseled_deepslate": 1, + "heavy_weighted_pressure_plate": 0, + "purple_shulker_box": 1, + "crimson_door": [ + 54, + 54, + 55, + 55, + 56, + 56, + 55, + 55, + 54, + 54, + 55, + 55, + 56, + 56, + 55, + 55, + 56, + 56, + 57, + 57, + 54, + 54, + 57, + 57, + 56, + 56, + 57, + 57, + 54, + 54, + 57, + 57, + 55, + 55, + 56, + 56, + 57, + 57, + 56, + 56, + 55, + 55, + 56, + 56, + 57, + 57, + 56, + 56, + 57, + 57, + 54, + 54, + 55, + 55, + 54, + 54, + 57, + 57, + 54, + 54, + 55, + 55, + 54, + 54 + ], + "oak_log": 1, + "polished_blackstone_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "waxed_weathered_cut_copper_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "gray_concrete": 1, + "potted_dandelion": 498, + "bamboo_block": 1, + "acacia_log": 1, + "mangrove_pressure_plate": 0, + "deepslate_iron_ore": 1, + "dark_oak_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "stripped_spruce_log": 1, + "tube_coral_wall_fan": 0, + "potted_fern": 498, + "jungle_wood": 1, + "redstone_wire": 0, + "stripped_warped_stem": 1, + "red_nether_brick_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "nether_sprouts": 0, + "flowering_azalea_leaves": 1, + "stone_brick_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "cherry_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "purpur_block": 1, + "moss_carpet": 775, + "rooted_dirt": 1, + "skeleton_wall_skull": [ + 500, + 500, + 501, + 501, + 502, + 502, + 503, + 503 + ], + "repeater": 96, + "cobbled_deepslate_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "cherry_wood": 1, + "attached_pumpkin_stem": 0, + "polished_blackstone_button": 0, + "barrel": 1, + "emerald_ore": 1, + "polished_blackstone_brick_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "red_wool": 1, + "potted_allium": 498, + "calcite": 1, + "green_terracotta": 1, + "crimson_stem": 1, + "light_blue_carpet": 775, + "coal_block": 1, + "pink_wall_banner": 0, + "sea_lantern": 1, + "cherry_log": 1, + "soul_soil": 1, + "stripped_mangrove_wood": 1, + "exposed_copper": 1, + "exposed_cut_copper_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "pink_stained_glass_pane": [ + 613, + 614, + 613, + 614, + 615, + 616, + 615, + 616, + 617, + 618, + 617, + 618, + 619, + 620, + 619, + 620, + 621, + 622, + 621, + 622, + 623, + 624, + 623, + 624, + 625, + 626, + 625, + 626, + 627, + 628, + 627, + 628 + ], + "cauldron": 159, + "lodestone": 1, + "brain_coral_block": 1, + "gray_glazed_terracotta": 1, + "waxed_weathered_cut_copper": 1, + "seagrass": 0, + "potted_spruce_sapling": 498, + "gray_stained_glass_pane": [ + 629, + 630, + 629, + 630, + 631, + 632, + 631, + 632, + 633, + 634, + 633, + 634, + 635, + 636, + 635, + 636, + 637, + 638, + 637, + 638, + 639, + 640, + 639, + 640, + 641, + 642, + 641, + 642, + 643, + 644, + 643, + 644 + ], + "magenta_stained_glass_pane": [ + 549, + 550, + 549, + 550, + 551, + 552, + 551, + 552, + 553, + 554, + 553, + 554, + 555, + 556, + 555, + 556, + 557, + 558, + 557, + 558, + 559, + 560, + 559, + 560, + 561, + 562, + 561, + 562, + 563, + 564, + 563, + 564 + ], + "acacia_leaves": 1, + "cobblestone_wall": [ + 176, + 177, + 178, + 176, + 177, + 178, + 0, + 179, + 180, + 0, + 179, + 180, + 181, + 182, + 183, + 181, + 182, + 183, + 184, + 185, + 186, + 184, + 185, + 186, + 187, + 188, + 189, + 187, + 188, + 189, + 190, + 191, + 192, + 190, + 191, + 192, + 193, + 194, + 195, + 193, + 194, + 195, + 196, + 197, + 198, + 196, + 197, + 198, + 199, + 200, + 201, + 199, + 200, + 201, + 202, + 203, + 204, + 202, + 203, + 204, + 205, + 206, + 207, + 205, + 206, + 207, + 208, + 209, + 210, + 208, + 209, + 210, + 211, + 212, + 213, + 211, + 212, + 213, + 214, + 215, + 216, + 214, + 215, + 216, + 217, + 218, + 219, + 217, + 218, + 219, + 220, + 221, + 222, + 220, + 221, + 222, + 223, + 224, + 225, + 223, + 224, + 225, + 226, + 227, + 228, + 226, + 227, + 228, + 229, + 230, + 231, + 229, + 230, + 231, + 232, + 233, + 234, + 232, + 233, + 234, + 235, + 236, + 237, + 235, + 236, + 237, + 238, + 239, + 240, + 238, + 239, + 240, + 241, + 242, + 243, + 241, + 242, + 243, + 244, + 245, + 246, + 244, + 245, + 246, + 247, + 248, + 249, + 247, + 248, + 249, + 250, + 251, + 252, + 250, + 251, + 252, + 253, + 254, + 255, + 253, + 254, + 255, + 256, + 257, + 258, + 256, + 257, + 258, + 259, + 260, + 261, + 259, + 260, + 261, + 262, + 263, + 264, + 262, + 263, + 264, + 265, + 266, + 267, + 265, + 266, + 267, + 268, + 269, + 270, + 268, + 269, + 270, + 271, + 272, + 273, + 271, + 272, + 273, + 274, + 275, + 276, + 274, + 275, + 276, + 277, + 278, + 279, + 277, + 278, + 279, + 280, + 281, + 282, + 280, + 281, + 282, + 283, + 284, + 285, + 283, + 284, + 285, + 286, + 287, + 288, + 286, + 287, + 288, + 289, + 290, + 291, + 289, + 290, + 291, + 292, + 293, + 294, + 292, + 293, + 294, + 295, + 296, + 297, + 295, + 296, + 297, + 298, + 299, + 300, + 298, + 299, + 300, + 301, + 302, + 303, + 301, + 302, + 303, + 304, + 305, + 306, + 304, + 305, + 306, + 307, + 308, + 309, + 307, + 308, + 309, + 310, + 311, + 312, + 310, + 311, + 312, + 313, + 314, + 315, + 313, + 314, + 315, + 316, + 317, + 318, + 316, + 317, + 318, + 319, + 320, + 321, + 319, + 320, + 321, + 322, + 323, + 324, + 322, + 323, + 324, + 325, + 326, + 327, + 325, + 326, + 327, + 328, + 329, + 330, + 328, + 329, + 330, + 331, + 332, + 333, + 331, + 332, + 333, + 334, + 335, + 336, + 334, + 335, + 336 + ], + "crimson_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "twisting_vines_plant": 0, + "dark_oak_sign": 0, + "oak_sapling": 0, + "orange_banner": 0, + "acacia_pressure_plate": 0, + "birch_door": [ + 54, + 54, + 55, + 55, + 56, + 56, + 55, + 55, + 54, + 54, + 55, + 55, + 56, + 56, + 55, + 55, + 56, + 56, + 57, + 57, + 54, + 54, + 57, + 57, + 56, + 56, + 57, + 57, + 54, + 54, + 57, + 57, + 55, + 55, + 56, + 56, + 57, + 57, + 56, + 56, + 55, + 55, + 56, + 56, + 57, + 57, + 56, + 56, + 57, + 57, + 54, + 54, + 55, + 55, + 54, + 54, + 57, + 57, + 54, + 54, + 55, + 55, + 54, + 54 + ], + "creeper_wall_head": [ + 500, + 500, + 501, + 501, + 502, + 502, + 503, + 503 + ], + "mangrove_wall_sign": 0, + "purple_glazed_terracotta": 1, + "gray_banner": 0, + "basalt": 1, + "chipped_anvil": [ + 509, + 509, + 510, + 510 + ], + "blackstone": 1, + "bamboo_sign": 0, + "acacia_hanging_sign": 0, + "brown_bed": [ + 2, + 3, + 2, + 3, + 3, + 2, + 3, + 2, + 4, + 5, + 4, + 5, + 5, + 4, + 5, + 4 + ], + "spruce_hanging_sign": 0, + "waxed_oxidized_cut_copper": 1, + "spruce_planks": 1, + "light_gray_bed": [ + 2, + 3, + 2, + 3, + 3, + 2, + 3, + 2, + 4, + 5, + 4, + 5, + 5, + 4, + 5, + 4 + ], + "cyan_banner": 0, + "stripped_jungle_log": 1, + "chest": [ + 48, + 48, + 49, + 49, + 50, + 50, + 48, + 48, + 50, + 50, + 49, + 49, + 48, + 48, + 51, + 51, + 52, + 52, + 48, + 48, + 52, + 52, + 51, + 51 + ], + "crimson_roots": 0, + "andesite": 1, + "light_gray_stained_glass_pane": [ + 645, + 646, + 645, + 646, + 647, + 648, + 647, + 648, + 649, + 650, + 649, + 650, + 651, + 652, + 651, + 652, + 653, + 654, + 653, + 654, + 655, + 656, + 655, + 656, + 657, + 658, + 657, + 658, + 659, + 660, + 659, + 660 + ], + "beetroots": 0, + "lime_bed": [ + 2, + 3, + 2, + 3, + 3, + 2, + 3, + 2, + 4, + 5, + 4, + 5, + 5, + 4, + 5, + 4 + ], + "stripped_mangrove_log": 1, + "polished_diorite_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "deepslate_emerald_ore": 1, + "exposed_cut_copper_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "stripped_dark_oak_wood": 1, + "orange_stained_glass": 1, + "spruce_sapling": 0, + "jigsaw": 1, + "wither_rose": 0, + "mossy_cobblestone_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "red_nether_brick_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "ice": 1, + "cherry_trapdoor": [ + 97, + 97, + 97, + 97, + 98, + 98, + 98, + 98, + 97, + 97, + 97, + 97, + 99, + 99, + 99, + 99, + 100, + 100, + 100, + 100, + 98, + 98, + 98, + 98, + 100, + 100, + 100, + 100, + 99, + 99, + 99, + 99, + 101, + 101, + 101, + 101, + 98, + 98, + 98, + 98, + 101, + 101, + 101, + 101, + 99, + 99, + 99, + 99, + 102, + 102, + 102, + 102, + 98, + 98, + 98, + 98, + 102, + 102, + 102, + 102, + 99, + 99, + 99, + 99 + ], + "brick_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "iron_trapdoor": [ + 97, + 97, + 97, + 97, + 98, + 98, + 98, + 98, + 97, + 97, + 97, + 97, + 99, + 99, + 99, + 99, + 100, + 100, + 100, + 100, + 98, + 98, + 98, + 98, + 100, + 100, + 100, + 100, + 99, + 99, + 99, + 99, + 101, + 101, + 101, + 101, + 98, + 98, + 98, + 98, + 101, + 101, + 101, + 101, + 99, + 99, + 99, + 99, + 102, + 102, + 102, + 102, + 98, + 98, + 98, + 98, + 102, + 102, + 102, + 102, + 99, + 99, + 99, + 99 + ], + "iron_door": [ + 54, + 54, + 55, + 55, + 56, + 56, + 55, + 55, + 54, + 54, + 55, + 55, + 56, + 56, + 55, + 55, + 56, + 56, + 57, + 57, + 54, + 54, + 57, + 57, + 56, + 56, + 57, + 57, + 54, + 54, + 57, + 57, + 55, + 55, + 56, + 56, + 57, + 57, + 56, + 56, + 55, + 55, + 56, + 56, + 57, + 57, + 56, + 56, + 57, + 57, + 54, + 54, + 55, + 55, + 54, + 54, + 57, + 57, + 54, + 54, + 55, + 55, + 54, + 54 + ], + "brain_coral": 0, + "prismarine": 1, + "brown_mushroom": 0, + "light_gray_concrete_powder": 1, + "dark_oak_wood": 1, + "smooth_red_sandstone_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "potted_mangrove_propagule": 498, + "polished_blackstone_wall": [ + 3465, + 3466, + 3467, + 3465, + 3466, + 3467, + 0, + 3468, + 3469, + 0, + 3468, + 3469, + 3470, + 3471, + 3472, + 3470, + 3471, + 3472, + 3473, + 3474, + 3475, + 3473, + 3474, + 3475, + 3476, + 3477, + 3478, + 3476, + 3477, + 3478, + 3479, + 3480, + 3481, + 3479, + 3480, + 3481, + 3482, + 3483, + 3484, + 3482, + 3483, + 3484, + 3485, + 3486, + 3487, + 3485, + 3486, + 3487, + 3488, + 3489, + 3490, + 3488, + 3489, + 3490, + 3491, + 3492, + 3493, + 3491, + 3492, + 3493, + 3494, + 3495, + 3496, + 3494, + 3495, + 3496, + 3497, + 3498, + 3499, + 3497, + 3498, + 3499, + 3500, + 3501, + 3502, + 3500, + 3501, + 3502, + 3503, + 3504, + 3505, + 3503, + 3504, + 3505, + 3506, + 3507, + 3508, + 3506, + 3507, + 3508, + 3509, + 3510, + 3511, + 3509, + 3510, + 3511, + 3512, + 3513, + 3514, + 3512, + 3513, + 3514, + 3515, + 3516, + 3517, + 3515, + 3516, + 3517, + 3518, + 3519, + 3520, + 3518, + 3519, + 3520, + 3521, + 3522, + 3523, + 3521, + 3522, + 3523, + 3524, + 3525, + 3526, + 3524, + 3525, + 3526, + 3527, + 3528, + 3529, + 3527, + 3528, + 3529, + 3530, + 3531, + 3532, + 3530, + 3531, + 3532, + 3533, + 3534, + 3535, + 3533, + 3534, + 3535, + 3536, + 3537, + 3538, + 3536, + 3537, + 3538, + 3539, + 3540, + 3541, + 3539, + 3540, + 3541, + 3542, + 3543, + 3544, + 3542, + 3543, + 3544, + 3545, + 3546, + 3547, + 3545, + 3546, + 3547, + 3548, + 3549, + 3550, + 3548, + 3549, + 3550, + 3551, + 3552, + 3553, + 3551, + 3552, + 3553, + 3554, + 3555, + 3556, + 3554, + 3555, + 3556, + 3557, + 3558, + 3559, + 3557, + 3558, + 3559, + 3560, + 3561, + 3562, + 3560, + 3561, + 3562, + 3563, + 3564, + 3565, + 3563, + 3564, + 3565, + 3566, + 3567, + 3568, + 3566, + 3567, + 3568, + 3569, + 3570, + 3571, + 3569, + 3570, + 3571, + 3572, + 3573, + 3574, + 3572, + 3573, + 3574, + 3575, + 3576, + 3577, + 3575, + 3576, + 3577, + 3578, + 3579, + 3580, + 3578, + 3579, + 3580, + 3581, + 3582, + 3583, + 3581, + 3582, + 3583, + 3584, + 3585, + 3586, + 3584, + 3585, + 3586, + 3587, + 3588, + 3589, + 3587, + 3588, + 3589, + 3590, + 3591, + 3592, + 3590, + 3591, + 3592, + 3593, + 3594, + 3595, + 3593, + 3594, + 3595, + 3596, + 3597, + 3598, + 3596, + 3597, + 3598, + 3599, + 3600, + 3601, + 3599, + 3600, + 3601, + 3602, + 3603, + 3604, + 3602, + 3603, + 3604, + 3605, + 3606, + 3607, + 3605, + 3606, + 3607, + 3608, + 3609, + 3610, + 3608, + 3609, + 3610, + 3611, + 3612, + 3613, + 3611, + 3612, + 3613, + 3614, + 3615, + 3616, + 3614, + 3615, + 3616, + 3617, + 3618, + 3619, + 3617, + 3618, + 3619, + 3620, + 3621, + 3622, + 3620, + 3621, + 3622, + 3623, + 3624, + 3625, + 3623, + 3624, + 3625 + ], + "dark_oak_planks": 1, + "red_nether_brick_wall": [ + 2442, + 2443, + 2444, + 2442, + 2443, + 2444, + 0, + 2445, + 2446, + 0, + 2445, + 2446, + 2447, + 2448, + 2449, + 2447, + 2448, + 2449, + 2450, + 2451, + 2452, + 2450, + 2451, + 2452, + 2453, + 2454, + 2455, + 2453, + 2454, + 2455, + 2456, + 2457, + 2458, + 2456, + 2457, + 2458, + 2459, + 2460, + 2461, + 2459, + 2460, + 2461, + 2462, + 2463, + 2464, + 2462, + 2463, + 2464, + 2465, + 2466, + 2467, + 2465, + 2466, + 2467, + 2468, + 2469, + 2470, + 2468, + 2469, + 2470, + 2471, + 2472, + 2473, + 2471, + 2472, + 2473, + 2474, + 2475, + 2476, + 2474, + 2475, + 2476, + 2477, + 2478, + 2479, + 2477, + 2478, + 2479, + 2480, + 2481, + 2482, + 2480, + 2481, + 2482, + 2483, + 2484, + 2485, + 2483, + 2484, + 2485, + 2486, + 2487, + 2488, + 2486, + 2487, + 2488, + 2489, + 2490, + 2491, + 2489, + 2490, + 2491, + 2492, + 2493, + 2494, + 2492, + 2493, + 2494, + 2495, + 2496, + 2497, + 2495, + 2496, + 2497, + 2498, + 2499, + 2500, + 2498, + 2499, + 2500, + 2501, + 2502, + 2503, + 2501, + 2502, + 2503, + 2504, + 2505, + 2506, + 2504, + 2505, + 2506, + 2507, + 2508, + 2509, + 2507, + 2508, + 2509, + 2510, + 2511, + 2512, + 2510, + 2511, + 2512, + 2513, + 2514, + 2515, + 2513, + 2514, + 2515, + 2516, + 2517, + 2518, + 2516, + 2517, + 2518, + 2519, + 2520, + 2521, + 2519, + 2520, + 2521, + 2522, + 2523, + 2524, + 2522, + 2523, + 2524, + 2525, + 2526, + 2527, + 2525, + 2526, + 2527, + 2528, + 2529, + 2530, + 2528, + 2529, + 2530, + 2531, + 2532, + 2533, + 2531, + 2532, + 2533, + 2534, + 2535, + 2536, + 2534, + 2535, + 2536, + 2537, + 2538, + 2539, + 2537, + 2538, + 2539, + 2540, + 2541, + 2542, + 2540, + 2541, + 2542, + 2543, + 2544, + 2545, + 2543, + 2544, + 2545, + 2546, + 2547, + 2548, + 2546, + 2547, + 2548, + 2549, + 2550, + 2551, + 2549, + 2550, + 2551, + 2552, + 2553, + 2554, + 2552, + 2553, + 2554, + 2555, + 2556, + 2557, + 2555, + 2556, + 2557, + 2558, + 2559, + 2560, + 2558, + 2559, + 2560, + 2561, + 2562, + 2563, + 2561, + 2562, + 2563, + 2564, + 2565, + 2566, + 2564, + 2565, + 2566, + 2567, + 2568, + 2569, + 2567, + 2568, + 2569, + 2570, + 2571, + 2572, + 2570, + 2571, + 2572, + 2573, + 2574, + 2575, + 2573, + 2574, + 2575, + 2576, + 2577, + 2578, + 2576, + 2577, + 2578, + 2579, + 2580, + 2581, + 2579, + 2580, + 2581, + 2582, + 2583, + 2584, + 2582, + 2583, + 2584, + 2585, + 2586, + 2587, + 2585, + 2586, + 2587, + 2588, + 2589, + 2590, + 2588, + 2589, + 2590, + 2591, + 2592, + 2593, + 2591, + 2592, + 2593, + 2594, + 2595, + 2596, + 2594, + 2595, + 2596, + 2597, + 2598, + 2599, + 2597, + 2598, + 2599, + 2600, + 2601, + 2602, + 2600, + 2601, + 2602 + ], + "potted_warped_roots": 498, + "lime_shulker_box": 1, + "red_candle": [ + 3626, + 3626, + 3626, + 3626, + 3627, + 3627, + 3627, + 3627, + 3628, + 3628, + 3628, + 3628, + 3629, + 3629, + 3629, + 3629 + ], + "coal_ore": 1, + "jungle_log": 1, + "warped_wall_sign": 0, + "lightning_rod": [ + 904, + 904, + 904, + 904, + 905, + 905, + 905, + 905, + 904, + 904, + 904, + 904, + 905, + 905, + 905, + 905, + 906, + 906, + 906, + 906, + 906, + 906, + 906, + 906 + ], + "diorite_wall": [ + 2925, + 2926, + 2927, + 2925, + 2926, + 2927, + 0, + 2928, + 2929, + 0, + 2928, + 2929, + 2930, + 2931, + 2932, + 2930, + 2931, + 2932, + 2933, + 2934, + 2935, + 2933, + 2934, + 2935, + 2936, + 2937, + 2938, + 2936, + 2937, + 2938, + 2939, + 2940, + 2941, + 2939, + 2940, + 2941, + 2942, + 2943, + 2944, + 2942, + 2943, + 2944, + 2945, + 2946, + 2947, + 2945, + 2946, + 2947, + 2948, + 2949, + 2950, + 2948, + 2949, + 2950, + 2951, + 2952, + 2953, + 2951, + 2952, + 2953, + 2954, + 2955, + 2956, + 2954, + 2955, + 2956, + 2957, + 2958, + 2959, + 2957, + 2958, + 2959, + 2960, + 2961, + 2962, + 2960, + 2961, + 2962, + 2963, + 2964, + 2965, + 2963, + 2964, + 2965, + 2966, + 2967, + 2968, + 2966, + 2967, + 2968, + 2969, + 2970, + 2971, + 2969, + 2970, + 2971, + 2972, + 2973, + 2974, + 2972, + 2973, + 2974, + 2975, + 2976, + 2977, + 2975, + 2976, + 2977, + 2978, + 2979, + 2980, + 2978, + 2979, + 2980, + 2981, + 2982, + 2983, + 2981, + 2982, + 2983, + 2984, + 2985, + 2986, + 2984, + 2985, + 2986, + 2987, + 2988, + 2989, + 2987, + 2988, + 2989, + 2990, + 2991, + 2992, + 2990, + 2991, + 2992, + 2993, + 2994, + 2995, + 2993, + 2994, + 2995, + 2996, + 2997, + 2998, + 2996, + 2997, + 2998, + 2999, + 3000, + 3001, + 2999, + 3000, + 3001, + 3002, + 3003, + 3004, + 3002, + 3003, + 3004, + 3005, + 3006, + 3007, + 3005, + 3006, + 3007, + 3008, + 3009, + 3010, + 3008, + 3009, + 3010, + 3011, + 3012, + 3013, + 3011, + 3012, + 3013, + 3014, + 3015, + 3016, + 3014, + 3015, + 3016, + 3017, + 3018, + 3019, + 3017, + 3018, + 3019, + 3020, + 3021, + 3022, + 3020, + 3021, + 3022, + 3023, + 3024, + 3025, + 3023, + 3024, + 3025, + 3026, + 3027, + 3028, + 3026, + 3027, + 3028, + 3029, + 3030, + 3031, + 3029, + 3030, + 3031, + 3032, + 3033, + 3034, + 3032, + 3033, + 3034, + 3035, + 3036, + 3037, + 3035, + 3036, + 3037, + 3038, + 3039, + 3040, + 3038, + 3039, + 3040, + 3041, + 3042, + 3043, + 3041, + 3042, + 3043, + 3044, + 3045, + 3046, + 3044, + 3045, + 3046, + 3047, + 3048, + 3049, + 3047, + 3048, + 3049, + 3050, + 3051, + 3052, + 3050, + 3051, + 3052, + 3053, + 3054, + 3055, + 3053, + 3054, + 3055, + 3056, + 3057, + 3058, + 3056, + 3057, + 3058, + 3059, + 3060, + 3061, + 3059, + 3060, + 3061, + 3062, + 3063, + 3064, + 3062, + 3063, + 3064, + 3065, + 3066, + 3067, + 3065, + 3066, + 3067, + 3068, + 3069, + 3070, + 3068, + 3069, + 3070, + 3071, + 3072, + 3073, + 3071, + 3072, + 3073, + 3074, + 3075, + 3076, + 3074, + 3075, + 3076, + 3077, + 3078, + 3079, + 3077, + 3078, + 3079, + 3080, + 3081, + 3082, + 3080, + 3081, + 3082, + 3083, + 3084, + 3085, + 3083, + 3084, + 3085 + ], + "dead_brain_coral": 0, + "blue_orchid": 0, + "pumpkin_stem": 0, + "light_gray_concrete": 1, + "acacia_wall_sign": 0, + "polished_blackstone_bricks": 1, + "blackstone_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "stripped_birch_wood": 1, + "cherry_leaves": 1, + "chiseled_bookshelf": 1, + "spruce_wall_hanging_sign": [ + 62, + 62, + 62, + 62, + 63, + 63, + 63, + 63 + ], + "white_glazed_terracotta": 1, + "light_blue_concrete_powder": 1, + "dead_bubble_coral_block": 1, + "red_carpet": 775, + "bamboo_mosaic_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "sculk_sensor": 3655, + "deepslate_tile_wall": [ + 4004, + 4005, + 4006, + 4004, + 4005, + 4006, + 0, + 4007, + 4008, + 0, + 4007, + 4008, + 4009, + 4010, + 4011, + 4009, + 4010, + 4011, + 4012, + 4013, + 4014, + 4012, + 4013, + 4014, + 4015, + 4016, + 4017, + 4015, + 4016, + 4017, + 4018, + 4019, + 4020, + 4018, + 4019, + 4020, + 4021, + 4022, + 4023, + 4021, + 4022, + 4023, + 4024, + 4025, + 4026, + 4024, + 4025, + 4026, + 4027, + 4028, + 4029, + 4027, + 4028, + 4029, + 4030, + 4031, + 4032, + 4030, + 4031, + 4032, + 4033, + 4034, + 4035, + 4033, + 4034, + 4035, + 4036, + 4037, + 4038, + 4036, + 4037, + 4038, + 4039, + 4040, + 4041, + 4039, + 4040, + 4041, + 4042, + 4043, + 4044, + 4042, + 4043, + 4044, + 4045, + 4046, + 4047, + 4045, + 4046, + 4047, + 4048, + 4049, + 4050, + 4048, + 4049, + 4050, + 4051, + 4052, + 4053, + 4051, + 4052, + 4053, + 4054, + 4055, + 4056, + 4054, + 4055, + 4056, + 4057, + 4058, + 4059, + 4057, + 4058, + 4059, + 4060, + 4061, + 4062, + 4060, + 4061, + 4062, + 4063, + 4064, + 4065, + 4063, + 4064, + 4065, + 4066, + 4067, + 4068, + 4066, + 4067, + 4068, + 4069, + 4070, + 4071, + 4069, + 4070, + 4071, + 4072, + 4073, + 4074, + 4072, + 4073, + 4074, + 4075, + 4076, + 4077, + 4075, + 4076, + 4077, + 4078, + 4079, + 4080, + 4078, + 4079, + 4080, + 4081, + 4082, + 4083, + 4081, + 4082, + 4083, + 4084, + 4085, + 4086, + 4084, + 4085, + 4086, + 4087, + 4088, + 4089, + 4087, + 4088, + 4089, + 4090, + 4091, + 4092, + 4090, + 4091, + 4092, + 4093, + 4094, + 4095, + 4093, + 4094, + 4095, + 4096, + 4097, + 4098, + 4096, + 4097, + 4098, + 4099, + 4100, + 4101, + 4099, + 4100, + 4101, + 4102, + 4103, + 4104, + 4102, + 4103, + 4104, + 4105, + 4106, + 4107, + 4105, + 4106, + 4107, + 4108, + 4109, + 4110, + 4108, + 4109, + 4110, + 4111, + 4112, + 4113, + 4111, + 4112, + 4113, + 4114, + 4115, + 4116, + 4114, + 4115, + 4116, + 4117, + 4118, + 4119, + 4117, + 4118, + 4119, + 4120, + 4121, + 4122, + 4120, + 4121, + 4122, + 4123, + 4124, + 4125, + 4123, + 4124, + 4125, + 4126, + 4127, + 4128, + 4126, + 4127, + 4128, + 4129, + 4130, + 4131, + 4129, + 4130, + 4131, + 4132, + 4133, + 4134, + 4132, + 4133, + 4134, + 4135, + 4136, + 4137, + 4135, + 4136, + 4137, + 4138, + 4139, + 4140, + 4138, + 4139, + 4140, + 4141, + 4142, + 4143, + 4141, + 4142, + 4143, + 4144, + 4145, + 4146, + 4144, + 4145, + 4146, + 4147, + 4148, + 4149, + 4147, + 4148, + 4149, + 4150, + 4151, + 4152, + 4150, + 4151, + 4152, + 4153, + 4154, + 4155, + 4153, + 4154, + 4155, + 4156, + 4157, + 4158, + 4156, + 4157, + 4158, + 4159, + 4160, + 4161, + 4159, + 4160, + 4161, + 4162, + 4163, + 4164, + 4162, + 4163, + 4164 + ], + "sculk_shrieker": 3656, + "grass_block": 1, + "green_glazed_terracotta": 1, + "light_blue_candle_cake": 3630, + "mangrove_roots": 1, + "stone_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "potted_poppy": 498, + "yellow_concrete": 1, + "black_shulker_box": 1, + "mossy_stone_brick_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "azalea": 3677, + "bubble_coral": 0, + "warped_stem": 1, + "black_candle": [ + 3626, + 3626, + 3626, + 3626, + 3627, + 3627, + 3627, + 3627, + 3628, + 3628, + 3628, + 3628, + 3629, + 3629, + 3629, + 3629 + ], + "acacia_wood": 1, + "waxed_cut_copper_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "end_stone_bricks": 1, + "horn_coral_fan": 0, + "oxidized_cut_copper_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "stripped_birch_log": 1, + "sandstone_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "dark_prismarine": 1, + "bamboo_mosaic_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "brown_candle_cake": 3630, + "yellow_glazed_terracotta": 1, + "chiseled_stone_bricks": 1, + "glow_lichen": 0, + "cyan_candle_cake": 3630, + "potted_dead_bush": 498, + "cave_air": 0, + "mangrove_propagule": 0, + "weeping_vines": 0, + "mud_brick_wall": [ + 1959, + 1960, + 1961, + 1959, + 1960, + 1961, + 0, + 1962, + 1963, + 0, + 1962, + 1963, + 1964, + 1965, + 1966, + 1964, + 1965, + 1966, + 1967, + 1968, + 1969, + 1967, + 1968, + 1969, + 1970, + 1971, + 1972, + 1970, + 1971, + 1972, + 1973, + 1974, + 1975, + 1973, + 1974, + 1975, + 1976, + 1977, + 1978, + 1976, + 1977, + 1978, + 1979, + 1980, + 1981, + 1979, + 1980, + 1981, + 1982, + 1983, + 1984, + 1982, + 1983, + 1984, + 1985, + 1986, + 1987, + 1985, + 1986, + 1987, + 1988, + 1989, + 1990, + 1988, + 1989, + 1990, + 1991, + 1992, + 1993, + 1991, + 1992, + 1993, + 1994, + 1995, + 1996, + 1994, + 1995, + 1996, + 1997, + 1998, + 1999, + 1997, + 1998, + 1999, + 2000, + 2001, + 2002, + 2000, + 2001, + 2002, + 2003, + 2004, + 2005, + 2003, + 2004, + 2005, + 2006, + 2007, + 2008, + 2006, + 2007, + 2008, + 2009, + 2010, + 2011, + 2009, + 2010, + 2011, + 2012, + 2013, + 2014, + 2012, + 2013, + 2014, + 2015, + 2016, + 2017, + 2015, + 2016, + 2017, + 2018, + 2019, + 2020, + 2018, + 2019, + 2020, + 2021, + 2022, + 2023, + 2021, + 2022, + 2023, + 2024, + 2025, + 2026, + 2024, + 2025, + 2026, + 2027, + 2028, + 2029, + 2027, + 2028, + 2029, + 2030, + 2031, + 2032, + 2030, + 2031, + 2032, + 2033, + 2034, + 2035, + 2033, + 2034, + 2035, + 2036, + 2037, + 2038, + 2036, + 2037, + 2038, + 2039, + 2040, + 2041, + 2039, + 2040, + 2041, + 2042, + 2043, + 2044, + 2042, + 2043, + 2044, + 2045, + 2046, + 2047, + 2045, + 2046, + 2047, + 2048, + 2049, + 2050, + 2048, + 2049, + 2050, + 2051, + 2052, + 2053, + 2051, + 2052, + 2053, + 2054, + 2055, + 2056, + 2054, + 2055, + 2056, + 2057, + 2058, + 2059, + 2057, + 2058, + 2059, + 2060, + 2061, + 2062, + 2060, + 2061, + 2062, + 2063, + 2064, + 2065, + 2063, + 2064, + 2065, + 2066, + 2067, + 2068, + 2066, + 2067, + 2068, + 2069, + 2070, + 2071, + 2069, + 2070, + 2071, + 2072, + 2073, + 2074, + 2072, + 2073, + 2074, + 2075, + 2076, + 2077, + 2075, + 2076, + 2077, + 2078, + 2079, + 2080, + 2078, + 2079, + 2080, + 2081, + 2082, + 2083, + 2081, + 2082, + 2083, + 2084, + 2085, + 2086, + 2084, + 2085, + 2086, + 2087, + 2088, + 2089, + 2087, + 2088, + 2089, + 2090, + 2091, + 2092, + 2090, + 2091, + 2092, + 2093, + 2094, + 2095, + 2093, + 2094, + 2095, + 2096, + 2097, + 2098, + 2096, + 2097, + 2098, + 2099, + 2100, + 2101, + 2099, + 2100, + 2101, + 2102, + 2103, + 2104, + 2102, + 2103, + 2104, + 2105, + 2106, + 2107, + 2105, + 2106, + 2107, + 2108, + 2109, + 2110, + 2108, + 2109, + 2110, + 2111, + 2112, + 2113, + 2111, + 2112, + 2113, + 2114, + 2115, + 2116, + 2114, + 2115, + 2116, + 2117, + 2118, + 2119, + 2117, + 2118, + 2119 + ], + "spore_blossom": 0, + "birch_trapdoor": [ + 97, + 97, + 97, + 97, + 98, + 98, + 98, + 98, + 97, + 97, + 97, + 97, + 99, + 99, + 99, + 99, + 100, + 100, + 100, + 100, + 98, + 98, + 98, + 98, + 100, + 100, + 100, + 100, + 99, + 99, + 99, + 99, + 101, + 101, + 101, + 101, + 98, + 98, + 98, + 98, + 101, + 101, + 101, + 101, + 99, + 99, + 99, + 99, + 102, + 102, + 102, + 102, + 98, + 98, + 98, + 98, + 102, + 102, + 102, + 102, + 99, + 99, + 99, + 99 + ], + "orange_wall_banner": 0, + "light_gray_candle_cake": 3630, + "oak_planks": 1, + "lime_glazed_terracotta": 1, + "blackstone_wall": [ + 3143, + 3144, + 3145, + 3143, + 3144, + 3145, + 0, + 3146, + 3147, + 0, + 3146, + 3147, + 3148, + 3149, + 3150, + 3148, + 3149, + 3150, + 3151, + 3152, + 3153, + 3151, + 3152, + 3153, + 3154, + 3155, + 3156, + 3154, + 3155, + 3156, + 3157, + 3158, + 3159, + 3157, + 3158, + 3159, + 3160, + 3161, + 3162, + 3160, + 3161, + 3162, + 3163, + 3164, + 3165, + 3163, + 3164, + 3165, + 3166, + 3167, + 3168, + 3166, + 3167, + 3168, + 3169, + 3170, + 3171, + 3169, + 3170, + 3171, + 3172, + 3173, + 3174, + 3172, + 3173, + 3174, + 3175, + 3176, + 3177, + 3175, + 3176, + 3177, + 3178, + 3179, + 3180, + 3178, + 3179, + 3180, + 3181, + 3182, + 3183, + 3181, + 3182, + 3183, + 3184, + 3185, + 3186, + 3184, + 3185, + 3186, + 3187, + 3188, + 3189, + 3187, + 3188, + 3189, + 3190, + 3191, + 3192, + 3190, + 3191, + 3192, + 3193, + 3194, + 3195, + 3193, + 3194, + 3195, + 3196, + 3197, + 3198, + 3196, + 3197, + 3198, + 3199, + 3200, + 3201, + 3199, + 3200, + 3201, + 3202, + 3203, + 3204, + 3202, + 3203, + 3204, + 3205, + 3206, + 3207, + 3205, + 3206, + 3207, + 3208, + 3209, + 3210, + 3208, + 3209, + 3210, + 3211, + 3212, + 3213, + 3211, + 3212, + 3213, + 3214, + 3215, + 3216, + 3214, + 3215, + 3216, + 3217, + 3218, + 3219, + 3217, + 3218, + 3219, + 3220, + 3221, + 3222, + 3220, + 3221, + 3222, + 3223, + 3224, + 3225, + 3223, + 3224, + 3225, + 3226, + 3227, + 3228, + 3226, + 3227, + 3228, + 3229, + 3230, + 3231, + 3229, + 3230, + 3231, + 3232, + 3233, + 3234, + 3232, + 3233, + 3234, + 3235, + 3236, + 3237, + 3235, + 3236, + 3237, + 3238, + 3239, + 3240, + 3238, + 3239, + 3240, + 3241, + 3242, + 3243, + 3241, + 3242, + 3243, + 3244, + 3245, + 3246, + 3244, + 3245, + 3246, + 3247, + 3248, + 3249, + 3247, + 3248, + 3249, + 3250, + 3251, + 3252, + 3250, + 3251, + 3252, + 3253, + 3254, + 3255, + 3253, + 3254, + 3255, + 3256, + 3257, + 3258, + 3256, + 3257, + 3258, + 3259, + 3260, + 3261, + 3259, + 3260, + 3261, + 3262, + 3263, + 3264, + 3262, + 3263, + 3264, + 3265, + 3266, + 3267, + 3265, + 3266, + 3267, + 3268, + 3269, + 3270, + 3268, + 3269, + 3270, + 3271, + 3272, + 3273, + 3271, + 3272, + 3273, + 3274, + 3275, + 3276, + 3274, + 3275, + 3276, + 3277, + 3278, + 3279, + 3277, + 3278, + 3279, + 3280, + 3281, + 3282, + 3280, + 3281, + 3282, + 3283, + 3284, + 3285, + 3283, + 3284, + 3285, + 3286, + 3287, + 3288, + 3286, + 3287, + 3288, + 3289, + 3290, + 3291, + 3289, + 3290, + 3291, + 3292, + 3293, + 3294, + 3292, + 3293, + 3294, + 3295, + 3296, + 3297, + 3295, + 3296, + 3297, + 3298, + 3299, + 3300, + 3298, + 3299, + 3300, + 3301, + 3302, + 3303, + 3301, + 3302, + 3303 + ], + "light_blue_banner": 0, + "end_stone_brick_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "birch_wall_sign": 0, + "deepslate_tile_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "polished_andesite": 1, + "cyan_bed": [ + 2, + 3, + 2, + 3, + 3, + 2, + 3, + 2, + 4, + 5, + 4, + 5, + 5, + 4, + 5, + 4 + ], + "deepslate_bricks": 1, + "dark_oak_door": [ + 54, + 54, + 55, + 55, + 56, + 56, + 55, + 55, + 54, + 54, + 55, + 55, + 56, + 56, + 55, + 55, + 56, + 56, + 57, + 57, + 54, + 54, + 57, + 57, + 56, + 56, + 57, + 57, + 54, + 54, + 57, + 57, + 55, + 55, + 56, + 56, + 57, + 57, + 56, + 56, + 55, + 55, + 56, + 56, + 57, + 57, + 56, + 56, + 57, + 57, + 54, + 54, + 55, + 55, + 54, + 54, + 57, + 57, + 54, + 54, + 55, + 55, + 54, + 54 + ], + "chiseled_nether_bricks": 1, + "soul_torch": 0, + "slime_block": 1, + "large_fern": 0, + "muddy_mangrove_roots": 1, + "potted_brown_mushroom": 498, + "black_concrete_powder": 1, + "cherry_fence": [ + 840, + 841, + 840, + 841, + 842, + 843, + 842, + 843, + 844, + 845, + 844, + 845, + 846, + 847, + 846, + 847, + 848, + 849, + 848, + 849, + 850, + 851, + 850, + 851, + 852, + 853, + 852, + 853, + 854, + 855, + 854, + 855 + ], + "bee_nest": 1, + "jungle_sapling": 0, + "andesite_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "cornflower": 0, + "mossy_stone_brick_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "tripwire_hook": 0, + "air": 0, + "birch_hanging_sign": 0, + "deepslate_lapis_ore": 1, + "furnace": 1, + "red_sand": 1, + "warped_pressure_plate": 0, + "copper_ore": 1, + "stripped_bamboo_block": 1, + "potted_birch_sapling": 498, + "blue_candle": [ + 3626, + 3626, + 3626, + 3626, + 3627, + 3627, + 3627, + 3627, + 3628, + 3628, + 3628, + 3628, + 3629, + 3629, + 3629, + 3629 + ], + "nether_wart": 0, + "light_blue_bed": [ + 2, + 3, + 2, + 3, + 3, + 2, + 3, + 2, + 4, + 5, + 4, + 5, + 5, + 4, + 5, + 4 + ], + "vine": 0, + "birch_planks": 1, + "pink_concrete": 1, + "gray_terracotta": 1, + "magenta_carpet": 775, + "yellow_candle": [ + 3626, + 3626, + 3626, + 3626, + 3627, + 3627, + 3627, + 3627, + 3628, + 3628, + 3628, + 3628, + 3629, + 3629, + 3629, + 3629 + ], + "raw_copper_block": 1, + "nether_gold_ore": 1, + "ladder": [ + 58, + 58, + 59, + 59, + 60, + 60, + 61, + 61 + ], + "cobbled_deepslate": 1, + "pumpkin": 1, + "magenta_wool": 1, + "prismarine_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "cobblestone_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "jukebox": 1, + "cherry_hanging_sign": 0, + "brewing_stand": 158, + "deepslate_brick_wall": [ + 4165, + 4166, + 4167, + 4165, + 4166, + 4167, + 0, + 4168, + 4169, + 0, + 4168, + 4169, + 4170, + 4171, + 4172, + 4170, + 4171, + 4172, + 4173, + 4174, + 4175, + 4173, + 4174, + 4175, + 4176, + 4177, + 4178, + 4176, + 4177, + 4178, + 4179, + 4180, + 4181, + 4179, + 4180, + 4181, + 4182, + 4183, + 4184, + 4182, + 4183, + 4184, + 4185, + 4186, + 4187, + 4185, + 4186, + 4187, + 4188, + 4189, + 4190, + 4188, + 4189, + 4190, + 4191, + 4192, + 4193, + 4191, + 4192, + 4193, + 4194, + 4195, + 4196, + 4194, + 4195, + 4196, + 4197, + 4198, + 4199, + 4197, + 4198, + 4199, + 4200, + 4201, + 4202, + 4200, + 4201, + 4202, + 4203, + 4204, + 4205, + 4203, + 4204, + 4205, + 4206, + 4207, + 4208, + 4206, + 4207, + 4208, + 4209, + 4210, + 4211, + 4209, + 4210, + 4211, + 4212, + 4213, + 4214, + 4212, + 4213, + 4214, + 4215, + 4216, + 4217, + 4215, + 4216, + 4217, + 4218, + 4219, + 4220, + 4218, + 4219, + 4220, + 4221, + 4222, + 4223, + 4221, + 4222, + 4223, + 4224, + 4225, + 4226, + 4224, + 4225, + 4226, + 4227, + 4228, + 4229, + 4227, + 4228, + 4229, + 4230, + 4231, + 4232, + 4230, + 4231, + 4232, + 4233, + 4234, + 4235, + 4233, + 4234, + 4235, + 4236, + 4237, + 4238, + 4236, + 4237, + 4238, + 4239, + 4240, + 4241, + 4239, + 4240, + 4241, + 4242, + 4243, + 4244, + 4242, + 4243, + 4244, + 4245, + 4246, + 4247, + 4245, + 4246, + 4247, + 4248, + 4249, + 4250, + 4248, + 4249, + 4250, + 4251, + 4252, + 4253, + 4251, + 4252, + 4253, + 4254, + 4255, + 4256, + 4254, + 4255, + 4256, + 4257, + 4258, + 4259, + 4257, + 4258, + 4259, + 4260, + 4261, + 4262, + 4260, + 4261, + 4262, + 4263, + 4264, + 4265, + 4263, + 4264, + 4265, + 4266, + 4267, + 4268, + 4266, + 4267, + 4268, + 4269, + 4270, + 4271, + 4269, + 4270, + 4271, + 4272, + 4273, + 4274, + 4272, + 4273, + 4274, + 4275, + 4276, + 4277, + 4275, + 4276, + 4277, + 4278, + 4279, + 4280, + 4278, + 4279, + 4280, + 4281, + 4282, + 4283, + 4281, + 4282, + 4283, + 4284, + 4285, + 4286, + 4284, + 4285, + 4286, + 4287, + 4288, + 4289, + 4287, + 4288, + 4289, + 4290, + 4291, + 4292, + 4290, + 4291, + 4292, + 4293, + 4294, + 4295, + 4293, + 4294, + 4295, + 4296, + 4297, + 4298, + 4296, + 4297, + 4298, + 4299, + 4300, + 4301, + 4299, + 4300, + 4301, + 4302, + 4303, + 4304, + 4302, + 4303, + 4304, + 4305, + 4306, + 4307, + 4305, + 4306, + 4307, + 4308, + 4309, + 4310, + 4308, + 4309, + 4310, + 4311, + 4312, + 4313, + 4311, + 4312, + 4313, + 4314, + 4315, + 4316, + 4314, + 4315, + 4316, + 4317, + 4318, + 4319, + 4317, + 4318, + 4319, + 4320, + 4321, + 4322, + 4320, + 4321, + 4322, + 4323, + 4324, + 4325, + 4323, + 4324, + 4325 + ], + "potted_torchflower": 498, + "dark_prismarine_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "deepslate_redstone_ore": 1, + "sunflower": 0, + "black_wall_banner": 0, + "black_candle_cake": 3630, + "stonecutter": 3096, + "orange_candle_cake": 3630, + "redstone_wall_torch": 0, + "oxidized_cut_copper_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "dead_tube_coral_fan": 0, + "infested_deepslate": 1, + "dead_horn_coral_fan": 0, + "black_carpet": 775, + "dead_brain_coral_fan": 0, + "mangrove_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "verdant_froglight": 1, + "polished_basalt": 1, + "waxed_weathered_copper": 1, + "light_blue_concrete": 1, + "horn_coral_block": 1, + "chiseled_red_sandstone": 1, + "wither_skeleton_wall_skull": [ + 500, + 500, + 501, + 501, + 502, + 502, + 503, + 503 + ], + "warped_hyphae": 1, + "potted_warped_fungus": 498, + "warped_roots": 0, + "green_shulker_box": 1, + "infested_stone": 1, + "infested_cobblestone": 1, + "jungle_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "stone_button": 0, + "spruce_button": 0, + "light_gray_banner": 0, + "dark_oak_fence": [ + 856, + 857, + 856, + 857, + 858, + 859, + 858, + 859, + 860, + 861, + 860, + 861, + 862, + 863, + 862, + 863, + 864, + 865, + 864, + 865, + 866, + 867, + 866, + 867, + 868, + 869, + 868, + 869, + 870, + 871, + 870, + 871 + ], + "red_stained_glass": 1, + "light_blue_terracotta": 1, + "brown_carpet": 775, + "dark_oak_trapdoor": [ + 97, + 97, + 97, + 97, + 98, + 98, + 98, + 98, + 97, + 97, + 97, + 97, + 99, + 99, + 99, + 99, + 100, + 100, + 100, + 100, + 98, + 98, + 98, + 98, + 100, + 100, + 100, + 100, + 99, + 99, + 99, + 99, + 101, + 101, + 101, + 101, + 98, + 98, + 98, + 98, + 101, + 101, + 101, + 101, + 99, + 99, + 99, + 99, + 102, + 102, + 102, + 102, + 98, + 98, + 98, + 98, + 102, + 102, + 102, + 102, + 99, + 99, + 99, + 99 + ], + "light_blue_wool": 1, + "clay": 1, + "dirt_path": 53, + "dark_oak_wall_hanging_sign": [ + 62, + 62, + 62, + 62, + 63, + 63, + 63, + 63 + ], + "shulker_box": 1, + "fire_coral_wall_fan": 0, + "potted_white_tulip": 498, + "acacia_sapling": 0, + "andesite_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "waxed_exposed_cut_copper_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "blue_ice": 1, + "dead_fire_coral_block": 1, + "smithing_table": 1, + "weathered_copper": 1, + "pink_carpet": 775, + "blue_candle_cake": 3630, + "birch_button": 0, + "green_stained_glass": 1, + "chain": [ + 119, + 119, + 120, + 120, + 121, + 121 + ], + "zombie_wall_head": [ + 500, + 500, + 501, + 501, + 502, + 502, + 503, + 503 + ], + "dirt": 1, + "black_wool": 1, + "magenta_glazed_terracotta": 1, + "quartz_bricks": 1, + "red_concrete_powder": 1, + "warped_wart_block": 1, + "brown_stained_glass_pane": [ + 709, + 710, + 709, + 710, + 711, + 712, + 711, + 712, + 713, + 714, + 713, + 714, + 715, + 716, + 715, + 716, + 717, + 718, + 717, + 718, + 719, + 720, + 719, + 720, + 721, + 722, + 721, + 722, + 723, + 724, + 723, + 724 + ], + "creeper_head": 499, + "magenta_banner": 0, + "cyan_terracotta": 1, + "twisting_vines": 0, + "mycelium": 1, + "dead_fire_coral_fan": 0, + "pink_wool": 1, + "birch_wall_hanging_sign": [ + 62, + 62, + 62, + 62, + 63, + 63, + 63, + 63 + ], + "chorus_plant": [ + 907, + 908, + 909, + 910, + 911, + 912, + 913, + 914, + 915, + 916, + 917, + 918, + 919, + 920, + 921, + 922, + 923, + 924, + 925, + 926, + 927, + 928, + 929, + 930, + 931, + 932, + 933, + 934, + 935, + 936, + 937, + 938, + 939, + 940, + 941, + 942, + 943, + 944, + 945, + 946, + 947, + 948, + 949, + 950, + 951, + 952, + 953, + 954, + 955, + 956, + 957, + 958, + 959, + 960, + 961, + 962, + 963, + 964, + 965, + 966, + 967, + 968, + 969, + 970 + ], + "medium_amethyst_bud": [ + 3643, + 3643, + 3644, + 3644, + 3645, + 3645, + 3646, + 3646, + 3647, + 3647, + 3648, + 3648 + ], + "white_candle": [ + 3626, + 3626, + 3626, + 3626, + 3627, + 3627, + 3627, + 3627, + 3628, + 3628, + 3628, + 3628, + 3629, + 3629, + 3629, + 3629 + ], + "oak_leaves": 1, + "redstone_ore": 1, + "infested_chiseled_stone_bricks": 1, + "chain_command_block": 1, + "azure_bluet": 0, + "red_sandstone": 1, + "cherry_sign": 0, + "deepslate_brick_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "yellow_wall_banner": 0, + "red_wall_banner": 0, + "bamboo_trapdoor": [ + 97, + 97, + 97, + 97, + 98, + 98, + 98, + 98, + 97, + 97, + 97, + 97, + 99, + 99, + 99, + 99, + 100, + 100, + 100, + 100, + 98, + 98, + 98, + 98, + 100, + 100, + 100, + 100, + 99, + 99, + 99, + 99, + 101, + 101, + 101, + 101, + 98, + 98, + 98, + 98, + 101, + 101, + 101, + 101, + 99, + 99, + 99, + 99, + 102, + 102, + 102, + 102, + 98, + 98, + 98, + 98, + 102, + 102, + 102, + 102, + 99, + 99, + 99, + 99 + ], + "red_bed": [ + 2, + 3, + 2, + 3, + 3, + 2, + 3, + 2, + 4, + 5, + 4, + 5, + 5, + 4, + 5, + 4 + ], + "magenta_bed": [ + 2, + 3, + 2, + 3, + 3, + 2, + 3, + 2, + 4, + 5, + 4, + 5, + 5, + 4, + 5, + 4 + ], + "snow": [ + 0, + 64, + 65, + 66, + 67, + 68, + 69, + 70 + ], + "pitcher_crop": [ + 971, + 971, + 0, + 972, + 0, + 972, + 0, + 972, + 0, + 972 + ], + "frosted_ice": 1, + "white_wall_banner": 0, + "soul_lantern": [ + 3106, + 3106, + 3107, + 3107 + ], + "blue_banner": 0, + "magenta_stained_glass": 1, + "potted_azure_bluet": 498, + "dragon_wall_head": [ + 500, + 500, + 501, + 501, + 502, + 502, + 503, + 503 + ], + "cut_red_sandstone_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "cyan_shulker_box": 1, + "mossy_cobblestone": 1, + "brown_glazed_terracotta": 1, + "bell": [ + 3097, + 3097, + 3097, + 3097, + 3098, + 3098, + 3098, + 3098, + 3099, + 3099, + 3099, + 3099, + 3099, + 3099, + 3099, + 3099, + 3100, + 3100, + 3101, + 3101, + 3102, + 3102, + 3103, + 3103, + 3104, + 3104, + 3104, + 3104, + 3105, + 3105, + 3105, + 3105 + ], + "lantern": [ + 3106, + 3106, + 3107, + 3107 + ], + "purple_concrete_powder": 1, + "orange_tulip": 0, + "mangrove_wood": 1, + "mushroom_stem": 1, + "fire_coral": 0, + "dried_kelp_block": 1, + "end_stone_brick_wall": [ + 2764, + 2765, + 2766, + 2764, + 2765, + 2766, + 0, + 2767, + 2768, + 0, + 2767, + 2768, + 2769, + 2770, + 2771, + 2769, + 2770, + 2771, + 2772, + 2773, + 2774, + 2772, + 2773, + 2774, + 2775, + 2776, + 2777, + 2775, + 2776, + 2777, + 2778, + 2779, + 2780, + 2778, + 2779, + 2780, + 2781, + 2782, + 2783, + 2781, + 2782, + 2783, + 2784, + 2785, + 2786, + 2784, + 2785, + 2786, + 2787, + 2788, + 2789, + 2787, + 2788, + 2789, + 2790, + 2791, + 2792, + 2790, + 2791, + 2792, + 2793, + 2794, + 2795, + 2793, + 2794, + 2795, + 2796, + 2797, + 2798, + 2796, + 2797, + 2798, + 2799, + 2800, + 2801, + 2799, + 2800, + 2801, + 2802, + 2803, + 2804, + 2802, + 2803, + 2804, + 2805, + 2806, + 2807, + 2805, + 2806, + 2807, + 2808, + 2809, + 2810, + 2808, + 2809, + 2810, + 2811, + 2812, + 2813, + 2811, + 2812, + 2813, + 2814, + 2815, + 2816, + 2814, + 2815, + 2816, + 2817, + 2818, + 2819, + 2817, + 2818, + 2819, + 2820, + 2821, + 2822, + 2820, + 2821, + 2822, + 2823, + 2824, + 2825, + 2823, + 2824, + 2825, + 2826, + 2827, + 2828, + 2826, + 2827, + 2828, + 2829, + 2830, + 2831, + 2829, + 2830, + 2831, + 2832, + 2833, + 2834, + 2832, + 2833, + 2834, + 2835, + 2836, + 2837, + 2835, + 2836, + 2837, + 2838, + 2839, + 2840, + 2838, + 2839, + 2840, + 2841, + 2842, + 2843, + 2841, + 2842, + 2843, + 2844, + 2845, + 2846, + 2844, + 2845, + 2846, + 2847, + 2848, + 2849, + 2847, + 2848, + 2849, + 2850, + 2851, + 2852, + 2850, + 2851, + 2852, + 2853, + 2854, + 2855, + 2853, + 2854, + 2855, + 2856, + 2857, + 2858, + 2856, + 2857, + 2858, + 2859, + 2860, + 2861, + 2859, + 2860, + 2861, + 2862, + 2863, + 2864, + 2862, + 2863, + 2864, + 2865, + 2866, + 2867, + 2865, + 2866, + 2867, + 2868, + 2869, + 2870, + 2868, + 2869, + 2870, + 2871, + 2872, + 2873, + 2871, + 2872, + 2873, + 2874, + 2875, + 2876, + 2874, + 2875, + 2876, + 2877, + 2878, + 2879, + 2877, + 2878, + 2879, + 2880, + 2881, + 2882, + 2880, + 2881, + 2882, + 2883, + 2884, + 2885, + 2883, + 2884, + 2885, + 2886, + 2887, + 2888, + 2886, + 2887, + 2888, + 2889, + 2890, + 2891, + 2889, + 2890, + 2891, + 2892, + 2893, + 2894, + 2892, + 2893, + 2894, + 2895, + 2896, + 2897, + 2895, + 2896, + 2897, + 2898, + 2899, + 2900, + 2898, + 2899, + 2900, + 2901, + 2902, + 2903, + 2901, + 2902, + 2903, + 2904, + 2905, + 2906, + 2904, + 2905, + 2906, + 2907, + 2908, + 2909, + 2907, + 2908, + 2909, + 2910, + 2911, + 2912, + 2910, + 2911, + 2912, + 2913, + 2914, + 2915, + 2913, + 2914, + 2915, + 2916, + 2917, + 2918, + 2916, + 2917, + 2918, + 2919, + 2920, + 2921, + 2919, + 2920, + 2921, + 2922, + 2923, + 2924, + 2922, + 2923, + 2924 + ], + "end_portal_frame": [ + 160, + 160, + 160, + 160, + 161, + 161, + 161, + 161 + ], + "coarse_dirt": 1, + "iron_ore": 1, + "tall_seagrass": 0, + "red_stained_glass_pane": [ + 741, + 742, + 741, + 742, + 743, + 744, + 743, + 744, + 745, + 746, + 745, + 746, + 747, + 748, + 747, + 748, + 749, + 750, + 749, + 750, + 751, + 752, + 751, + 752, + 753, + 754, + 753, + 754, + 755, + 756, + 755, + 756 + ], + "blue_shulker_box": 1, + "green_concrete": 1, + "piglin_wall_head": [ + 505, + 505, + 506, + 506, + 507, + 507, + 508, + 508 + ], + "cut_sandstone_slab": [ + 773, + 773, + 774, + 774, + 1, + 1 + ], + "lever": 0, + "cyan_concrete_powder": 1, + "white_tulip": 0, + "yellow_shulker_box": 1, + "bamboo_stairs": [ + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 30, + 30, + 31, + 31, + 32, + 32, + 33, + 33, + 34, + 34, + 35, + 35, + 36, + 36, + 37, + 37, + 38, + 38, + 39, + 39, + 40, + 40, + 41, + 41, + 42, + 42, + 43, + 43, + 44, + 44, + 36, + 36, + 25, + 25, + 38, + 38, + 27, + 27, + 45, + 45, + 41, + 41, + 30, + 30, + 43, + 43, + 32, + 32, + 46, + 46, + 26, + 26, + 35, + 35, + 28, + 28, + 37, + 37, + 47, + 47, + 31, + 31, + 40, + 40, + 33, + 33, + 42, + 42 + ], + "white_stained_glass": 1, + "sweet_berry_bush": 0, + "gray_bed": [ + 2, + 3, + 2, + 3, + 3, + 2, + 3, + 2, + 4, + 5, + 4, + 5, + 5, + 4, + 5, + 4 + ], + "cracked_polished_blackstone_bricks": 1 + }, + "shapes": { + "4226": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1451": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1609": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2064": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "528": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.5625 + ] + ], + "2034": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2879": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2250": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2359": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2931": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "558": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 1.0 + ] + ], + "2374": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2504": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2549": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1787": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2968": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2512": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4194": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2120": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ] + ], + "2349": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2111": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4099": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3066": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "236": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3074": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4036": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "3150": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1785": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "595": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ] + ], + "2991": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "684": [ + [ + 0.4375, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "1230": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "62": [ + [ + 0.0, + 0.875, + 0.375, + 1.0, + 1.0, + 0.625 + ] + ], + "3379": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2072": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3628": [ + [ + 0.3125, + 0.0, + 0.375, + 0.625, + 0.375, + 0.6875 + ] + ], + "4311": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "615": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ] + ], + "149": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "4142": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "245": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "646": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 1.0 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "2510": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1744": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "298": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2139": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2773": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3346": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1194": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "4181": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4295": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1190": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "4108": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1562": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2334": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4048": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "983": [ + [ + 0.15625, + 0.0, + 0.15625, + 0.34375, + 1.0, + 0.34375 + ] + ], + "2503": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1234": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1775": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2183": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2566": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "286": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "539": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "2848": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2145": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4307": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3107": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 0.4375, + 0.6875 + ], + [ + 0.375, + 0.4375, + 0.375, + 0.625, + 0.5625, + 0.625 + ] + ], + "1841": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3645": [ + [ + 0.1875, + 0.1875, + 0.0, + 0.8125, + 0.8125, + 0.25 + ] + ], + "2732": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "4267": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3554": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2125": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1492": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3976": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1727": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3914": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4010": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4026": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2217": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2716": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3945": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "388": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1267": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1335": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "2730": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3619": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3145": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "1027": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3223": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "970": [ + [ + 0.1875, + 0.1875, + 0.1875, + 0.8125, + 0.8125, + 0.8125 + ] + ], + "262": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "483": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2995": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "771": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ] + ], + "2733": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2604": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "2228": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "4175": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3038": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3195": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3381": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "368": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "714": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 1.0 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "325": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2020": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1032": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3865": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2431": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "343": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1261": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3325": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1823": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2796": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "3766": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3809": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1776": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "754": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 1.0 + ] + ], + "1663": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "2278": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1566": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "4001": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "140": [ + [ + 0.0625, + 0.0, + 0.0625, + 0.9375, + 0.09375, + 0.9375 + ] + ], + "3432": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1022": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2428": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3288": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "4041": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "430": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2372": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2307": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "1889": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "860": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "2320": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2459": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3517": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4234": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3116": [ + [ + 0.375, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "1630": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "567": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ] + ], + "1752": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "498": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 0.375, + 0.6875 + ] + ], + "3987": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1925": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2032": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "718": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 1.0 + ] + ], + "2317": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "4282": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "163": [ + [ + 0.375, + 0.4375, + 0.0625, + 0.625, + 0.75, + 0.3125 + ] + ], + "1015": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3691": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3570": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "745": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "2832": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2279": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3102": [ + [ + 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, + 0.8125, + 0.4375, + 0.8125, + 0.9375, + 0.5625 + ] + ], + "1018": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1828": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "854": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ] + ], + "3459": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1278": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2557": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1113": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1967": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "2472": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2078": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1361": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3380": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3652": [ + [ + 0.8125, + 0.25, + 0.25, + 1.0, + 0.75, + 0.75 + ] + ], + "871": [ + [ + 0.375, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ] + ], + "301": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3350": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "251": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "705": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "1104": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2620": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2757": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3771": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "967": [ + [ + 0.0, + 0.1875, + 0.1875, + 0.8125, + 0.8125, + 0.8125 + ], + [ + 0.1875, + 0.8125, + 0.1875, + 0.8125, + 1.0, + 0.8125 + ] + ], + "1001": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "1070": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1951": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "267": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3138": [ + [ + 0.375, + 0.0, + 0.375, + 0.625, + 1.5, + 1.0 + ] + ], + "4009": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2016": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2386": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2658": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "2866": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4254": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1532": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3933": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3192": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "274": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "270": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "415": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2572": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2296": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3937": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "872": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "1864": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "556": [ + [ + 0.4375, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "4183": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1488": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1349": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3640": [ + [ + 0.6875, + 0.1875, + 0.1875, + 1.0, + 0.8125, + 0.8125 + ] + ], + "2352": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2527": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2752": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "464": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1437": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3221": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "786": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ] + ], + "3069": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1486": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1340": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "778": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ] + ], + "597": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "2237": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "680": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "815": [ + [ + 0.375, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "4008": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "1814": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "102": [ + [ + 0.0, + 0.0, + 0.0, + 0.1875, + 1.0, + 1.0 + ] + ], + "3572": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2048": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1729": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1093": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1192": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "1540": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1312": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "862": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "2310": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3442": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1066": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2882": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1623": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3139": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ] + ], + "1645": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "2887": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3803": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4061": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2888": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2124": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "1600": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2663": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "15": [ + [ + 0.75, + 0.0, + 0.0, + 1.0, + 1.0, + 1.0 + ], + [ + -0.25, + 0.375, + 0.375, + 0.75, + 0.625, + 0.625 + ] + ], + "330": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "792": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "2082": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3085": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3121": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "2039": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1364": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "504": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.8125, + 0.5, + 0.8125 + ] + ], + "2855": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "491": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2446": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "1334": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "4104": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "468": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "797": [ + [ + 0.375, + 0.0, + 0.375, + 0.625, + 1.5, + 1.0 + ], + [ + 0.625, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "770": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 1.0 + ] + ], + "3303": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "84": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "2616": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2876": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "473": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1538": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3280": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3858": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1089": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1078": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1045": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3988": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2327": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1125": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1148": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2654": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3770": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3078": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1202": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2073": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "819": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.625 + ] + ], + "1738": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2813": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1965": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1008": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1835": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3172": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2976": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2990": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4313": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1002": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1420": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2788": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1457": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2179": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1370": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "3592": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "4289": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1064": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1360": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2234": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2047": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3586": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1400": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2574": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3164": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "730": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 1.0 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "1549": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2331": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "480": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3776": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "378": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1890": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "451": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "906": [ + [ + 0.375, + 0.0, + 0.375, + 0.625, + 1.0, + 0.625 + ] + ], + "3016": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1602": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1764": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3982": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3337": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4121": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2870": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4063": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4028": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3903": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "190": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "691": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ] + ], + "1820": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2187": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "54": [ + [ + 0.0, + 0.0, + 0.0, + 0.1875, + 1.0, + 1.0 + ] + ], + "352": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "731": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "29": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 0.5, + 1.0 + ], + [ + 0.0, + 0.5, + 0.0, + 1.0, + 1.0, + 0.5 + ] + ], + "450": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2571": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3326": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2276": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "311": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1687": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "4244": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1065": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1012": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1276": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3512": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3310": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3934": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2484": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2682": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1191": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "4217": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "397": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3177": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3305": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "3767": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2689": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "649": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "1674": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "4225": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4280": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1838": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1672": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3274": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1619": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2487": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3705": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "837": [ + [ + 0.375, + 0.0, + 0.375, + 0.625, + 1.5, + 1.0 + ] + ], + "1960": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "181": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2697": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "4136": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3694": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1491": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2612": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4097": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1069": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3908": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3504": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "198": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2246": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2226": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3678": [ + [ + 0.0, + 0.6875, + 0.0, + 1.0, + 0.9375, + 1.0 + ] + ], + "514": [ + [ + 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.0, + 0.625, + 0.0, + 0.25, + 0.6875, + 1.0 + ], + [ + 0.25, + 0.625, + 0.0, + 1.0, + 0.6875, + 0.25 + ], + [ + 0.25, + 0.625, + 0.75, + 1.0, + 0.6875, + 1.0 + ], + [ + 0.75, + 0.625, + 0.25, + 1.0, + 0.6875, + 0.75 + ], + [ + 0.0, + 0.6875, + 0.0, + 0.125, + 1.0, + 1.0 + ], + [ + 0.125, + 0.6875, + 0.0, + 1.0, + 1.0, + 0.125 + ], + [ + 0.125, + 0.6875, + 0.875, + 1.0, + 1.0, + 1.0 + ], + [ + 0.875, + 0.6875, + 0.125, + 1.0, + 1.0, + 0.875 + ] + ], + "2207": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2506": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3374": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3151": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "1446": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2402": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3402": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3573": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "3034": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "1253": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1608": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2872": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "436": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "324": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "885": [ + [ + 0.375, + 0.0, + 0.375, + 0.625, + 1.5, + 1.0 + ] + ], + "3861": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1042": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3813": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2155": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2837": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3455": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2435": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2946": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1661": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4172": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "929": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.8125, + 0.8125, + 0.8125 + ], + [ + 0.0, + 0.1875, + 0.1875, + 0.1875, + 0.8125, + 0.8125 + ], + [ + 0.1875, + 0.1875, + 0.0, + 0.8125, + 0.8125, + 0.1875 + ] + ], + "861": [ + [ + 0.375, + 0.0, + 0.375, + 0.625, + 1.5, + 1.0 + ], + [ + 0.625, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "1375": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1527": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3190": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3296": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "761": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "2263": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2323": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3032": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1088": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4102": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3419": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "34": [ + [ + 0.0, + 0.0, + 0.5, + 1.0, + 1.0, + 1.0 + ], + [ + 0.0, + 0.5, + 0.0, + 1.0, + 1.0, + 0.5 + ] + ], + "72": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "1822": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "132": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ] + ], + "1435": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3808": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1306": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3805": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1975": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3292": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "555": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "2954": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1237": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1732": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1330": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3779": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2314": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2806": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3064": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "702": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 1.0 + ] + ], + "892": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "561": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "2588": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1272": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "737": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "767": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ] + ], + "2742": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3002": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3775": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3507": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1396": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4087": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4120": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4086": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2583": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "811": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.625 + ], + [ + 0.625, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "640": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.5625 + ] + ], + "648": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "1031": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "2401": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4159": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "720": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.5625 + ] + ], + "329": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2093": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "924": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.8125, + 1.0, + 0.8125 + ], + [ + 0.1875, + 0.1875, + 0.0, + 0.8125, + 0.8125, + 0.1875 + ], + [ + 0.1875, + 0.1875, + 0.8125, + 0.8125, + 0.8125, + 1.0 + ] + ], + "2330": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3174": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "477": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4075": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "110": [ + [ + 0.4375, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "2877": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3046": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4019": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "372": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3926": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1679": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1683": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1706": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2113": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3600": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2740": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3882": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "4310": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1753": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "661": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "2262": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1893": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3344": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1676": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2842": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4074": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1146": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "827": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.625 + ], + [ + 0.625, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "2367": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2291": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3614": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4220": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "3135": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ] + ], + "3924": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2635": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "3343": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2068": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "1325": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1989": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3443": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1830": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "3891": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2599": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4139": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2420": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3897": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "532": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ] + ], + "2106": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "369": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "2789": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2444": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "779": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.625 + ], + [ + 0.625, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "685": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "2377": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1109": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "469": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "511": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 0.375, + 1.0 + ] + ], + "33": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 0.5, + 1.0 + ], + [ + 0.5, + 0.5, + 0.0, + 1.0, + 1.0, + 0.5 + ] + ], + "2884": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3212": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2706": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3781": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2524": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2770": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1603": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3444": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2514": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2854": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "501": [ + [ + 0.25, + 0.25, + 0.0, + 0.75, + 0.75, + 0.5 + ] + ], + "2673": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2003": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "905": [ + [ + 0.0, + 0.375, + 0.375, + 1.0, + 0.625, + 0.625 + ] + ], + "1200": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1126": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2551": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "739": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ] + ], + "931": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.8125, + 1.0, + 0.8125 + ], + [ + 0.0, + 0.1875, + 0.1875, + 0.1875, + 0.8125, + 0.8125 + ], + [ + 0.1875, + 0.1875, + 0.8125, + 0.8125, + 0.8125, + 1.0 + ] + ], + "47": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 0.5, + 1.0 + ], + [ + 0.5, + 0.5, + 0.0, + 1.0, + 1.0, + 1.0 + ] + ], + "2258": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3391": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3899": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1961": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "4016": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1810": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1849": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "347": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4294": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3743": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "980": [ + [ + 0.3125, + 0.3125, + 0.3125, + 0.6875, + 0.6875, + 0.6875 + ] + ], + "1710": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1336": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "276": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3832": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2562": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3189": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2847": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "441": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1430": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2153": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3944": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3617": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1393": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "764": [ + [ + 0.4375, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "996": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "3062": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "471": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "972": [ + [ + 0.1875, + -0.0625, + 0.1875, + 0.8125, + 0.3125, + 0.8125 + ] + ], + "3282": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2354": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1539": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1868": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2905": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1802": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "2756": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2560": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1498": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "634": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 1.0 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "1844": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "307": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "798": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "1140": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2486": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "404": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2154": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2012": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "374": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2054": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "164": [ + [ + 0.375, + 0.4375, + 0.6875, + 0.625, + 0.75, + 0.9375 + ] + ], + "3939": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3957": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4192": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4218": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4312": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "655": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ] + ], + "2692": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "541": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "417": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3202": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2247": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2156": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3892": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1502": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "2332": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "679": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ] + ], + "1452": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2605": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "2639": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3680": [ + [ + 0.0, + 0.6875, + 0.0, + 1.0, + 0.8125, + 1.0 + ] + ], + "586": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 1.0 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "2195": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3750": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1503": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2286": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4308": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2252": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2169": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2182": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "365": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1578": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3772": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1611": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2627": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4252": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1909": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1579": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4125": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "393": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1107": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2630": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3820": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "19": [ + [ + 0.0, + 0.0, + 0.0, + 0.25, + 1.0, + 1.0 + ], + [ + 0.25, + 0.375, + 0.375, + 1.25, + 0.625, + 0.625 + ] + ], + "1804": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2573": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1216": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3050": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "68": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 0.625, + 1.0 + ] + ], + "724": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ] + ], + "1769": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4165": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ] + ], + "2786": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2353": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2081": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1449": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3905": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "707": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ] + ], + "2265": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1477": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "41": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 0.5, + 1.0 + ], + [ + 0.0, + 0.5, + 0.0, + 0.5, + 1.0, + 1.0 + ], + [ + 0.5, + 0.5, + 0.5, + 1.0, + 1.0, + 1.0 + ] + ], + "3480": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3579": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1288": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3082": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4210": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1954": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3240": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "899": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.625 + ] + ], + "1982": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "636": [ + [ + 0.4375, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "927": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.8125, + 1.0, + 0.8125 + ], + [ + 0.0, + 0.1875, + 0.1875, + 0.1875, + 0.8125, + 0.8125 + ], + [ + 0.1875, + 0.1875, + 0.0, + 0.8125, + 0.8125, + 0.1875 + ] + ], + "1475": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2803": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "4116": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2711": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "1677": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1554": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1997": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "1932": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4072": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2575": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3279": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3980": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "570": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 1.0 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "531": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ] + ], + "623": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ] + ], + "1652": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3368": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1158": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "170": [ + [ + 0.5625, + 0.3125, + 0.3125, + 0.9375, + 0.75, + 0.6875 + ] + ], + "457": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3904": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1536": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2209": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1368": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "675": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ] + ], + "2335": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "1667": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4015": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3257": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "693": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "1638": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "2945": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "3115": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "3470": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "571": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "2321": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3180": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "538": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 1.0 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "3236": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3498": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1483": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1033": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "11": [ + [ + 0.0, + 0.25, + 0.0, + 1.0, + 1.0, + 1.0 + ] + ], + "2831": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4014": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1102": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "82": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ] + ], + "2476": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2213": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "4161": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2927": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "1792": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1726": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3602": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3777": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3983": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3388": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "795": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.625 + ], + [ + 0.625, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "3105": [ + [ + 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, + 0.8125, + 0.4375, + 1.0, + 0.9375, + 0.5625 + ] + ], + "242": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1193": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1468": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2282": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "696": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "1423": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "3638": [ + [ + 0.0, + 0.1875, + 0.1875, + 0.3125, + 0.8125, + 0.8125 + ] + ], + "846": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "459": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "300": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "17": [ + [ + 0.0, + 0.0, + 0.75, + 1.0, + 1.0, + 1.0 + ], + [ + 0.375, + 0.375, + -0.25, + 0.625, + 0.625, + 0.75 + ] + ], + "1627": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1263": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "3920": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1865": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "631": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ] + ], + "2116": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "254": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2653": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "962": [ + [ + 0.1875, + 0.1875, + 0.0, + 0.8125, + 0.8125, + 0.8125 + ] + ], + "2825": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3357": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1213": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3113": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "1367": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1500": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2191": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4150": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3948": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1029": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "381": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "2102": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "895": [ + [ + 0.375, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "1496": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "2838": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3707": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2533": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "637": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "2975": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "2351": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2158": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "1127": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "908": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.8125, + 1.0, + 0.8125 + ], + [ + 0.1875, + 0.1875, + 0.0, + 0.8125, + 0.8125, + 0.1875 + ], + [ + 0.1875, + 0.1875, + 0.8125, + 0.8125, + 0.8125, + 1.0 + ], + [ + 0.8125, + 0.1875, + 0.1875, + 1.0, + 0.8125, + 0.8125 + ] + ], + "1030": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1290": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2357": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2363": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1235": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "189": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1036": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2403": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2951": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "984": [ + [ + 0.15625, + 0.0, + 0.15625, + 0.34375, + 1.0, + 0.34375 + ] + ], + "4021": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3869": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "1796": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "439": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3103": [ + [ + 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, + 0.9375, + 0.5625 + ] + ], + "3993": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "977": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.8125, + 0.375, + 0.8125 + ] + ], + "548": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ] + ], + "2552": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1020": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3793": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "184": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "3298": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3875": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "1743": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2753": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1356": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "882": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ] + ], + "1385": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2017": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2445": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "4124": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4285": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1469": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2044": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4131": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "516": [ + [ + 0.25, + 0.25, + 0.25, + 0.75, + 0.6875, + 0.75 + ], + [ + 0.75, + 0.25, + 0.375, + 1.0, + 0.5, + 0.625 + ], + [ + 0.0, + 0.625, + 0.0, + 0.25, + 0.6875, + 1.0 + ], + [ + 0.25, + 0.625, + 0.0, + 1.0, + 0.6875, + 0.25 + ], + [ + 0.25, + 0.625, + 0.75, + 1.0, + 0.6875, + 1.0 + ], + [ + 0.75, + 0.625, + 0.25, + 1.0, + 0.6875, + 0.75 + ], + [ + 0.0, + 0.6875, + 0.0, + 0.125, + 1.0, + 1.0 + ], + [ + 0.125, + 0.6875, + 0.0, + 1.0, + 1.0, + 0.125 + ], + [ + 0.125, + 0.6875, + 0.875, + 1.0, + 1.0, + 1.0 + ], + [ + 0.875, + 0.6875, + 0.125, + 1.0, + 1.0, + 0.875 + ] + ], + "1389": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2184": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "823": [ + [ + 0.375, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ] + ], + "209": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "364": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1863": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1573": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3477": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "38": [ + [ + 0.0, + 0.0, + 0.5, + 0.5, + 1.0, + 1.0 + ], + [ + 0.0, + 0.5, + 0.0, + 1.0, + 1.0, + 0.5 + ], + [ + 0.5, + 0.5, + 0.5, + 1.0, + 1.0, + 1.0 + ] + ], + "1474": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2956": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1427": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "708": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ] + ], + "3294": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1767": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "4238": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3896": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2100": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3642": [ + [ + 0.1875, + 0.6875, + 0.1875, + 0.8125, + 1.0, + 0.8125 + ] + ], + "1406": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3430": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "4003": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2030": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2356": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "4151": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "743": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ] + ], + "1000": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3947": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "627": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ] + ], + "791": [ + [ + 0.375, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ] + ], + "1346": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2669": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3912": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "192": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "426": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2344": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2576": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2094": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3182": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "4290": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2397": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2769": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3206": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "673": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "3153": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3239": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3806": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1739": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "611": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ] + ], + "1958": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4053": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3": [ + [ + 0.0, + 0.0, + 0.8125, + 0.1875, + 0.5625, + 1.0 + ], + [ + 0.8125, + 0.0, + 0.8125, + 1.0, + 0.5625, + 1.0 + ], + [ + 0.0, + 0.1875, + 0.0, + 1.0, + 0.5625, + 0.8125 + ], + [ + 0.1875, + 0.1875, + 0.8125, + 0.8125, + 0.5625, + 1.0 + ] + ], + "660": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ] + ], + "3008": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1847": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2495": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "331": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3005": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "303": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1625": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4049": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4250": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1095": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2703": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "813": [ + [ + 0.375, + 0.0, + 0.375, + 0.625, + 1.5, + 1.0 + ], + [ + 0.625, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "2511": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3210": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "659": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ] + ], + "1206": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1941": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2608": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1748": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1332": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2814": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "3998": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3047": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1246": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1556": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3782": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3366": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "277": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2267": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3555": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "755": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ] + ], + "3361": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3543": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4098": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1138": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3226": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3060": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "692": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ] + ], + "241": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2584": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2203": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3465": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ] + ], + "85": [ + [ + 0.375, + 0.0, + 0.375, + 0.625, + 1.5, + 1.0 + ] + ], + "542": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 1.0 + ] + ], + "2886": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3798": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2288": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2429": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1405": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3414": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1521": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4071": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1824": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "4273": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "161": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 0.8125, + 1.0 + ] + ], + "614": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 1.0 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "2685": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2937": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3733": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1024": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1164": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2084": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "656": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.5625 + ] + ], + "881": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 1.0 + ] + ], + "3974": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3004": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1927": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3996": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3951": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "2115": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1201": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3363": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3214": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2205": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4242": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "287": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2597": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "485": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2241": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2973": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "223": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "69": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 0.75, + 1.0 + ] + ], + "1907": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "2388": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3938": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3847": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "2561": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2070": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2419": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "91": [ + [ + 0.3125, + 0.0, + 0.0625, + 0.9375, + 0.5, + 0.9375 + ] + ], + "2610": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "63": [ + [ + 0.375, + 0.875, + 0.0, + 0.625, + 1.0, + 1.0 + ] + ], + "1284": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2001": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4018": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "1493": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2069": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2540": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2384": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "688": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.5625 + ] + ], + "1741": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2166": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1421": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1507": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2774": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4190": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1425": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "50": [ + [ + 0.0, + 0.0, + 0.0625, + 0.9375, + 0.875, + 0.9375 + ] + ], + "2590": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1541": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3768": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "363": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "2947": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3539": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4263": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1478": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "2681": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2398": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "202": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "3204": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3408": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "144": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.625 + ], + [ + 0.625, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "2390": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "1516": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "4240": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "390": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1167": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1495": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2214": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "125": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "2918": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2412": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1535": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "651": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "574": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 1.0 + ] + ], + "672": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.5625 + ] + ], + "2775": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4109": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2268": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3927": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2383": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3158": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1208": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "183": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "243": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3851": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "4278": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2046": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3433": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3761": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4207": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3969": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "481": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "458": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1187": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1377": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "413": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "447": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2399": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1438": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2322": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "576": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.5625 + ] + ], + "1402": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3329": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3610": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2875": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1341": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "2563": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "515": [ + [ + 0.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, + 0.625, + 0.0, + 0.25, + 0.6875, + 1.0 + ], + [ + 0.25, + 0.625, + 0.0, + 1.0, + 0.6875, + 0.25 + ], + [ + 0.25, + 0.625, + 0.75, + 1.0, + 0.6875, + 1.0 + ], + [ + 0.75, + 0.625, + 0.25, + 1.0, + 0.6875, + 0.75 + ], + [ + 0.0, + 0.6875, + 0.0, + 0.125, + 1.0, + 1.0 + ], + [ + 0.125, + 0.6875, + 0.0, + 1.0, + 1.0, + 0.125 + ], + [ + 0.125, + 0.6875, + 0.875, + 1.0, + 1.0, + 1.0 + ], + [ + 0.875, + 0.6875, + 0.125, + 1.0, + 1.0, + 0.875 + ] + ], + "1391": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1277": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2981": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3577": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "487": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1226": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2603": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ] + ], + "2765": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "3378": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "877": [ + [ + 0.375, + 0.0, + 0.375, + 0.625, + 1.5, + 1.0 + ], + [ + 0.625, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "1557": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2137": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2303": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3334": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1618": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3057": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3235": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "269": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2873": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "2208": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "490": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "887": [ + [ + 0.375, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ] + ], + "1784": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "812": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "3671": [ + [ + 0.0625, + 0.0, + 0.0625, + 0.6875, + 1.0, + 0.6875 + ] + ], + "156": [ + [ + 0.375, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ] + ], + "3088": [ + [ + 0.375, + 0.0, + 0.125, + 0.625, + 0.8125, + 0.25 + ], + [ + 0.375, + 0.0, + 0.75, + 0.625, + 0.8125, + 0.875 + ], + [ + 0.125, + 0.25, + 0.25, + 0.875, + 1.0, + 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 + ] + ], + "2764": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ] + ], + "4038": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2836": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1441": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1860": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2415": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3436": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "247": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4204": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1087": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3453": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "524": [ + [ + 0.4375, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "2648": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "551": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ] + ], + "657": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "2277": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3692": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1055": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3011": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2144": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2547": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3852": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "998": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3696": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "1584": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "2324": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3352": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2040": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2190": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "48": [ + [ + 0.0625, + 0.0, + 0.0625, + 0.9375, + 0.875, + 0.9375 + ] + ], + "400": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2785": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "518": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 1.0 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "1141": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3505": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2223": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3395": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3769": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1447": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3876": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1037": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "1434": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1768": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4096": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1392": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3663": [ + [ + 0.1875, + 0.3125, + 0.1875, + 0.5625, + 1.0, + 0.5625 + ] + ], + "1319": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "2382": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3929": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "42": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 0.5, + 1.0 + ], + [ + 0.5, + 0.5, + 0.5, + 1.0, + 1.0, + 1.0 + ] + ], + "2315": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3412": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "794": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ] + ], + "1121": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2479": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2471": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2118": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2454": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3335": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3752": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1098": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3130": [ + [ + 0.375, + 0.0, + 0.375, + 0.625, + 1.5, + 1.0 + ], + [ + 0.625, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "1291": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4174": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3556": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2601": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2257": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2375": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2053": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "234": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "520": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "716": [ + [ + 0.4375, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "1217": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1403": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4035": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2013": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "2159": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3458": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4321": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3040": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "211": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1801": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "289": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3375": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2248": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2043": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4221": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4237": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1668": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "804": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "3842": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4206": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1846": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1899": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3990": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2083": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1988": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4302": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1984": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "592": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.5625 + ] + ], + "2230": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3248": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3887": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "2151": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1939": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "916": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.8125, + 1.0, + 0.8125 + ], + [ + 0.1875, + 0.1875, + 0.8125, + 0.8125, + 0.8125, + 1.0 + ], + [ + 0.8125, + 0.1875, + 0.1875, + 1.0, + 0.8125, + 0.8125 + ] + ], + "3321": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1628": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3332": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "949": [ + [ + 0.0, + 0.1875, + 0.1875, + 1.0, + 0.8125, + 0.8125 + ], + [ + 0.1875, + 0.1875, + 0.8125, + 0.8125, + 0.8125, + 1.0 + ] + ], + "4296": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2300": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "248": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1321": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1976": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2168": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "965": [ + [ + 0.0, + 0.1875, + 0.1875, + 0.8125, + 0.8125, + 0.8125 + ], + [ + 0.1875, + 0.1875, + 0.8125, + 0.8125, + 0.8125, + 1.0 + ] + ], + "610": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 1.0 + ] + ], + "3273": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "886": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ] + ], + "789": [ + [ + 0.375, + 0.0, + 0.375, + 0.625, + 1.5, + 1.0 + ] + ], + "3500": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "4147": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2437": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2629": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "4170": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "18": [ + [ + 0.0, + 0.0, + 0.0, + 0.25, + 1.0, + 1.0 + ], + [ + 0.25, + 0.375, + 0.375, + 1.0, + 0.625, + 0.625 + ] + ], + "1223": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3065": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3968": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2368": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2405": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4214": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3657": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.5625, + 1.0, + 0.5625 + ] + ], + "279": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3630": [ + [ + 0.0625, + 0.0, + 0.0625, + 0.9375, + 0.5, + 0.9375 + ], + [ + 0.4375, + 0.5, + 0.4375, + 0.5625, + 0.875, + 0.5625 + ] + ], + "1855": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3156": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4137": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2216": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "263": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "706": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 1.0 + ] + ], + "3959": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1895": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2244": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1937": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "92": [ + [ + 0.4375, + 0.0, + 0.0625, + 0.9375, + 0.5, + 0.9375 + ] + ], + "664": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "857": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 1.0 + ], + [ + 0.625, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "1675": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "4080": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "115": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "3846": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "1694": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3971": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1843": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3564": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2662": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3086": [ + [ + 0.0, + 0.0, + 0.0, + 0.125, + 1.0, + 0.125 + ], + [ + 0.0, + 0.0, + 0.875, + 0.125, + 1.0, + 1.0 + ], + [ + 0.875, + 0.0, + 0.0, + 1.0, + 1.0, + 0.125 + ], + [ + 0.875, + 0.0, + 0.875, + 1.0, + 1.0, + 1.0 + ], + [ + 0.0, + 0.875, + 0.125, + 1.0, + 1.0, + 0.875 + ], + [ + 0.125, + 0.875, + 0.0, + 0.875, + 1.0, + 0.125 + ], + [ + 0.125, + 0.875, + 0.875, + 0.875, + 1.0, + 1.0 + ] + ], + "1923": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "910": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.8125, + 0.8125, + 0.8125 + ], + [ + 0.1875, + 0.1875, + 0.0, + 0.8125, + 0.8125, + 0.1875 + ], + [ + 0.1875, + 0.1875, + 0.8125, + 0.8125, + 0.8125, + 1.0 + ], + [ + 0.8125, + 0.1875, + 0.1875, + 1.0, + 0.8125, + 0.8125 + ] + ], + "2691": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1156": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "2862": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3194": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3757": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3878": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "557": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "4291": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2500": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3503": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "1665": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2982": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "536": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "3902": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3644": [ + [ + 0.0, + 0.1875, + 0.1875, + 0.25, + 0.8125, + 0.8125 + ] + ], + "937": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.8125, + 0.8125, + 0.8125 + ], + [ + 0.0, + 0.1875, + 0.1875, + 0.1875, + 0.8125, + 0.8125 + ] + ], + "1023": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3930": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3721": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1872": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4287": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3053": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1650": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3534": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1302": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3635": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.8125, + 0.4375, + 0.8125 + ] + ], + "4271": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3810": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2966": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3834": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "239": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2253": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3117": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "4069": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1044": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3538": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1019": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "3497": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "2983": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "721": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "1157": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "3376": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2928": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "4152": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3454": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3234": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3557": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1790": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1418": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2096": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1669": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "2059": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3890": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2839": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "4193": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2485": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1754": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1525": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "725": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "3522": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1613": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1450": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "985": [ + [ + 0.15625, + 0.0, + 0.15625, + 0.34375, + 1.0, + 0.34375 + ] + ], + "61": [ + [ + 0.0, + 0.0, + 0.0, + 0.1875, + 1.0, + 1.0 + ] + ], + "1999": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2274": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "769": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "2782": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "4017": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4231": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "309": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2690": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2326": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3636": [ + [ + 0.1875, + 0.5625, + 0.1875, + 0.8125, + 1.0, + 0.8125 + ] + ], + "2826": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1241": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3492": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "898": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ] + ], + "1643": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "176": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ] + ], + "2199": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1139": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2780": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4279": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2218": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3355": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3109": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "1569": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2273": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3044": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1896": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4030": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "2092": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "229": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1092": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1239": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1819": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "328": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2643": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3302": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3669": [ + [ + 0.0625, + 0.0, + 0.0625, + 0.6875, + 1.0, + 0.6875 + ] + ], + "2249": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2628": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3299": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3426": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2577": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1412": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "609": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "1177": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2220": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3143": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ] + ], + "2858": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1511": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2659": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3719": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2721": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "713": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "2625": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "4149": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2114": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "580": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ] + ], + "681": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "97": [ + [ + 0.0, + 0.0, + 0.8125, + 1.0, + 1.0, + 1.0 + ] + ], + "2883": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3870": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1658": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1390": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2544": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1722": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1670": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1526": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "2260": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2988": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3949": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "807": [ + [ + 0.375, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ] + ], + "3222": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2926": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "2211": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2284": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "1005": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2035": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2696": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1257": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1523": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "593": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "2389": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "2963": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "3377": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2024": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1233": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4046": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1815": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "327": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3523": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1221": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3658": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.5625, + 1.0, + 0.5625 + ] + ], + "3098": [ + [ + 0.25, + 0.0, + 0.0, + 0.75, + 1.0, + 1.0 + ] + ], + "408": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "437": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3084": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3163": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "3893": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "774": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 0.5, + 1.0 + ] + ], + "2501": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2953": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "174": [ + [ + 0.4375, + 0.1875, + 0.25, + 0.9375, + 0.75, + 0.75 + ] + ], + "3054": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3885": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1342": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "377": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "4223": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1664": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "809": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 1.0 + ], + [ + 0.625, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "463": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3681": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 0.875, + 1.0 + ] + ], + "3866": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3297": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3413": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "2920": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1380": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2460": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1028": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "5": [ + [ + 0.8125, + 0.0, + 0.0, + 1.0, + 0.5625, + 0.1875 + ], + [ + 0.8125, + 0.0, + 0.8125, + 1.0, + 0.5625, + 1.0 + ], + [ + 0.0, + 0.1875, + 0.0, + 0.8125, + 0.5625, + 1.0 + ], + [ + 0.8125, + 0.1875, + 0.1875, + 1.0, + 0.5625, + 0.8125 + ] + ], + "3160": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "65": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 0.25, + 1.0 + ] + ], + "1629": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4208": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "178": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "2797": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3648": [ + [ + 0.1875, + 0.75, + 0.1875, + 0.8125, + 1.0, + 0.8125 + ] + ], + "662": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 1.0 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "4317": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "172": [ + [ + 0.25, + 0.1875, + 0.4375, + 0.75, + 0.75, + 0.9375 + ] + ], + "2136": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4262": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3471": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3253": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1313": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2210": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "4083": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1639": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "1490": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "1324": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3317": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3256": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1105": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2381": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3483": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3815": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3421": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2493": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1373": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3041": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2434": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3623": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4300": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3384": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "988": [ + [ + 0.15625, + 0.0, + 0.15625, + 0.34375, + 1.0, + 0.34375 + ] + ], + "1077": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4141": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2541": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1829": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4284": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "626": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 1.0 + ] + ], + "878": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "4314": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2416": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3276": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1039": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2406": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3149": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1636": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "687": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ] + ], + "981": [ + [ + 0.15625, + 0.0, + 0.15625, + 0.34375, + 1.0, + 0.34375 + ] + ], + "1212": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1431": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "205": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4059": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "3229": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3307": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "3753": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1880": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "342": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3308": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "866": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ] + ], + "4051": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "240": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "742": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 1.0 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "3826": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2964": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "772": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ] + ], + "4277": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1444": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3196": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "914": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.8125, + 0.8125, + 0.8125 + ], + [ + 0.1875, + 0.1875, + 0.0, + 0.8125, + 0.8125, + 0.1875 + ], + [ + 0.8125, + 0.1875, + 0.1875, + 1.0, + 0.8125, + 0.8125 + ] + ], + "1482": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1888": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2734": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3029": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2804": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "851": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.625 + ] + ], + "930": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.8125, + 0.8125, + 0.8125 + ], + [ + 0.1875, + 0.1875, + 0.0, + 0.8125, + 0.8125, + 0.1875 + ] + ], + "2355": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "625": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "1053": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4002": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3491": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "1681": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "1845": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1757": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3722": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "310": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4090": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2379": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "133": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.5625 + ] + ], + "2052": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "4195": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1004": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1749": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "893": [ + [ + 0.375, + 0.0, + 0.375, + 0.625, + 1.5, + 1.0 + ], + [ + 0.625, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "2878": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2830": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "509": [ + [ + 0.125, + 0.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, + 0.75 + ], + [ + 0.1875, + 0.625, + 0.0, + 0.375, + 1.0, + 1.0 + ], + [ + 0.375, + 0.625, + 0.0, + 0.8125, + 1.0, + 0.25 + ], + [ + 0.375, + 0.625, + 0.75, + 0.8125, + 1.0, + 1.0 + ], + [ + 0.625, + 0.625, + 0.25, + 0.8125, + 1.0, + 0.75 + ] + ], + "1885": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3330": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "2000": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2421": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2014": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "2328": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "961": [ + [ + 0.0, + 0.1875, + 0.1875, + 0.8125, + 0.8125, + 0.8125 + ], + [ + 0.1875, + 0.1875, + 0.0, + 0.8125, + 0.8125, + 0.1875 + ] + ], + "2807": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4129": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "360": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1227": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "936": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.8125, + 1.0, + 0.8125 + ] + ], + "1861": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3073": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3259": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "295": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1686": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3440": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2170": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "3448": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "4251": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1883": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2892": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1083": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2507": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3857": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "1772": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2099": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3118": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 1.0 + ] + ], + "151": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ] + ], + "200": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3511": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "709": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "1825": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "356": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3281": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2108": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3796": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2908": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3467": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "3717": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3061": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3247": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1308": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1910": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1970": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2852": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2667": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3520": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "40": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 0.5, + 1.0 + ], + [ + 0.0, + 0.5, + 0.5, + 1.0, + 1.0, + 1.0 + ], + [ + 0.5, + 0.5, + 0.0, + 1.0, + 1.0, + 0.5 + ] + ], + "3613": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2224": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3295": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3925": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3114": [ + [ + 0.375, + 0.0, + 0.375, + 0.625, + 1.5, + 1.0 + ], + [ + 0.625, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "2522": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3208": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3791": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "438": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1922": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2829": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2033": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "119": [ + [ + 0.0, + 0.40625, + 0.40625, + 1.0, + 0.59375, + 0.59375 + ] + ], + "1254": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1733": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4180": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4173": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "2364": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1570": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2206": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1182": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "888": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "371": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1176": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "976": [ + [ + 0.375, + 0.0, + 0.375, + 0.625, + 0.375, + 0.625 + ] + ], + "3516": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "940": [ + [ + 0.1875, + 0.1875, + 0.0, + 0.8125, + 0.8125, + 1.0 + ], + [ + 0.8125, + 0.1875, + 0.1875, + 1.0, + 0.8125, + 0.8125 + ], + [ + 0.1875, + 0.8125, + 0.1875, + 0.8125, + 1.0, + 0.8125 + ] + ], + "4132": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2019": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2058": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2180": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "575": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ] + ], + "2911": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1853": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "1214": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "653": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "2728": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4179": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "4065": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "943": [ + [ + 0.0, + 0.1875, + 0.1875, + 1.0, + 0.8125, + 0.8125 + ], + [ + 0.1875, + 0.1875, + 0.0, + 0.8125, + 0.8125, + 0.1875 + ], + [ + 0.1875, + 0.8125, + 0.1875, + 0.8125, + 1.0, + 0.8125 + ] + ], + "465": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "690": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 1.0 + ] + ], + "1185": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2913": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2162": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3183": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2414": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2085": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1376": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3844": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "207": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1090": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2045": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2392": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1930": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2336": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "2408": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "367": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1879": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "550": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 1.0 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "665": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "3423": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1165": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2480": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "249": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3340": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3161": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1788": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1901": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "850": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ] + ], + "1903": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3724": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "903": [ + [ + 0.375, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ] + ], + "3621": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3080": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1432": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1762": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1497": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2537": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1054": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3320": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1680": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "587": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "1394": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1215": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2579": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3233": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3530": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "834": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ] + ], + "3906": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1887": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3394": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3166": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2041": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3169": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "3672": [ + [ + 0.0625, + 0.0, + 0.0625, + 0.6875, + 1.0, + 0.6875 + ] + ], + "1657": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "2591": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3241": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2996": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2717": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "747": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "3271": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1587": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1203": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2254": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4156": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "361": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "453": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1656": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3290": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2631": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3009": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1506": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1085": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "126": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "3434": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "4315": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2867": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4167": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "3886": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1659": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2181": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3101": [ + [ + 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.0 + ] + ], + "59": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 1.0, + 0.1875 + ] + ], + "1913": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "273": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3285": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3315": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2818": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "3081": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "934": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.8125, + 0.8125, + 0.8125 + ], + [ + 0.1875, + 0.1875, + 0.8125, + 0.8125, + 0.8125, + 1.0 + ] + ], + "194": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1592": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2342": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3519": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "2960": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1873": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3693": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "188": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3625": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2972": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2622": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "66": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 0.375, + 1.0 + ] + ], + "776": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "3675": [ + [ + 0.0, + 0.0, + 0.0, + 0.75, + 1.0, + 0.75 + ] + ], + "4166": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "4006": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "2119": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2719": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "642": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 1.0 + ] + ], + "1442": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1709": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2611": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "545": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "3816": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "547": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ] + ], + "3123": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ] + ], + "3328": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3524": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "218": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2727": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "195": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1948": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "482": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "384": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4085": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "302": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "323": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2851": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "160": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 0.8125, + 1.0 + ], + [ + 0.25, + 0.8125, + 0.25, + 0.75, + 1.0, + 0.75 + ] + ], + "3286": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3452": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1996": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1473": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2451": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1963": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "3898": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "2204": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3666": [ + [ + 0.125, + 0.0, + 0.125, + 0.625, + 1.0, + 0.625 + ] + ], + "1692": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "7": [ + [ + 0.0, + 0.0, + 0.0, + 0.75, + 1.0, + 1.0 + ] + ], + "1632": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3751": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1783": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3021": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2333": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1574": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1637": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ] + ], + "157": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 0.75, + 1.0 + ] + ], + "932": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.8125, + 1.0, + 0.8125 + ], + [ + 0.1875, + 0.1875, + 0.8125, + 0.8125, + 0.8125, + 1.0 + ] + ], + "3324": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "3935": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "590": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 1.0 + ] + ], + "1198": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "1607": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3591": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1229": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1712": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3589": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2708": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2232": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2871": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2478": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "676": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ] + ], + "2989": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4191": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "1279": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3931": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1953": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3489": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1195": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2393": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3611": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1777": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3006": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1931": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2917": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1100": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1779": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3917": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2494": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "398": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "682": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 1.0 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "2022": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2196": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2233": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1460": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3800": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2027": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2999": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1766": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3036": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3501": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "215": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "566": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 1.0 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "2087": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "612": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ] + ], + "1598": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3960": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2346": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2455": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2668": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "334": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3333": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2066": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1372": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1179": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "73": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 1.0 + ], + [ + 0.625, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "3928": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "546": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 1.0 + ] + ], + "1805": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3632": [ + [ + 0.0, + 0.1875, + 0.1875, + 0.4375, + 0.8125, + 0.8125 + ] + ], + "2142": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "4264": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "44": [ + [ + 0.0, + 0.0, + 0.0, + 0.5, + 1.0, + 1.0 + ], + [ + 0.5, + 0.5, + 0.0, + 1.0, + 1.0, + 1.0 + ] + ], + "1809": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3843": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ] + ], + "3884": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "435": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1366": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1067": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3922": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "669": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "2018": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1464": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1184": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3711": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2580": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3773": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1746": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "1063": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "732": [ + [ + 0.4375, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "3058": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1378": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1169": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3336": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "1287": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4103": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "663": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ] + ], + "1357": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1519": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3817": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2555": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2589": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "427": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "4182": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3055": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "859": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.625 + ], + [ + 0.625, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "1966": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "602": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 1.0 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "4004": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ] + ], + "3306": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "337": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ] + ], + "4100": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2440": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3744": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1682": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2885": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2859": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3232": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3703": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1857": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1892": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3125": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "499": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 0.5, + 0.75 + ] + ], + "231": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "3382": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 1.0, + 1.0 + ] + ], + "3342": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "4111": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1268": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3090": [ + [ + 0.25, + 0.125, + 0.25, + 0.75, + 0.875, + 1.0 + ], + [ + 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, + 0.25, + 0.625, + 0.4375 + ], + [ + 0.75, + 0.375, + 0.0, + 0.875, + 0.625, + 0.4375 + ] + ], + "1713": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "49": [ + [ + 0.0625, + 0.0, + 0.0625, + 1.0, + 0.875, + 0.9375 + ] + ], + "1038": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1422": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4260": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1323": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "2938": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3091": [ + [ + 0.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, + 0.625, + 0.25 + ], + [ + 0.5625, + 0.375, + 0.75, + 1.0, + 0.625, + 0.875 + ] + ], + "3155": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "926": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.8125, + 0.8125, + 0.8125 + ], + [ + 0.1875, + 0.1875, + 0.0, + 0.8125, + 0.8125, + 0.1875 + ], + [ + 0.1875, + 0.1875, + 0.8125, + 0.8125, + 0.8125, + 1.0 + ] + ], + "3932": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "212": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3565": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2699": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2766": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "4045": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2380": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2849": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1199": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2802": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "2993": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3312": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "3083": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2251": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4184": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1866": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3405": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4169": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "4057": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1052": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "875": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.625 + ], + [ + 0.625, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "3168": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1649": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3894": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1280": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3207": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1180": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "3670": [ + [ + 0.0625, + 0.0, + 0.0625, + 0.6875, + 1.0, + 0.6875 + ] + ], + "1874": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3293": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3533": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1734": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2456": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "410": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "733": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "4044": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1178": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1333": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2646": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3407": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3428": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2865": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4130": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2902": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3162": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "635": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "853": [ + [ + 0.375, + 0.0, + 0.375, + 0.625, + 1.5, + 1.0 + ] + ], + "1911": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "847": [ + [ + 0.375, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "1935": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2705": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2713": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2011": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "845": [ + [ + 0.375, + 0.0, + 0.375, + 0.625, + 1.5, + 1.0 + ], + [ + 0.625, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "3631": [ + [ + 0.1875, + 0.1875, + 0.5625, + 0.8125, + 0.8125, + 1.0 + ] + ], + "787": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.625 + ] + ], + "894": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "1303": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "921": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.8125, + 0.8125, + 0.8125 + ], + [ + 0.0, + 0.1875, + 0.1875, + 0.1875, + 0.8125, + 0.8125 + ], + [ + 0.8125, + 0.1875, + 0.1875, + 1.0, + 0.8125, + 0.8125 + ] + ], + "2299": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "4040": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3860": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3220": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "348": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2362": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "25": [ + [ + 0.0, + 0.0, + 0.0, + 0.5, + 1.0, + 1.0 + ], + [ + 0.5, + 0.0, + 0.0, + 1.0, + 1.0, + 0.5 + ], + [ + 0.5, + 0.5, + 0.5, + 1.0, + 1.0, + 1.0 + ] + ], + "2089": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2462": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "832": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "204": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2822": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3056": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3598": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3574": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "1073": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3438": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1124": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "873": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 1.0 + ], + [ + 0.625, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "4202": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1059": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3879": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2138": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1916": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3723": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3845": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "1297": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2270": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2923": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1338": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1882": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2463": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "152": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.625 + ] + ], + "2906": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1262": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "4114": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1522": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2339": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2225": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "389": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3339": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "264": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3784": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "999": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3514": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1698": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2297": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3087": [ + [ + 0.125, + 0.0, + 0.375, + 0.25, + 0.8125, + 0.625 + ], + [ + 0.75, + 0.0, + 0.375, + 0.875, + 0.8125, + 0.625 + ], + [ + 0.25, + 0.25, + 0.125, + 0.75, + 1.0, + 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 + ] + ], + "2795": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2812": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1978": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3316": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "442": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1773": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3921": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1678": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2176": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "628": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ] + ], + "552": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "1071": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1725": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4246": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2745": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1145": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2508": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2470": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2570": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "957": [ + [ + 0.0, + 0.1875, + 0.1875, + 0.8125, + 0.8125, + 0.8125 + ], + [ + 0.1875, + 0.1875, + 0.0, + 0.8125, + 0.8125, + 0.1875 + ], + [ + 0.1875, + 0.1875, + 0.8125, + 0.8125, + 0.8125, + 1.0 + ] + ], + "1596": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "843": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.625 + ], + [ + 0.625, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "3322": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2652": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3475": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4303": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "946": [ + [ + 0.1875, + 0.1875, + 0.0, + 0.8125, + 0.8125, + 0.8125 + ], + [ + 0.8125, + 0.1875, + 0.1875, + 1.0, + 0.8125, + 0.8125 + ] + ], + "472": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "869": [ + [ + 0.375, + 0.0, + 0.375, + 0.625, + 1.5, + 1.0 + ] + ], + "3713": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3872": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1440": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2520": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3961": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "974": [ + [ + 0.0625, + 0.0, + 0.0625, + 0.9375, + 0.4375, + 0.9375 + ] + ], + "1900": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "162": [ + [ + 0.0625, + 0.0, + 0.0625, + 0.9375, + 1.0, + 0.9375 + ] + ], + "990": [ + [ + 0.15625, + 0.0, + 0.15625, + 0.34375, + 1.0, + 0.34375 + ] + ], + "1800": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "3231": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "979": [ + [ + 0.125, + 0.0, + 0.125, + 0.875, + 0.4375, + 0.875 + ] + ], + "3740": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "683": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "1285": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2860": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2640": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3822": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1101": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "2585": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3578": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1537": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "722": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 1.0 + ] + ], + "3260": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2550": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "2515": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "762": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 1.0 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "995": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "1283": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "75": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.625 + ], + [ + 0.625, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "76": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "1588": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2450": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "975": [ + [ + 0.0625, + 0.0, + 0.125, + 0.9375, + 1.0, + 0.875 + ] + ], + "4316": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "293": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3420": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3606": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3266": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3936": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3387": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1614": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1524": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3735": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1550": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "475": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2036": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2038": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2546": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1606": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1791": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2767": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "3099": [ + [ + 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, + 0.5625 + ] + ], + "1719": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3654": [ + [ + 0.25, + 0.8125, + 0.25, + 0.75, + 1.0, + 0.75 + ] + ], + "695": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ] + ], + "220": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "1826": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2465": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2474": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "517": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "1956": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "376": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1196": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "715": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "670": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 1.0 + ] + ], + "2980": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "3547": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3643": [ + [ + 0.1875, + 0.1875, + 0.75, + 0.8125, + 0.8125, + 1.0 + ] + ], + "2311": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2595": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1605": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "344": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2023": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1131": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3950": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4007": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "2079": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1597": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3778": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3673": [ + [ + 0.0, + 0.0, + 0.0, + 0.75, + 1.0, + 0.75 + ] + ], + "2298": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3585": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3677": [ + [ + 0.375, + 0.0, + 0.375, + 0.625, + 1.0, + 0.625 + ], + [ + 0.0, + 0.5, + 0.0, + 0.375, + 1.0, + 1.0 + ], + [ + 0.375, + 0.5, + 0.0, + 1.0, + 1.0, + 0.375 + ], + [ + 0.375, + 0.5, + 0.625, + 1.0, + 1.0, + 1.0 + ], + [ + 0.625, + 0.5, + 0.375, + 1.0, + 1.0, + 0.625 + ] + ], + "317": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3763": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1962": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "3472": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3502": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "4265": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3227": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3319": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3439": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "418": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4245": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "217": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3390": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3499": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1546": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3679": [ + [ + 0.0, + 0.6875, + 0.0, + 1.0, + 0.9375, + 1.0 + ] + ], + "39": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 0.5, + 1.0 + ], + [ + 0.0, + 0.5, + 0.5, + 1.0, + 1.0, + 1.0 + ] + ], + "3684": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "1968": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "117": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ] + ], + "2679": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3895": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3133": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "3596": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1354": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "978": [ + [ + 0.125, + 0.0, + 0.125, + 0.875, + 0.375, + 0.875 + ] + ], + "1944": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3627": [ + [ + 0.3125, + 0.0, + 0.375, + 0.6875, + 0.375, + 0.5625 + ] + ], + "3362": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1343": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "816": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "1168": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "2593": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4212": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2962": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2131": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3045": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2477": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1479": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "351": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "2835": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1555": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4213": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1774": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3014": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "129": [ + [ + 0.4375, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "1133": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2185": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1181": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3506": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4077": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1781": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "864": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "1599": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2160": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "4293": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1551": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "736": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.5625 + ] + ], + "4215": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "147": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "1595": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1854": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2309": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "412": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1586": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2518": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1382": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1914": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4105": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3198": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "206": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2275": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3152": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3787": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3106": [ + [ + 0.3125, + 0.0625, + 0.3125, + 0.6875, + 0.5, + 0.6875 + ], + [ + 0.375, + 0.5, + 0.375, + 0.625, + 0.625, + 0.625 + ] + ], + "305": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "752": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.5625 + ] + ], + "462": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2529": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2772": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "3024": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "362": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3997": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3655": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 0.5, + 1.0 + ] + ], + "3201": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2636": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2189": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2532": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3583": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2957": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "3410": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2194": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3561": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4123": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3225": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3709": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4322": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3224": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4177": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "168": [ + [ + 0.3125, + 0.3125, + 0.5625, + 0.6875, + 0.75, + 0.9375 + ] + ], + "3176": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1721": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1869": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1186": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "1013": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "719": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ] + ], + "3354": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "1476": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ] + ], + "3131": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "1622": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2581": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3404": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "394": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3830": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3537": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "560": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.5625 + ] + ], + "2568": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "952": [ + [ + 0.1875, + 0.1875, + 0.1875, + 1.0, + 0.8125, + 0.8125 + ], + [ + 0.1875, + 0.8125, + 0.1875, + 0.8125, + 1.0, + 0.8125 + ] + ], + "3633": [ + [ + 0.1875, + 0.1875, + 0.0, + 0.8125, + 0.8125, + 0.4375 + ] + ], + "26": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 1.0, + 0.5 + ], + [ + 0.5, + 0.0, + 0.5, + 1.0, + 1.0, + 1.0 + ], + [ + 0.0, + 0.5, + 0.5, + 0.5, + 1.0, + 1.0 + ] + ], + "2997": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "434": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2857": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "266": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "758": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 1.0 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "1135": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1834": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2163": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2037": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2049": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2396": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2365": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2943": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "4025": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "35": [ + [ + 0.0, + 0.0, + 0.5, + 1.0, + 1.0, + 1.0 + ], + [ + 0.5, + 0.0, + 0.0, + 1.0, + 1.0, + 0.5 + ], + [ + 0.0, + 0.5, + 0.0, + 0.5, + 1.0, + 0.5 + ] + ], + "3639": [ + [ + 0.1875, + 0.1875, + 0.0, + 0.8125, + 0.8125, + 0.3125 + ] + ], + "2863": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3650": [ + [ + 0.0, + 0.25, + 0.25, + 0.1875, + 0.75, + 0.75 + ] + ], + "1827": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1891": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "588": [ + [ + 0.4375, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "466": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1155": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "2898": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3132": [ + [ + 0.375, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "1407": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "108": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 1.0 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "1118": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4122": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "130": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "4236": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2833": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1454": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4199": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2634": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "831": [ + [ + 0.375, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "1470": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1582": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4249": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "848": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "213": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "359": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1204": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "2098": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3979": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1484": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "759": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ] + ], + "2777": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "773": [ + [ + 0.0, + 0.5, + 0.0, + 1.0, + 1.0, + 1.0 + ] + ], + "4013": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1634": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "790": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ] + ], + "470": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3389": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3999": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "639": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ] + ], + "22": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 0.25, + 1.0 + ], + [ + 0.375, + 0.25, + 0.375, + 0.625, + 1.0, + 0.625 + ] + ], + "1129": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1172": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2686": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3466": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "3268": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2287": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3167": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3956": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1848": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "2132": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "284": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "3923": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2798": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1149": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1344": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "225": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "694": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 1.0 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "768": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.5625 + ] + ], + "3952": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "145": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "320": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "440": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2007": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3985": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1256": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3291": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "304": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "923": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.8125, + 1.0, + 0.8125 + ], + [ + 0.0, + 0.1875, + 0.1875, + 0.1875, + 0.8125, + 0.8125 + ], + [ + 0.1875, + 0.1875, + 0.0, + 0.8125, + 0.8125, + 0.1875 + ], + [ + 0.1875, + 0.1875, + 0.8125, + 0.8125, + 0.8125, + 1.0 + ] + ], + "2157": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3264": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3801": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4297": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1413": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "503": [ + [ + 0.0, + 0.25, + 0.25, + 0.5, + 0.75, + 0.75 + ] + ], + "4020": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "945": [ + [ + 0.0, + 0.1875, + 0.1875, + 1.0, + 0.8125, + 0.8125 + ], + [ + 0.1875, + 0.1875, + 0.0, + 0.8125, + 0.8125, + 0.1875 + ] + ], + "2741": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2744": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1693": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3383": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2801": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "23": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 0.25, + 1.0 + ], + [ + 0.375, + 0.25, + 0.375, + 0.625, + 1.25, + 0.625 + ] + ], + "1818": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "3867": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "838": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ] + ], + "1119": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2638": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3900": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4324": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2238": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1977": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "793": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 1.0 + ], + [ + 0.625, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "1572": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2779": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4023": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "594": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 1.0 + ] + ], + "2285": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "3529": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "589": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "1094": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1397": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1292": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3095": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 0.125, + 1.0 + ], + [ + 0.25, + 0.125, + 0.25, + 0.75, + 0.875, + 0.75 + ] + ], + "4000": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1429": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2586": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3367": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1461": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3463": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3624": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4012": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "180": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "1428": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1081": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "622": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 1.0 + ] + ], + "2080": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3807": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1220": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2129": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "106": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "3490": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1742": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1950": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2347": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3301": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2400": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "113": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ] + ], + "2746": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4276": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3567": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "456": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3460": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3823": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2112": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1688": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "505": [ + [ + 0.1875, + 0.25, + 0.5, + 0.8125, + 0.75, + 1.0 + ] + ], + "1862": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1417": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2105": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1264": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3397": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1646": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3958": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "78": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "2025": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1512": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "591": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ] + ], + "2776": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3811": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1821": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2424": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "112": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 1.0 + ] + ], + "3991": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "478": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "699": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "2651": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3841": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3030": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1426": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3913": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "825": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 1.0 + ], + [ + 0.625, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "425": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2371": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "4088": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "16": [ + [ + 0.0, + 0.0, + 0.75, + 1.0, + 1.0, + 1.0 + ], + [ + 0.375, + 0.375, + 0.0, + 0.625, + 0.625, + 0.75 + ] + ], + "2090": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2133": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3739": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2410": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "598": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 1.0 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "3100": [ + [ + 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, + 0.5625, + 0.9375, + 0.8125 + ] + ], + "2413": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3685": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "1061": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2516": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3144": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "3995": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "712": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "77": [ + [ + 0.375, + 0.0, + 0.375, + 0.625, + 1.5, + 1.0 + ], + [ + 0.625, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "299": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3581": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3728": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3819": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4107": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2800": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "840": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "4188": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1458": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1273": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3863": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "380": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "534": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 1.0 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "1544": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2475": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1644": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3962": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3683": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "3052": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3242": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3992": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "613": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "3593": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2188": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1232": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1780": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "799": [ + [ + 0.375, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "2760": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3427": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1662": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1867": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3269": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "121": [ + [ + 0.40625, + 0.40625, + 0.0, + 0.59375, + 0.59375, + 1.0 + ] + ], + "201": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3244": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3742": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1322": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2077": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3515": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "2128": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "1311": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4144": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3942": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1465": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2702": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1307": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2325": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "2441": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2345": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1116": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3840": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1724": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2844": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "766": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 1.0 + ] + ], + "2": [ + [ + 0.0, + 0.0, + 0.0, + 0.1875, + 0.5625, + 0.1875 + ], + [ + 0.8125, + 0.0, + 0.0, + 1.0, + 0.5625, + 0.1875 + ], + [ + 0.0, + 0.1875, + 0.1875, + 1.0, + 0.5625, + 1.0 + ], + [ + 0.1875, + 0.1875, + 0.0, + 0.8125, + 0.5625, + 0.1875 + ] + ], + "2076": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4081": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1079": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3661": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.5625, + 0.6875, + 0.5625 + ] + ], + "186": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2290": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3238": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1564": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1704": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "802": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ] + ], + "3479": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "1567": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "606": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 1.0 + ] + ], + "740": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ] + ], + "285": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "2671": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "897": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 1.0 + ] + ], + "3838": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3747": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "138": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "3255": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3409": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4305": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3250": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "370": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "763": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "3508": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4106": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3662": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.5625, + 0.6875, + 0.5625 + ] + ], + "781": [ + [ + 0.375, + 0.0, + 0.375, + 0.625, + 1.5, + 1.0 + ], + [ + 0.625, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "3910": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2521": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3127": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ] + ], + "1750": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2104": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1514": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "2698": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2704": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4230": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "392": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "1345": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "600": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "1842": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "4140": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1870": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "933": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.8125, + 0.8125, + 0.8125 + ], + [ + 0.0, + 0.1875, + 0.1875, + 0.1875, + 0.8125, + 0.8125 + ], + [ + 0.1875, + 0.1875, + 0.8125, + 0.8125, + 0.8125, + 1.0 + ] + ], + "3323": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3013": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "103": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "2422": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3588": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2971": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1401": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2150": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2624": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2164": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "4093": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "175": [ + [ + 0.0625, + 0.0, + 0.0625, + 0.9375, + 0.875, + 0.9375 + ] + ], + "3774": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1770": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1387": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "624": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.5625 + ] + ], + "902": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ] + ], + "2623": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "455": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2944": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1309": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1615": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1296": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1358": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "674": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 1.0 + ] + ], + "1174": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "3647": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.8125, + 0.25, + 0.8125 + ] + ], + "2701": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "913": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.8125, + 0.8125, + 0.8125 + ], + [ + 0.0, + 0.1875, + 0.1875, + 0.1875, + 0.8125, + 0.8125 + ], + [ + 0.1875, + 0.1875, + 0.0, + 0.8125, + 0.8125, + 0.1875 + ], + [ + 0.8125, + 0.1875, + 0.1875, + 1.0, + 0.8125, + 0.8125 + ] + ], + "1466": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2680": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3110": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 1.0 + ], + [ + 0.625, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "2029": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1047": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "3664": [ + [ + 0.1875, + 0.3125, + 0.1875, + 0.5625, + 1.0, + 0.5625 + ] + ], + "568": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "3551": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3855": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "829": [ + [ + 0.375, + 0.0, + 0.375, + 0.625, + 1.5, + 1.0 + ], + [ + 0.625, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "841": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 1.0 + ], + [ + 0.625, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "2626": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2660": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1699": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4145": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "963": [ + [ + 0.0, + 0.1875, + 0.1875, + 0.8125, + 0.8125, + 0.8125 + ], + [ + 0.1875, + 0.1875, + 0.8125, + 0.8125, + 0.8125, + 1.0 + ], + [ + 0.1875, + 0.8125, + 0.1875, + 0.8125, + 1.0, + 0.8125 + ] + ], + "2126": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3732": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "1060": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3462": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "564": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ] + ], + "3521": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "630": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 1.0 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "2531": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4055": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2174": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "3263": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2261": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3493": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "808": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "3157": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "3401": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2505": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2791": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3251": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "4011": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2452": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "169": [ + [ + 0.0625, + 0.3125, + 0.3125, + 0.4375, + 0.75, + 0.6875 + ] + ], + "2823": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3706": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "345": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "987": [ + [ + 0.15625, + 0.0, + 0.15625, + 0.34375, + 1.0, + 0.34375 + ] + ], + "2615": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "142": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 1.0 + ], + [ + 0.625, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "3745": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1563": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1295": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1504": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2874": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1837": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1533": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2293": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1876": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "171": [ + [ + 0.25, + 0.1875, + 0.0625, + 0.75, + 0.75, + 0.5625 + ] + ], + "3369": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4162": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3134": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 1.0 + ] + ], + "3437": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "621": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "100": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 1.0, + 0.1875 + ] + ], + "632": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "1445": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3532": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3399": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2614": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3010": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2554": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1740": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "488": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1902": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3258": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2684": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4146": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2457": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1756": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2919": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4024": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "83": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.625 + ] + ], + "711": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ] + ], + "1561": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2738": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2864": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "28": [ + [ + 0.5, + 0.0, + 0.0, + 1.0, + 1.0, + 0.5 + ], + [ + 0.0, + 0.5, + 0.0, + 0.5, + 1.0, + 1.0 + ], + [ + 0.5, + 0.5, + 0.5, + 1.0, + 1.0, + 1.0 + ] + ], + "150": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 1.0 + ] + ], + "958": [ + [ + 0.1875, + 0.1875, + 0.0, + 0.8125, + 0.8125, + 1.0 + ] + ], + "3833": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3786": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "944": [ + [ + 0.1875, + 0.1875, + 0.0, + 0.8125, + 0.8125, + 0.8125 + ], + [ + 0.8125, + 0.1875, + 0.1875, + 1.0, + 0.8125, + 0.8125 + ], + [ + 0.1875, + 0.8125, + 0.1875, + 0.8125, + 1.0, + 0.8125 + ] + ], + "1508": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "4239": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "668": [ + [ + 0.4375, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "3283": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4005": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "4168": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "3790": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "399": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3560": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "105": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ] + ], + "3562": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1816": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "4318": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1831": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4189": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1938": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4325": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "579": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ] + ], + "3422": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3612": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "57": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 1.0, + 0.1875 + ] + ], + "3179": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3755": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3587": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1505": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3484": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "67": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 0.5, + 1.0 + ] + ], + "3494": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1154": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ] + ], + "2582": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "219": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1270": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2850": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "849": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 1.0 + ] + ], + "1919": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1642": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1419": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1501": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1041": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2715": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2846": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "751": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ] + ], + "2694": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "4158": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2793": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3546": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3571": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2613": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3531": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2219": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3048": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1481": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3859": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2063": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4022": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2057": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1159": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2432": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "79": [ + [ + 0.375, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "1979": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "4133": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1120": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "667": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "3039": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "43": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 0.5, + 1.0 + ], + [ + 0.0, + 0.5, + 0.5, + 0.5, + 1.0, + 1.0 + ] + ], + "2915": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3941": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "283": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2318": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "697": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "2061": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "282": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2175": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "1062": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3218": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "290": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3079": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4163": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2799": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "513": [ + [ + 0.25, + 0.25, + 0.25, + 0.75, + 0.6875, + 0.75 + ], + [ + 0.375, + 0.25, + 0.0, + 0.625, + 0.5, + 0.25 + ], + [ + 0.0, + 0.625, + 0.0, + 0.25, + 0.6875, + 1.0 + ], + [ + 0.25, + 0.625, + 0.0, + 1.0, + 0.6875, + 0.25 + ], + [ + 0.25, + 0.625, + 0.75, + 1.0, + 0.6875, + 1.0 + ], + [ + 0.75, + 0.625, + 0.25, + 1.0, + 0.6875, + 0.75 + ], + [ + 0.0, + 0.6875, + 0.0, + 0.125, + 1.0, + 1.0 + ], + [ + 0.125, + 0.6875, + 0.0, + 1.0, + 1.0, + 0.125 + ], + [ + 0.125, + 0.6875, + 0.875, + 1.0, + 1.0, + 1.0 + ], + [ + 0.875, + 0.6875, + 0.125, + 1.0, + 1.0, + 0.875 + ] + ], + "3513": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3877": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4064": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1782": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2792": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3973": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1455": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1305": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2202": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1068": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "56": [ + [ + 0.8125, + 0.0, + 0.0, + 1.0, + 1.0, + 1.0 + ] + ], + "4272": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1026": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2899": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2201": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "858": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ] + ], + "3641": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.8125, + 0.3125, + 0.8125 + ] + ], + "3864": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3140": [ + [ + 0.375, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ] + ], + "1197": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2461": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1275": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2984": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "237": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3181": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "559": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ] + ], + "2925": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ] + ], + "1653": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "966": [ + [ + 0.1875, + 0.1875, + 0.1875, + 0.8125, + 0.8125, + 1.0 + ] + ], + "3485": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "1175": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2122": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "37": [ + [ + 0.5, + 0.0, + 0.5, + 1.0, + 1.0, + 1.0 + ], + [ + 0.0, + 0.5, + 0.0, + 0.5, + 1.0, + 1.0 + ], + [ + 0.5, + 0.5, + 0.0, + 1.0, + 1.0, + 0.5 + ] + ], + "1730": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "315": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3353": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1017": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3128": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.625 + ], + [ + 0.625, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "3726": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "2754": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2763": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "386": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1640": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "3695": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "88": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 0.875, + 1.0 + ] + ], + "3230": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3518": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4039": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2523": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1386": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "750": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 1.0 + ] + ], + "3901": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2264": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2002": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "677": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "3828": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "506": [ + [ + 0.1875, + 0.25, + 0.0, + 0.8125, + 0.75, + 0.5 + ] + ], + "3482": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2565": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3911": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "572": [ + [ + 0.4375, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "4062": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4032": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1259": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2050": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "554": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 1.0 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "1243": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3955": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "884": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "780": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "2815": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "422": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4154": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4110": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "982": [ + [ + 0.15625, + 0.0, + 0.15625, + 0.34375, + 1.0, + 0.34375 + ] + ], + "1689": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "728": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "629": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "863": [ + [ + 0.375, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "2932": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3708": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "4084": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1163": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "948": [ + [ + 0.1875, + 0.1875, + 0.1875, + 0.8125, + 0.8125, + 1.0 + ], + [ + 0.8125, + 0.1875, + 0.1875, + 1.0, + 0.8125, + 0.8125 + ], + [ + 0.1875, + 0.8125, + 0.1875, + 0.8125, + 1.0, + 0.8125 + ] + ], + "1122": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "4253": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "199": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2086": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "800": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "3540": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3584": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4248": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "461": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3608": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3051": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3209": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "801": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 1.0 + ] + ], + "2448": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2718": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "735": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ] + ], + "3785": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2820": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3848": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3710": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "922": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.8125, + 0.8125, + 0.8125 + ], + [ + 0.8125, + 0.1875, + 0.1875, + 1.0, + 0.8125, + 0.8125 + ] + ], + "3254": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3541": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2004": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3741": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3461": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1612": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3111": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ] + ], + "3552": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "20": [ + [ + 0.375, + 0.0, + 0.375, + 0.625, + 1.0, + 0.625 + ], + [ + 0.0, + 0.75, + 0.0, + 0.375, + 1.0, + 1.0 + ], + [ + 0.375, + 0.75, + 0.0, + 1.0, + 1.0, + 0.375 + ], + [ + 0.375, + 0.75, + 0.625, + 1.0, + 1.0, + 1.0 + ], + [ + 0.625, + 0.75, + 0.375, + 1.0, + 1.0, + 0.625 + ] + ], + "4269": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2821": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4157": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1304": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3856": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1531": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "1635": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3147": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "512": [ + [ + 0.375, + 0.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, + 0.625, + 0.0, + 0.25, + 0.6875, + 1.0 + ], + [ + 0.25, + 0.625, + 0.0, + 1.0, + 0.6875, + 0.25 + ], + [ + 0.25, + 0.625, + 0.75, + 1.0, + 0.6875, + 1.0 + ], + [ + 0.75, + 0.625, + 0.25, + 1.0, + 0.6875, + 0.75 + ], + [ + 0.0, + 0.6875, + 0.0, + 0.125, + 1.0, + 1.0 + ], + [ + 0.125, + 0.6875, + 0.0, + 1.0, + 1.0, + 0.125 + ], + [ + 0.125, + 0.6875, + 0.875, + 1.0, + 1.0, + 1.0 + ], + [ + 0.875, + 0.6875, + 0.125, + 1.0, + 1.0, + 0.875 + ] + ], + "1298": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "93": [ + [ + 0.5625, + 0.0, + 0.0625, + 0.9375, + 0.5, + 0.9375 + ] + ], + "316": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3729": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "746": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 1.0 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "4160": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3689": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2312": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3351": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2271": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3824": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3418": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3327": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2266": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2055": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1994": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "124": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ] + ], + "917": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.8125, + 0.8125, + 0.8125 + ], + [ + 0.0, + 0.1875, + 0.1875, + 0.1875, + 0.8125, + 0.8125 + ], + [ + 0.1875, + 0.1875, + 0.8125, + 0.8125, + 0.8125, + 1.0 + ], + [ + 0.8125, + 0.1875, + 0.1875, + 1.0, + 0.8125, + 0.8125 + ] + ], + "4228": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2409": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2152": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "46": [ + [ + 0.5, + 0.0, + 0.0, + 1.0, + 1.0, + 1.0 + ], + [ + 0.0, + 0.5, + 0.0, + 0.5, + 1.0, + 1.0 + ] + ], + "2301": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "1534": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "543": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ] + ], + "3076": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1075": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2600": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "431": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "4224": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "109": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "336": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2889": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3738": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "704": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.5625 + ] + ], + "3385": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "230": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "94": [ + [ + 0.6875, + 0.0, + 0.0625, + 0.9375, + 0.5, + 0.9375 + ] + ], + "4281": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1568": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1747": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2197": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2961": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1697": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4078": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3549": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "32": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 0.5, + 1.0 + ], + [ + 0.0, + 0.5, + 0.0, + 0.5, + 1.0, + 0.5 + ] + ], + "45": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 0.5, + 1.0 + ], + [ + 0.0, + 0.5, + 0.0, + 0.5, + 1.0, + 1.0 + ] + ], + "3124": [ + [ + 0.375, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ] + ], + "607": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ] + ], + "2723": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3659": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.5625, + 1.0, + 0.5625 + ] + ], + "3873": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3072": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1856": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3068": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "939": [ + [ + 0.0, + 0.1875, + 0.1875, + 1.0, + 0.8125, + 0.8125 + ], + [ + 0.1875, + 0.1875, + 0.0, + 0.8125, + 0.8125, + 0.1875 + ], + [ + 0.1875, + 0.1875, + 0.8125, + 0.8125, + 0.8125, + 1.0 + ], + [ + 0.1875, + 0.8125, + 0.1875, + 0.8125, + 1.0, + 0.8125 + ] + ], + "2656": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2903": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "643": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ] + ], + "2062": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2143": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "748": [ + [ + 0.4375, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "3142": [ + [ + 0.0625, + 0.0, + 0.0625, + 0.9375, + 0.9375, + 0.9375 + ] + ], + "3170": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "71": [ + [ + 0.0625, + 0.0, + 0.0625, + 0.9375, + 0.9375, + 0.9375 + ] + ], + "1365": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "375": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "2755": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4067": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2067": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "2418": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2761": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3510": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4196": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1576": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1833": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3429": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3451": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1459": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3601": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "214": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "3915": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "4171": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4082": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1509": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1696": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3849": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "12": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 1.0, + 0.25 + ], + [ + 0.375, + 0.375, + 0.25, + 0.625, + 0.625, + 1.0 + ] + ], + "1695": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3364": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3716": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "973": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.75, + 0.4375, + 0.75 + ] + ], + "3862": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3203": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2147": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1793": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3398": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "928": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.8125, + 1.0, + 0.8125 + ], + [ + 0.1875, + 0.1875, + 0.0, + 0.8125, + 0.8125, + 0.1875 + ] + ], + "3300": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "920": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.8125, + 1.0, + 0.8125 + ], + [ + 0.8125, + 0.1875, + 0.1875, + 1.0, + 0.8125, + 0.8125 + ] + ], + "193": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2891": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2255": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1371": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2750": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2526": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1552": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3356": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "354": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "618": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 1.0 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "13": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 1.0, + 0.25 + ], + [ + 0.375, + 0.375, + 0.25, + 0.625, + 0.625, + 1.25 + ] + ], + "1955": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2167": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3964": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1485": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "852": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "1414": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2280": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3569": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "638": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 1.0 + ] + ], + "196": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "3450": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1763": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3349": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "419": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2712": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "139": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 1.0 + ] + ], + "1056": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2642": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3488": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3646": [ + [ + 0.75, + 0.1875, + 0.1875, + 1.0, + 0.8125, + 0.8125 + ] + ], + "2130": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2967": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2594": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3542": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2688": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "322": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2747": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3119": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ] + ], + "395": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1021": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3159": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "165": [ + [ + 0.0625, + 0.4375, + 0.375, + 0.3125, + 0.75, + 0.625 + ] + ], + "335": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3104": [ + [ + 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, + 0.5625, + 0.9375, + 1.0 + ] + ], + "2358": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "332": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "796": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "55": [ + [ + 0.0, + 0.0, + 0.8125, + 1.0, + 1.0, + 1.0 + ] + ], + "717": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "1453": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3126": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 1.0 + ], + [ + 0.625, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "3701": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2294": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1144": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1007": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "2633": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3978": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2071": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3668": [ + [ + 0.125, + 0.0, + 0.125, + 0.625, + 1.0, + 0.625 + ] + ], + "27": [ + [ + 0.0, + 0.0, + 0.0, + 0.5, + 1.0, + 0.5 + ], + [ + 0.0, + 0.5, + 0.5, + 1.0, + 1.0, + 1.0 + ], + [ + 0.5, + 0.5, + 0.0, + 1.0, + 1.0, + 0.5 + ] + ], + "1331": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2491": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1565": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1993": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3758": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2783": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1209": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "1601": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2361": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4187": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2439": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "497": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1310": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1832": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2861": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1881": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "484": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3759": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "107": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "1409": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "599": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ] + ], + "3756": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4091": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1074": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "582": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 1.0 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "1236": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2700": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1943": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1210": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "131": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 1.0 + ] + ], + "2149": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2816": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4148": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1553": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3392": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "104": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 1.0 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "1980": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "280": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "678": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 1.0 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "826": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ] + ], + "3526": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3289": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2674": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3595": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2979": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "2528": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2517": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2107": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "4034": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "259": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "880": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "4056": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3970": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2360": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3228": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3940": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1947": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1205": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2969": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "1238": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "153": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "788": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "2751": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2447": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1351": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "226": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "3919": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3400": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3559": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1617": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1244": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "4301": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "521": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "584": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "4176": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3416": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1225": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4256": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "522": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 1.0 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "2490": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "953": [ + [ + 0.0, + 0.1875, + 0.1875, + 1.0, + 0.8125, + 0.8125 + ] + ], + "2010": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1530": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "2564": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2316": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3737": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "689": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "2426": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3697": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4115": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1014": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "822": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ] + ], + "2337": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "314": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1463": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "4259": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2534": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1320": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1282": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3445": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1099": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2519": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "272": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3345": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1723": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3216": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2433": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3604": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1616": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2215": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1114": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1604": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2509": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1990": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3347": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1920": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2941": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "350": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3575": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3653": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 0.1875, + 0.75 + ] + ], + "1097": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3017": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3431": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2302": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3249": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "30": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 0.5, + 1.0 + ], + [ + 0.0, + 0.5, + 0.0, + 0.5, + 1.0, + 1.0 + ], + [ + 0.5, + 0.5, + 0.0, + 1.0, + 1.0, + 0.5 + ] + ], + "1515": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1142": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2592": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1933": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1143": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1161": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2664": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4073": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1218": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4233": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1416": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "159": [ + [ + 0.0, + 0.0, + 0.0, + 0.125, + 1.0, + 0.25 + ], + [ + 0.0, + 0.0, + 0.75, + 0.125, + 1.0, + 1.0 + ], + [ + 0.125, + 0.0, + 0.0, + 0.25, + 1.0, + 0.125 + ], + [ + 0.125, + 0.0, + 0.875, + 0.25, + 1.0, + 1.0 + ], + [ + 0.75, + 0.0, + 0.0, + 1.0, + 1.0, + 0.125 + ], + [ + 0.75, + 0.0, + 0.875, + 1.0, + 1.0, + 1.0 + ], + [ + 0.875, + 0.0, + 0.125, + 1.0, + 1.0, + 0.25 + ], + [ + 0.875, + 0.0, + 0.75, + 1.0, + 1.0, + 0.875 + ], + [ + 0.0, + 0.1875, + 0.25, + 1.0, + 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, + 0.75, + 1.0, + 0.125 + ], + [ + 0.25, + 0.1875, + 0.875, + 0.75, + 1.0, + 1.0 + ], + [ + 0.0, + 0.25, + 0.25, + 0.125, + 1.0, + 0.75 + ], + [ + 0.875, + 0.25, + 0.25, + 1.0, + 1.0, + 0.75 + ] + ], + "387": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "137": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ] + ], + "4200": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1248": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2758": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2739": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "947": [ + [ + 0.0, + 0.1875, + 0.1875, + 1.0, + 0.8125, + 0.8125 + ], + [ + 0.1875, + 0.1875, + 0.8125, + 0.8125, + 0.8125, + 1.0 + ], + [ + 0.1875, + 0.8125, + 0.1875, + 0.8125, + 1.0, + 0.8125 + ] + ], + "855": [ + [ + 0.375, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ] + ], + "2177": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "523": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "1928": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3972": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2548": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3871": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3370": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1886": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "876": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "3749": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1231": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3136": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.625 + ] + ], + "3193": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "842": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ] + ], + "1489": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1289": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3000": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3311": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3447": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "529": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "698": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 1.0 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "197": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "889": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 1.0 + ], + [ + 0.625, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "942": [ + [ + 0.1875, + 0.1875, + 0.0, + 0.8125, + 0.8125, + 1.0 + ], + [ + 0.8125, + 0.1875, + 0.1875, + 1.0, + 0.8125, + 0.8125 + ] + ], + "2436": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2845": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3314": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "645": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "2483": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2621": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "479": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2609": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1448": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "912": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.8125, + 1.0, + 0.8125 + ], + [ + 0.1875, + 0.1875, + 0.0, + 0.8125, + 0.8125, + 0.1875 + ], + [ + 0.8125, + 0.1875, + 0.1875, + 1.0, + 0.8125, + 0.8125 + ] + ], + "2338": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2965": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1046": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "783": [ + [ + 0.375, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "1812": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "0": [], + "563": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ] + ], + "1057": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3965": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "537": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "753": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "658": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 1.0 + ] + ], + "2091": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4066": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1353": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "1240": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1348": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1610": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1111": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "686": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 1.0 + ] + ], + "1009": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2394": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3989": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2677": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3792": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1352": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1949": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1671": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2281": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ] + ], + "1260": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "915": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.8125, + 1.0, + 0.8125 + ], + [ + 0.0, + 0.1875, + 0.1875, + 0.1875, + 0.8125, + 0.8125 + ], + [ + 0.1875, + 0.1875, + 0.8125, + 0.8125, + 0.8125, + 1.0 + ], + [ + 0.8125, + 0.1875, + 0.1875, + 1.0, + 0.8125, + 0.8125 + ] + ], + "1003": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2808": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "3660": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.5625, + 1.0, + 0.5625 + ] + ], + "971": [ + [ + 0.3125, + -0.0625, + 0.3125, + 0.6875, + 0.1875, + 0.6875 + ] + ], + "1222": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2458": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "321": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2910": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3727": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "562": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 1.0 + ] + ], + "177": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "467": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "573": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "3495": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4232": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "424": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3277": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1778": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "578": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 1.0 + ] + ], + "2140": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "2726": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "654": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 1.0 + ] + ], + "1583": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "80": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "1807": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "98": [ + [ + 0.0, + 0.8125, + 0.0, + 1.0, + 1.0, + 1.0 + ] + ], + "2051": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4079": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3665": [ + [ + 0.125, + 0.0, + 0.125, + 0.625, + 1.0, + 0.625 + ] + ], + "1103": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2513": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3794": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1716": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "950": [ + [ + 0.1875, + 0.1875, + 0.1875, + 0.8125, + 0.8125, + 1.0 + ], + [ + 0.8125, + 0.1875, + 0.1875, + 1.0, + 0.8125, + 0.8125 + ] + ], + "3403": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3818": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1934": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2395": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2657": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "3615": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2292": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3372": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "89": [ + [ + 0.0625, + 0.0, + 0.0625, + 0.9375, + 0.5, + 0.9375 + ] + ], + "734": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 1.0 + ] + ], + "70": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 0.875, + 1.0 + ] + ], + "911": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.8125, + 1.0, + 0.8125 + ], + [ + 0.0, + 0.1875, + 0.1875, + 0.1875, + 0.8125, + 0.8125 + ], + [ + 0.1875, + 0.1875, + 0.0, + 0.8125, + 0.8125, + 0.1875 + ], + [ + 0.8125, + 0.1875, + 0.1875, + 1.0, + 0.8125, + 0.8125 + ] + ], + "1641": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "3284": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1875": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1905": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3012": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1162": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "1631": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3563": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1717": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "90": [ + [ + 0.1875, + 0.0, + 0.0625, + 0.9375, + 0.5, + 0.9375 + ] + ], + "1123": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "644": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ] + ], + "4283": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4319": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2935": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3829": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "596": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ] + ], + "2670": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3954": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "268": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2843": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3599": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1761": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "904": [ + [ + 0.375, + 0.375, + 0.0, + 0.625, + 0.625, + 1.0 + ] + ], + "3417": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1789": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3146": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "1666": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2558": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "238": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2496": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "1808": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3487": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "454": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1711": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "167": [ + [ + 0.3125, + 0.3125, + 0.0625, + 0.6875, + 0.75, + 0.4375 + ] + ], + "1359": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "3977": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1096": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3590": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "581": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "1715": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2650": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3474": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "8": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 1.0, + 0.75 + ] + ], + "2481": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2707": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3582": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2675": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3278": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2245": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "210": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2678": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3748": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4047": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "620": [ + [ + 0.4375, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "1274": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4029": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4058": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "2978": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1703": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "474": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2443": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "3184": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4135": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2060": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1986": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "297": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2676": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3715": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1472": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "136": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ] + ], + "1969": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1207": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2771": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1051": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3171": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2632": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2731": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "460": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1591": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4268": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1339": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3129": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "135": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 1.0 + ] + ], + "2492": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "3676": [ + [ + 0.0, + 0.0, + 0.0, + 0.75, + 1.0, + 0.75 + ] + ], + "2530": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "146": [ + [ + 0.375, + 0.0, + 0.375, + 0.625, + 1.5, + 1.0 + ], + [ + 0.625, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "3031": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2545": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "603": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "221": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3435": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4037": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3553": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2467": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4138": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3033": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "58": [ + [ + 0.0, + 0.0, + 0.8125, + 1.0, + 1.0, + 1.0 + ] + ], + "166": [ + [ + 0.6875, + 0.4375, + 0.375, + 0.9375, + 0.75, + 0.625 + ] + ], + "744": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "2373": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4203": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "3629": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 0.375, + 0.625 + ] + ], + "1731": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1921": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "346": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2101": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1151": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1381": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1946": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "355": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2148": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "601": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "4274": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "3637": [ + [ + 0.1875, + 0.1875, + 0.6875, + 0.8125, + 0.8125, + 1.0 + ] + ], + "1547": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1166": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1971": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3544": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "86": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ] + ], + "3881": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "340": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "4186": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2868": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1329": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "956": [ + [ + 0.1875, + 0.1875, + 0.0, + 0.8125, + 0.8125, + 1.0 + ], + [ + 0.1875, + 0.8125, + 0.1875, + 0.8125, + 1.0, + 0.8125 + ] + ], + "1049": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1084": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "296": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3237": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "870": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ] + ], + "3446": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2736": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1219": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1705": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1575": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "955": [ + [ + 0.0, + 0.1875, + 0.1875, + 0.8125, + 0.8125, + 0.8125 + ], + [ + 0.1875, + 0.1875, + 0.0, + 0.8125, + 0.8125, + 0.1875 + ], + [ + 0.1875, + 0.1875, + 0.8125, + 0.8125, + 0.8125, + 1.0 + ], + [ + 0.1875, + 0.8125, + 0.1875, + 0.8125, + 1.0, + 0.8125 + ] + ], + "1624": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2430": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2229": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "2959": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3736": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "729": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "449": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3626": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 0.375, + 0.5625 + ] + ], + "4292": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1897": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "51": [ + [ + 0.0625, + 0.0, + 0.0, + 0.9375, + 0.875, + 0.9375 + ] + ], + "260": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1590": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1794": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1250": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "941": [ + [ + 0.0, + 0.1875, + 0.1875, + 1.0, + 0.8125, + 0.8125 + ], + [ + 0.1875, + 0.1875, + 0.0, + 0.8125, + 0.8125, + 0.1875 + ], + [ + 0.1875, + 0.1875, + 0.8125, + 0.8125, + 0.8125, + 1.0 + ] + ], + "4247": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1771": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1383": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4118": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3007": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "900": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "2453": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2497": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "3667": [ + [ + 0.125, + 0.0, + 0.125, + 0.625, + 1.0, + 0.625 + ] + ], + "2221": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3270": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2948": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3037": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3780": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4205": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3605": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3049": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3137": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "856": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "2709": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3566": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2469": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "134": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "3022": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "319": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1117": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3984": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1736": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4299": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3486": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2304": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "496": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1316": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "1718": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2075": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4258": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "423": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1286": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "312": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4257": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2423": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "366": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1271": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1415": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "803": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.625 + ] + ], + "1915": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "500": [ + [ + 0.25, + 0.25, + 0.5, + 0.75, + 0.75, + 1.0 + ] + ], + "4155": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3185": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1952": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1720": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1355": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "969": [ + [ + 0.0, + 0.1875, + 0.1875, + 0.8125, + 0.8125, + 0.8125 + ] + ], + "1299": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2259": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "867": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.625 + ] + ], + "2661": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3205": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "446": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "3468": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "2958": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1255": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3481": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1034": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "502": [ + [ + 0.5, + 0.25, + 0.25, + 1.0, + 0.75, + 0.75 + ] + ], + "925": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.8125, + 0.8125, + 0.8125 + ], + [ + 0.0, + 0.1875, + 0.1875, + 0.1875, + 0.8125, + 0.8125 + ], + [ + 0.1875, + 0.1875, + 0.0, + 0.8125, + 0.8125, + 0.1875 + ], + [ + 0.1875, + 0.1875, + 0.8125, + 0.8125, + 0.8125, + 1.0 + ] + ], + "968": [ + [ + 0.1875, + 0.1875, + 0.1875, + 0.8125, + 1.0, + 0.8125 + ] + ], + "4": [ + [ + 0.0, + 0.0, + 0.0, + 0.1875, + 0.5625, + 0.1875 + ], + [ + 0.0, + 0.0, + 0.8125, + 0.1875, + 0.5625, + 1.0 + ], + [ + 0.0, + 0.1875, + 0.1875, + 1.0, + 0.5625, + 0.8125 + ], + [ + 0.1875, + 0.1875, + 0.0, + 1.0, + 0.5625, + 0.1875 + ], + [ + 0.1875, + 0.1875, + 0.8125, + 1.0, + 0.5625, + 1.0 + ] + ], + "1884": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "318": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2466": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3754": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "4320": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1510": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1374": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4229": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2936": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1528": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1436": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "865": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 1.0 + ] + ], + "3200": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2015": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2824": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2289": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "833": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 1.0 + ] + ], + "1626": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "954": [ + [ + 0.1875, + 0.1875, + 0.1875, + 1.0, + 0.8125, + 0.8125 + ] + ], + "1350": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2074": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2881": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1708": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2009": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "2994": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3649": [ + [ + 0.25, + 0.25, + 0.8125, + 0.75, + 0.75, + 1.0 + ] + ], + "2411": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "4050": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1265": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1035": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1281": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1188": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3850": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2641": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "1269": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3730": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2231": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "741": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "2308": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2811": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1685": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "997": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "101": [ + [ + 0.8125, + 0.0, + 0.0, + 1.0, + 1.0, + 1.0 + ] + ], + "3528": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2123": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "782": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "1404": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4216": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "986": [ + [ + 0.15625, + 0.0, + 0.15625, + 0.34375, + 1.0, + 0.34375 + ] + ], + "1362": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1363": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4241": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2819": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "775": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 0.0625, + 1.0 + ] + ], + "2192": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "765": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "1940": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3120": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.625 + ] + ], + "891": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.625 + ], + [ + 0.625, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "1817": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3424": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1751": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3473": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "2896": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3476": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "544": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.5625 + ] + ], + "2243": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4164": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2161": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "583": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ] + ], + "3734": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2042": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2538": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3199": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2256": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2828": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1347": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "3535": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "527": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ] + ], + "1660": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1995": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2749": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2305": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1471": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "409": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3718": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "549": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "1134": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3070": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1462": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "727": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ] + ], + "1395": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "420": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2319": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "1894": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2942": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2901": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "492": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "710": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 1.0 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "1082": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1795": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2110": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3837": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "357": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "1211": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4153": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1620": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2687": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "154": [ + [ + 0.375, + 0.0, + 0.375, + 0.625, + 1.5, + 1.0 + ] + ], + "1173": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "87": [ + [ + 0.375, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ] + ], + "1439": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "907": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.8125, + 1.0, + 0.8125 + ], + [ + 0.0, + 0.1875, + 0.1875, + 0.1875, + 0.8125, + 0.8125 + ], + [ + 0.1875, + 0.1875, + 0.0, + 0.8125, + 0.8125, + 0.1875 + ], + [ + 0.1875, + 0.1875, + 0.8125, + 0.8125, + 0.8125, + 1.0 + ], + [ + 0.8125, + 0.1875, + 0.1875, + 1.0, + 0.8125, + 0.8125 + ] + ], + "3456": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "216": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "839": [ + [ + 0.375, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ] + ], + "3108": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 0.4375, + 1.0 + ] + ], + "2916": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1926": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1080": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "261": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2222": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2186": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4261": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2295": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "1224": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4095": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2146": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "3548": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3868": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2735": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4033": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4070": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "569": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "2759": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2914": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "760": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "2992": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1388": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3704": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3338": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1294": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "444": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "489": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3594": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1411": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3441": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "494": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2768": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "3096": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 0.5625, + 1.0 + ] + ], + "3097": [ + [ + 0.0, + 0.0, + 0.25, + 1.0, + 1.0, + 0.75 + ] + ], + "31": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 0.5, + 1.0 + ], + [ + 0.0, + 0.5, + 0.0, + 1.0, + 1.0, + 0.5 + ], + [ + 0.5, + 0.5, + 0.5, + 1.0, + 1.0, + 1.0 + ] + ], + "540": [ + [ + 0.4375, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "1293": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "641": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "1655": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2340": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3219": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1992": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3946": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2710": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1337": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2784": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "2553": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3525": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "373": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2778": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "3112": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.625 + ], + [ + 0.625, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "2720": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1043": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "1252": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1548": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "252": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "756": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ] + ], + "1998": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2008": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2378": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2602": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "182": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "814": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "3457": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2790": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "3963": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "173": [ + [ + 0.0625, + 0.1875, + 0.25, + 0.5625, + 0.75, + 0.75 + ] + ], + "3275": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4235": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3365": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "53": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 0.9375, + 1.0 + ] + ], + "701": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "1673": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2341": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3714": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "3580": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "326": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2198": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "141": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "3406": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1942": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3071": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3622": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1957": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2729": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "820": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "836": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "608": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.5625 + ] + ], + "890": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ] + ], + "1759": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "265": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "828": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "3854": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "703": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ] + ], + "2939": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "2841": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2525": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2103": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2665": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "24": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 1.0, + 0.5 + ], + [ + 0.0, + 0.5, + 0.5, + 1.0, + 1.0, + 1.0 + ] + ], + "255": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "288": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4255": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1803": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "143": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ] + ], + "4042": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "2026": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3731": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1247": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "224": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2370": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1981": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1798": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ] + ], + "3154": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2095": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3909": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "585": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "533": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "4117": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2856": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3373": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "396": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "99": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 0.1875, + 1.0 + ] + ], + "3059": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1110": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3874": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1424": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "1326": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3702": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "4112": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "1249": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3799": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2781": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "292": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4094": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1318": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "1048": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "3469": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "308": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2598": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2949": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1136": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4326": [ + [ + 0.0625, + 0.0, + 0.0625, + 0.9375, + 1.0, + 0.9375 + ] + ], + "821": [ + [ + 0.375, + 0.0, + 0.375, + 0.625, + 1.5, + 1.0 + ] + ], + "1852": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "2178": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1152": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "81": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 1.0 + ] + ], + "358": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1183": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3393": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2952": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3043": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2787": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4027": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "647": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ] + ], + "3246": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "382": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2134": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "2934": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3764": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1918": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2805": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "951": [ + [ + 0.0, + 0.1875, + 0.1875, + 1.0, + 0.8125, + 0.8125 + ], + [ + 0.1875, + 0.8125, + 0.1875, + 0.8125, + 1.0, + 0.8125 + ] + ], + "1132": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1266": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2171": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2977": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2924": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2269": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2666": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2193": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3839": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3042": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "535": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ] + ], + "1518": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1108": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2438": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1443": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4219": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "1369": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "3550": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "10": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 0.75, + 1.0 + ] + ], + "2227": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2955": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2539": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1301": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3760": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3789": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "271": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1707": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4304": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3252": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "1585": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "3213": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1456": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4266": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "432": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2607": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "3262": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1520": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "2404": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4076": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2005": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3690": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "738": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 1.0 + ] + ], + "3015": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2088": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1559": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2900": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1160": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3682": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ] + ], + "2693": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "4143": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2940": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3122": [ + [ + 0.375, + 0.0, + 0.375, + 0.625, + 1.5, + 1.0 + ] + ], + "2498": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "652": [ + [ + 0.4375, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "3309": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1106": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2930": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3287": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2695": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2473": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3509": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "2536": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "306": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3597": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3700": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "428": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "824": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "4128": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1908": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1904": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "619": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "1799": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "1545": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1153": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4101": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4197": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "1647": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3797": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "383": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3788": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3783": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "406": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4052": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2904": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3746": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4054": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "2895": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "74": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ] + ], + "291": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3953": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3802": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3188": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3527": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3603": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3994": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2912": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2970": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1543": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "60": [ + [ + 0.8125, + 0.0, + 0.0, + 1.0, + 1.0, + 1.0 + ] + ], + "3698": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3035": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1480": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "187": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1467": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2743": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3558": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2272": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2596": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3916": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1839": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3148": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1811": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1327": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3313": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2672": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3396": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "896": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "4113": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "2031": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3907": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "879": [ + [ + 0.375, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "3415": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "605": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "817": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 1.0 + ] + ], + "95": [ + [ + 0.8125, + 0.0, + 0.0625, + 0.9375, + 0.5, + 0.9375 + ] + ], + "507": [ + [ + 0.5, + 0.25, + 0.1875, + 1.0, + 0.75, + 0.8125 + ] + ], + "128": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "1898": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1987": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "486": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "616": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "1128": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "495": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4288": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "700": [ + [ + 0.4375, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "2121": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "749": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "2950": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "992": [ + [ + 0.15625, + 0.0, + 0.15625, + 0.34375, + 1.0, + 0.34375 + ] + ], + "52": [ + [ + 0.0625, + 0.0, + 0.0625, + 0.9375, + 0.875, + 1.0 + ] + ], + "111": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "1745": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "3656": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 0.5, + 1.0 + ] + ], + "3883": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "294": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3880": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3889": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1016": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "116": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 1.0 + ] + ], + "1245": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2921": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2442": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ] + ], + "3077": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "666": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 1.0 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "3023": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "525": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "379": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4092": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1593": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1924": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2840": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3576": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2998": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2239": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2725": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3243": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "257": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "96": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 0.125, + 1.0 + ] + ], + "604": [ + [ + 0.4375, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "2499": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1494": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3986": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1010": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "723": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ] + ], + "1871": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2366": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1314": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3094": [ + [ + 0.125, + 0.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, + 0.25 + ], + [ + 0.375, + 0.5625, + 0.75, + 0.625, + 1.0, + 0.875 + ] + ], + "1836": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "3827": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "21": [ + [ + 0.375, + -0.25, + 0.375, + 0.625, + 1.0, + 0.625 + ], + [ + 0.0, + 0.75, + 0.0, + 0.375, + 1.0, + 1.0 + ], + [ + 0.375, + 0.75, + 0.0, + 1.0, + 1.0, + 0.375 + ], + [ + 0.375, + 0.75, + 0.625, + 1.0, + 1.0, + 1.0 + ], + [ + 0.625, + 0.75, + 0.375, + 1.0, + 1.0, + 0.625 + ] + ], + "1399": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3089": [ + [ + 0.25, + 0.125, + 0.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 + ], + [ + 0.75, + 0.375, + 0.5625, + 0.875, + 0.625, + 1.0 + ] + ], + "1328": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1851": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3020": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3358": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "2794": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3712": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3028": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3609": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2894": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "784": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "1917": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1991": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "1589": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "448": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3272": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "883": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.625 + ] + ], + "2391": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3688": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3966": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2929": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "565": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "1906": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "510": [ + [ + 0.125, + 0.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, + 0.625 + ], + [ + 0.0, + 0.625, + 0.1875, + 0.25, + 1.0, + 0.8125 + ], + [ + 0.25, + 0.625, + 0.1875, + 1.0, + 1.0, + 0.375 + ], + [ + 0.25, + 0.625, + 0.625, + 1.0, + 1.0, + 0.8125 + ], + [ + 0.75, + 0.625, + 0.375, + 1.0, + 1.0, + 0.625 + ] + ], + "777": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 1.0 + ], + [ + 0.625, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "3686": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "411": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "123": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 1.0 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "4119": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2683": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "476": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2880": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2647": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "3853": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "179": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "2737": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3217": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "275": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3725": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1959": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ] + ], + "402": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1072": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3836": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "244": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2097": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3814": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1735": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4323": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3981": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1130": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3175": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "806": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ] + ], + "3449": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "4068": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "617": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "519": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ] + ], + "3211": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3804": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "349": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1912": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "830": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "993": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ] + ], + "1973": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "2617": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "3762": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4126": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3267": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2172": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2235": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2986": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "633": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "2619": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3386": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1433": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3795": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1499": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3687": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "994": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "1398": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2762": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "960": [ + [ + 0.1875, + 0.1875, + 0.0, + 0.8125, + 0.8125, + 0.8125 + ], + [ + 0.1875, + 0.8125, + 0.1875, + 0.8125, + 1.0, + 0.8125 + ] + ], + "2006": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2618": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "530": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 1.0 + ] + ], + "4060": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3067": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2542": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4286": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3019": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "148": [ + [ + 0.375, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ] + ], + "4043": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1972": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1594": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "9": [ + [ + 0.25, + 0.0, + 0.0, + 1.0, + 1.0, + 1.0 + ] + ], + "2021": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2809": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3918": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "1513": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3967": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2909": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "4198": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "339": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "120": [ + [ + 0.40625, + 0.0, + 0.40625, + 0.59375, + 1.0, + 0.59375 + ] + ], + "2369": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2890": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "433": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1529": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2987": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "935": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.8125, + 1.0, + 0.8125 + ], + [ + 0.0, + 0.1875, + 0.1875, + 0.1875, + 0.8125, + 0.8125 + ] + ], + "6": [ + [ + 0.0, + 0.0, + 0.25, + 1.0, + 1.0, + 1.0 + ] + ], + "1150": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1929": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2056": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "313": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3618": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3425": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "445": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "232": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3075": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3304": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ] + ], + "3651": [ + [ + 0.25, + 0.25, + 0.0, + 0.75, + 0.75, + 0.1875 + ] + ], + "989": [ + [ + 0.15625, + 0.0, + 0.15625, + 0.34375, + 1.0, + 0.34375 + ] + ], + "1813": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1654": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "235": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2482": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3496": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4243": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1242": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1878": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1765": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4209": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "1115": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3003": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1487": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2425": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3536": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4227": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1690": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3348": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "3318": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "1171": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3831": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3186": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1840": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2127": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2907": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2974": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1408": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "222": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1806": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "3173": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2173": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3025": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "407": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "228": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3165": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2724": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1797": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2212": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "452": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2644": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2569": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "4127": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4211": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1189": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3943": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "421": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3261": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3720": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "391": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "909": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.8125, + 0.8125, + 0.8125 + ], + [ + 0.0, + 0.1875, + 0.1875, + 0.1875, + 0.8125, + 0.8125 + ], + [ + 0.1875, + 0.1875, + 0.0, + 0.8125, + 0.8125, + 0.1875 + ], + [ + 0.1875, + 0.1875, + 0.8125, + 0.8125, + 0.8125, + 1.0 + ], + [ + 0.8125, + 0.1875, + 0.1875, + 1.0, + 0.8125, + 0.8125 + ] + ], + "919": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.8125, + 1.0, + 0.8125 + ], + [ + 0.0, + 0.1875, + 0.1875, + 0.1875, + 0.8125, + 0.8125 + ], + [ + 0.8125, + 0.1875, + 0.1875, + 1.0, + 0.8125, + 0.8125 + ] + ], + "3607": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4031": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3825": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "805": [ + [ + 0.375, + 0.0, + 0.375, + 0.625, + 1.5, + 1.0 + ] + ], + "3616": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3001": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3026": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "185": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "959": [ + [ + 0.0, + 0.1875, + 0.1875, + 0.8125, + 0.8125, + 0.8125 + ], + [ + 0.1875, + 0.1875, + 0.0, + 0.8125, + 0.8125, + 0.1875 + ], + [ + 0.1875, + 0.8125, + 0.1875, + 0.8125, + 1.0, + 0.8125 + ] + ], + "2385": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2348": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2376": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1228": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2893": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "650": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 1.0 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "810": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ] + ], + "2567": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1410": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1877": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3411": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1985": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "3975": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2556": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1580": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2559": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "901": [ + [ + 0.375, + 0.0, + 0.375, + 0.625, + 1.5, + 1.0 + ] + ], + "2606": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "3265": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3331": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "208": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "1758": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "868": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "256": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "64": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 0.125, + 1.0 + ] + ], + "405": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2200": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3464": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2417": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1300": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4275": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2236": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "414": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2449": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2242": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "991": [ + [ + 0.15625, + 0.0, + 0.15625, + 0.34375, + 1.0, + 0.34375 + ] + ], + "1621": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2655": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3141": [ + [ + 0.0, + 0.0, + 0.0, + 1.0, + 0.125, + 1.0 + ], + [ + 0.0, + 0.125, + 0.0, + 0.125, + 1.0, + 1.0 + ], + [ + 0.125, + 0.125, + 0.0, + 1.0, + 1.0, + 0.125 + ], + [ + 0.125, + 0.125, + 0.875, + 1.0, + 1.0, + 1.0 + ], + [ + 0.875, + 0.125, + 0.125, + 1.0, + 1.0, + 0.875 + ] + ], + "341": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ] + ], + "2817": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "385": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3018": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2578": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2350": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1258": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4306": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "203": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1701": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3191": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3371": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1648": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1571": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "278": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "874": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ] + ], + "2028": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4309": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2587": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3699": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1251": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1025": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "2897": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1006": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1040": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "114": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.5625 + ] + ], + "191": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1058": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "416": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1542": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1147": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "938": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.8125, + 0.8125, + 0.8125 + ] + ], + "2488": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "36": [ + [ + 0.0, + 0.0, + 0.0, + 0.5, + 1.0, + 1.0 + ], + [ + 0.5, + 0.0, + 0.5, + 1.0, + 1.0, + 1.0 + ], + [ + 0.5, + 0.5, + 0.0, + 1.0, + 1.0, + 0.5 + ] + ], + "4201": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2329": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3027": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1379": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3568": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3765": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "4298": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2714": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2313": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "1983": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3063": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3888": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2387": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3545": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2489": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1315": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ] + ], + "122": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "127": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 1.0 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "333": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2141": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3821": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1737": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2135": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1560": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "493": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3835": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "253": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3359": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "1945": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "2834": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "844": [ + [ + 0.0, + 0.0, + 0.375, + 1.0, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.625, + 0.625, + 1.5, + 1.0 + ] + ], + "2502": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1974": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "508": [ + [ + 0.0, + 0.25, + 0.1875, + 0.5, + 0.75, + 0.8125 + ] + ], + "1050": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2283": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "1728": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "250": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3197": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "227": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2645": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1964": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "671": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ] + ], + "3093": [ + [ + 0.25, + 0.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, + 0.625 + ], + [ + 0.75, + 0.5625, + 0.375, + 0.875, + 1.0, + 0.625 + ] + ], + "353": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1517": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2468": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "2748": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1086": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "577": [ + [ + 0.0, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "2535": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3092": [ + [ + 0.25, + 0.125, + 0.25, + 1.0, + 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, + 0.375, + 0.125, + 0.4375, + 0.625, + 0.25 + ], + [ + 0.0, + 0.375, + 0.75, + 0.4375, + 0.625, + 0.875 + ] + ], + "1137": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "1076": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2853": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "338": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "1633": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2117": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1112": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "757": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 0.4375 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "1091": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2722": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "835": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.625 + ] + ], + "1684": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "553": [ + [ + 0.0, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ], + [ + 0.4375, + 0.0, + 0.5625, + 0.5625, + 1.0, + 1.0 + ] + ], + "2827": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3620": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2869": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3341": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2637": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2165": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3812": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "3178": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "3478": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "118": [ + [ + 0.4375, + 0.0, + 0.4375, + 0.5625, + 1.0, + 0.5625 + ] + ], + "401": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2343": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1850": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "964": [ + [ + 0.1875, + 0.1875, + 0.1875, + 0.8125, + 0.8125, + 1.0 + ], + [ + 0.1875, + 0.8125, + 0.1875, + 0.8125, + 1.0, + 0.8125 + ] + ], + "1859": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2065": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "785": [ + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 1.0 + ] + ], + "1651": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "1714": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2240": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "3245": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4270": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2427": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "158": [ + [ + 0.0625, + 0.0, + 0.0625, + 0.9375, + 0.125, + 0.9375 + ], + [ + 0.4375, + 0.125, + 0.4375, + 0.5625, + 0.875, + 0.5625 + ] + ], + "2649": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1786": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2306": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "246": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1691": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "4089": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1858": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "14": [ + [ + 0.75, + 0.0, + 0.0, + 1.0, + 1.0, + 1.0 + ], + [ + 0.0, + 0.375, + 0.375, + 0.75, + 0.625, + 0.625 + ] + ], + "1011": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2933": [ + [ + 0.3125, + 0.0, + 0.3125, + 0.6875, + 1.5, + 1.0 + ] + ], + "2985": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1581": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "4178": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "2407": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "2543": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1702": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "3634": [ + [ + 0.5625, + 0.1875, + 0.1875, + 1.0, + 0.8125, + 0.8125 + ] + ], + "3215": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ] + ], + "403": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "429": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "1936": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "4134": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "4222": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "155": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ] + ], + "726": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 1.0 + ], + [ + 0.5625, + 0.0, + 0.4375, + 1.0, + 1.0, + 0.5625 + ] + ], + "443": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1384": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1755": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2810": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2464": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ] + ], + "233": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "258": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3360": [ + [ + 0.3125, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "2109": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ] + ], + "1760": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "3187": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ] + ], + "3674": [ + [ + 0.0, + 0.0, + 0.0, + 0.75, + 1.0, + 0.75 + ] + ], + "4185": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.6875 + ] + ], + "1577": [ + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.75 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.25 + ], + [ + 0.3125, + 0.0, + 0.75, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.75, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "818": [ + [ + 0.0, + 0.0, + 0.375, + 0.625, + 1.5, + 0.625 + ], + [ + 0.375, + 0.0, + 0.0, + 0.625, + 1.5, + 0.375 + ] + ], + "918": [ + [ + 0.1875, + 0.0, + 0.1875, + 0.8125, + 0.8125, + 0.8125 + ], + [ + 0.1875, + 0.1875, + 0.8125, + 0.8125, + 0.8125, + 1.0 + ], + [ + 0.8125, + 0.1875, + 0.1875, + 1.0, + 0.8125, + 0.8125 + ] + ], + "1558": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "281": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 0.3125 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1170": [ + [ + 0.0, + 0.0, + 0.3125, + 0.6875, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "1317": [ + [ + 0.0, + 0.0, + 0.3125, + 0.75, + 1.5, + 0.6875 + ], + [ + 0.25, + 0.0, + 0.25, + 0.75, + 1.5, + 0.3125 + ], + [ + 0.25, + 0.0, + 0.6875, + 0.75, + 1.5, + 0.75 + ] + ], + "1700": [ + [ + 0.0, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ], + [ + 0.3125, + 0.0, + 0.6875, + 0.6875, + 1.5, + 1.0 + ] + ], + "2922": [ + [ + 0.3125, + 0.0, + 0.0, + 0.6875, + 1.5, + 1.0 + ], + [ + 0.6875, + 0.0, + 0.3125, + 1.0, + 1.5, + 0.6875 + ] + ], + "526": [ + [ + 0.4375, + 0.0, + 0.0, + 0.5625, + 1.0, + 1.0 + ] + ] + } +} \ No newline at end of file diff --git a/data/pc/1.20.2/blocks.json b/data/pc/1.20.2/blocks.json new file mode 100644 index 000000000..053351c02 --- /dev/null +++ b/data/pc/1.20.2/blocks.json @@ -0,0 +1,37132 @@ +[ + { + "id": 0, + "name": "air", + "displayName": "Air", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": false, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 0, + "minStateId": 0, + "maxStateId": 0, + "states": [], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 1, + "name": "stone", + "displayName": "Stone", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 1, + "minStateId": 1, + "maxStateId": 1, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 22 + ], + "boundingBox": "block" + }, + { + "id": 2, + "name": "granite", + "displayName": "Granite", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 2, + "minStateId": 2, + "maxStateId": 2, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 2 + ], + "boundingBox": "block" + }, + { + "id": 3, + "name": "polished_granite", + "displayName": "Polished Granite", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 3, + "minStateId": 3, + "maxStateId": 3, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 3 + ], + "boundingBox": "block" + }, + { + "id": 4, + "name": "diorite", + "displayName": "Diorite", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 4, + "minStateId": 4, + "maxStateId": 4, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 4 + ], + "boundingBox": "block" + }, + { + "id": 5, + "name": "polished_diorite", + "displayName": "Polished Diorite", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 5, + "minStateId": 5, + "maxStateId": 5, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 5 + ], + "boundingBox": "block" + }, + { + "id": 6, + "name": "andesite", + "displayName": "Andesite", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 6, + "minStateId": 6, + "maxStateId": 6, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 6 + ], + "boundingBox": "block" + }, + { + "id": 7, + "name": "polished_andesite", + "displayName": "Polished Andesite", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 7, + "minStateId": 7, + "maxStateId": 7, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 7 + ], + "boundingBox": "block" + }, + { + "id": 8, + "name": "grass_block", + "displayName": "Grass Block", + "hardness": 0.6, + "resistance": 0.6, + "stackSize": 64, + "diggable": true, + "material": "mineable/shovel", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 9, + "minStateId": 8, + "maxStateId": 9, + "states": [ + { + "name": "snowy", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 15 + ], + "boundingBox": "block" + }, + { + "id": 9, + "name": "dirt", + "displayName": "Dirt", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/shovel", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 10, + "minStateId": 10, + "maxStateId": 10, + "states": [], + "drops": [ + 15 + ], + "boundingBox": "block" + }, + { + "id": 10, + "name": "coarse_dirt", + "displayName": "Coarse Dirt", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/shovel", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 11, + "minStateId": 11, + "maxStateId": 11, + "states": [], + "drops": [ + 16 + ], + "boundingBox": "block" + }, + { + "id": 11, + "name": "podzol", + "displayName": "Podzol", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/shovel", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 13, + "minStateId": 12, + "maxStateId": 13, + "states": [ + { + "name": "snowy", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 15 + ], + "boundingBox": "block" + }, + { + "id": 12, + "name": "cobblestone", + "displayName": "Cobblestone", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 14, + "minStateId": 14, + "maxStateId": 14, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 22 + ], + "boundingBox": "block" + }, + { + "id": 13, + "name": "oak_planks", + "displayName": "Oak Planks", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 15, + "minStateId": 15, + "maxStateId": 15, + "states": [], + "drops": [ + 23 + ], + "boundingBox": "block" + }, + { + "id": 14, + "name": "spruce_planks", + "displayName": "Spruce Planks", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 16, + "minStateId": 16, + "maxStateId": 16, + "states": [], + "drops": [ + 24 + ], + "boundingBox": "block" + }, + { + "id": 15, + "name": "birch_planks", + "displayName": "Birch Planks", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 17, + "minStateId": 17, + "maxStateId": 17, + "states": [], + "drops": [ + 25 + ], + "boundingBox": "block" + }, + { + "id": 16, + "name": "jungle_planks", + "displayName": "Jungle Planks", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 18, + "minStateId": 18, + "maxStateId": 18, + "states": [], + "drops": [ + 26 + ], + "boundingBox": "block" + }, + { + "id": 17, + "name": "acacia_planks", + "displayName": "Acacia Planks", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 19, + "minStateId": 19, + "maxStateId": 19, + "states": [], + "drops": [ + 27 + ], + "boundingBox": "block" + }, + { + "id": 18, + "name": "cherry_planks", + "displayName": "Cherry Planks", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 20, + "minStateId": 20, + "maxStateId": 20, + "states": [], + "drops": [ + 28 + ], + "boundingBox": "block" + }, + { + "id": 19, + "name": "dark_oak_planks", + "displayName": "Dark Oak Planks", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 21, + "minStateId": 21, + "maxStateId": 21, + "states": [], + "drops": [ + 29 + ], + "boundingBox": "block" + }, + { + "id": 20, + "name": "mangrove_planks", + "displayName": "Mangrove Planks", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 22, + "minStateId": 22, + "maxStateId": 22, + "states": [], + "drops": [ + 30 + ], + "boundingBox": "block" + }, + { + "id": 21, + "name": "bamboo_planks", + "displayName": "Bamboo Planks", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 23, + "minStateId": 23, + "maxStateId": 23, + "states": [], + "drops": [ + 31 + ], + "boundingBox": "block" + }, + { + "id": 22, + "name": "bamboo_mosaic", + "displayName": "Bamboo Mosaic", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 24, + "minStateId": 24, + "maxStateId": 24, + "states": [], + "drops": [ + 34 + ], + "boundingBox": "block" + }, + { + "id": 23, + "name": "oak_sapling", + "displayName": "Oak Sapling", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 25, + "minStateId": 25, + "maxStateId": 26, + "states": [ + { + "name": "stage", + "type": "int", + "num_values": 2, + "values": [ + "0", + "1" + ] + } + ], + "drops": [ + 35 + ], + "boundingBox": "empty" + }, + { + "id": 24, + "name": "spruce_sapling", + "displayName": "Spruce Sapling", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 27, + "minStateId": 27, + "maxStateId": 28, + "states": [ + { + "name": "stage", + "type": "int", + "num_values": 2, + "values": [ + "0", + "1" + ] + } + ], + "drops": [ + 36 + ], + "boundingBox": "empty" + }, + { + "id": 25, + "name": "birch_sapling", + "displayName": "Birch Sapling", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 29, + "minStateId": 29, + "maxStateId": 30, + "states": [ + { + "name": "stage", + "type": "int", + "num_values": 2, + "values": [ + "0", + "1" + ] + } + ], + "drops": [ + 37 + ], + "boundingBox": "empty" + }, + { + "id": 26, + "name": "jungle_sapling", + "displayName": "Jungle Sapling", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 31, + "minStateId": 31, + "maxStateId": 32, + "states": [ + { + "name": "stage", + "type": "int", + "num_values": 2, + "values": [ + "0", + "1" + ] + } + ], + "drops": [ + 38 + ], + "boundingBox": "empty" + }, + { + "id": 27, + "name": "acacia_sapling", + "displayName": "Acacia Sapling", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 33, + "minStateId": 33, + "maxStateId": 34, + "states": [ + { + "name": "stage", + "type": "int", + "num_values": 2, + "values": [ + "0", + "1" + ] + } + ], + "drops": [ + 39 + ], + "boundingBox": "empty" + }, + { + "id": 28, + "name": "cherry_sapling", + "displayName": "Cherry Sapling", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 35, + "minStateId": 35, + "maxStateId": 36, + "states": [ + { + "name": "stage", + "type": "int", + "num_values": 2, + "values": [ + "0", + "1" + ] + } + ], + "drops": [ + 40 + ], + "boundingBox": "empty" + }, + { + "id": 29, + "name": "dark_oak_sapling", + "displayName": "Dark Oak Sapling", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 37, + "minStateId": 37, + "maxStateId": 38, + "states": [ + { + "name": "stage", + "type": "int", + "num_values": 2, + "values": [ + "0", + "1" + ] + } + ], + "drops": [ + 41 + ], + "boundingBox": "empty" + }, + { + "id": 30, + "name": "mangrove_propagule", + "displayName": "Mangrove Propagule", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 44, + "minStateId": 39, + "maxStateId": 78, + "states": [ + { + "name": "age", + "type": "int", + "num_values": 5, + "values": [ + "0", + "1", + "2", + "3", + "4" + ] + }, + { + "name": "hanging", + "type": "bool", + "num_values": 2 + }, + { + "name": "stage", + "type": "int", + "num_values": 2, + "values": [ + "0", + "1" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 31, + "name": "bedrock", + "displayName": "Bedrock", + "hardness": -1.0, + "resistance": 3600000.0, + "stackSize": 64, + "diggable": false, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 79, + "minStateId": 79, + "maxStateId": 79, + "states": [], + "drops": [], + "boundingBox": "block" + }, + { + "id": 32, + "name": "water", + "displayName": "Water", + "hardness": 100.0, + "resistance": 100.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 80, + "minStateId": 80, + "maxStateId": 95, + "states": [ + { + "name": "level", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 33, + "name": "lava", + "displayName": "Lava", + "hardness": 100.0, + "resistance": 100.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 15, + "filterLight": 1, + "defaultState": 96, + "minStateId": 96, + "maxStateId": 111, + "states": [ + { + "name": "level", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 34, + "name": "sand", + "displayName": "Sand", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/shovel", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 112, + "minStateId": 112, + "maxStateId": 112, + "states": [], + "drops": [ + 44 + ], + "boundingBox": "block" + }, + { + "id": 35, + "name": "suspicious_sand", + "displayName": "Suspicious Sand", + "hardness": 0.25, + "resistance": 0.25, + "stackSize": 64, + "diggable": true, + "material": "mineable/shovel", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 113, + "minStateId": 113, + "maxStateId": 116, + "states": [ + { + "name": "dusted", + "type": "int", + "num_values": 4, + "values": [ + "0", + "1", + "2", + "3" + ] + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 36, + "name": "red_sand", + "displayName": "Red Sand", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/shovel", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 117, + "minStateId": 117, + "maxStateId": 117, + "states": [], + "drops": [ + 47 + ], + "boundingBox": "block" + }, + { + "id": 37, + "name": "gravel", + "displayName": "Gravel", + "hardness": 0.6, + "resistance": 0.6, + "stackSize": 64, + "diggable": true, + "material": "mineable/shovel", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 118, + "minStateId": 118, + "maxStateId": 118, + "states": [], + "drops": [ + 48 + ], + "boundingBox": "block" + }, + { + "id": 38, + "name": "suspicious_gravel", + "displayName": "Suspicious Gravel", + "hardness": 0.25, + "resistance": 0.25, + "stackSize": 64, + "diggable": true, + "material": "mineable/shovel", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 119, + "minStateId": 119, + "maxStateId": 122, + "states": [ + { + "name": "dusted", + "type": "int", + "num_values": 4, + "values": [ + "0", + "1", + "2", + "3" + ] + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 39, + "name": "gold_ore", + "displayName": "Gold Ore", + "hardness": 3.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 123, + "minStateId": 123, + "maxStateId": 123, + "states": [], + "harvestTools": { + "794": true, + "799": true, + "804": true + }, + "drops": [ + 773 + ], + "boundingBox": "block" + }, + { + "id": 40, + "name": "deepslate_gold_ore", + "displayName": "Deepslate Gold Ore", + "hardness": 4.5, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 124, + "minStateId": 124, + "maxStateId": 124, + "states": [], + "harvestTools": { + "794": true, + "799": true, + "804": true + }, + "drops": [ + 773 + ], + "boundingBox": "block" + }, + { + "id": 41, + "name": "iron_ore", + "displayName": "Iron Ore", + "hardness": 3.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 125, + "minStateId": 125, + "maxStateId": 125, + "states": [], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 769 + ], + "boundingBox": "block" + }, + { + "id": 42, + "name": "deepslate_iron_ore", + "displayName": "Deepslate Iron Ore", + "hardness": 4.5, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 126, + "minStateId": 126, + "maxStateId": 126, + "states": [], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 769 + ], + "boundingBox": "block" + }, + { + "id": 43, + "name": "coal_ore", + "displayName": "Coal Ore", + "hardness": 3.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 127, + "minStateId": 127, + "maxStateId": 127, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 762 + ], + "boundingBox": "block" + }, + { + "id": 44, + "name": "deepslate_coal_ore", + "displayName": "Deepslate Coal Ore", + "hardness": 4.5, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 128, + "minStateId": 128, + "maxStateId": 128, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 762 + ], + "boundingBox": "block" + }, + { + "id": 45, + "name": "nether_gold_ore", + "displayName": "Nether Gold Ore", + "hardness": 3.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 129, + "minStateId": 129, + "maxStateId": 129, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 955 + ], + "boundingBox": "block" + }, + { + "id": 46, + "name": "oak_log", + "displayName": "Oak Log", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 131, + "minStateId": 130, + "maxStateId": 132, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 110 + ], + "boundingBox": "block" + }, + { + "id": 47, + "name": "spruce_log", + "displayName": "Spruce Log", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 134, + "minStateId": 133, + "maxStateId": 135, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 111 + ], + "boundingBox": "block" + }, + { + "id": 48, + "name": "birch_log", + "displayName": "Birch Log", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 137, + "minStateId": 136, + "maxStateId": 138, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 112 + ], + "boundingBox": "block" + }, + { + "id": 49, + "name": "jungle_log", + "displayName": "Jungle Log", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 140, + "minStateId": 139, + "maxStateId": 141, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 113 + ], + "boundingBox": "block" + }, + { + "id": 50, + "name": "acacia_log", + "displayName": "Acacia Log", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 143, + "minStateId": 142, + "maxStateId": 144, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 114 + ], + "boundingBox": "block" + }, + { + "id": 51, + "name": "cherry_log", + "displayName": "Cherry Log", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 146, + "minStateId": 145, + "maxStateId": 147, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 115 + ], + "boundingBox": "block" + }, + { + "id": 52, + "name": "dark_oak_log", + "displayName": "Dark Oak Log", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 149, + "minStateId": 148, + "maxStateId": 150, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 116 + ], + "boundingBox": "block" + }, + { + "id": 53, + "name": "mangrove_log", + "displayName": "Mangrove Log", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 152, + "minStateId": 151, + "maxStateId": 153, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 117 + ], + "boundingBox": "block" + }, + { + "id": 54, + "name": "mangrove_roots", + "displayName": "Mangrove Roots", + "hardness": 0.7, + "resistance": 0.7, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 155, + "minStateId": 154, + "maxStateId": 155, + "states": [ + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 118 + ], + "boundingBox": "block" + }, + { + "id": 55, + "name": "muddy_mangrove_roots", + "displayName": "Muddy Mangrove Roots", + "hardness": 0.7, + "resistance": 0.7, + "stackSize": 64, + "diggable": true, + "material": "mineable/shovel", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 157, + "minStateId": 156, + "maxStateId": 158, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 119 + ], + "boundingBox": "block" + }, + { + "id": 56, + "name": "bamboo_block", + "displayName": "Block of Bamboo", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 160, + "minStateId": 159, + "maxStateId": 161, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 122 + ], + "boundingBox": "block" + }, + { + "id": 57, + "name": "stripped_spruce_log", + "displayName": "Stripped Spruce Log", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 163, + "minStateId": 162, + "maxStateId": 164, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 124 + ], + "boundingBox": "block" + }, + { + "id": 58, + "name": "stripped_birch_log", + "displayName": "Stripped Birch Log", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 166, + "minStateId": 165, + "maxStateId": 167, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 125 + ], + "boundingBox": "block" + }, + { + "id": 59, + "name": "stripped_jungle_log", + "displayName": "Stripped Jungle Log", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 169, + "minStateId": 168, + "maxStateId": 170, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 126 + ], + "boundingBox": "block" + }, + { + "id": 60, + "name": "stripped_acacia_log", + "displayName": "Stripped Acacia Log", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 172, + "minStateId": 171, + "maxStateId": 173, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 127 + ], + "boundingBox": "block" + }, + { + "id": 61, + "name": "stripped_cherry_log", + "displayName": "Stripped Cherry Log", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 175, + "minStateId": 174, + "maxStateId": 176, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 128 + ], + "boundingBox": "block" + }, + { + "id": 62, + "name": "stripped_dark_oak_log", + "displayName": "Stripped Dark Oak Log", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 178, + "minStateId": 177, + "maxStateId": 179, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 129 + ], + "boundingBox": "block" + }, + { + "id": 63, + "name": "stripped_oak_log", + "displayName": "Stripped Oak Log", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 181, + "minStateId": 180, + "maxStateId": 182, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 123 + ], + "boundingBox": "block" + }, + { + "id": 64, + "name": "stripped_mangrove_log", + "displayName": "Stripped Mangrove Log", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 184, + "minStateId": 183, + "maxStateId": 185, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 130 + ], + "boundingBox": "block" + }, + { + "id": 65, + "name": "stripped_bamboo_block", + "displayName": "Block of Stripped Bamboo", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 187, + "minStateId": 186, + "maxStateId": 188, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 143 + ], + "boundingBox": "block" + }, + { + "id": 66, + "name": "oak_wood", + "displayName": "Oak Wood", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 190, + "minStateId": 189, + "maxStateId": 191, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 144 + ], + "boundingBox": "block" + }, + { + "id": 67, + "name": "spruce_wood", + "displayName": "Spruce Wood", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 193, + "minStateId": 192, + "maxStateId": 194, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 145 + ], + "boundingBox": "block" + }, + { + "id": 68, + "name": "birch_wood", + "displayName": "Birch Wood", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 196, + "minStateId": 195, + "maxStateId": 197, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 146 + ], + "boundingBox": "block" + }, + { + "id": 69, + "name": "jungle_wood", + "displayName": "Jungle Wood", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 199, + "minStateId": 198, + "maxStateId": 200, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 147 + ], + "boundingBox": "block" + }, + { + "id": 70, + "name": "acacia_wood", + "displayName": "Acacia Wood", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 202, + "minStateId": 201, + "maxStateId": 203, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 148 + ], + "boundingBox": "block" + }, + { + "id": 71, + "name": "cherry_wood", + "displayName": "Cherry Wood", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 205, + "minStateId": 204, + "maxStateId": 206, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 149 + ], + "boundingBox": "block" + }, + { + "id": 72, + "name": "dark_oak_wood", + "displayName": "Dark Oak Wood", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 208, + "minStateId": 207, + "maxStateId": 209, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 150 + ], + "boundingBox": "block" + }, + { + "id": 73, + "name": "mangrove_wood", + "displayName": "Mangrove Wood", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 211, + "minStateId": 210, + "maxStateId": 212, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 151 + ], + "boundingBox": "block" + }, + { + "id": 74, + "name": "stripped_oak_wood", + "displayName": "Stripped Oak Wood", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 214, + "minStateId": 213, + "maxStateId": 215, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 133 + ], + "boundingBox": "block" + }, + { + "id": 75, + "name": "stripped_spruce_wood", + "displayName": "Stripped Spruce Wood", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 217, + "minStateId": 216, + "maxStateId": 218, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 134 + ], + "boundingBox": "block" + }, + { + "id": 76, + "name": "stripped_birch_wood", + "displayName": "Stripped Birch Wood", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 220, + "minStateId": 219, + "maxStateId": 221, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 135 + ], + "boundingBox": "block" + }, + { + "id": 77, + "name": "stripped_jungle_wood", + "displayName": "Stripped Jungle Wood", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 223, + "minStateId": 222, + "maxStateId": 224, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 136 + ], + "boundingBox": "block" + }, + { + "id": 78, + "name": "stripped_acacia_wood", + "displayName": "Stripped Acacia Wood", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 226, + "minStateId": 225, + "maxStateId": 227, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 137 + ], + "boundingBox": "block" + }, + { + "id": 79, + "name": "stripped_cherry_wood", + "displayName": "Stripped Cherry Wood", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 229, + "minStateId": 228, + "maxStateId": 230, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 138 + ], + "boundingBox": "block" + }, + { + "id": 80, + "name": "stripped_dark_oak_wood", + "displayName": "Stripped Dark Oak Wood", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 232, + "minStateId": 231, + "maxStateId": 233, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 139 + ], + "boundingBox": "block" + }, + { + "id": 81, + "name": "stripped_mangrove_wood", + "displayName": "Stripped Mangrove Wood", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 235, + "minStateId": 234, + "maxStateId": 236, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 140 + ], + "boundingBox": "block" + }, + { + "id": 82, + "name": "oak_leaves", + "displayName": "Oak Leaves", + "hardness": 0.2, + "resistance": 0.2, + "stackSize": 64, + "diggable": true, + "material": "leaves;mineable/hoe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 264, + "minStateId": 237, + "maxStateId": 264, + "states": [ + { + "name": "distance", + "type": "int", + "num_values": 7, + "values": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + { + "name": "persistent", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 83, + "name": "spruce_leaves", + "displayName": "Spruce Leaves", + "hardness": 0.2, + "resistance": 0.2, + "stackSize": 64, + "diggable": true, + "material": "leaves;mineable/hoe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 292, + "minStateId": 265, + "maxStateId": 292, + "states": [ + { + "name": "distance", + "type": "int", + "num_values": 7, + "values": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + { + "name": "persistent", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 84, + "name": "birch_leaves", + "displayName": "Birch Leaves", + "hardness": 0.2, + "resistance": 0.2, + "stackSize": 64, + "diggable": true, + "material": "leaves;mineable/hoe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 320, + "minStateId": 293, + "maxStateId": 320, + "states": [ + { + "name": "distance", + "type": "int", + "num_values": 7, + "values": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + { + "name": "persistent", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 85, + "name": "jungle_leaves", + "displayName": "Jungle Leaves", + "hardness": 0.2, + "resistance": 0.2, + "stackSize": 64, + "diggable": true, + "material": "leaves;mineable/hoe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 348, + "minStateId": 321, + "maxStateId": 348, + "states": [ + { + "name": "distance", + "type": "int", + "num_values": 7, + "values": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + { + "name": "persistent", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 86, + "name": "acacia_leaves", + "displayName": "Acacia Leaves", + "hardness": 0.2, + "resistance": 0.2, + "stackSize": 64, + "diggable": true, + "material": "leaves;mineable/hoe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 376, + "minStateId": 349, + "maxStateId": 376, + "states": [ + { + "name": "distance", + "type": "int", + "num_values": 7, + "values": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + { + "name": "persistent", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 87, + "name": "cherry_leaves", + "displayName": "Cherry Leaves", + "hardness": 0.2, + "resistance": 0.2, + "stackSize": 64, + "diggable": true, + "material": "leaves;mineable/hoe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 404, + "minStateId": 377, + "maxStateId": 404, + "states": [ + { + "name": "distance", + "type": "int", + "num_values": 7, + "values": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + { + "name": "persistent", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 88, + "name": "dark_oak_leaves", + "displayName": "Dark Oak Leaves", + "hardness": 0.2, + "resistance": 0.2, + "stackSize": 64, + "diggable": true, + "material": "leaves;mineable/hoe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 432, + "minStateId": 405, + "maxStateId": 432, + "states": [ + { + "name": "distance", + "type": "int", + "num_values": 7, + "values": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + { + "name": "persistent", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 89, + "name": "mangrove_leaves", + "displayName": "Mangrove Leaves", + "hardness": 0.2, + "resistance": 0.2, + "stackSize": 64, + "diggable": true, + "material": "leaves;mineable/hoe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 460, + "minStateId": 433, + "maxStateId": 460, + "states": [ + { + "name": "distance", + "type": "int", + "num_values": 7, + "values": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + { + "name": "persistent", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 90, + "name": "azalea_leaves", + "displayName": "Azalea Leaves", + "hardness": 0.2, + "resistance": 0.2, + "stackSize": 64, + "diggable": true, + "material": "leaves;mineable/hoe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 488, + "minStateId": 461, + "maxStateId": 488, + "states": [ + { + "name": "distance", + "type": "int", + "num_values": 7, + "values": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + { + "name": "persistent", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 91, + "name": "flowering_azalea_leaves", + "displayName": "Flowering Azalea Leaves", + "hardness": 0.2, + "resistance": 0.2, + "stackSize": 64, + "diggable": true, + "material": "leaves;mineable/hoe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 516, + "minStateId": 489, + "maxStateId": 516, + "states": [ + { + "name": "distance", + "type": "int", + "num_values": 7, + "values": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + { + "name": "persistent", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 92, + "name": "sponge", + "displayName": "Sponge", + "hardness": 0.6, + "resistance": 0.6, + "stackSize": 64, + "diggable": true, + "material": "mineable/hoe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 517, + "minStateId": 517, + "maxStateId": 517, + "states": [], + "drops": [ + 164 + ], + "boundingBox": "block" + }, + { + "id": 93, + "name": "wet_sponge", + "displayName": "Wet Sponge", + "hardness": 0.6, + "resistance": 0.6, + "stackSize": 64, + "diggable": true, + "material": "mineable/hoe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 518, + "minStateId": 518, + "maxStateId": 518, + "states": [], + "drops": [ + 165 + ], + "boundingBox": "block" + }, + { + "id": 94, + "name": "glass", + "displayName": "Glass", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 519, + "minStateId": 519, + "maxStateId": 519, + "states": [], + "drops": [], + "boundingBox": "block" + }, + { + "id": 95, + "name": "lapis_ore", + "displayName": "Lapis Lazuli Ore", + "hardness": 3.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 520, + "minStateId": 520, + "maxStateId": 520, + "states": [], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 766 + ], + "boundingBox": "block" + }, + { + "id": 96, + "name": "deepslate_lapis_ore", + "displayName": "Deepslate Lapis Lazuli Ore", + "hardness": 4.5, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 521, + "minStateId": 521, + "maxStateId": 521, + "states": [], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 766 + ], + "boundingBox": "block" + }, + { + "id": 97, + "name": "lapis_block", + "displayName": "Block of Lapis Lazuli", + "hardness": 3.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 522, + "minStateId": 522, + "maxStateId": 522, + "states": [], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 168 + ], + "boundingBox": "block" + }, + { + "id": 98, + "name": "dispenser", + "displayName": "Dispenser", + "hardness": 3.5, + "resistance": 3.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 524, + "minStateId": 523, + "maxStateId": 534, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 6, + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + { + "name": "triggered", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 646 + ], + "boundingBox": "block" + }, + { + "id": 99, + "name": "sandstone", + "displayName": "Sandstone", + "hardness": 0.8, + "resistance": 0.8, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 535, + "minStateId": 535, + "maxStateId": 535, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 169 + ], + "boundingBox": "block" + }, + { + "id": 100, + "name": "chiseled_sandstone", + "displayName": "Chiseled Sandstone", + "hardness": 0.8, + "resistance": 0.8, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 536, + "minStateId": 536, + "maxStateId": 536, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 170 + ], + "boundingBox": "block" + }, + { + "id": 101, + "name": "cut_sandstone", + "displayName": "Cut Sandstone", + "hardness": 0.8, + "resistance": 0.8, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 537, + "minStateId": 537, + "maxStateId": 537, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 171 + ], + "boundingBox": "block" + }, + { + "id": 102, + "name": "note_block", + "displayName": "Note Block", + "hardness": 0.8, + "resistance": 0.8, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 539, + "minStateId": 538, + "maxStateId": 1687, + "states": [ + { + "name": "instrument", + "type": "enum", + "num_values": 23, + "values": [ + "harp", + "basedrum", + "snare", + "hat", + "bass", + "flute", + "bell", + "guitar", + "chime", + "xylophone", + "iron_xylophone", + "cow_bell", + "didgeridoo", + "bit", + "banjo", + "pling", + "zombie", + "skeleton", + "creeper", + "dragon", + "wither_skeleton", + "piglin", + "custom_head" + ] + }, + { + "name": "note", + "type": "int", + "num_values": 25, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15", + "16", + "17", + "18", + "19", + "20", + "21", + "22", + "23", + "24" + ] + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 659 + ], + "boundingBox": "block" + }, + { + "id": 103, + "name": "white_bed", + "displayName": "White Bed", + "hardness": 0.2, + "resistance": 0.2, + "stackSize": 1, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 1691, + "minStateId": 1688, + "maxStateId": 1703, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "occupied", + "type": "bool", + "num_values": 2 + }, + { + "name": "part", + "type": "enum", + "num_values": 2, + "values": [ + "head", + "foot" + ] + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 104, + "name": "orange_bed", + "displayName": "Orange Bed", + "hardness": 0.2, + "resistance": 0.2, + "stackSize": 1, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 1707, + "minStateId": 1704, + "maxStateId": 1719, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "occupied", + "type": "bool", + "num_values": 2 + }, + { + "name": "part", + "type": "enum", + "num_values": 2, + "values": [ + "head", + "foot" + ] + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 105, + "name": "magenta_bed", + "displayName": "Magenta Bed", + "hardness": 0.2, + "resistance": 0.2, + "stackSize": 1, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 1723, + "minStateId": 1720, + "maxStateId": 1735, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "occupied", + "type": "bool", + "num_values": 2 + }, + { + "name": "part", + "type": "enum", + "num_values": 2, + "values": [ + "head", + "foot" + ] + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 106, + "name": "light_blue_bed", + "displayName": "Light Blue Bed", + "hardness": 0.2, + "resistance": 0.2, + "stackSize": 1, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 1739, + "minStateId": 1736, + "maxStateId": 1751, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "occupied", + "type": "bool", + "num_values": 2 + }, + { + "name": "part", + "type": "enum", + "num_values": 2, + "values": [ + "head", + "foot" + ] + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 107, + "name": "yellow_bed", + "displayName": "Yellow Bed", + "hardness": 0.2, + "resistance": 0.2, + "stackSize": 1, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 1755, + "minStateId": 1752, + "maxStateId": 1767, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "occupied", + "type": "bool", + "num_values": 2 + }, + { + "name": "part", + "type": "enum", + "num_values": 2, + "values": [ + "head", + "foot" + ] + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 108, + "name": "lime_bed", + "displayName": "Lime Bed", + "hardness": 0.2, + "resistance": 0.2, + "stackSize": 1, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 1771, + "minStateId": 1768, + "maxStateId": 1783, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "occupied", + "type": "bool", + "num_values": 2 + }, + { + "name": "part", + "type": "enum", + "num_values": 2, + "values": [ + "head", + "foot" + ] + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 109, + "name": "pink_bed", + "displayName": "Pink Bed", + "hardness": 0.2, + "resistance": 0.2, + "stackSize": 1, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 1787, + "minStateId": 1784, + "maxStateId": 1799, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "occupied", + "type": "bool", + "num_values": 2 + }, + { + "name": "part", + "type": "enum", + "num_values": 2, + "values": [ + "head", + "foot" + ] + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 110, + "name": "gray_bed", + "displayName": "Gray Bed", + "hardness": 0.2, + "resistance": 0.2, + "stackSize": 1, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 1803, + "minStateId": 1800, + "maxStateId": 1815, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "occupied", + "type": "bool", + "num_values": 2 + }, + { + "name": "part", + "type": "enum", + "num_values": 2, + "values": [ + "head", + "foot" + ] + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 111, + "name": "light_gray_bed", + "displayName": "Light Gray Bed", + "hardness": 0.2, + "resistance": 0.2, + "stackSize": 1, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 1819, + "minStateId": 1816, + "maxStateId": 1831, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "occupied", + "type": "bool", + "num_values": 2 + }, + { + "name": "part", + "type": "enum", + "num_values": 2, + "values": [ + "head", + "foot" + ] + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 112, + "name": "cyan_bed", + "displayName": "Cyan Bed", + "hardness": 0.2, + "resistance": 0.2, + "stackSize": 1, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 1835, + "minStateId": 1832, + "maxStateId": 1847, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "occupied", + "type": "bool", + "num_values": 2 + }, + { + "name": "part", + "type": "enum", + "num_values": 2, + "values": [ + "head", + "foot" + ] + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 113, + "name": "purple_bed", + "displayName": "Purple Bed", + "hardness": 0.2, + "resistance": 0.2, + "stackSize": 1, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 1851, + "minStateId": 1848, + "maxStateId": 1863, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "occupied", + "type": "bool", + "num_values": 2 + }, + { + "name": "part", + "type": "enum", + "num_values": 2, + "values": [ + "head", + "foot" + ] + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 114, + "name": "blue_bed", + "displayName": "Blue Bed", + "hardness": 0.2, + "resistance": 0.2, + "stackSize": 1, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 1867, + "minStateId": 1864, + "maxStateId": 1879, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "occupied", + "type": "bool", + "num_values": 2 + }, + { + "name": "part", + "type": "enum", + "num_values": 2, + "values": [ + "head", + "foot" + ] + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 115, + "name": "brown_bed", + "displayName": "Brown Bed", + "hardness": 0.2, + "resistance": 0.2, + "stackSize": 1, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 1883, + "minStateId": 1880, + "maxStateId": 1895, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "occupied", + "type": "bool", + "num_values": 2 + }, + { + "name": "part", + "type": "enum", + "num_values": 2, + "values": [ + "head", + "foot" + ] + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 116, + "name": "green_bed", + "displayName": "Green Bed", + "hardness": 0.2, + "resistance": 0.2, + "stackSize": 1, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 1899, + "minStateId": 1896, + "maxStateId": 1911, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "occupied", + "type": "bool", + "num_values": 2 + }, + { + "name": "part", + "type": "enum", + "num_values": 2, + "values": [ + "head", + "foot" + ] + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 117, + "name": "red_bed", + "displayName": "Red Bed", + "hardness": 0.2, + "resistance": 0.2, + "stackSize": 1, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 1915, + "minStateId": 1912, + "maxStateId": 1927, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "occupied", + "type": "bool", + "num_values": 2 + }, + { + "name": "part", + "type": "enum", + "num_values": 2, + "values": [ + "head", + "foot" + ] + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 118, + "name": "black_bed", + "displayName": "Black Bed", + "hardness": 0.2, + "resistance": 0.2, + "stackSize": 1, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 1931, + "minStateId": 1928, + "maxStateId": 1943, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "occupied", + "type": "bool", + "num_values": 2 + }, + { + "name": "part", + "type": "enum", + "num_values": 2, + "values": [ + "head", + "foot" + ] + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 119, + "name": "powered_rail", + "displayName": "Powered Rail", + "hardness": 0.7, + "resistance": 0.7, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 1957, + "minStateId": 1944, + "maxStateId": 1967, + "states": [ + { + "name": "powered", + "type": "bool", + "num_values": 2 + }, + { + "name": "shape", + "type": "enum", + "num_values": 6, + "values": [ + "north_south", + "east_west", + "ascending_east", + "ascending_west", + "ascending_north", + "ascending_south" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 723 + ], + "boundingBox": "empty" + }, + { + "id": 120, + "name": "detector_rail", + "displayName": "Detector Rail", + "hardness": 0.7, + "resistance": 0.7, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 1981, + "minStateId": 1968, + "maxStateId": 1991, + "states": [ + { + "name": "powered", + "type": "bool", + "num_values": 2 + }, + { + "name": "shape", + "type": "enum", + "num_values": 6, + "values": [ + "north_south", + "east_west", + "ascending_east", + "ascending_west", + "ascending_north", + "ascending_south" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 724 + ], + "boundingBox": "empty" + }, + { + "id": 121, + "name": "sticky_piston", + "displayName": "Sticky Piston", + "hardness": 1.5, + "resistance": 1.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 1998, + "minStateId": 1992, + "maxStateId": 2003, + "states": [ + { + "name": "extended", + "type": "bool", + "num_values": 2 + }, + { + "name": "facing", + "type": "enum", + "num_values": 6, + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "drops": [ + 641 + ], + "boundingBox": "block" + }, + { + "id": 122, + "name": "cobweb", + "displayName": "Cobweb", + "hardness": 4.0, + "resistance": 4.0, + "stackSize": 64, + "diggable": true, + "material": "coweb", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 2004, + "minStateId": 2004, + "maxStateId": 2004, + "states": [], + "harvestTools": { + "777": true, + "782": true, + "787": true, + "792": true, + "797": true, + "802": true, + "942": true + }, + "drops": [ + 810 + ], + "boundingBox": "empty" + }, + { + "id": 123, + "name": "grass", + "displayName": "Grass", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 2005, + "minStateId": 2005, + "maxStateId": 2005, + "states": [], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 124, + "name": "fern", + "displayName": "Fern", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 2006, + "minStateId": 2006, + "maxStateId": 2006, + "states": [], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 125, + "name": "dead_bush", + "displayName": "Dead Bush", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 2007, + "minStateId": 2007, + "maxStateId": 2007, + "states": [], + "drops": [ + 807 + ], + "boundingBox": "empty" + }, + { + "id": 126, + "name": "seagrass", + "displayName": "Seagrass", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 2008, + "minStateId": 2008, + "maxStateId": 2008, + "states": [], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 127, + "name": "tall_seagrass", + "displayName": "Tall Seagrass", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 2010, + "minStateId": 2009, + "maxStateId": 2010, + "states": [ + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "upper", + "lower" + ] + } + ], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 128, + "name": "piston", + "displayName": "Piston", + "hardness": 1.5, + "resistance": 1.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 2017, + "minStateId": 2011, + "maxStateId": 2022, + "states": [ + { + "name": "extended", + "type": "bool", + "num_values": 2 + }, + { + "name": "facing", + "type": "enum", + "num_values": 6, + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "drops": [ + 640 + ], + "boundingBox": "block" + }, + { + "id": 129, + "name": "piston_head", + "displayName": "Piston Head", + "hardness": 1.5, + "resistance": 1.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 2025, + "minStateId": 2023, + "maxStateId": 2046, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 6, + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + { + "name": "short", + "type": "bool", + "num_values": 2 + }, + { + "name": "type", + "type": "enum", + "num_values": 2, + "values": [ + "normal", + "sticky" + ] + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 130, + "name": "white_wool", + "displayName": "White Wool", + "hardness": 0.8, + "resistance": 0.8, + "stackSize": 64, + "diggable": true, + "material": "wool", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 2047, + "minStateId": 2047, + "maxStateId": 2047, + "states": [], + "drops": [ + 180 + ], + "boundingBox": "block" + }, + { + "id": 131, + "name": "orange_wool", + "displayName": "Orange Wool", + "hardness": 0.8, + "resistance": 0.8, + "stackSize": 64, + "diggable": true, + "material": "wool", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 2048, + "minStateId": 2048, + "maxStateId": 2048, + "states": [], + "drops": [ + 181 + ], + "boundingBox": "block" + }, + { + "id": 132, + "name": "magenta_wool", + "displayName": "Magenta Wool", + "hardness": 0.8, + "resistance": 0.8, + "stackSize": 64, + "diggable": true, + "material": "wool", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 2049, + "minStateId": 2049, + "maxStateId": 2049, + "states": [], + "drops": [ + 182 + ], + "boundingBox": "block" + }, + { + "id": 133, + "name": "light_blue_wool", + "displayName": "Light Blue Wool", + "hardness": 0.8, + "resistance": 0.8, + "stackSize": 64, + "diggable": true, + "material": "wool", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 2050, + "minStateId": 2050, + "maxStateId": 2050, + "states": [], + "drops": [ + 183 + ], + "boundingBox": "block" + }, + { + "id": 134, + "name": "yellow_wool", + "displayName": "Yellow Wool", + "hardness": 0.8, + "resistance": 0.8, + "stackSize": 64, + "diggable": true, + "material": "wool", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 2051, + "minStateId": 2051, + "maxStateId": 2051, + "states": [], + "drops": [ + 184 + ], + "boundingBox": "block" + }, + { + "id": 135, + "name": "lime_wool", + "displayName": "Lime Wool", + "hardness": 0.8, + "resistance": 0.8, + "stackSize": 64, + "diggable": true, + "material": "wool", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 2052, + "minStateId": 2052, + "maxStateId": 2052, + "states": [], + "drops": [ + 185 + ], + "boundingBox": "block" + }, + { + "id": 136, + "name": "pink_wool", + "displayName": "Pink Wool", + "hardness": 0.8, + "resistance": 0.8, + "stackSize": 64, + "diggable": true, + "material": "wool", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 2053, + "minStateId": 2053, + "maxStateId": 2053, + "states": [], + "drops": [ + 186 + ], + "boundingBox": "block" + }, + { + "id": 137, + "name": "gray_wool", + "displayName": "Gray Wool", + "hardness": 0.8, + "resistance": 0.8, + "stackSize": 64, + "diggable": true, + "material": "wool", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 2054, + "minStateId": 2054, + "maxStateId": 2054, + "states": [], + "drops": [ + 187 + ], + "boundingBox": "block" + }, + { + "id": 138, + "name": "light_gray_wool", + "displayName": "Light Gray Wool", + "hardness": 0.8, + "resistance": 0.8, + "stackSize": 64, + "diggable": true, + "material": "wool", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 2055, + "minStateId": 2055, + "maxStateId": 2055, + "states": [], + "drops": [ + 188 + ], + "boundingBox": "block" + }, + { + "id": 139, + "name": "cyan_wool", + "displayName": "Cyan Wool", + "hardness": 0.8, + "resistance": 0.8, + "stackSize": 64, + "diggable": true, + "material": "wool", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 2056, + "minStateId": 2056, + "maxStateId": 2056, + "states": [], + "drops": [ + 189 + ], + "boundingBox": "block" + }, + { + "id": 140, + "name": "purple_wool", + "displayName": "Purple Wool", + "hardness": 0.8, + "resistance": 0.8, + "stackSize": 64, + "diggable": true, + "material": "wool", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 2057, + "minStateId": 2057, + "maxStateId": 2057, + "states": [], + "drops": [ + 190 + ], + "boundingBox": "block" + }, + { + "id": 141, + "name": "blue_wool", + "displayName": "Blue Wool", + "hardness": 0.8, + "resistance": 0.8, + "stackSize": 64, + "diggable": true, + "material": "wool", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 2058, + "minStateId": 2058, + "maxStateId": 2058, + "states": [], + "drops": [ + 191 + ], + "boundingBox": "block" + }, + { + "id": 142, + "name": "brown_wool", + "displayName": "Brown Wool", + "hardness": 0.8, + "resistance": 0.8, + "stackSize": 64, + "diggable": true, + "material": "wool", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 2059, + "minStateId": 2059, + "maxStateId": 2059, + "states": [], + "drops": [ + 192 + ], + "boundingBox": "block" + }, + { + "id": 143, + "name": "green_wool", + "displayName": "Green Wool", + "hardness": 0.8, + "resistance": 0.8, + "stackSize": 64, + "diggable": true, + "material": "wool", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 2060, + "minStateId": 2060, + "maxStateId": 2060, + "states": [], + "drops": [ + 193 + ], + "boundingBox": "block" + }, + { + "id": 144, + "name": "red_wool", + "displayName": "Red Wool", + "hardness": 0.8, + "resistance": 0.8, + "stackSize": 64, + "diggable": true, + "material": "wool", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 2061, + "minStateId": 2061, + "maxStateId": 2061, + "states": [], + "drops": [ + 194 + ], + "boundingBox": "block" + }, + { + "id": 145, + "name": "black_wool", + "displayName": "Black Wool", + "hardness": 0.8, + "resistance": 0.8, + "stackSize": 64, + "diggable": true, + "material": "wool", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 2062, + "minStateId": 2062, + "maxStateId": 2062, + "states": [], + "drops": [ + 195 + ], + "boundingBox": "block" + }, + { + "id": 146, + "name": "moving_piston", + "displayName": "Moving Piston", + "hardness": -1.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": false, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 2063, + "minStateId": 2063, + "maxStateId": 2074, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 6, + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + { + "name": "type", + "type": "enum", + "num_values": 2, + "values": [ + "normal", + "sticky" + ] + } + ], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 147, + "name": "dandelion", + "displayName": "Dandelion", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 2075, + "minStateId": 2075, + "maxStateId": 2075, + "states": [], + "drops": [ + 196 + ], + "boundingBox": "empty" + }, + { + "id": 148, + "name": "torchflower", + "displayName": "Torchflower", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 2076, + "minStateId": 2076, + "maxStateId": 2076, + "states": [], + "drops": [ + 209 + ], + "boundingBox": "empty" + }, + { + "id": 149, + "name": "poppy", + "displayName": "Poppy", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 2077, + "minStateId": 2077, + "maxStateId": 2077, + "states": [], + "drops": [ + 197 + ], + "boundingBox": "empty" + }, + { + "id": 150, + "name": "blue_orchid", + "displayName": "Blue Orchid", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 2078, + "minStateId": 2078, + "maxStateId": 2078, + "states": [], + "drops": [ + 198 + ], + "boundingBox": "empty" + }, + { + "id": 151, + "name": "allium", + "displayName": "Allium", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 2079, + "minStateId": 2079, + "maxStateId": 2079, + "states": [], + "drops": [ + 199 + ], + "boundingBox": "empty" + }, + { + "id": 152, + "name": "azure_bluet", + "displayName": "Azure Bluet", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 2080, + "minStateId": 2080, + "maxStateId": 2080, + "states": [], + "drops": [ + 200 + ], + "boundingBox": "empty" + }, + { + "id": 153, + "name": "red_tulip", + "displayName": "Red Tulip", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 2081, + "minStateId": 2081, + "maxStateId": 2081, + "states": [], + "drops": [ + 201 + ], + "boundingBox": "empty" + }, + { + "id": 154, + "name": "orange_tulip", + "displayName": "Orange Tulip", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 2082, + "minStateId": 2082, + "maxStateId": 2082, + "states": [], + "drops": [ + 202 + ], + "boundingBox": "empty" + }, + { + "id": 155, + "name": "white_tulip", + "displayName": "White Tulip", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 2083, + "minStateId": 2083, + "maxStateId": 2083, + "states": [], + "drops": [ + 203 + ], + "boundingBox": "empty" + }, + { + "id": 156, + "name": "pink_tulip", + "displayName": "Pink Tulip", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 2084, + "minStateId": 2084, + "maxStateId": 2084, + "states": [], + "drops": [ + 204 + ], + "boundingBox": "empty" + }, + { + "id": 157, + "name": "oxeye_daisy", + "displayName": "Oxeye Daisy", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 2085, + "minStateId": 2085, + "maxStateId": 2085, + "states": [], + "drops": [ + 205 + ], + "boundingBox": "empty" + }, + { + "id": 158, + "name": "cornflower", + "displayName": "Cornflower", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 2086, + "minStateId": 2086, + "maxStateId": 2086, + "states": [], + "drops": [ + 206 + ], + "boundingBox": "empty" + }, + { + "id": 159, + "name": "wither_rose", + "displayName": "Wither Rose", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 2087, + "minStateId": 2087, + "maxStateId": 2087, + "states": [], + "drops": [ + 208 + ], + "boundingBox": "empty" + }, + { + "id": 160, + "name": "lily_of_the_valley", + "displayName": "Lily of the Valley", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 2088, + "minStateId": 2088, + "maxStateId": 2088, + "states": [], + "drops": [ + 207 + ], + "boundingBox": "empty" + }, + { + "id": 161, + "name": "brown_mushroom", + "displayName": "Brown Mushroom", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 1, + "filterLight": 0, + "defaultState": 2089, + "minStateId": 2089, + "maxStateId": 2089, + "states": [], + "drops": [ + 212 + ], + "boundingBox": "empty" + }, + { + "id": 162, + "name": "red_mushroom", + "displayName": "Red Mushroom", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 2090, + "minStateId": 2090, + "maxStateId": 2090, + "states": [], + "drops": [ + 213 + ], + "boundingBox": "empty" + }, + { + "id": 163, + "name": "gold_block", + "displayName": "Block of Gold", + "hardness": 3.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 2091, + "minStateId": 2091, + "maxStateId": 2091, + "states": [], + "harvestTools": { + "794": true, + "799": true, + "804": true + }, + "drops": [ + 76 + ], + "boundingBox": "block" + }, + { + "id": 164, + "name": "iron_block", + "displayName": "Block of Iron", + "hardness": 5.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 2092, + "minStateId": 2092, + "maxStateId": 2092, + "states": [], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 74 + ], + "boundingBox": "block" + }, + { + "id": 165, + "name": "bricks", + "displayName": "Bricks", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 2093, + "minStateId": 2093, + "maxStateId": 2093, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 263 + ], + "boundingBox": "block" + }, + { + "id": 166, + "name": "tnt", + "displayName": "TNT", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 2095, + "minStateId": 2094, + "maxStateId": 2095, + "states": [ + { + "name": "unstable", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 657 + ], + "boundingBox": "block" + }, + { + "id": 167, + "name": "bookshelf", + "displayName": "Bookshelf", + "hardness": 1.5, + "resistance": 1.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 2096, + "minStateId": 2096, + "maxStateId": 2096, + "states": [], + "drops": [ + 885 + ], + "boundingBox": "block" + }, + { + "id": 168, + "name": "chiseled_bookshelf", + "displayName": "Chiseled Bookshelf", + "hardness": 1.5, + "resistance": 1.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 2160, + "minStateId": 2097, + "maxStateId": 2352, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "slot_0_occupied", + "type": "bool", + "num_values": 2 + }, + { + "name": "slot_1_occupied", + "type": "bool", + "num_values": 2 + }, + { + "name": "slot_2_occupied", + "type": "bool", + "num_values": 2 + }, + { + "name": "slot_3_occupied", + "type": "bool", + "num_values": 2 + }, + { + "name": "slot_4_occupied", + "type": "bool", + "num_values": 2 + }, + { + "name": "slot_5_occupied", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 169, + "name": "mossy_cobblestone", + "displayName": "Mossy Cobblestone", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 2353, + "minStateId": 2353, + "maxStateId": 2353, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 267 + ], + "boundingBox": "block" + }, + { + "id": 170, + "name": "obsidian", + "displayName": "Obsidian", + "hardness": 50.0, + "resistance": 1200.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 2354, + "minStateId": 2354, + "maxStateId": 2354, + "states": [], + "harvestTools": { + "799": true, + "804": true + }, + "drops": [ + 268 + ], + "boundingBox": "block" + }, + { + "id": 171, + "name": "torch", + "displayName": "Torch", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 14, + "filterLight": 0, + "defaultState": 2355, + "minStateId": 2355, + "maxStateId": 2355, + "states": [], + "drops": [ + 269 + ], + "boundingBox": "empty" + }, + { + "id": 172, + "name": "wall_torch", + "displayName": "Torch", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 14, + "filterLight": 0, + "defaultState": 2356, + "minStateId": 2356, + "maxStateId": 2359, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "drops": [ + 269 + ], + "boundingBox": "empty" + }, + { + "id": 173, + "name": "fire", + "displayName": "Fire", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 15, + "filterLight": 0, + "defaultState": 2391, + "minStateId": 2360, + "maxStateId": 2871, + "states": [ + { + "name": "age", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "east", + "type": "bool", + "num_values": 2 + }, + { + "name": "north", + "type": "bool", + "num_values": 2 + }, + { + "name": "south", + "type": "bool", + "num_values": 2 + }, + { + "name": "up", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 174, + "name": "soul_fire", + "displayName": "Soul Fire", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 10, + "filterLight": 0, + "defaultState": 2872, + "minStateId": 2872, + "maxStateId": 2872, + "states": [], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 175, + "name": "spawner", + "displayName": "Monster Spawner", + "hardness": 5.0, + "resistance": 5.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 2873, + "minStateId": 2873, + "maxStateId": 2873, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [], + "boundingBox": "block" + }, + { + "id": 176, + "name": "oak_stairs", + "displayName": "Oak Stairs", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 2885, + "minStateId": 2874, + "maxStateId": 2953, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 361 + ], + "boundingBox": "block" + }, + { + "id": 177, + "name": "chest", + "displayName": "Chest", + "hardness": 2.5, + "resistance": 2.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 2955, + "minStateId": 2954, + "maxStateId": 2977, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "single", + "left", + "right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 277 + ], + "boundingBox": "block" + }, + { + "id": 178, + "name": "redstone_wire", + "displayName": "Redstone Wire", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 4138, + "minStateId": 2978, + "maxStateId": 4273, + "states": [ + { + "name": "east", + "type": "enum", + "num_values": 3, + "values": [ + "up", + "side", + "none" + ] + }, + { + "name": "north", + "type": "enum", + "num_values": 3, + "values": [ + "up", + "side", + "none" + ] + }, + { + "name": "power", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "south", + "type": "enum", + "num_values": 3, + "values": [ + "up", + "side", + "none" + ] + }, + { + "name": "west", + "type": "enum", + "num_values": 3, + "values": [ + "up", + "side", + "none" + ] + } + ], + "drops": [ + 635 + ], + "boundingBox": "empty" + }, + { + "id": 179, + "name": "diamond_ore", + "displayName": "Diamond Ore", + "hardness": 3.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 4274, + "minStateId": 4274, + "maxStateId": 4274, + "states": [], + "harvestTools": { + "794": true, + "799": true, + "804": true + }, + "drops": [ + 764 + ], + "boundingBox": "block" + }, + { + "id": 180, + "name": "deepslate_diamond_ore", + "displayName": "Deepslate Diamond Ore", + "hardness": 4.5, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 4275, + "minStateId": 4275, + "maxStateId": 4275, + "states": [], + "harvestTools": { + "794": true, + "799": true, + "804": true + }, + "drops": [ + 764 + ], + "boundingBox": "block" + }, + { + "id": 181, + "name": "diamond_block", + "displayName": "Block of Diamond", + "hardness": 5.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 4276, + "minStateId": 4276, + "maxStateId": 4276, + "states": [], + "harvestTools": { + "794": true, + "799": true, + "804": true + }, + "drops": [ + 77 + ], + "boundingBox": "block" + }, + { + "id": 182, + "name": "crafting_table", + "displayName": "Crafting Table", + "hardness": 2.5, + "resistance": 2.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 4277, + "minStateId": 4277, + "maxStateId": 4277, + "states": [], + "drops": [ + 278 + ], + "boundingBox": "block" + }, + { + "id": 183, + "name": "wheat", + "displayName": "Wheat Crops", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 4278, + "minStateId": 4278, + "maxStateId": 4285, + "states": [ + { + "name": "age", + "type": "int", + "num_values": 8, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + } + ], + "drops": [ + 813 + ], + "boundingBox": "empty" + }, + { + "id": 184, + "name": "farmland", + "displayName": "Farmland", + "hardness": 0.6, + "resistance": 0.6, + "stackSize": 64, + "diggable": true, + "material": "mineable/shovel", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 4286, + "minStateId": 4286, + "maxStateId": 4293, + "states": [ + { + "name": "moisture", + "type": "int", + "num_values": 8, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + } + ], + "drops": [ + 15 + ], + "boundingBox": "block" + }, + { + "id": 185, + "name": "furnace", + "displayName": "Furnace", + "hardness": 3.5, + "resistance": 3.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 4295, + "minStateId": 4294, + "maxStateId": 4301, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "lit", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 280 + ], + "boundingBox": "block" + }, + { + "id": 186, + "name": "oak_sign", + "displayName": "Oak Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 4303, + "minStateId": 4302, + "maxStateId": 4333, + "states": [ + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 846 + ], + "boundingBox": "empty" + }, + { + "id": 187, + "name": "spruce_sign", + "displayName": "Spruce Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 4335, + "minStateId": 4334, + "maxStateId": 4365, + "states": [ + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 847 + ], + "boundingBox": "empty" + }, + { + "id": 188, + "name": "birch_sign", + "displayName": "Birch Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 4367, + "minStateId": 4366, + "maxStateId": 4397, + "states": [ + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 848 + ], + "boundingBox": "empty" + }, + { + "id": 189, + "name": "acacia_sign", + "displayName": "Acacia Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 4399, + "minStateId": 4398, + "maxStateId": 4429, + "states": [ + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 850 + ], + "boundingBox": "empty" + }, + { + "id": 190, + "name": "cherry_sign", + "displayName": "Cherry Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 4431, + "minStateId": 4430, + "maxStateId": 4461, + "states": [ + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 851 + ], + "boundingBox": "empty" + }, + { + "id": 191, + "name": "jungle_sign", + "displayName": "Jungle Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 4463, + "minStateId": 4462, + "maxStateId": 4493, + "states": [ + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 849 + ], + "boundingBox": "empty" + }, + { + "id": 192, + "name": "dark_oak_sign", + "displayName": "Dark Oak Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 4495, + "minStateId": 4494, + "maxStateId": 4525, + "states": [ + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 852 + ], + "boundingBox": "empty" + }, + { + "id": 193, + "name": "mangrove_sign", + "displayName": "Mangrove Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 4527, + "minStateId": 4526, + "maxStateId": 4557, + "states": [ + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 853 + ], + "boundingBox": "empty" + }, + { + "id": 194, + "name": "bamboo_sign", + "displayName": "Bamboo Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 4559, + "minStateId": 4558, + "maxStateId": 4589, + "states": [ + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 854 + ], + "boundingBox": "empty" + }, + { + "id": 195, + "name": "oak_door", + "displayName": "Oak Door", + "hardness": 3.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 4601, + "minStateId": 4590, + "maxStateId": 4653, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "type": "enum", + "num_values": 2, + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "type": "bool", + "num_values": 2 + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 689 + ], + "boundingBox": "block" + }, + { + "id": 196, + "name": "ladder", + "displayName": "Ladder", + "hardness": 0.4, + "resistance": 0.4, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 4655, + "minStateId": 4654, + "maxStateId": 4661, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 281 + ], + "boundingBox": "block" + }, + { + "id": 197, + "name": "rail", + "displayName": "Rail", + "hardness": 0.7, + "resistance": 0.7, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 4663, + "minStateId": 4662, + "maxStateId": 4681, + "states": [ + { + "name": "shape", + "type": "enum", + "num_values": 10, + "values": [ + "north_south", + "east_west", + "ascending_east", + "ascending_west", + "ascending_north", + "ascending_south", + "south_east", + "south_west", + "north_west", + "north_east" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 725 + ], + "boundingBox": "empty" + }, + { + "id": 198, + "name": "cobblestone_stairs", + "displayName": "Cobblestone Stairs", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 4693, + "minStateId": 4682, + "maxStateId": 4761, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 282 + ], + "boundingBox": "block" + }, + { + "id": 199, + "name": "oak_wall_sign", + "displayName": "Oak Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 4763, + "minStateId": 4762, + "maxStateId": 4769, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 846 + ], + "boundingBox": "empty" + }, + { + "id": 200, + "name": "spruce_wall_sign", + "displayName": "Spruce Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 4771, + "minStateId": 4770, + "maxStateId": 4777, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 847 + ], + "boundingBox": "empty" + }, + { + "id": 201, + "name": "birch_wall_sign", + "displayName": "Birch Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 4779, + "minStateId": 4778, + "maxStateId": 4785, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 848 + ], + "boundingBox": "empty" + }, + { + "id": 202, + "name": "acacia_wall_sign", + "displayName": "Acacia Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 4787, + "minStateId": 4786, + "maxStateId": 4793, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 850 + ], + "boundingBox": "empty" + }, + { + "id": 203, + "name": "cherry_wall_sign", + "displayName": "Cherry Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 4795, + "minStateId": 4794, + "maxStateId": 4801, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 851 + ], + "boundingBox": "empty" + }, + { + "id": 204, + "name": "jungle_wall_sign", + "displayName": "Jungle Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 4803, + "minStateId": 4802, + "maxStateId": 4809, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 849 + ], + "boundingBox": "empty" + }, + { + "id": 205, + "name": "dark_oak_wall_sign", + "displayName": "Dark Oak Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 4811, + "minStateId": 4810, + "maxStateId": 4817, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 852 + ], + "boundingBox": "empty" + }, + { + "id": 206, + "name": "mangrove_wall_sign", + "displayName": "Mangrove Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 4819, + "minStateId": 4818, + "maxStateId": 4825, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 853 + ], + "boundingBox": "empty" + }, + { + "id": 207, + "name": "bamboo_wall_sign", + "displayName": "Bamboo Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 4827, + "minStateId": 4826, + "maxStateId": 4833, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 854 + ], + "boundingBox": "empty" + }, + { + "id": 208, + "name": "oak_hanging_sign", + "displayName": "Oak Hanging Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 4867, + "minStateId": 4834, + "maxStateId": 4897, + "states": [ + { + "name": "attached", + "type": "bool", + "num_values": 2 + }, + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 857 + ], + "boundingBox": "empty" + }, + { + "id": 209, + "name": "spruce_hanging_sign", + "displayName": "Spruce Hanging Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 4931, + "minStateId": 4898, + "maxStateId": 4961, + "states": [ + { + "name": "attached", + "type": "bool", + "num_values": 2 + }, + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 858 + ], + "boundingBox": "empty" + }, + { + "id": 210, + "name": "birch_hanging_sign", + "displayName": "Birch Hanging Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 4995, + "minStateId": 4962, + "maxStateId": 5025, + "states": [ + { + "name": "attached", + "type": "bool", + "num_values": 2 + }, + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 859 + ], + "boundingBox": "empty" + }, + { + "id": 211, + "name": "acacia_hanging_sign", + "displayName": "Acacia Hanging Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5059, + "minStateId": 5026, + "maxStateId": 5089, + "states": [ + { + "name": "attached", + "type": "bool", + "num_values": 2 + }, + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 861 + ], + "boundingBox": "empty" + }, + { + "id": 212, + "name": "cherry_hanging_sign", + "displayName": "Cherry Hanging Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5123, + "minStateId": 5090, + "maxStateId": 5153, + "states": [ + { + "name": "attached", + "type": "bool", + "num_values": 2 + }, + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 862 + ], + "boundingBox": "empty" + }, + { + "id": 213, + "name": "jungle_hanging_sign", + "displayName": "Jungle Hanging Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5187, + "minStateId": 5154, + "maxStateId": 5217, + "states": [ + { + "name": "attached", + "type": "bool", + "num_values": 2 + }, + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 860 + ], + "boundingBox": "empty" + }, + { + "id": 214, + "name": "dark_oak_hanging_sign", + "displayName": "Dark Oak Hanging Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5251, + "minStateId": 5218, + "maxStateId": 5281, + "states": [ + { + "name": "attached", + "type": "bool", + "num_values": 2 + }, + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 863 + ], + "boundingBox": "empty" + }, + { + "id": 215, + "name": "crimson_hanging_sign", + "displayName": "Crimson Hanging Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5315, + "minStateId": 5282, + "maxStateId": 5345, + "states": [ + { + "name": "attached", + "type": "bool", + "num_values": 2 + }, + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 866 + ], + "boundingBox": "empty" + }, + { + "id": 216, + "name": "warped_hanging_sign", + "displayName": "Warped Hanging Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5379, + "minStateId": 5346, + "maxStateId": 5409, + "states": [ + { + "name": "attached", + "type": "bool", + "num_values": 2 + }, + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 867 + ], + "boundingBox": "empty" + }, + { + "id": 217, + "name": "mangrove_hanging_sign", + "displayName": "Mangrove Hanging Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5443, + "minStateId": 5410, + "maxStateId": 5473, + "states": [ + { + "name": "attached", + "type": "bool", + "num_values": 2 + }, + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 864 + ], + "boundingBox": "empty" + }, + { + "id": 218, + "name": "bamboo_hanging_sign", + "displayName": "Bamboo Hanging Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5507, + "minStateId": 5474, + "maxStateId": 5537, + "states": [ + { + "name": "attached", + "type": "bool", + "num_values": 2 + }, + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 865 + ], + "boundingBox": "empty" + }, + { + "id": 219, + "name": "oak_wall_hanging_sign", + "displayName": "Oak Hanging Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5539, + "minStateId": 5538, + "maxStateId": 5545, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 857 + ], + "boundingBox": "block" + }, + { + "id": 220, + "name": "spruce_wall_hanging_sign", + "displayName": "Spruce Hanging Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5547, + "minStateId": 5546, + "maxStateId": 5553, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 858 + ], + "boundingBox": "block" + }, + { + "id": 221, + "name": "birch_wall_hanging_sign", + "displayName": "Birch Hanging Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5555, + "minStateId": 5554, + "maxStateId": 5561, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 859 + ], + "boundingBox": "block" + }, + { + "id": 222, + "name": "acacia_wall_hanging_sign", + "displayName": "Acacia Hanging Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5563, + "minStateId": 5562, + "maxStateId": 5569, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 861 + ], + "boundingBox": "block" + }, + { + "id": 223, + "name": "cherry_wall_hanging_sign", + "displayName": "Cherry Hanging Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5571, + "minStateId": 5570, + "maxStateId": 5577, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 862 + ], + "boundingBox": "block" + }, + { + "id": 224, + "name": "jungle_wall_hanging_sign", + "displayName": "Jungle Hanging Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5579, + "minStateId": 5578, + "maxStateId": 5585, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 860 + ], + "boundingBox": "block" + }, + { + "id": 225, + "name": "dark_oak_wall_hanging_sign", + "displayName": "Dark Oak Hanging Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5587, + "minStateId": 5586, + "maxStateId": 5593, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 863 + ], + "boundingBox": "block" + }, + { + "id": 226, + "name": "mangrove_wall_hanging_sign", + "displayName": "Mangrove Hanging Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5595, + "minStateId": 5594, + "maxStateId": 5601, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 864 + ], + "boundingBox": "block" + }, + { + "id": 227, + "name": "crimson_wall_hanging_sign", + "displayName": "Crimson Hanging Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5603, + "minStateId": 5602, + "maxStateId": 5609, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 866 + ], + "boundingBox": "block" + }, + { + "id": 228, + "name": "warped_wall_hanging_sign", + "displayName": "Warped Hanging Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5611, + "minStateId": 5610, + "maxStateId": 5617, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 867 + ], + "boundingBox": "block" + }, + { + "id": 229, + "name": "bamboo_wall_hanging_sign", + "displayName": "Bamboo Hanging Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5619, + "minStateId": 5618, + "maxStateId": 5625, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 865 + ], + "boundingBox": "block" + }, + { + "id": 230, + "name": "lever", + "displayName": "Lever", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5635, + "minStateId": 5626, + "maxStateId": 5649, + "states": [ + { + "name": "face", + "type": "enum", + "num_values": 3, + "values": [ + "floor", + "wall", + "ceiling" + ] + }, + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 650 + ], + "boundingBox": "empty" + }, + { + "id": 231, + "name": "stone_pressure_plate", + "displayName": "Stone Pressure Plate", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5651, + "minStateId": 5650, + "maxStateId": 5651, + "states": [ + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 673 + ], + "boundingBox": "empty" + }, + { + "id": 232, + "name": "iron_door", + "displayName": "Iron Door", + "hardness": 5.0, + "resistance": 5.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5663, + "minStateId": 5652, + "maxStateId": 5715, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "type": "enum", + "num_values": 2, + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "type": "bool", + "num_values": 2 + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 688 + ], + "boundingBox": "block" + }, + { + "id": 233, + "name": "oak_pressure_plate", + "displayName": "Oak Pressure Plate", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5717, + "minStateId": 5716, + "maxStateId": 5717, + "states": [ + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 677 + ], + "boundingBox": "empty" + }, + { + "id": 234, + "name": "spruce_pressure_plate", + "displayName": "Spruce Pressure Plate", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5719, + "minStateId": 5718, + "maxStateId": 5719, + "states": [ + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 678 + ], + "boundingBox": "empty" + }, + { + "id": 235, + "name": "birch_pressure_plate", + "displayName": "Birch Pressure Plate", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5721, + "minStateId": 5720, + "maxStateId": 5721, + "states": [ + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 679 + ], + "boundingBox": "empty" + }, + { + "id": 236, + "name": "jungle_pressure_plate", + "displayName": "Jungle Pressure Plate", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5723, + "minStateId": 5722, + "maxStateId": 5723, + "states": [ + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 680 + ], + "boundingBox": "empty" + }, + { + "id": 237, + "name": "acacia_pressure_plate", + "displayName": "Acacia Pressure Plate", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5725, + "minStateId": 5724, + "maxStateId": 5725, + "states": [ + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 681 + ], + "boundingBox": "empty" + }, + { + "id": 238, + "name": "cherry_pressure_plate", + "displayName": "Cherry Pressure Plate", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5727, + "minStateId": 5726, + "maxStateId": 5727, + "states": [ + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 682 + ], + "boundingBox": "empty" + }, + { + "id": 239, + "name": "dark_oak_pressure_plate", + "displayName": "Dark Oak Pressure Plate", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5729, + "minStateId": 5728, + "maxStateId": 5729, + "states": [ + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 683 + ], + "boundingBox": "empty" + }, + { + "id": 240, + "name": "mangrove_pressure_plate", + "displayName": "Mangrove Pressure Plate", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5731, + "minStateId": 5730, + "maxStateId": 5731, + "states": [ + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 684 + ], + "boundingBox": "empty" + }, + { + "id": 241, + "name": "bamboo_pressure_plate", + "displayName": "Bamboo Pressure Plate", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5733, + "minStateId": 5732, + "maxStateId": 5733, + "states": [ + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 685 + ], + "boundingBox": "empty" + }, + { + "id": 242, + "name": "redstone_ore", + "displayName": "Redstone Ore", + "hardness": 3.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 5735, + "minStateId": 5734, + "maxStateId": 5735, + "states": [ + { + "name": "lit", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "794": true, + "799": true, + "804": true + }, + "drops": [ + 635 + ], + "boundingBox": "block" + }, + { + "id": 243, + "name": "deepslate_redstone_ore", + "displayName": "Deepslate Redstone Ore", + "hardness": 4.5, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 5737, + "minStateId": 5736, + "maxStateId": 5737, + "states": [ + { + "name": "lit", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "794": true, + "799": true, + "804": true + }, + "drops": [ + 635 + ], + "boundingBox": "block" + }, + { + "id": 244, + "name": "redstone_torch", + "displayName": "Redstone Torch", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 7, + "filterLight": 0, + "defaultState": 5738, + "minStateId": 5738, + "maxStateId": 5739, + "states": [ + { + "name": "lit", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 636 + ], + "boundingBox": "empty" + }, + { + "id": 245, + "name": "redstone_wall_torch", + "displayName": "Redstone Torch", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 7, + "filterLight": 0, + "defaultState": 5740, + "minStateId": 5740, + "maxStateId": 5747, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "lit", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 636 + ], + "boundingBox": "empty" + }, + { + "id": 246, + "name": "stone_button", + "displayName": "Stone Button", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5757, + "minStateId": 5748, + "maxStateId": 5771, + "states": [ + { + "name": "face", + "type": "enum", + "num_values": 3, + "values": [ + "floor", + "wall", + "ceiling" + ] + }, + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 660 + ], + "boundingBox": "empty" + }, + { + "id": 247, + "name": "snow", + "displayName": "Snow", + "hardness": 0.1, + "resistance": 0.1, + "stackSize": 64, + "diggable": true, + "material": "mineable/shovel", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5772, + "minStateId": 5772, + "maxStateId": 5779, + "states": [ + { + "name": "layers", + "type": "int", + "num_values": 8, + "values": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8" + ] + } + ], + "harvestTools": { + "778": true, + "783": true, + "788": true, + "793": true, + "798": true, + "803": true + }, + "drops": [], + "boundingBox": "empty" + }, + { + "id": 248, + "name": "ice", + "displayName": "Ice", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 5780, + "minStateId": 5780, + "maxStateId": 5780, + "states": [], + "drops": [], + "boundingBox": "block" + }, + { + "id": 249, + "name": "snow_block", + "displayName": "Snow Block", + "hardness": 0.2, + "resistance": 0.2, + "stackSize": 64, + "diggable": true, + "material": "mineable/shovel", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 5781, + "minStateId": 5781, + "maxStateId": 5781, + "states": [], + "harvestTools": { + "778": true, + "783": true, + "788": true, + "793": true, + "798": true, + "803": true + }, + "drops": [ + 872 + ], + "boundingBox": "block" + }, + { + "id": 250, + "name": "cactus", + "displayName": "Cactus", + "hardness": 0.4, + "resistance": 0.4, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5782, + "minStateId": 5782, + "maxStateId": 5797, + "states": [ + { + "name": "age", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "drops": [ + 286 + ], + "boundingBox": "block" + }, + { + "id": 251, + "name": "clay", + "displayName": "Clay", + "hardness": 0.6, + "resistance": 0.6, + "stackSize": 64, + "diggable": true, + "material": "mineable/shovel", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 5798, + "minStateId": 5798, + "maxStateId": 5798, + "states": [], + "drops": [ + 882 + ], + "boundingBox": "block" + }, + { + "id": 252, + "name": "sugar_cane", + "displayName": "Sugar Cane", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5799, + "minStateId": 5799, + "maxStateId": 5814, + "states": [ + { + "name": "age", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "drops": [ + 221 + ], + "boundingBox": "empty" + }, + { + "id": 253, + "name": "jukebox", + "displayName": "Jukebox", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 5816, + "minStateId": 5815, + "maxStateId": 5816, + "states": [ + { + "name": "has_record", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 288 + ], + "boundingBox": "block" + }, + { + "id": 254, + "name": "oak_fence", + "displayName": "Oak Fence", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5848, + "minStateId": 5817, + "maxStateId": 5848, + "states": [ + { + "name": "east", + "type": "bool", + "num_values": 2 + }, + { + "name": "north", + "type": "bool", + "num_values": 2 + }, + { + "name": "south", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 289 + ], + "boundingBox": "block" + }, + { + "id": 255, + "name": "pumpkin", + "displayName": "Pumpkin", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 64, + "diggable": true, + "material": "gourd;mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 5849, + "minStateId": 5849, + "maxStateId": 5849, + "states": [], + "drops": [ + 300 + ], + "boundingBox": "block" + }, + { + "id": 256, + "name": "netherrack", + "displayName": "Netherrack", + "hardness": 0.4, + "resistance": 0.4, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 5850, + "minStateId": 5850, + "maxStateId": 5850, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 303 + ], + "boundingBox": "block" + }, + { + "id": 257, + "name": "soul_sand", + "displayName": "Soul Sand", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/shovel", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 5851, + "minStateId": 5851, + "maxStateId": 5851, + "states": [], + "drops": [ + 304 + ], + "boundingBox": "block" + }, + { + "id": 258, + "name": "soul_soil", + "displayName": "Soul Soil", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/shovel", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 5852, + "minStateId": 5852, + "maxStateId": 5852, + "states": [], + "drops": [ + 305 + ], + "boundingBox": "block" + }, + { + "id": 259, + "name": "basalt", + "displayName": "Basalt", + "hardness": 1.25, + "resistance": 4.2, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 5854, + "minStateId": 5853, + "maxStateId": 5855, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 306 + ], + "boundingBox": "block" + }, + { + "id": 260, + "name": "polished_basalt", + "displayName": "Polished Basalt", + "hardness": 1.25, + "resistance": 4.2, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 5857, + "minStateId": 5856, + "maxStateId": 5858, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 307 + ], + "boundingBox": "block" + }, + { + "id": 261, + "name": "soul_torch", + "displayName": "Soul Torch", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 10, + "filterLight": 0, + "defaultState": 5859, + "minStateId": 5859, + "maxStateId": 5859, + "states": [], + "drops": [ + 309 + ], + "boundingBox": "empty" + }, + { + "id": 262, + "name": "soul_wall_torch", + "displayName": "Soul Torch", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 10, + "filterLight": 0, + "defaultState": 5860, + "minStateId": 5860, + "maxStateId": 5863, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "drops": [ + 309 + ], + "boundingBox": "empty" + }, + { + "id": 263, + "name": "glowstone", + "displayName": "Glowstone", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 15, + "filterLight": 15, + "defaultState": 5864, + "minStateId": 5864, + "maxStateId": 5864, + "states": [], + "drops": [ + 894 + ], + "boundingBox": "block" + }, + { + "id": 264, + "name": "nether_portal", + "displayName": "Nether Portal", + "hardness": -1.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": false, + "material": "default", + "transparent": true, + "emitLight": 11, + "filterLight": 0, + "defaultState": 5865, + "minStateId": 5865, + "maxStateId": 5866, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 2, + "values": [ + "x", + "z" + ] + } + ], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 265, + "name": "carved_pumpkin", + "displayName": "Carved Pumpkin", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 5867, + "minStateId": 5867, + "maxStateId": 5870, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "drops": [ + 301 + ], + "boundingBox": "block" + }, + { + "id": 266, + "name": "jack_o_lantern", + "displayName": "Jack o'Lantern", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 64, + "diggable": true, + "material": "gourd;mineable/axe", + "transparent": false, + "emitLight": 15, + "filterLight": 15, + "defaultState": 5871, + "minStateId": 5871, + "maxStateId": 5874, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "drops": [ + 302 + ], + "boundingBox": "block" + }, + { + "id": 267, + "name": "cake", + "displayName": "Cake", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 1, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5875, + "minStateId": 5875, + "maxStateId": 5881, + "states": [ + { + "name": "bites", + "type": "int", + "num_values": 7, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6" + ] + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 268, + "name": "repeater", + "displayName": "Redstone Repeater", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5885, + "minStateId": 5882, + "maxStateId": 5945, + "states": [ + { + "name": "delay", + "type": "int", + "num_values": 4, + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "locked", + "type": "bool", + "num_values": 2 + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 638 + ], + "boundingBox": "block" + }, + { + "id": 269, + "name": "white_stained_glass", + "displayName": "White Stained Glass", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5946, + "minStateId": 5946, + "maxStateId": 5946, + "states": [], + "drops": [], + "boundingBox": "block" + }, + { + "id": 270, + "name": "orange_stained_glass", + "displayName": "Orange Stained Glass", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5947, + "minStateId": 5947, + "maxStateId": 5947, + "states": [], + "drops": [], + "boundingBox": "block" + }, + { + "id": 271, + "name": "magenta_stained_glass", + "displayName": "Magenta Stained Glass", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5948, + "minStateId": 5948, + "maxStateId": 5948, + "states": [], + "drops": [], + "boundingBox": "block" + }, + { + "id": 272, + "name": "light_blue_stained_glass", + "displayName": "Light Blue Stained Glass", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5949, + "minStateId": 5949, + "maxStateId": 5949, + "states": [], + "drops": [], + "boundingBox": "block" + }, + { + "id": 273, + "name": "yellow_stained_glass", + "displayName": "Yellow Stained Glass", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5950, + "minStateId": 5950, + "maxStateId": 5950, + "states": [], + "drops": [], + "boundingBox": "block" + }, + { + "id": 274, + "name": "lime_stained_glass", + "displayName": "Lime Stained Glass", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5951, + "minStateId": 5951, + "maxStateId": 5951, + "states": [], + "drops": [], + "boundingBox": "block" + }, + { + "id": 275, + "name": "pink_stained_glass", + "displayName": "Pink Stained Glass", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5952, + "minStateId": 5952, + "maxStateId": 5952, + "states": [], + "drops": [], + "boundingBox": "block" + }, + { + "id": 276, + "name": "gray_stained_glass", + "displayName": "Gray Stained Glass", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5953, + "minStateId": 5953, + "maxStateId": 5953, + "states": [], + "drops": [], + "boundingBox": "block" + }, + { + "id": 277, + "name": "light_gray_stained_glass", + "displayName": "Light Gray Stained Glass", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5954, + "minStateId": 5954, + "maxStateId": 5954, + "states": [], + "drops": [], + "boundingBox": "block" + }, + { + "id": 278, + "name": "cyan_stained_glass", + "displayName": "Cyan Stained Glass", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5955, + "minStateId": 5955, + "maxStateId": 5955, + "states": [], + "drops": [], + "boundingBox": "block" + }, + { + "id": 279, + "name": "purple_stained_glass", + "displayName": "Purple Stained Glass", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5956, + "minStateId": 5956, + "maxStateId": 5956, + "states": [], + "drops": [], + "boundingBox": "block" + }, + { + "id": 280, + "name": "blue_stained_glass", + "displayName": "Blue Stained Glass", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5957, + "minStateId": 5957, + "maxStateId": 5957, + "states": [], + "drops": [], + "boundingBox": "block" + }, + { + "id": 281, + "name": "brown_stained_glass", + "displayName": "Brown Stained Glass", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5958, + "minStateId": 5958, + "maxStateId": 5958, + "states": [], + "drops": [], + "boundingBox": "block" + }, + { + "id": 282, + "name": "green_stained_glass", + "displayName": "Green Stained Glass", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5959, + "minStateId": 5959, + "maxStateId": 5959, + "states": [], + "drops": [], + "boundingBox": "block" + }, + { + "id": 283, + "name": "red_stained_glass", + "displayName": "Red Stained Glass", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5960, + "minStateId": 5960, + "maxStateId": 5960, + "states": [], + "drops": [], + "boundingBox": "block" + }, + { + "id": 284, + "name": "black_stained_glass", + "displayName": "Black Stained Glass", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5961, + "minStateId": 5961, + "maxStateId": 5961, + "states": [], + "drops": [], + "boundingBox": "block" + }, + { + "id": 285, + "name": "oak_trapdoor", + "displayName": "Oak Trapdoor", + "hardness": 3.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 5977, + "minStateId": 5962, + "maxStateId": 6025, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "open", + "type": "bool", + "num_values": 2 + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 701 + ], + "boundingBox": "block" + }, + { + "id": 286, + "name": "spruce_trapdoor", + "displayName": "Spruce Trapdoor", + "hardness": 3.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 6041, + "minStateId": 6026, + "maxStateId": 6089, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "open", + "type": "bool", + "num_values": 2 + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 702 + ], + "boundingBox": "block" + }, + { + "id": 287, + "name": "birch_trapdoor", + "displayName": "Birch Trapdoor", + "hardness": 3.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 6105, + "minStateId": 6090, + "maxStateId": 6153, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "open", + "type": "bool", + "num_values": 2 + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 703 + ], + "boundingBox": "block" + }, + { + "id": 288, + "name": "jungle_trapdoor", + "displayName": "Jungle Trapdoor", + "hardness": 3.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 6169, + "minStateId": 6154, + "maxStateId": 6217, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "open", + "type": "bool", + "num_values": 2 + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 704 + ], + "boundingBox": "block" + }, + { + "id": 289, + "name": "acacia_trapdoor", + "displayName": "Acacia Trapdoor", + "hardness": 3.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 6233, + "minStateId": 6218, + "maxStateId": 6281, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "open", + "type": "bool", + "num_values": 2 + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 705 + ], + "boundingBox": "block" + }, + { + "id": 290, + "name": "cherry_trapdoor", + "displayName": "Cherry Trapdoor", + "hardness": 3.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 6297, + "minStateId": 6282, + "maxStateId": 6345, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "open", + "type": "bool", + "num_values": 2 + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 706 + ], + "boundingBox": "block" + }, + { + "id": 291, + "name": "dark_oak_trapdoor", + "displayName": "Dark Oak Trapdoor", + "hardness": 3.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 6361, + "minStateId": 6346, + "maxStateId": 6409, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "open", + "type": "bool", + "num_values": 2 + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 707 + ], + "boundingBox": "block" + }, + { + "id": 292, + "name": "mangrove_trapdoor", + "displayName": "Mangrove Trapdoor", + "hardness": 3.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 6425, + "minStateId": 6410, + "maxStateId": 6473, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "open", + "type": "bool", + "num_values": 2 + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 708 + ], + "boundingBox": "block" + }, + { + "id": 293, + "name": "bamboo_trapdoor", + "displayName": "Bamboo Trapdoor", + "hardness": 3.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 6489, + "minStateId": 6474, + "maxStateId": 6537, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "open", + "type": "bool", + "num_values": 2 + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 709 + ], + "boundingBox": "block" + }, + { + "id": 294, + "name": "stone_bricks", + "displayName": "Stone Bricks", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 6538, + "minStateId": 6538, + "maxStateId": 6538, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 318 + ], + "boundingBox": "block" + }, + { + "id": 295, + "name": "mossy_stone_bricks", + "displayName": "Mossy Stone Bricks", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 6539, + "minStateId": 6539, + "maxStateId": 6539, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 319 + ], + "boundingBox": "block" + }, + { + "id": 296, + "name": "cracked_stone_bricks", + "displayName": "Cracked Stone Bricks", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 6540, + "minStateId": 6540, + "maxStateId": 6540, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 320 + ], + "boundingBox": "block" + }, + { + "id": 297, + "name": "chiseled_stone_bricks", + "displayName": "Chiseled Stone Bricks", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 6541, + "minStateId": 6541, + "maxStateId": 6541, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 321 + ], + "boundingBox": "block" + }, + { + "id": 298, + "name": "packed_mud", + "displayName": "Packed Mud", + "hardness": 1.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 6542, + "minStateId": 6542, + "maxStateId": 6542, + "states": [], + "drops": [ + 322 + ], + "boundingBox": "block" + }, + { + "id": 299, + "name": "mud_bricks", + "displayName": "Mud Bricks", + "hardness": 1.5, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 6543, + "minStateId": 6543, + "maxStateId": 6543, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 323 + ], + "boundingBox": "block" + }, + { + "id": 300, + "name": "infested_stone", + "displayName": "Infested Stone", + "hardness": 0.75, + "resistance": 0.75, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 6544, + "minStateId": 6544, + "maxStateId": 6544, + "states": [], + "drops": [], + "boundingBox": "block" + }, + { + "id": 301, + "name": "infested_cobblestone", + "displayName": "Infested Cobblestone", + "hardness": 1.0, + "resistance": 0.75, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 6545, + "minStateId": 6545, + "maxStateId": 6545, + "states": [], + "drops": [], + "boundingBox": "block" + }, + { + "id": 302, + "name": "infested_stone_bricks", + "displayName": "Infested Stone Bricks", + "hardness": 0.75, + "resistance": 0.75, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 6546, + "minStateId": 6546, + "maxStateId": 6546, + "states": [], + "drops": [], + "boundingBox": "block" + }, + { + "id": 303, + "name": "infested_mossy_stone_bricks", + "displayName": "Infested Mossy Stone Bricks", + "hardness": 0.75, + "resistance": 0.75, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 6547, + "minStateId": 6547, + "maxStateId": 6547, + "states": [], + "drops": [], + "boundingBox": "block" + }, + { + "id": 304, + "name": "infested_cracked_stone_bricks", + "displayName": "Infested Cracked Stone Bricks", + "hardness": 0.75, + "resistance": 0.75, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 6548, + "minStateId": 6548, + "maxStateId": 6548, + "states": [], + "drops": [], + "boundingBox": "block" + }, + { + "id": 305, + "name": "infested_chiseled_stone_bricks", + "displayName": "Infested Chiseled Stone Bricks", + "hardness": 0.75, + "resistance": 0.75, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 6549, + "minStateId": 6549, + "maxStateId": 6549, + "states": [], + "drops": [], + "boundingBox": "block" + }, + { + "id": 306, + "name": "brown_mushroom_block", + "displayName": "Brown Mushroom Block", + "hardness": 0.2, + "resistance": 0.2, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 6550, + "minStateId": 6550, + "maxStateId": 6613, + "states": [ + { + "name": "down", + "type": "bool", + "num_values": 2 + }, + { + "name": "east", + "type": "bool", + "num_values": 2 + }, + { + "name": "north", + "type": "bool", + "num_values": 2 + }, + { + "name": "south", + "type": "bool", + "num_values": 2 + }, + { + "name": "up", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 0 + ], + "boundingBox": "block" + }, + { + "id": 307, + "name": "red_mushroom_block", + "displayName": "Red Mushroom Block", + "hardness": 0.2, + "resistance": 0.2, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 6614, + "minStateId": 6614, + "maxStateId": 6677, + "states": [ + { + "name": "down", + "type": "bool", + "num_values": 2 + }, + { + "name": "east", + "type": "bool", + "num_values": 2 + }, + { + "name": "north", + "type": "bool", + "num_values": 2 + }, + { + "name": "south", + "type": "bool", + "num_values": 2 + }, + { + "name": "up", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 0 + ], + "boundingBox": "block" + }, + { + "id": 308, + "name": "mushroom_stem", + "displayName": "Mushroom Stem", + "hardness": 0.2, + "resistance": 0.2, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 6678, + "minStateId": 6678, + "maxStateId": 6741, + "states": [ + { + "name": "down", + "type": "bool", + "num_values": 2 + }, + { + "name": "east", + "type": "bool", + "num_values": 2 + }, + { + "name": "north", + "type": "bool", + "num_values": 2 + }, + { + "name": "south", + "type": "bool", + "num_values": 2 + }, + { + "name": "up", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 309, + "name": "iron_bars", + "displayName": "Iron Bars", + "hardness": 5.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 6773, + "minStateId": 6742, + "maxStateId": 6773, + "states": [ + { + "name": "east", + "type": "bool", + "num_values": 2 + }, + { + "name": "north", + "type": "bool", + "num_values": 2 + }, + { + "name": "south", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 333 + ], + "boundingBox": "block" + }, + { + "id": 310, + "name": "chain", + "displayName": "Chain", + "hardness": 5.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 6777, + "minStateId": 6774, + "maxStateId": 6779, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 334 + ], + "boundingBox": "block" + }, + { + "id": 311, + "name": "glass_pane", + "displayName": "Glass Pane", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 6811, + "minStateId": 6780, + "maxStateId": 6811, + "states": [ + { + "name": "east", + "type": "bool", + "num_values": 2 + }, + { + "name": "north", + "type": "bool", + "num_values": 2 + }, + { + "name": "south", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 312, + "name": "melon", + "displayName": "Melon", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 64, + "diggable": true, + "material": "gourd;mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 6812, + "minStateId": 6812, + "maxStateId": 6812, + "states": [], + "drops": [ + 943 + ], + "boundingBox": "block" + }, + { + "id": 313, + "name": "attached_pumpkin_stem", + "displayName": "Attached Pumpkin Stem", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 6813, + "minStateId": 6813, + "maxStateId": 6816, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "drops": [ + 945 + ], + "boundingBox": "empty" + }, + { + "id": 314, + "name": "attached_melon_stem", + "displayName": "Attached Melon Stem", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 6817, + "minStateId": 6817, + "maxStateId": 6820, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "drops": [ + 946 + ], + "boundingBox": "empty" + }, + { + "id": 315, + "name": "pumpkin_stem", + "displayName": "Pumpkin Stem", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 6821, + "minStateId": 6821, + "maxStateId": 6828, + "states": [ + { + "name": "age", + "type": "int", + "num_values": 8, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + } + ], + "drops": [ + 0 + ], + "boundingBox": "empty" + }, + { + "id": 316, + "name": "melon_stem", + "displayName": "Melon Stem", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 6829, + "minStateId": 6829, + "maxStateId": 6836, + "states": [ + { + "name": "age", + "type": "int", + "num_values": 8, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + } + ], + "drops": [ + 0 + ], + "boundingBox": "empty" + }, + { + "id": 317, + "name": "vine", + "displayName": "Vines", + "hardness": 0.2, + "resistance": 0.2, + "stackSize": 64, + "diggable": true, + "material": "vine_or_glow_lichen;plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 6868, + "minStateId": 6837, + "maxStateId": 6868, + "states": [ + { + "name": "east", + "type": "bool", + "num_values": 2 + }, + { + "name": "north", + "type": "bool", + "num_values": 2 + }, + { + "name": "south", + "type": "bool", + "num_values": 2 + }, + { + "name": "up", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 318, + "name": "glow_lichen", + "displayName": "Glow Lichen", + "hardness": 0.2, + "resistance": 0.2, + "stackSize": 64, + "diggable": true, + "material": "vine_or_glow_lichen;plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 6996, + "minStateId": 6869, + "maxStateId": 6996, + "states": [ + { + "name": "down", + "type": "bool", + "num_values": 2 + }, + { + "name": "east", + "type": "bool", + "num_values": 2 + }, + { + "name": "north", + "type": "bool", + "num_values": 2 + }, + { + "name": "south", + "type": "bool", + "num_values": 2 + }, + { + "name": "up", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 319, + "name": "oak_fence_gate", + "displayName": "Oak Fence Gate", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 7004, + "minStateId": 6997, + "maxStateId": 7028, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "in_wall", + "type": "bool", + "num_values": 2 + }, + { + "name": "open", + "type": "bool", + "num_values": 2 + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 712 + ], + "boundingBox": "block" + }, + { + "id": 320, + "name": "brick_stairs", + "displayName": "Brick Stairs", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 7040, + "minStateId": 7029, + "maxStateId": 7108, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 339 + ], + "boundingBox": "block" + }, + { + "id": 321, + "name": "stone_brick_stairs", + "displayName": "Stone Brick Stairs", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 7120, + "minStateId": 7109, + "maxStateId": 7188, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 340 + ], + "boundingBox": "block" + }, + { + "id": 322, + "name": "mud_brick_stairs", + "displayName": "Mud Brick Stairs", + "hardness": 1.5, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 7200, + "minStateId": 7189, + "maxStateId": 7268, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 341 + ], + "boundingBox": "block" + }, + { + "id": 323, + "name": "mycelium", + "displayName": "Mycelium", + "hardness": 0.6, + "resistance": 0.6, + "stackSize": 64, + "diggable": true, + "material": "mineable/shovel", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 7270, + "minStateId": 7269, + "maxStateId": 7270, + "states": [ + { + "name": "snowy", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 15 + ], + "boundingBox": "block" + }, + { + "id": 324, + "name": "lily_pad", + "displayName": "Lily Pad", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 7271, + "minStateId": 7271, + "maxStateId": 7271, + "states": [], + "drops": [ + 343 + ], + "boundingBox": "block" + }, + { + "id": 325, + "name": "nether_bricks", + "displayName": "Nether Bricks", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 7272, + "minStateId": 7272, + "maxStateId": 7272, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 344 + ], + "boundingBox": "block" + }, + { + "id": 326, + "name": "nether_brick_fence", + "displayName": "Nether Brick Fence", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 7304, + "minStateId": 7273, + "maxStateId": 7304, + "states": [ + { + "name": "east", + "type": "bool", + "num_values": 2 + }, + { + "name": "north", + "type": "bool", + "num_values": 2 + }, + { + "name": "south", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 347 + ], + "boundingBox": "block" + }, + { + "id": 327, + "name": "nether_brick_stairs", + "displayName": "Nether Brick Stairs", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 7316, + "minStateId": 7305, + "maxStateId": 7384, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 348 + ], + "boundingBox": "block" + }, + { + "id": 328, + "name": "nether_wart", + "displayName": "Nether Wart", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 7385, + "minStateId": 7385, + "maxStateId": 7388, + "states": [ + { + "name": "age", + "type": "int", + "num_values": 4, + "values": [ + "0", + "1", + "2", + "3" + ] + } + ], + "drops": [ + 956 + ], + "boundingBox": "empty" + }, + { + "id": 329, + "name": "enchanting_table", + "displayName": "Enchanting Table", + "hardness": 5.0, + "resistance": 1200.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 7, + "filterLight": 0, + "defaultState": 7389, + "minStateId": 7389, + "maxStateId": 7389, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 353 + ], + "boundingBox": "block" + }, + { + "id": 330, + "name": "brewing_stand", + "displayName": "Brewing Stand", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 1, + "filterLight": 0, + "defaultState": 7397, + "minStateId": 7390, + "maxStateId": 7397, + "states": [ + { + "name": "has_bottle_0", + "type": "bool", + "num_values": 2 + }, + { + "name": "has_bottle_1", + "type": "bool", + "num_values": 2 + }, + { + "name": "has_bottle_2", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 963 + ], + "boundingBox": "block" + }, + { + "id": 331, + "name": "cauldron", + "displayName": "Cauldron", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 7398, + "minStateId": 7398, + "maxStateId": 7398, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 964 + ], + "boundingBox": "block" + }, + { + "id": 332, + "name": "water_cauldron", + "displayName": "Water Cauldron", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 7399, + "minStateId": 7399, + "maxStateId": 7401, + "states": [ + { + "name": "level", + "type": "int", + "num_values": 3, + "values": [ + "1", + "2", + "3" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 964 + ], + "boundingBox": "block" + }, + { + "id": 333, + "name": "lava_cauldron", + "displayName": "Lava Cauldron", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 15, + "filterLight": 0, + "defaultState": 7402, + "minStateId": 7402, + "maxStateId": 7402, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 964 + ], + "boundingBox": "block" + }, + { + "id": 334, + "name": "powder_snow_cauldron", + "displayName": "Powder Snow Cauldron", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 7403, + "minStateId": 7403, + "maxStateId": 7405, + "states": [ + { + "name": "level", + "type": "int", + "num_values": 3, + "values": [ + "1", + "2", + "3" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 964 + ], + "boundingBox": "block" + }, + { + "id": 335, + "name": "end_portal", + "displayName": "End Portal", + "hardness": -1.0, + "resistance": 3600000.0, + "stackSize": 64, + "diggable": false, + "material": "default", + "transparent": true, + "emitLight": 15, + "filterLight": 0, + "defaultState": 7406, + "minStateId": 7406, + "maxStateId": 7406, + "states": [], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 336, + "name": "end_portal_frame", + "displayName": "End Portal Frame", + "hardness": -1.0, + "resistance": 3600000.0, + "stackSize": 64, + "diggable": false, + "material": "default", + "transparent": false, + "emitLight": 1, + "filterLight": 0, + "defaultState": 7411, + "minStateId": 7407, + "maxStateId": 7414, + "states": [ + { + "name": "eye", + "type": "bool", + "num_values": 2 + }, + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 337, + "name": "end_stone", + "displayName": "End Stone", + "hardness": 3.0, + "resistance": 9.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 7415, + "minStateId": 7415, + "maxStateId": 7415, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 355 + ], + "boundingBox": "block" + }, + { + "id": 338, + "name": "dragon_egg", + "displayName": "Dragon Egg", + "hardness": 3.0, + "resistance": 9.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 1, + "filterLight": 0, + "defaultState": 7416, + "minStateId": 7416, + "maxStateId": 7416, + "states": [], + "drops": [ + 357 + ], + "boundingBox": "block" + }, + { + "id": 339, + "name": "redstone_lamp", + "displayName": "Redstone Lamp", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 7418, + "minStateId": 7417, + "maxStateId": 7418, + "states": [ + { + "name": "lit", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 658 + ], + "boundingBox": "block" + }, + { + "id": 340, + "name": "cocoa", + "displayName": "Cocoa", + "hardness": 0.2, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 7419, + "minStateId": 7419, + "maxStateId": 7430, + "states": [ + { + "name": "age", + "type": "int", + "num_values": 3, + "values": [ + "0", + "1", + "2" + ] + }, + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "drops": [ + 903 + ], + "boundingBox": "block" + }, + { + "id": 341, + "name": "sandstone_stairs", + "displayName": "Sandstone Stairs", + "hardness": 0.8, + "resistance": 0.8, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 7442, + "minStateId": 7431, + "maxStateId": 7510, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 358 + ], + "boundingBox": "block" + }, + { + "id": 342, + "name": "emerald_ore", + "displayName": "Emerald Ore", + "hardness": 3.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 7511, + "minStateId": 7511, + "maxStateId": 7511, + "states": [], + "harvestTools": { + "794": true, + "799": true, + "804": true + }, + "drops": [ + 765 + ], + "boundingBox": "block" + }, + { + "id": 343, + "name": "deepslate_emerald_ore", + "displayName": "Deepslate Emerald Ore", + "hardness": 4.5, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 7512, + "minStateId": 7512, + "maxStateId": 7512, + "states": [], + "harvestTools": { + "794": true, + "799": true, + "804": true + }, + "drops": [ + 765 + ], + "boundingBox": "block" + }, + { + "id": 344, + "name": "ender_chest", + "displayName": "Ender Chest", + "hardness": 22.5, + "resistance": 600.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 7, + "filterLight": 0, + "defaultState": 7514, + "minStateId": 7513, + "maxStateId": 7520, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 268 + ], + "boundingBox": "block" + }, + { + "id": 345, + "name": "tripwire_hook", + "displayName": "Tripwire Hook", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 7530, + "minStateId": 7521, + "maxStateId": 7536, + "states": [ + { + "name": "attached", + "type": "bool", + "num_values": 2 + }, + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 655 + ], + "boundingBox": "empty" + }, + { + "id": 346, + "name": "tripwire", + "displayName": "Tripwire", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 7664, + "minStateId": 7537, + "maxStateId": 7664, + "states": [ + { + "name": "attached", + "type": "bool", + "num_values": 2 + }, + { + "name": "disarmed", + "type": "bool", + "num_values": 2 + }, + { + "name": "east", + "type": "bool", + "num_values": 2 + }, + { + "name": "north", + "type": "bool", + "num_values": 2 + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + }, + { + "name": "south", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 810 + ], + "boundingBox": "empty" + }, + { + "id": 347, + "name": "emerald_block", + "displayName": "Block of Emerald", + "hardness": 5.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 7665, + "minStateId": 7665, + "maxStateId": 7665, + "states": [], + "harvestTools": { + "794": true, + "799": true, + "804": true + }, + "drops": [ + 360 + ], + "boundingBox": "block" + }, + { + "id": 348, + "name": "spruce_stairs", + "displayName": "Spruce Stairs", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 7677, + "minStateId": 7666, + "maxStateId": 7745, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 362 + ], + "boundingBox": "block" + }, + { + "id": 349, + "name": "birch_stairs", + "displayName": "Birch Stairs", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 7757, + "minStateId": 7746, + "maxStateId": 7825, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 363 + ], + "boundingBox": "block" + }, + { + "id": 350, + "name": "jungle_stairs", + "displayName": "Jungle Stairs", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 7837, + "minStateId": 7826, + "maxStateId": 7905, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 364 + ], + "boundingBox": "block" + }, + { + "id": 351, + "name": "command_block", + "displayName": "Command Block", + "hardness": -1.0, + "resistance": 3600000.0, + "stackSize": 64, + "diggable": false, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 7912, + "minStateId": 7906, + "maxStateId": 7917, + "states": [ + { + "name": "conditional", + "type": "bool", + "num_values": 2 + }, + { + "name": "facing", + "type": "enum", + "num_values": 6, + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "harvestTools": {}, + "drops": [], + "boundingBox": "block" + }, + { + "id": 352, + "name": "beacon", + "displayName": "Beacon", + "hardness": 3.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 15, + "filterLight": 1, + "defaultState": 7918, + "minStateId": 7918, + "maxStateId": 7918, + "states": [], + "drops": [ + 374 + ], + "boundingBox": "block" + }, + { + "id": 353, + "name": "cobblestone_wall", + "displayName": "Cobblestone Wall", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 7922, + "minStateId": 7919, + "maxStateId": 8242, + "states": [ + { + "name": "east", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 375 + ], + "boundingBox": "block" + }, + { + "id": 354, + "name": "mossy_cobblestone_wall", + "displayName": "Mossy Cobblestone Wall", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8246, + "minStateId": 8243, + "maxStateId": 8566, + "states": [ + { + "name": "east", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 376 + ], + "boundingBox": "block" + }, + { + "id": 355, + "name": "flower_pot", + "displayName": "Flower Pot", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8567, + "minStateId": 8567, + "maxStateId": 8567, + "states": [], + "drops": [ + 1050 + ], + "boundingBox": "block" + }, + { + "id": 356, + "name": "potted_torchflower", + "displayName": "Potted Torchflower", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8568, + "minStateId": 8568, + "maxStateId": 8568, + "states": [], + "drops": [ + 1050, + 209 + ], + "boundingBox": "block" + }, + { + "id": 357, + "name": "potted_oak_sapling", + "displayName": "Potted Oak Sapling", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8569, + "minStateId": 8569, + "maxStateId": 8569, + "states": [], + "drops": [ + 1050, + 35 + ], + "boundingBox": "block" + }, + { + "id": 358, + "name": "potted_spruce_sapling", + "displayName": "Potted Spruce Sapling", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8570, + "minStateId": 8570, + "maxStateId": 8570, + "states": [], + "drops": [ + 1050, + 36 + ], + "boundingBox": "block" + }, + { + "id": 359, + "name": "potted_birch_sapling", + "displayName": "Potted Birch Sapling", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8571, + "minStateId": 8571, + "maxStateId": 8571, + "states": [], + "drops": [ + 1050, + 37 + ], + "boundingBox": "block" + }, + { + "id": 360, + "name": "potted_jungle_sapling", + "displayName": "Potted Jungle Sapling", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8572, + "minStateId": 8572, + "maxStateId": 8572, + "states": [], + "drops": [ + 1050, + 38 + ], + "boundingBox": "block" + }, + { + "id": 361, + "name": "potted_acacia_sapling", + "displayName": "Potted Acacia Sapling", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8573, + "minStateId": 8573, + "maxStateId": 8573, + "states": [], + "drops": [ + 1050, + 39 + ], + "boundingBox": "block" + }, + { + "id": 362, + "name": "potted_cherry_sapling", + "displayName": "Potted Cherry Sapling", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8574, + "minStateId": 8574, + "maxStateId": 8574, + "states": [], + "drops": [ + 1050, + 40 + ], + "boundingBox": "block" + }, + { + "id": 363, + "name": "potted_dark_oak_sapling", + "displayName": "Potted Dark Oak Sapling", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8575, + "minStateId": 8575, + "maxStateId": 8575, + "states": [], + "drops": [ + 1050, + 41 + ], + "boundingBox": "block" + }, + { + "id": 364, + "name": "potted_mangrove_propagule", + "displayName": "Potted Mangrove Propagule", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8576, + "minStateId": 8576, + "maxStateId": 8576, + "states": [], + "drops": [ + 1050, + 42 + ], + "boundingBox": "block" + }, + { + "id": 365, + "name": "potted_fern", + "displayName": "Potted Fern", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8577, + "minStateId": 8577, + "maxStateId": 8577, + "states": [], + "drops": [ + 1050, + 174 + ], + "boundingBox": "block" + }, + { + "id": 366, + "name": "potted_dandelion", + "displayName": "Potted Dandelion", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8578, + "minStateId": 8578, + "maxStateId": 8578, + "states": [], + "drops": [ + 1050, + 196 + ], + "boundingBox": "block" + }, + { + "id": 367, + "name": "potted_poppy", + "displayName": "Potted Poppy", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8579, + "minStateId": 8579, + "maxStateId": 8579, + "states": [], + "drops": [ + 1050, + 197 + ], + "boundingBox": "block" + }, + { + "id": 368, + "name": "potted_blue_orchid", + "displayName": "Potted Blue Orchid", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8580, + "minStateId": 8580, + "maxStateId": 8580, + "states": [], + "drops": [ + 1050, + 198 + ], + "boundingBox": "block" + }, + { + "id": 369, + "name": "potted_allium", + "displayName": "Potted Allium", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8581, + "minStateId": 8581, + "maxStateId": 8581, + "states": [], + "drops": [ + 1050, + 199 + ], + "boundingBox": "block" + }, + { + "id": 370, + "name": "potted_azure_bluet", + "displayName": "Potted Azure Bluet", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8582, + "minStateId": 8582, + "maxStateId": 8582, + "states": [], + "drops": [ + 1050, + 200 + ], + "boundingBox": "block" + }, + { + "id": 371, + "name": "potted_red_tulip", + "displayName": "Potted Red Tulip", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8583, + "minStateId": 8583, + "maxStateId": 8583, + "states": [], + "drops": [ + 1050, + 201 + ], + "boundingBox": "block" + }, + { + "id": 372, + "name": "potted_orange_tulip", + "displayName": "Potted Orange Tulip", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8584, + "minStateId": 8584, + "maxStateId": 8584, + "states": [], + "drops": [ + 1050, + 202 + ], + "boundingBox": "block" + }, + { + "id": 373, + "name": "potted_white_tulip", + "displayName": "Potted White Tulip", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8585, + "minStateId": 8585, + "maxStateId": 8585, + "states": [], + "drops": [ + 1050, + 203 + ], + "boundingBox": "block" + }, + { + "id": 374, + "name": "potted_pink_tulip", + "displayName": "Potted Pink Tulip", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8586, + "minStateId": 8586, + "maxStateId": 8586, + "states": [], + "drops": [ + 1050, + 204 + ], + "boundingBox": "block" + }, + { + "id": 375, + "name": "potted_oxeye_daisy", + "displayName": "Potted Oxeye Daisy", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8587, + "minStateId": 8587, + "maxStateId": 8587, + "states": [], + "drops": [ + 1050, + 205 + ], + "boundingBox": "block" + }, + { + "id": 376, + "name": "potted_cornflower", + "displayName": "Potted Cornflower", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8588, + "minStateId": 8588, + "maxStateId": 8588, + "states": [], + "drops": [ + 1050, + 206 + ], + "boundingBox": "block" + }, + { + "id": 377, + "name": "potted_lily_of_the_valley", + "displayName": "Potted Lily of the Valley", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8589, + "minStateId": 8589, + "maxStateId": 8589, + "states": [], + "drops": [ + 1050, + 207 + ], + "boundingBox": "block" + }, + { + "id": 378, + "name": "potted_wither_rose", + "displayName": "Potted Wither Rose", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8590, + "minStateId": 8590, + "maxStateId": 8590, + "states": [], + "drops": [ + 1050, + 208 + ], + "boundingBox": "block" + }, + { + "id": 379, + "name": "potted_red_mushroom", + "displayName": "Potted Red Mushroom", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8591, + "minStateId": 8591, + "maxStateId": 8591, + "states": [], + "drops": [ + 1050, + 213 + ], + "boundingBox": "block" + }, + { + "id": 380, + "name": "potted_brown_mushroom", + "displayName": "Potted Brown Mushroom", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8592, + "minStateId": 8592, + "maxStateId": 8592, + "states": [], + "drops": [ + 1050, + 212 + ], + "boundingBox": "block" + }, + { + "id": 381, + "name": "potted_dead_bush", + "displayName": "Potted Dead Bush", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8593, + "minStateId": 8593, + "maxStateId": 8593, + "states": [], + "drops": [ + 1050, + 177 + ], + "boundingBox": "block" + }, + { + "id": 382, + "name": "potted_cactus", + "displayName": "Potted Cactus", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8594, + "minStateId": 8594, + "maxStateId": 8594, + "states": [], + "drops": [ + 1050, + 286 + ], + "boundingBox": "block" + }, + { + "id": 383, + "name": "carrots", + "displayName": "Carrots", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8595, + "minStateId": 8595, + "maxStateId": 8602, + "states": [ + { + "name": "age", + "type": "int", + "num_values": 8, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + } + ], + "drops": [ + 1051 + ], + "boundingBox": "empty" + }, + { + "id": 384, + "name": "potatoes", + "displayName": "Potatoes", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8603, + "minStateId": 8603, + "maxStateId": 8610, + "states": [ + { + "name": "age", + "type": "int", + "num_values": 8, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + } + ], + "drops": [ + 1052 + ], + "boundingBox": "empty" + }, + { + "id": 385, + "name": "oak_button", + "displayName": "Oak Button", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8620, + "minStateId": 8611, + "maxStateId": 8634, + "states": [ + { + "name": "face", + "type": "enum", + "num_values": 3, + "values": [ + "floor", + "wall", + "ceiling" + ] + }, + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 662 + ], + "boundingBox": "empty" + }, + { + "id": 386, + "name": "spruce_button", + "displayName": "Spruce Button", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8644, + "minStateId": 8635, + "maxStateId": 8658, + "states": [ + { + "name": "face", + "type": "enum", + "num_values": 3, + "values": [ + "floor", + "wall", + "ceiling" + ] + }, + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 663 + ], + "boundingBox": "empty" + }, + { + "id": 387, + "name": "birch_button", + "displayName": "Birch Button", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8668, + "minStateId": 8659, + "maxStateId": 8682, + "states": [ + { + "name": "face", + "type": "enum", + "num_values": 3, + "values": [ + "floor", + "wall", + "ceiling" + ] + }, + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 664 + ], + "boundingBox": "empty" + }, + { + "id": 388, + "name": "jungle_button", + "displayName": "Jungle Button", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8692, + "minStateId": 8683, + "maxStateId": 8706, + "states": [ + { + "name": "face", + "type": "enum", + "num_values": 3, + "values": [ + "floor", + "wall", + "ceiling" + ] + }, + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 665 + ], + "boundingBox": "empty" + }, + { + "id": 389, + "name": "acacia_button", + "displayName": "Acacia Button", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8716, + "minStateId": 8707, + "maxStateId": 8730, + "states": [ + { + "name": "face", + "type": "enum", + "num_values": 3, + "values": [ + "floor", + "wall", + "ceiling" + ] + }, + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 666 + ], + "boundingBox": "empty" + }, + { + "id": 390, + "name": "cherry_button", + "displayName": "Cherry Button", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8740, + "minStateId": 8731, + "maxStateId": 8754, + "states": [ + { + "name": "face", + "type": "enum", + "num_values": 3, + "values": [ + "floor", + "wall", + "ceiling" + ] + }, + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 667 + ], + "boundingBox": "empty" + }, + { + "id": 391, + "name": "dark_oak_button", + "displayName": "Dark Oak Button", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8764, + "minStateId": 8755, + "maxStateId": 8778, + "states": [ + { + "name": "face", + "type": "enum", + "num_values": 3, + "values": [ + "floor", + "wall", + "ceiling" + ] + }, + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 668 + ], + "boundingBox": "empty" + }, + { + "id": 392, + "name": "mangrove_button", + "displayName": "Mangrove Button", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8788, + "minStateId": 8779, + "maxStateId": 8802, + "states": [ + { + "name": "face", + "type": "enum", + "num_values": 3, + "values": [ + "floor", + "wall", + "ceiling" + ] + }, + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 669 + ], + "boundingBox": "empty" + }, + { + "id": 393, + "name": "bamboo_button", + "displayName": "Bamboo Button", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8812, + "minStateId": 8803, + "maxStateId": 8826, + "states": [ + { + "name": "face", + "type": "enum", + "num_values": 3, + "values": [ + "floor", + "wall", + "ceiling" + ] + }, + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 670 + ], + "boundingBox": "empty" + }, + { + "id": 394, + "name": "skeleton_skull", + "displayName": "Skeleton Skull", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8843, + "minStateId": 8827, + "maxStateId": 8858, + "states": [ + { + "name": "powered", + "type": "bool", + "num_values": 2 + }, + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "drops": [ + 1057 + ], + "boundingBox": "block" + }, + { + "id": 395, + "name": "skeleton_wall_skull", + "displayName": "Skeleton Skull", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8860, + "minStateId": 8859, + "maxStateId": 8866, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1057 + ], + "boundingBox": "block" + }, + { + "id": 396, + "name": "wither_skeleton_skull", + "displayName": "Wither Skeleton Skull", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8883, + "minStateId": 8867, + "maxStateId": 8898, + "states": [ + { + "name": "powered", + "type": "bool", + "num_values": 2 + }, + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "drops": [ + 1058 + ], + "boundingBox": "block" + }, + { + "id": 397, + "name": "wither_skeleton_wall_skull", + "displayName": "Wither Skeleton Skull", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8900, + "minStateId": 8899, + "maxStateId": 8906, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1058 + ], + "boundingBox": "block" + }, + { + "id": 398, + "name": "zombie_head", + "displayName": "Zombie Head", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8923, + "minStateId": 8907, + "maxStateId": 8938, + "states": [ + { + "name": "powered", + "type": "bool", + "num_values": 2 + }, + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "drops": [ + 1060 + ], + "boundingBox": "block" + }, + { + "id": 399, + "name": "zombie_wall_head", + "displayName": "Zombie Head", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8940, + "minStateId": 8939, + "maxStateId": 8946, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1060 + ], + "boundingBox": "block" + }, + { + "id": 400, + "name": "player_head", + "displayName": "Player Head", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8963, + "minStateId": 8947, + "maxStateId": 8978, + "states": [ + { + "name": "powered", + "type": "bool", + "num_values": 2 + }, + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "drops": [ + 1059 + ], + "boundingBox": "block" + }, + { + "id": 401, + "name": "player_wall_head", + "displayName": "Player Head", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 8980, + "minStateId": 8979, + "maxStateId": 8986, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1059 + ], + "boundingBox": "block" + }, + { + "id": 402, + "name": "creeper_head", + "displayName": "Creeper Head", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 9003, + "minStateId": 8987, + "maxStateId": 9018, + "states": [ + { + "name": "powered", + "type": "bool", + "num_values": 2 + }, + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "drops": [ + 1061 + ], + "boundingBox": "block" + }, + { + "id": 403, + "name": "creeper_wall_head", + "displayName": "Creeper Head", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 9020, + "minStateId": 9019, + "maxStateId": 9026, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1061 + ], + "boundingBox": "block" + }, + { + "id": 404, + "name": "dragon_head", + "displayName": "Dragon Head", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 9043, + "minStateId": 9027, + "maxStateId": 9058, + "states": [ + { + "name": "powered", + "type": "bool", + "num_values": 2 + }, + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "drops": [ + 1062 + ], + "boundingBox": "block" + }, + { + "id": 405, + "name": "dragon_wall_head", + "displayName": "Dragon Head", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 9060, + "minStateId": 9059, + "maxStateId": 9066, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1062 + ], + "boundingBox": "block" + }, + { + "id": 406, + "name": "piglin_head", + "displayName": "Piglin Head", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 9083, + "minStateId": 9067, + "maxStateId": 9098, + "states": [ + { + "name": "powered", + "type": "bool", + "num_values": 2 + }, + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "drops": [ + 1063 + ], + "boundingBox": "block" + }, + { + "id": 407, + "name": "piglin_wall_head", + "displayName": "Piglin Head", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 9100, + "minStateId": 9099, + "maxStateId": 9106, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1063 + ], + "boundingBox": "block" + }, + { + "id": 408, + "name": "anvil", + "displayName": "Anvil", + "hardness": 5.0, + "resistance": 1200.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 9107, + "minStateId": 9107, + "maxStateId": 9110, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 397 + ], + "boundingBox": "block" + }, + { + "id": 409, + "name": "chipped_anvil", + "displayName": "Chipped Anvil", + "hardness": 5.0, + "resistance": 1200.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 9111, + "minStateId": 9111, + "maxStateId": 9114, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 398 + ], + "boundingBox": "block" + }, + { + "id": 410, + "name": "damaged_anvil", + "displayName": "Damaged Anvil", + "hardness": 5.0, + "resistance": 1200.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 9115, + "minStateId": 9115, + "maxStateId": 9118, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 399 + ], + "boundingBox": "block" + }, + { + "id": 411, + "name": "trapped_chest", + "displayName": "Trapped Chest", + "hardness": 2.5, + "resistance": 2.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 9120, + "minStateId": 9119, + "maxStateId": 9142, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "single", + "left", + "right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 656 + ], + "boundingBox": "block" + }, + { + "id": 412, + "name": "light_weighted_pressure_plate", + "displayName": "Light Weighted Pressure Plate", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 9143, + "minStateId": 9143, + "maxStateId": 9158, + "states": [ + { + "name": "power", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 675 + ], + "boundingBox": "empty" + }, + { + "id": 413, + "name": "heavy_weighted_pressure_plate", + "displayName": "Heavy Weighted Pressure Plate", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 9159, + "minStateId": 9159, + "maxStateId": 9174, + "states": [ + { + "name": "power", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 676 + ], + "boundingBox": "empty" + }, + { + "id": 414, + "name": "comparator", + "displayName": "Redstone Comparator", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 9176, + "minStateId": 9175, + "maxStateId": 9190, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "mode", + "type": "enum", + "num_values": 2, + "values": [ + "compare", + "subtract" + ] + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 639 + ], + "boundingBox": "block" + }, + { + "id": 415, + "name": "daylight_detector", + "displayName": "Daylight Detector", + "hardness": 0.2, + "resistance": 0.2, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 9207, + "minStateId": 9191, + "maxStateId": 9222, + "states": [ + { + "name": "inverted", + "type": "bool", + "num_values": 2 + }, + { + "name": "power", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "drops": [ + 652 + ], + "boundingBox": "block" + }, + { + "id": 416, + "name": "redstone_block", + "displayName": "Block of Redstone", + "hardness": 5.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 9223, + "minStateId": 9223, + "maxStateId": 9223, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 637 + ], + "boundingBox": "block" + }, + { + "id": 417, + "name": "nether_quartz_ore", + "displayName": "Nether Quartz Ore", + "hardness": 3.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 9224, + "minStateId": 9224, + "maxStateId": 9224, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 767 + ], + "boundingBox": "block" + }, + { + "id": 418, + "name": "hopper", + "displayName": "Hopper", + "hardness": 3.0, + "resistance": 4.8, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 9225, + "minStateId": 9225, + "maxStateId": 9234, + "states": [ + { + "name": "enabled", + "type": "bool", + "num_values": 2 + }, + { + "name": "facing", + "type": "enum", + "num_values": 5, + "values": [ + "down", + "north", + "south", + "west", + "east" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 645 + ], + "boundingBox": "block" + }, + { + "id": 419, + "name": "quartz_block", + "displayName": "Block of Quartz", + "hardness": 0.8, + "resistance": 0.8, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 9235, + "minStateId": 9235, + "maxStateId": 9235, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 401 + ], + "boundingBox": "block" + }, + { + "id": 420, + "name": "chiseled_quartz_block", + "displayName": "Chiseled Quartz Block", + "hardness": 0.8, + "resistance": 0.8, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 9236, + "minStateId": 9236, + "maxStateId": 9236, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 400 + ], + "boundingBox": "block" + }, + { + "id": 421, + "name": "quartz_pillar", + "displayName": "Quartz Pillar", + "hardness": 0.8, + "resistance": 0.8, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 9238, + "minStateId": 9237, + "maxStateId": 9239, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 403 + ], + "boundingBox": "block" + }, + { + "id": 422, + "name": "quartz_stairs", + "displayName": "Quartz Stairs", + "hardness": 0.8, + "resistance": 0.8, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 9251, + "minStateId": 9240, + "maxStateId": 9319, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 404 + ], + "boundingBox": "block" + }, + { + "id": 423, + "name": "activator_rail", + "displayName": "Activator Rail", + "hardness": 0.7, + "resistance": 0.7, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 9333, + "minStateId": 9320, + "maxStateId": 9343, + "states": [ + { + "name": "powered", + "type": "bool", + "num_values": 2 + }, + { + "name": "shape", + "type": "enum", + "num_values": 6, + "values": [ + "north_south", + "east_west", + "ascending_east", + "ascending_west", + "ascending_north", + "ascending_south" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 726 + ], + "boundingBox": "empty" + }, + { + "id": 424, + "name": "dropper", + "displayName": "Dropper", + "hardness": 3.5, + "resistance": 3.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 9345, + "minStateId": 9344, + "maxStateId": 9355, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 6, + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + { + "name": "triggered", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 647 + ], + "boundingBox": "block" + }, + { + "id": 425, + "name": "white_terracotta", + "displayName": "White Terracotta", + "hardness": 1.25, + "resistance": 4.2, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 9356, + "minStateId": 9356, + "maxStateId": 9356, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 405 + ], + "boundingBox": "block" + }, + { + "id": 426, + "name": "orange_terracotta", + "displayName": "Orange Terracotta", + "hardness": 1.25, + "resistance": 4.2, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 9357, + "minStateId": 9357, + "maxStateId": 9357, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 406 + ], + "boundingBox": "block" + }, + { + "id": 427, + "name": "magenta_terracotta", + "displayName": "Magenta Terracotta", + "hardness": 1.25, + "resistance": 4.2, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 9358, + "minStateId": 9358, + "maxStateId": 9358, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 407 + ], + "boundingBox": "block" + }, + { + "id": 428, + "name": "light_blue_terracotta", + "displayName": "Light Blue Terracotta", + "hardness": 1.25, + "resistance": 4.2, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 9359, + "minStateId": 9359, + "maxStateId": 9359, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 408 + ], + "boundingBox": "block" + }, + { + "id": 429, + "name": "yellow_terracotta", + "displayName": "Yellow Terracotta", + "hardness": 1.25, + "resistance": 4.2, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 9360, + "minStateId": 9360, + "maxStateId": 9360, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 409 + ], + "boundingBox": "block" + }, + { + "id": 430, + "name": "lime_terracotta", + "displayName": "Lime Terracotta", + "hardness": 1.25, + "resistance": 4.2, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 9361, + "minStateId": 9361, + "maxStateId": 9361, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 410 + ], + "boundingBox": "block" + }, + { + "id": 431, + "name": "pink_terracotta", + "displayName": "Pink Terracotta", + "hardness": 1.25, + "resistance": 4.2, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 9362, + "minStateId": 9362, + "maxStateId": 9362, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 411 + ], + "boundingBox": "block" + }, + { + "id": 432, + "name": "gray_terracotta", + "displayName": "Gray Terracotta", + "hardness": 1.25, + "resistance": 4.2, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 9363, + "minStateId": 9363, + "maxStateId": 9363, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 412 + ], + "boundingBox": "block" + }, + { + "id": 433, + "name": "light_gray_terracotta", + "displayName": "Light Gray Terracotta", + "hardness": 1.25, + "resistance": 4.2, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 9364, + "minStateId": 9364, + "maxStateId": 9364, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 413 + ], + "boundingBox": "block" + }, + { + "id": 434, + "name": "cyan_terracotta", + "displayName": "Cyan Terracotta", + "hardness": 1.25, + "resistance": 4.2, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 9365, + "minStateId": 9365, + "maxStateId": 9365, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 414 + ], + "boundingBox": "block" + }, + { + "id": 435, + "name": "purple_terracotta", + "displayName": "Purple Terracotta", + "hardness": 1.25, + "resistance": 4.2, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 9366, + "minStateId": 9366, + "maxStateId": 9366, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 415 + ], + "boundingBox": "block" + }, + { + "id": 436, + "name": "blue_terracotta", + "displayName": "Blue Terracotta", + "hardness": 1.25, + "resistance": 4.2, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 9367, + "minStateId": 9367, + "maxStateId": 9367, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 416 + ], + "boundingBox": "block" + }, + { + "id": 437, + "name": "brown_terracotta", + "displayName": "Brown Terracotta", + "hardness": 1.25, + "resistance": 4.2, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 9368, + "minStateId": 9368, + "maxStateId": 9368, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 417 + ], + "boundingBox": "block" + }, + { + "id": 438, + "name": "green_terracotta", + "displayName": "Green Terracotta", + "hardness": 1.25, + "resistance": 4.2, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 9369, + "minStateId": 9369, + "maxStateId": 9369, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 418 + ], + "boundingBox": "block" + }, + { + "id": 439, + "name": "red_terracotta", + "displayName": "Red Terracotta", + "hardness": 1.25, + "resistance": 4.2, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 9370, + "minStateId": 9370, + "maxStateId": 9370, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 419 + ], + "boundingBox": "block" + }, + { + "id": 440, + "name": "black_terracotta", + "displayName": "Black Terracotta", + "hardness": 1.25, + "resistance": 4.2, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 9371, + "minStateId": 9371, + "maxStateId": 9371, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 420 + ], + "boundingBox": "block" + }, + { + "id": 441, + "name": "white_stained_glass_pane", + "displayName": "White Stained Glass Pane", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 9403, + "minStateId": 9372, + "maxStateId": 9403, + "states": [ + { + "name": "east", + "type": "bool", + "num_values": 2 + }, + { + "name": "north", + "type": "bool", + "num_values": 2 + }, + { + "name": "south", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 442, + "name": "orange_stained_glass_pane", + "displayName": "Orange Stained Glass Pane", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 9435, + "minStateId": 9404, + "maxStateId": 9435, + "states": [ + { + "name": "east", + "type": "bool", + "num_values": 2 + }, + { + "name": "north", + "type": "bool", + "num_values": 2 + }, + { + "name": "south", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 443, + "name": "magenta_stained_glass_pane", + "displayName": "Magenta Stained Glass Pane", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 9467, + "minStateId": 9436, + "maxStateId": 9467, + "states": [ + { + "name": "east", + "type": "bool", + "num_values": 2 + }, + { + "name": "north", + "type": "bool", + "num_values": 2 + }, + { + "name": "south", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 444, + "name": "light_blue_stained_glass_pane", + "displayName": "Light Blue Stained Glass Pane", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 9499, + "minStateId": 9468, + "maxStateId": 9499, + "states": [ + { + "name": "east", + "type": "bool", + "num_values": 2 + }, + { + "name": "north", + "type": "bool", + "num_values": 2 + }, + { + "name": "south", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 445, + "name": "yellow_stained_glass_pane", + "displayName": "Yellow Stained Glass Pane", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 9531, + "minStateId": 9500, + "maxStateId": 9531, + "states": [ + { + "name": "east", + "type": "bool", + "num_values": 2 + }, + { + "name": "north", + "type": "bool", + "num_values": 2 + }, + { + "name": "south", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 446, + "name": "lime_stained_glass_pane", + "displayName": "Lime Stained Glass Pane", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 9563, + "minStateId": 9532, + "maxStateId": 9563, + "states": [ + { + "name": "east", + "type": "bool", + "num_values": 2 + }, + { + "name": "north", + "type": "bool", + "num_values": 2 + }, + { + "name": "south", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 447, + "name": "pink_stained_glass_pane", + "displayName": "Pink Stained Glass Pane", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 9595, + "minStateId": 9564, + "maxStateId": 9595, + "states": [ + { + "name": "east", + "type": "bool", + "num_values": 2 + }, + { + "name": "north", + "type": "bool", + "num_values": 2 + }, + { + "name": "south", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 448, + "name": "gray_stained_glass_pane", + "displayName": "Gray Stained Glass Pane", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 9627, + "minStateId": 9596, + "maxStateId": 9627, + "states": [ + { + "name": "east", + "type": "bool", + "num_values": 2 + }, + { + "name": "north", + "type": "bool", + "num_values": 2 + }, + { + "name": "south", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 449, + "name": "light_gray_stained_glass_pane", + "displayName": "Light Gray Stained Glass Pane", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 9659, + "minStateId": 9628, + "maxStateId": 9659, + "states": [ + { + "name": "east", + "type": "bool", + "num_values": 2 + }, + { + "name": "north", + "type": "bool", + "num_values": 2 + }, + { + "name": "south", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 450, + "name": "cyan_stained_glass_pane", + "displayName": "Cyan Stained Glass Pane", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 9691, + "minStateId": 9660, + "maxStateId": 9691, + "states": [ + { + "name": "east", + "type": "bool", + "num_values": 2 + }, + { + "name": "north", + "type": "bool", + "num_values": 2 + }, + { + "name": "south", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 451, + "name": "purple_stained_glass_pane", + "displayName": "Purple Stained Glass Pane", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 9723, + "minStateId": 9692, + "maxStateId": 9723, + "states": [ + { + "name": "east", + "type": "bool", + "num_values": 2 + }, + { + "name": "north", + "type": "bool", + "num_values": 2 + }, + { + "name": "south", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 452, + "name": "blue_stained_glass_pane", + "displayName": "Blue Stained Glass Pane", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 9755, + "minStateId": 9724, + "maxStateId": 9755, + "states": [ + { + "name": "east", + "type": "bool", + "num_values": 2 + }, + { + "name": "north", + "type": "bool", + "num_values": 2 + }, + { + "name": "south", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 453, + "name": "brown_stained_glass_pane", + "displayName": "Brown Stained Glass Pane", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 9787, + "minStateId": 9756, + "maxStateId": 9787, + "states": [ + { + "name": "east", + "type": "bool", + "num_values": 2 + }, + { + "name": "north", + "type": "bool", + "num_values": 2 + }, + { + "name": "south", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 454, + "name": "green_stained_glass_pane", + "displayName": "Green Stained Glass Pane", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 9819, + "minStateId": 9788, + "maxStateId": 9819, + "states": [ + { + "name": "east", + "type": "bool", + "num_values": 2 + }, + { + "name": "north", + "type": "bool", + "num_values": 2 + }, + { + "name": "south", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 455, + "name": "red_stained_glass_pane", + "displayName": "Red Stained Glass Pane", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 9851, + "minStateId": 9820, + "maxStateId": 9851, + "states": [ + { + "name": "east", + "type": "bool", + "num_values": 2 + }, + { + "name": "north", + "type": "bool", + "num_values": 2 + }, + { + "name": "south", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 456, + "name": "black_stained_glass_pane", + "displayName": "Black Stained Glass Pane", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 9883, + "minStateId": 9852, + "maxStateId": 9883, + "states": [ + { + "name": "east", + "type": "bool", + "num_values": 2 + }, + { + "name": "north", + "type": "bool", + "num_values": 2 + }, + { + "name": "south", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 457, + "name": "acacia_stairs", + "displayName": "Acacia Stairs", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 9895, + "minStateId": 9884, + "maxStateId": 9963, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 365 + ], + "boundingBox": "block" + }, + { + "id": 458, + "name": "cherry_stairs", + "displayName": "Cherry Stairs", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 9975, + "minStateId": 9964, + "maxStateId": 10043, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 366 + ], + "boundingBox": "block" + }, + { + "id": 459, + "name": "dark_oak_stairs", + "displayName": "Dark Oak Stairs", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10055, + "minStateId": 10044, + "maxStateId": 10123, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 367 + ], + "boundingBox": "block" + }, + { + "id": 460, + "name": "mangrove_stairs", + "displayName": "Mangrove Stairs", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10135, + "minStateId": 10124, + "maxStateId": 10203, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 368 + ], + "boundingBox": "block" + }, + { + "id": 461, + "name": "bamboo_stairs", + "displayName": "Bamboo Stairs", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10215, + "minStateId": 10204, + "maxStateId": 10283, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 369 + ], + "boundingBox": "block" + }, + { + "id": 462, + "name": "bamboo_mosaic_stairs", + "displayName": "Bamboo Mosaic Stairs", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10295, + "minStateId": 10284, + "maxStateId": 10363, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 370 + ], + "boundingBox": "block" + }, + { + "id": 463, + "name": "slime_block", + "displayName": "Slime Block", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 10364, + "minStateId": 10364, + "maxStateId": 10364, + "states": [], + "drops": [ + 642 + ], + "boundingBox": "block" + }, + { + "id": 464, + "name": "barrier", + "displayName": "Barrier", + "hardness": -1.0, + "resistance": 3600000.8, + "stackSize": 64, + "diggable": false, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10366, + "minStateId": 10365, + "maxStateId": 10366, + "states": [ + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 465, + "name": "light", + "displayName": "Light", + "hardness": -1.0, + "resistance": 3600000.8, + "stackSize": 64, + "diggable": false, + "material": "default", + "transparent": true, + "emitLight": 15, + "filterLight": 0, + "defaultState": 10398, + "minStateId": 10367, + "maxStateId": 10398, + "states": [ + { + "name": "level", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 466, + "name": "iron_trapdoor", + "displayName": "Iron Trapdoor", + "hardness": 5.0, + "resistance": 5.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10414, + "minStateId": 10399, + "maxStateId": 10462, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "open", + "type": "bool", + "num_values": 2 + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 700 + ], + "boundingBox": "block" + }, + { + "id": 467, + "name": "prismarine", + "displayName": "Prismarine", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 10463, + "minStateId": 10463, + "maxStateId": 10463, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 481 + ], + "boundingBox": "block" + }, + { + "id": 468, + "name": "prismarine_bricks", + "displayName": "Prismarine Bricks", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 10464, + "minStateId": 10464, + "maxStateId": 10464, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 482 + ], + "boundingBox": "block" + }, + { + "id": 469, + "name": "dark_prismarine", + "displayName": "Dark Prismarine", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 10465, + "minStateId": 10465, + "maxStateId": 10465, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 483 + ], + "boundingBox": "block" + }, + { + "id": 470, + "name": "prismarine_stairs", + "displayName": "Prismarine Stairs", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10477, + "minStateId": 10466, + "maxStateId": 10545, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 484 + ], + "boundingBox": "block" + }, + { + "id": 471, + "name": "prismarine_brick_stairs", + "displayName": "Prismarine Brick Stairs", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10557, + "minStateId": 10546, + "maxStateId": 10625, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 485 + ], + "boundingBox": "block" + }, + { + "id": 472, + "name": "dark_prismarine_stairs", + "displayName": "Dark Prismarine Stairs", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10637, + "minStateId": 10626, + "maxStateId": 10705, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 486 + ], + "boundingBox": "block" + }, + { + "id": 473, + "name": "prismarine_slab", + "displayName": "Prismarine Slab", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10709, + "minStateId": 10706, + "maxStateId": 10711, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 256 + ], + "boundingBox": "block" + }, + { + "id": 474, + "name": "prismarine_brick_slab", + "displayName": "Prismarine Brick Slab", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10715, + "minStateId": 10712, + "maxStateId": 10717, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 257 + ], + "boundingBox": "block" + }, + { + "id": 475, + "name": "dark_prismarine_slab", + "displayName": "Dark Prismarine Slab", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10721, + "minStateId": 10718, + "maxStateId": 10723, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 258 + ], + "boundingBox": "block" + }, + { + "id": 476, + "name": "sea_lantern", + "displayName": "Sea Lantern", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 15, + "filterLight": 15, + "defaultState": 10724, + "minStateId": 10724, + "maxStateId": 10724, + "states": [], + "drops": [ + 1071 + ], + "boundingBox": "block" + }, + { + "id": 477, + "name": "hay_block", + "displayName": "Hay Bale", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/hoe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 10726, + "minStateId": 10725, + "maxStateId": 10727, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 423 + ], + "boundingBox": "block" + }, + { + "id": 478, + "name": "white_carpet", + "displayName": "White Carpet", + "hardness": 0.1, + "resistance": 0.1, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10728, + "minStateId": 10728, + "maxStateId": 10728, + "states": [], + "drops": [ + 424 + ], + "boundingBox": "block" + }, + { + "id": 479, + "name": "orange_carpet", + "displayName": "Orange Carpet", + "hardness": 0.1, + "resistance": 0.1, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10729, + "minStateId": 10729, + "maxStateId": 10729, + "states": [], + "drops": [ + 425 + ], + "boundingBox": "block" + }, + { + "id": 480, + "name": "magenta_carpet", + "displayName": "Magenta Carpet", + "hardness": 0.1, + "resistance": 0.1, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10730, + "minStateId": 10730, + "maxStateId": 10730, + "states": [], + "drops": [ + 426 + ], + "boundingBox": "block" + }, + { + "id": 481, + "name": "light_blue_carpet", + "displayName": "Light Blue Carpet", + "hardness": 0.1, + "resistance": 0.1, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10731, + "minStateId": 10731, + "maxStateId": 10731, + "states": [], + "drops": [ + 427 + ], + "boundingBox": "block" + }, + { + "id": 482, + "name": "yellow_carpet", + "displayName": "Yellow Carpet", + "hardness": 0.1, + "resistance": 0.1, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10732, + "minStateId": 10732, + "maxStateId": 10732, + "states": [], + "drops": [ + 428 + ], + "boundingBox": "block" + }, + { + "id": 483, + "name": "lime_carpet", + "displayName": "Lime Carpet", + "hardness": 0.1, + "resistance": 0.1, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10733, + "minStateId": 10733, + "maxStateId": 10733, + "states": [], + "drops": [ + 429 + ], + "boundingBox": "block" + }, + { + "id": 484, + "name": "pink_carpet", + "displayName": "Pink Carpet", + "hardness": 0.1, + "resistance": 0.1, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10734, + "minStateId": 10734, + "maxStateId": 10734, + "states": [], + "drops": [ + 430 + ], + "boundingBox": "block" + }, + { + "id": 485, + "name": "gray_carpet", + "displayName": "Gray Carpet", + "hardness": 0.1, + "resistance": 0.1, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10735, + "minStateId": 10735, + "maxStateId": 10735, + "states": [], + "drops": [ + 431 + ], + "boundingBox": "block" + }, + { + "id": 486, + "name": "light_gray_carpet", + "displayName": "Light Gray Carpet", + "hardness": 0.1, + "resistance": 0.1, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10736, + "minStateId": 10736, + "maxStateId": 10736, + "states": [], + "drops": [ + 432 + ], + "boundingBox": "block" + }, + { + "id": 487, + "name": "cyan_carpet", + "displayName": "Cyan Carpet", + "hardness": 0.1, + "resistance": 0.1, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10737, + "minStateId": 10737, + "maxStateId": 10737, + "states": [], + "drops": [ + 433 + ], + "boundingBox": "block" + }, + { + "id": 488, + "name": "purple_carpet", + "displayName": "Purple Carpet", + "hardness": 0.1, + "resistance": 0.1, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10738, + "minStateId": 10738, + "maxStateId": 10738, + "states": [], + "drops": [ + 434 + ], + "boundingBox": "block" + }, + { + "id": 489, + "name": "blue_carpet", + "displayName": "Blue Carpet", + "hardness": 0.1, + "resistance": 0.1, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10739, + "minStateId": 10739, + "maxStateId": 10739, + "states": [], + "drops": [ + 435 + ], + "boundingBox": "block" + }, + { + "id": 490, + "name": "brown_carpet", + "displayName": "Brown Carpet", + "hardness": 0.1, + "resistance": 0.1, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10740, + "minStateId": 10740, + "maxStateId": 10740, + "states": [], + "drops": [ + 436 + ], + "boundingBox": "block" + }, + { + "id": 491, + "name": "green_carpet", + "displayName": "Green Carpet", + "hardness": 0.1, + "resistance": 0.1, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10741, + "minStateId": 10741, + "maxStateId": 10741, + "states": [], + "drops": [ + 437 + ], + "boundingBox": "block" + }, + { + "id": 492, + "name": "red_carpet", + "displayName": "Red Carpet", + "hardness": 0.1, + "resistance": 0.1, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10742, + "minStateId": 10742, + "maxStateId": 10742, + "states": [], + "drops": [ + 438 + ], + "boundingBox": "block" + }, + { + "id": 493, + "name": "black_carpet", + "displayName": "Black Carpet", + "hardness": 0.1, + "resistance": 0.1, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10743, + "minStateId": 10743, + "maxStateId": 10743, + "states": [], + "drops": [ + 439 + ], + "boundingBox": "block" + }, + { + "id": 494, + "name": "terracotta", + "displayName": "Terracotta", + "hardness": 1.25, + "resistance": 4.2, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 10744, + "minStateId": 10744, + "maxStateId": 10744, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 440 + ], + "boundingBox": "block" + }, + { + "id": 495, + "name": "coal_block", + "displayName": "Block of Coal", + "hardness": 5.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 10745, + "minStateId": 10745, + "maxStateId": 10745, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 68 + ], + "boundingBox": "block" + }, + { + "id": 496, + "name": "packed_ice", + "displayName": "Packed Ice", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 10746, + "minStateId": 10746, + "maxStateId": 10746, + "states": [], + "drops": [], + "boundingBox": "block" + }, + { + "id": 497, + "name": "sunflower", + "displayName": "Sunflower", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10748, + "minStateId": 10747, + "maxStateId": 10748, + "states": [ + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "upper", + "lower" + ] + } + ], + "drops": [ + 443 + ], + "boundingBox": "empty" + }, + { + "id": 498, + "name": "lilac", + "displayName": "Lilac", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10750, + "minStateId": 10749, + "maxStateId": 10750, + "states": [ + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "upper", + "lower" + ] + } + ], + "drops": [ + 444 + ], + "boundingBox": "empty" + }, + { + "id": 499, + "name": "rose_bush", + "displayName": "Rose Bush", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10752, + "minStateId": 10751, + "maxStateId": 10752, + "states": [ + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "upper", + "lower" + ] + } + ], + "drops": [ + 445 + ], + "boundingBox": "empty" + }, + { + "id": 500, + "name": "peony", + "displayName": "Peony", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10754, + "minStateId": 10753, + "maxStateId": 10754, + "states": [ + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "upper", + "lower" + ] + } + ], + "drops": [ + 446 + ], + "boundingBox": "empty" + }, + { + "id": 501, + "name": "tall_grass", + "displayName": "Tall Grass", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10756, + "minStateId": 10755, + "maxStateId": 10756, + "states": [ + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "upper", + "lower" + ] + } + ], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 502, + "name": "large_fern", + "displayName": "Large Fern", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10758, + "minStateId": 10757, + "maxStateId": 10758, + "states": [ + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "upper", + "lower" + ] + } + ], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 503, + "name": "white_banner", + "displayName": "White Banner", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10759, + "minStateId": 10759, + "maxStateId": 10774, + "states": [ + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "drops": [ + 1087 + ], + "boundingBox": "empty" + }, + { + "id": 504, + "name": "orange_banner", + "displayName": "Orange Banner", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10775, + "minStateId": 10775, + "maxStateId": 10790, + "states": [ + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "drops": [ + 1088 + ], + "boundingBox": "empty" + }, + { + "id": 505, + "name": "magenta_banner", + "displayName": "Magenta Banner", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10791, + "minStateId": 10791, + "maxStateId": 10806, + "states": [ + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "drops": [ + 1089 + ], + "boundingBox": "empty" + }, + { + "id": 506, + "name": "light_blue_banner", + "displayName": "Light Blue Banner", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10807, + "minStateId": 10807, + "maxStateId": 10822, + "states": [ + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "drops": [ + 1090 + ], + "boundingBox": "empty" + }, + { + "id": 507, + "name": "yellow_banner", + "displayName": "Yellow Banner", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10823, + "minStateId": 10823, + "maxStateId": 10838, + "states": [ + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "drops": [ + 1091 + ], + "boundingBox": "empty" + }, + { + "id": 508, + "name": "lime_banner", + "displayName": "Lime Banner", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10839, + "minStateId": 10839, + "maxStateId": 10854, + "states": [ + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "drops": [ + 1092 + ], + "boundingBox": "empty" + }, + { + "id": 509, + "name": "pink_banner", + "displayName": "Pink Banner", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10855, + "minStateId": 10855, + "maxStateId": 10870, + "states": [ + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "drops": [ + 1093 + ], + "boundingBox": "empty" + }, + { + "id": 510, + "name": "gray_banner", + "displayName": "Gray Banner", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10871, + "minStateId": 10871, + "maxStateId": 10886, + "states": [ + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "drops": [ + 1094 + ], + "boundingBox": "empty" + }, + { + "id": 511, + "name": "light_gray_banner", + "displayName": "Light Gray Banner", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10887, + "minStateId": 10887, + "maxStateId": 10902, + "states": [ + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "drops": [ + 1095 + ], + "boundingBox": "empty" + }, + { + "id": 512, + "name": "cyan_banner", + "displayName": "Cyan Banner", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10903, + "minStateId": 10903, + "maxStateId": 10918, + "states": [ + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "drops": [ + 1096 + ], + "boundingBox": "empty" + }, + { + "id": 513, + "name": "purple_banner", + "displayName": "Purple Banner", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10919, + "minStateId": 10919, + "maxStateId": 10934, + "states": [ + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "drops": [ + 1097 + ], + "boundingBox": "empty" + }, + { + "id": 514, + "name": "blue_banner", + "displayName": "Blue Banner", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10935, + "minStateId": 10935, + "maxStateId": 10950, + "states": [ + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "drops": [ + 1098 + ], + "boundingBox": "empty" + }, + { + "id": 515, + "name": "brown_banner", + "displayName": "Brown Banner", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10951, + "minStateId": 10951, + "maxStateId": 10966, + "states": [ + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "drops": [ + 1099 + ], + "boundingBox": "empty" + }, + { + "id": 516, + "name": "green_banner", + "displayName": "Green Banner", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10967, + "minStateId": 10967, + "maxStateId": 10982, + "states": [ + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "drops": [ + 1100 + ], + "boundingBox": "empty" + }, + { + "id": 517, + "name": "red_banner", + "displayName": "Red Banner", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10983, + "minStateId": 10983, + "maxStateId": 10998, + "states": [ + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "drops": [ + 1101 + ], + "boundingBox": "empty" + }, + { + "id": 518, + "name": "black_banner", + "displayName": "Black Banner", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 10999, + "minStateId": 10999, + "maxStateId": 11014, + "states": [ + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "drops": [ + 1102 + ], + "boundingBox": "empty" + }, + { + "id": 519, + "name": "white_wall_banner", + "displayName": "White Banner", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11015, + "minStateId": 11015, + "maxStateId": 11018, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "drops": [ + 1087 + ], + "boundingBox": "empty" + }, + { + "id": 520, + "name": "orange_wall_banner", + "displayName": "Orange Banner", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11019, + "minStateId": 11019, + "maxStateId": 11022, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "drops": [ + 1088 + ], + "boundingBox": "empty" + }, + { + "id": 521, + "name": "magenta_wall_banner", + "displayName": "Magenta Banner", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11023, + "minStateId": 11023, + "maxStateId": 11026, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "drops": [ + 1089 + ], + "boundingBox": "empty" + }, + { + "id": 522, + "name": "light_blue_wall_banner", + "displayName": "Light Blue Banner", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11027, + "minStateId": 11027, + "maxStateId": 11030, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "drops": [ + 1090 + ], + "boundingBox": "empty" + }, + { + "id": 523, + "name": "yellow_wall_banner", + "displayName": "Yellow Banner", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11031, + "minStateId": 11031, + "maxStateId": 11034, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "drops": [ + 1091 + ], + "boundingBox": "empty" + }, + { + "id": 524, + "name": "lime_wall_banner", + "displayName": "Lime Banner", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11035, + "minStateId": 11035, + "maxStateId": 11038, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "drops": [ + 1092 + ], + "boundingBox": "empty" + }, + { + "id": 525, + "name": "pink_wall_banner", + "displayName": "Pink Banner", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11039, + "minStateId": 11039, + "maxStateId": 11042, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "drops": [ + 1093 + ], + "boundingBox": "empty" + }, + { + "id": 526, + "name": "gray_wall_banner", + "displayName": "Gray Banner", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11043, + "minStateId": 11043, + "maxStateId": 11046, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "drops": [ + 1094 + ], + "boundingBox": "empty" + }, + { + "id": 527, + "name": "light_gray_wall_banner", + "displayName": "Light Gray Banner", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11047, + "minStateId": 11047, + "maxStateId": 11050, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "drops": [ + 1095 + ], + "boundingBox": "empty" + }, + { + "id": 528, + "name": "cyan_wall_banner", + "displayName": "Cyan Banner", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11051, + "minStateId": 11051, + "maxStateId": 11054, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "drops": [ + 1096 + ], + "boundingBox": "empty" + }, + { + "id": 529, + "name": "purple_wall_banner", + "displayName": "Purple Banner", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11055, + "minStateId": 11055, + "maxStateId": 11058, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "drops": [ + 1097 + ], + "boundingBox": "empty" + }, + { + "id": 530, + "name": "blue_wall_banner", + "displayName": "Blue Banner", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11059, + "minStateId": 11059, + "maxStateId": 11062, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "drops": [ + 1098 + ], + "boundingBox": "empty" + }, + { + "id": 531, + "name": "brown_wall_banner", + "displayName": "Brown Banner", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11063, + "minStateId": 11063, + "maxStateId": 11066, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "drops": [ + 1099 + ], + "boundingBox": "empty" + }, + { + "id": 532, + "name": "green_wall_banner", + "displayName": "Green Banner", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11067, + "minStateId": 11067, + "maxStateId": 11070, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "drops": [ + 1100 + ], + "boundingBox": "empty" + }, + { + "id": 533, + "name": "red_wall_banner", + "displayName": "Red Banner", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11071, + "minStateId": 11071, + "maxStateId": 11074, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "drops": [ + 1101 + ], + "boundingBox": "empty" + }, + { + "id": 534, + "name": "black_wall_banner", + "displayName": "Black Banner", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11075, + "minStateId": 11075, + "maxStateId": 11078, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "drops": [ + 1102 + ], + "boundingBox": "empty" + }, + { + "id": 535, + "name": "red_sandstone", + "displayName": "Red Sandstone", + "hardness": 0.8, + "resistance": 0.8, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 11079, + "minStateId": 11079, + "maxStateId": 11079, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 488 + ], + "boundingBox": "block" + }, + { + "id": 536, + "name": "chiseled_red_sandstone", + "displayName": "Chiseled Red Sandstone", + "hardness": 0.8, + "resistance": 0.8, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 11080, + "minStateId": 11080, + "maxStateId": 11080, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 489 + ], + "boundingBox": "block" + }, + { + "id": 537, + "name": "cut_red_sandstone", + "displayName": "Cut Red Sandstone", + "hardness": 0.8, + "resistance": 0.8, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 11081, + "minStateId": 11081, + "maxStateId": 11081, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 490 + ], + "boundingBox": "block" + }, + { + "id": 538, + "name": "red_sandstone_stairs", + "displayName": "Red Sandstone Stairs", + "hardness": 0.8, + "resistance": 0.8, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11093, + "minStateId": 11082, + "maxStateId": 11161, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 491 + ], + "boundingBox": "block" + }, + { + "id": 539, + "name": "oak_slab", + "displayName": "Oak Slab", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11165, + "minStateId": 11162, + "maxStateId": 11167, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 230 + ], + "boundingBox": "block" + }, + { + "id": 540, + "name": "spruce_slab", + "displayName": "Spruce Slab", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11171, + "minStateId": 11168, + "maxStateId": 11173, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 231 + ], + "boundingBox": "block" + }, + { + "id": 541, + "name": "birch_slab", + "displayName": "Birch Slab", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11177, + "minStateId": 11174, + "maxStateId": 11179, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 232 + ], + "boundingBox": "block" + }, + { + "id": 542, + "name": "jungle_slab", + "displayName": "Jungle Slab", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11183, + "minStateId": 11180, + "maxStateId": 11185, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 233 + ], + "boundingBox": "block" + }, + { + "id": 543, + "name": "acacia_slab", + "displayName": "Acacia Slab", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11189, + "minStateId": 11186, + "maxStateId": 11191, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 234 + ], + "boundingBox": "block" + }, + { + "id": 544, + "name": "cherry_slab", + "displayName": "Cherry Slab", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11195, + "minStateId": 11192, + "maxStateId": 11197, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 235 + ], + "boundingBox": "block" + }, + { + "id": 545, + "name": "dark_oak_slab", + "displayName": "Dark Oak Slab", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11201, + "minStateId": 11198, + "maxStateId": 11203, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 236 + ], + "boundingBox": "block" + }, + { + "id": 546, + "name": "mangrove_slab", + "displayName": "Mangrove Slab", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11207, + "minStateId": 11204, + "maxStateId": 11209, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 237 + ], + "boundingBox": "block" + }, + { + "id": 547, + "name": "bamboo_slab", + "displayName": "Bamboo Slab", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11213, + "minStateId": 11210, + "maxStateId": 11215, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 238 + ], + "boundingBox": "block" + }, + { + "id": 548, + "name": "bamboo_mosaic_slab", + "displayName": "Bamboo Mosaic Slab", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11219, + "minStateId": 11216, + "maxStateId": 11221, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 239 + ], + "boundingBox": "block" + }, + { + "id": 549, + "name": "stone_slab", + "displayName": "Stone Slab", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11225, + "minStateId": 11222, + "maxStateId": 11227, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 242 + ], + "boundingBox": "block" + }, + { + "id": 550, + "name": "smooth_stone_slab", + "displayName": "Smooth Stone Slab", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11231, + "minStateId": 11228, + "maxStateId": 11233, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 243 + ], + "boundingBox": "block" + }, + { + "id": 551, + "name": "sandstone_slab", + "displayName": "Sandstone Slab", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11237, + "minStateId": 11234, + "maxStateId": 11239, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 244 + ], + "boundingBox": "block" + }, + { + "id": 552, + "name": "cut_sandstone_slab", + "displayName": "Cut Sandstone Slab", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11243, + "minStateId": 11240, + "maxStateId": 11245, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 245 + ], + "boundingBox": "block" + }, + { + "id": 553, + "name": "petrified_oak_slab", + "displayName": "Petrified Oak Slab", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11249, + "minStateId": 11246, + "maxStateId": 11251, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 246 + ], + "boundingBox": "block" + }, + { + "id": 554, + "name": "cobblestone_slab", + "displayName": "Cobblestone Slab", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11255, + "minStateId": 11252, + "maxStateId": 11257, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 247 + ], + "boundingBox": "block" + }, + { + "id": 555, + "name": "brick_slab", + "displayName": "Brick Slab", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11261, + "minStateId": 11258, + "maxStateId": 11263, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 248 + ], + "boundingBox": "block" + }, + { + "id": 556, + "name": "stone_brick_slab", + "displayName": "Stone Brick Slab", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11267, + "minStateId": 11264, + "maxStateId": 11269, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 249 + ], + "boundingBox": "block" + }, + { + "id": 557, + "name": "mud_brick_slab", + "displayName": "Mud Brick Slab", + "hardness": 1.5, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11273, + "minStateId": 11270, + "maxStateId": 11275, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 250 + ], + "boundingBox": "block" + }, + { + "id": 558, + "name": "nether_brick_slab", + "displayName": "Nether Brick Slab", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11279, + "minStateId": 11276, + "maxStateId": 11281, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 251 + ], + "boundingBox": "block" + }, + { + "id": 559, + "name": "quartz_slab", + "displayName": "Quartz Slab", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11285, + "minStateId": 11282, + "maxStateId": 11287, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 252 + ], + "boundingBox": "block" + }, + { + "id": 560, + "name": "red_sandstone_slab", + "displayName": "Red Sandstone Slab", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11291, + "minStateId": 11288, + "maxStateId": 11293, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 253 + ], + "boundingBox": "block" + }, + { + "id": 561, + "name": "cut_red_sandstone_slab", + "displayName": "Cut Red Sandstone Slab", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11297, + "minStateId": 11294, + "maxStateId": 11299, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 254 + ], + "boundingBox": "block" + }, + { + "id": 562, + "name": "purpur_slab", + "displayName": "Purpur Slab", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11303, + "minStateId": 11300, + "maxStateId": 11305, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 255 + ], + "boundingBox": "block" + }, + { + "id": 563, + "name": "smooth_stone", + "displayName": "Smooth Stone", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 11306, + "minStateId": 11306, + "maxStateId": 11306, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 262 + ], + "boundingBox": "block" + }, + { + "id": 564, + "name": "smooth_sandstone", + "displayName": "Smooth Sandstone", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 11307, + "minStateId": 11307, + "maxStateId": 11307, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 261 + ], + "boundingBox": "block" + }, + { + "id": 565, + "name": "smooth_quartz", + "displayName": "Smooth Quartz Block", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 11308, + "minStateId": 11308, + "maxStateId": 11308, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 259 + ], + "boundingBox": "block" + }, + { + "id": 566, + "name": "smooth_red_sandstone", + "displayName": "Smooth Red Sandstone", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 11309, + "minStateId": 11309, + "maxStateId": 11309, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 260 + ], + "boundingBox": "block" + }, + { + "id": 567, + "name": "spruce_fence_gate", + "displayName": "Spruce Fence Gate", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11317, + "minStateId": 11310, + "maxStateId": 11341, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "in_wall", + "type": "bool", + "num_values": 2 + }, + { + "name": "open", + "type": "bool", + "num_values": 2 + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 713 + ], + "boundingBox": "block" + }, + { + "id": 568, + "name": "birch_fence_gate", + "displayName": "Birch Fence Gate", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11349, + "minStateId": 11342, + "maxStateId": 11373, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "in_wall", + "type": "bool", + "num_values": 2 + }, + { + "name": "open", + "type": "bool", + "num_values": 2 + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 714 + ], + "boundingBox": "block" + }, + { + "id": 569, + "name": "jungle_fence_gate", + "displayName": "Jungle Fence Gate", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11381, + "minStateId": 11374, + "maxStateId": 11405, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "in_wall", + "type": "bool", + "num_values": 2 + }, + { + "name": "open", + "type": "bool", + "num_values": 2 + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 715 + ], + "boundingBox": "block" + }, + { + "id": 570, + "name": "acacia_fence_gate", + "displayName": "Acacia Fence Gate", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11413, + "minStateId": 11406, + "maxStateId": 11437, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "in_wall", + "type": "bool", + "num_values": 2 + }, + { + "name": "open", + "type": "bool", + "num_values": 2 + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 716 + ], + "boundingBox": "block" + }, + { + "id": 571, + "name": "cherry_fence_gate", + "displayName": "Cherry Fence Gate", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11445, + "minStateId": 11438, + "maxStateId": 11469, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "in_wall", + "type": "bool", + "num_values": 2 + }, + { + "name": "open", + "type": "bool", + "num_values": 2 + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 717 + ], + "boundingBox": "block" + }, + { + "id": 572, + "name": "dark_oak_fence_gate", + "displayName": "Dark Oak Fence Gate", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11477, + "minStateId": 11470, + "maxStateId": 11501, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "in_wall", + "type": "bool", + "num_values": 2 + }, + { + "name": "open", + "type": "bool", + "num_values": 2 + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 718 + ], + "boundingBox": "block" + }, + { + "id": 573, + "name": "mangrove_fence_gate", + "displayName": "Mangrove Fence Gate", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11509, + "minStateId": 11502, + "maxStateId": 11533, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "in_wall", + "type": "bool", + "num_values": 2 + }, + { + "name": "open", + "type": "bool", + "num_values": 2 + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 719 + ], + "boundingBox": "block" + }, + { + "id": 574, + "name": "bamboo_fence_gate", + "displayName": "Bamboo Fence Gate", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11541, + "minStateId": 11534, + "maxStateId": 11565, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "in_wall", + "type": "bool", + "num_values": 2 + }, + { + "name": "open", + "type": "bool", + "num_values": 2 + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 720 + ], + "boundingBox": "block" + }, + { + "id": 575, + "name": "spruce_fence", + "displayName": "Spruce Fence", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11597, + "minStateId": 11566, + "maxStateId": 11597, + "states": [ + { + "name": "east", + "type": "bool", + "num_values": 2 + }, + { + "name": "north", + "type": "bool", + "num_values": 2 + }, + { + "name": "south", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 290 + ], + "boundingBox": "block" + }, + { + "id": 576, + "name": "birch_fence", + "displayName": "Birch Fence", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11629, + "minStateId": 11598, + "maxStateId": 11629, + "states": [ + { + "name": "east", + "type": "bool", + "num_values": 2 + }, + { + "name": "north", + "type": "bool", + "num_values": 2 + }, + { + "name": "south", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 291 + ], + "boundingBox": "block" + }, + { + "id": 577, + "name": "jungle_fence", + "displayName": "Jungle Fence", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11661, + "minStateId": 11630, + "maxStateId": 11661, + "states": [ + { + "name": "east", + "type": "bool", + "num_values": 2 + }, + { + "name": "north", + "type": "bool", + "num_values": 2 + }, + { + "name": "south", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 292 + ], + "boundingBox": "block" + }, + { + "id": 578, + "name": "acacia_fence", + "displayName": "Acacia Fence", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11693, + "minStateId": 11662, + "maxStateId": 11693, + "states": [ + { + "name": "east", + "type": "bool", + "num_values": 2 + }, + { + "name": "north", + "type": "bool", + "num_values": 2 + }, + { + "name": "south", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 293 + ], + "boundingBox": "block" + }, + { + "id": 579, + "name": "cherry_fence", + "displayName": "Cherry Fence", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11725, + "minStateId": 11694, + "maxStateId": 11725, + "states": [ + { + "name": "east", + "type": "bool", + "num_values": 2 + }, + { + "name": "north", + "type": "bool", + "num_values": 2 + }, + { + "name": "south", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 294 + ], + "boundingBox": "block" + }, + { + "id": 580, + "name": "dark_oak_fence", + "displayName": "Dark Oak Fence", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11757, + "minStateId": 11726, + "maxStateId": 11757, + "states": [ + { + "name": "east", + "type": "bool", + "num_values": 2 + }, + { + "name": "north", + "type": "bool", + "num_values": 2 + }, + { + "name": "south", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 295 + ], + "boundingBox": "block" + }, + { + "id": 581, + "name": "mangrove_fence", + "displayName": "Mangrove Fence", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11789, + "minStateId": 11758, + "maxStateId": 11789, + "states": [ + { + "name": "east", + "type": "bool", + "num_values": 2 + }, + { + "name": "north", + "type": "bool", + "num_values": 2 + }, + { + "name": "south", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 296 + ], + "boundingBox": "block" + }, + { + "id": 582, + "name": "bamboo_fence", + "displayName": "Bamboo Fence", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11821, + "minStateId": 11790, + "maxStateId": 11821, + "states": [ + { + "name": "east", + "type": "bool", + "num_values": 2 + }, + { + "name": "north", + "type": "bool", + "num_values": 2 + }, + { + "name": "south", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 297 + ], + "boundingBox": "block" + }, + { + "id": 583, + "name": "spruce_door", + "displayName": "Spruce Door", + "hardness": 3.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11833, + "minStateId": 11822, + "maxStateId": 11885, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "type": "enum", + "num_values": 2, + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "type": "bool", + "num_values": 2 + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 690 + ], + "boundingBox": "block" + }, + { + "id": 584, + "name": "birch_door", + "displayName": "Birch Door", + "hardness": 3.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11897, + "minStateId": 11886, + "maxStateId": 11949, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "type": "enum", + "num_values": 2, + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "type": "bool", + "num_values": 2 + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 691 + ], + "boundingBox": "block" + }, + { + "id": 585, + "name": "jungle_door", + "displayName": "Jungle Door", + "hardness": 3.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 11961, + "minStateId": 11950, + "maxStateId": 12013, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "type": "enum", + "num_values": 2, + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "type": "bool", + "num_values": 2 + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 692 + ], + "boundingBox": "block" + }, + { + "id": 586, + "name": "acacia_door", + "displayName": "Acacia Door", + "hardness": 3.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 12025, + "minStateId": 12014, + "maxStateId": 12077, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "type": "enum", + "num_values": 2, + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "type": "bool", + "num_values": 2 + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 693 + ], + "boundingBox": "block" + }, + { + "id": 587, + "name": "cherry_door", + "displayName": "Cherry Door", + "hardness": 3.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 12089, + "minStateId": 12078, + "maxStateId": 12141, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "type": "enum", + "num_values": 2, + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "type": "bool", + "num_values": 2 + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 694 + ], + "boundingBox": "block" + }, + { + "id": 588, + "name": "dark_oak_door", + "displayName": "Dark Oak Door", + "hardness": 3.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 12153, + "minStateId": 12142, + "maxStateId": 12205, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "type": "enum", + "num_values": 2, + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "type": "bool", + "num_values": 2 + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 695 + ], + "boundingBox": "block" + }, + { + "id": 589, + "name": "mangrove_door", + "displayName": "Mangrove Door", + "hardness": 3.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 12217, + "minStateId": 12206, + "maxStateId": 12269, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "type": "enum", + "num_values": 2, + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "type": "bool", + "num_values": 2 + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 696 + ], + "boundingBox": "block" + }, + { + "id": 590, + "name": "bamboo_door", + "displayName": "Bamboo Door", + "hardness": 3.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 12281, + "minStateId": 12270, + "maxStateId": 12333, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "type": "enum", + "num_values": 2, + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "type": "bool", + "num_values": 2 + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 697 + ], + "boundingBox": "block" + }, + { + "id": 591, + "name": "end_rod", + "displayName": "End Rod", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 14, + "filterLight": 0, + "defaultState": 12338, + "minStateId": 12334, + "maxStateId": 12339, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 6, + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "drops": [ + 270 + ], + "boundingBox": "block" + }, + { + "id": 592, + "name": "chorus_plant", + "displayName": "Chorus Plant", + "hardness": 0.4, + "resistance": 0.4, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12403, + "minStateId": 12340, + "maxStateId": 12403, + "states": [ + { + "name": "down", + "type": "bool", + "num_values": 2 + }, + { + "name": "east", + "type": "bool", + "num_values": 2 + }, + { + "name": "north", + "type": "bool", + "num_values": 2 + }, + { + "name": "south", + "type": "bool", + "num_values": 2 + }, + { + "name": "up", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 0 + ], + "boundingBox": "block" + }, + { + "id": 593, + "name": "chorus_flower", + "displayName": "Chorus Flower", + "hardness": 0.4, + "resistance": 0.4, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12404, + "minStateId": 12404, + "maxStateId": 12409, + "states": [ + { + "name": "age", + "type": "int", + "num_values": 6, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5" + ] + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 594, + "name": "purpur_block", + "displayName": "Purpur Block", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12410, + "minStateId": 12410, + "maxStateId": 12410, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 273 + ], + "boundingBox": "block" + }, + { + "id": 595, + "name": "purpur_pillar", + "displayName": "Purpur Pillar", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12412, + "minStateId": 12411, + "maxStateId": 12413, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 274 + ], + "boundingBox": "block" + }, + { + "id": 596, + "name": "purpur_stairs", + "displayName": "Purpur Stairs", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 12425, + "minStateId": 12414, + "maxStateId": 12493, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 275 + ], + "boundingBox": "block" + }, + { + "id": 597, + "name": "end_stone_bricks", + "displayName": "End Stone Bricks", + "hardness": 3.0, + "resistance": 9.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12494, + "minStateId": 12494, + "maxStateId": 12494, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 356 + ], + "boundingBox": "block" + }, + { + "id": 598, + "name": "torchflower_crop", + "displayName": "Torchflower Crop", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 12495, + "minStateId": 12495, + "maxStateId": 12496, + "states": [ + { + "name": "age", + "type": "int", + "num_values": 2, + "values": [ + "0", + "1" + ] + } + ], + "drops": [ + 1106 + ], + "boundingBox": "empty" + }, + { + "id": 599, + "name": "pitcher_crop", + "displayName": "Pitcher Crop", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 12498, + "minStateId": 12497, + "maxStateId": 12506, + "states": [ + { + "name": "age", + "type": "int", + "num_values": 5, + "values": [ + "0", + "1", + "2", + "3", + "4" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "upper", + "lower" + ] + } + ], + "drops": [ + 1107 + ], + "boundingBox": "block" + }, + { + "id": 600, + "name": "pitcher_plant", + "displayName": "Pitcher Plant", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 12508, + "minStateId": 12507, + "maxStateId": 12508, + "states": [ + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "upper", + "lower" + ] + } + ], + "drops": [ + 210 + ], + "boundingBox": "empty" + }, + { + "id": 601, + "name": "beetroots", + "displayName": "Beetroots", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 12509, + "minStateId": 12509, + "maxStateId": 12512, + "states": [ + { + "name": "age", + "type": "int", + "num_values": 4, + "values": [ + "0", + "1", + "2", + "3" + ] + } + ], + "drops": [ + 1109 + ], + "boundingBox": "empty" + }, + { + "id": 602, + "name": "dirt_path", + "displayName": "Dirt Path", + "hardness": 0.65, + "resistance": 0.65, + "stackSize": 64, + "diggable": true, + "material": "mineable/shovel", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 12513, + "minStateId": 12513, + "maxStateId": 12513, + "states": [], + "drops": [ + 15 + ], + "boundingBox": "block" + }, + { + "id": 603, + "name": "end_gateway", + "displayName": "End Gateway", + "hardness": -1.0, + "resistance": 3600000.0, + "stackSize": 64, + "diggable": false, + "material": "default", + "transparent": true, + "emitLight": 15, + "filterLight": 1, + "defaultState": 12514, + "minStateId": 12514, + "maxStateId": 12514, + "states": [], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 604, + "name": "repeating_command_block", + "displayName": "Repeating Command Block", + "hardness": -1.0, + "resistance": 3600000.0, + "stackSize": 64, + "diggable": false, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12521, + "minStateId": 12515, + "maxStateId": 12526, + "states": [ + { + "name": "conditional", + "type": "bool", + "num_values": 2 + }, + { + "name": "facing", + "type": "enum", + "num_values": 6, + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "harvestTools": {}, + "drops": [], + "boundingBox": "block" + }, + { + "id": 605, + "name": "chain_command_block", + "displayName": "Chain Command Block", + "hardness": -1.0, + "resistance": 3600000.0, + "stackSize": 64, + "diggable": false, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12533, + "minStateId": 12527, + "maxStateId": 12538, + "states": [ + { + "name": "conditional", + "type": "bool", + "num_values": 2 + }, + { + "name": "facing", + "type": "enum", + "num_values": 6, + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "harvestTools": {}, + "drops": [], + "boundingBox": "block" + }, + { + "id": 606, + "name": "frosted_ice", + "displayName": "Frosted Ice", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12539, + "minStateId": 12539, + "maxStateId": 12542, + "states": [ + { + "name": "age", + "type": "int", + "num_values": 4, + "values": [ + "0", + "1", + "2", + "3" + ] + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 607, + "name": "magma_block", + "displayName": "Magma Block", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 3, + "filterLight": 15, + "defaultState": 12543, + "minStateId": 12543, + "maxStateId": 12543, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 494 + ], + "boundingBox": "block" + }, + { + "id": 608, + "name": "nether_wart_block", + "displayName": "Nether Wart Block", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/hoe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12544, + "minStateId": 12544, + "maxStateId": 12544, + "states": [], + "drops": [ + 495 + ], + "boundingBox": "block" + }, + { + "id": 609, + "name": "red_nether_bricks", + "displayName": "Red Nether Bricks", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12545, + "minStateId": 12545, + "maxStateId": 12545, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 497 + ], + "boundingBox": "block" + }, + { + "id": 610, + "name": "bone_block", + "displayName": "Bone Block", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12547, + "minStateId": 12546, + "maxStateId": 12548, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 498 + ], + "boundingBox": "block" + }, + { + "id": 611, + "name": "structure_void", + "displayName": "Structure Void", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 12549, + "minStateId": 12549, + "maxStateId": 12549, + "states": [], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 612, + "name": "observer", + "displayName": "Observer", + "hardness": 3.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12555, + "minStateId": 12550, + "maxStateId": 12561, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 6, + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 644 + ], + "boundingBox": "block" + }, + { + "id": 613, + "name": "shulker_box", + "displayName": "Shulker Box", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 1, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12566, + "minStateId": 12562, + "maxStateId": 12567, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 6, + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "drops": [ + 500 + ], + "boundingBox": "block" + }, + { + "id": 614, + "name": "white_shulker_box", + "displayName": "White Shulker Box", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 1, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12572, + "minStateId": 12568, + "maxStateId": 12573, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 6, + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "drops": [ + 501 + ], + "boundingBox": "block" + }, + { + "id": 615, + "name": "orange_shulker_box", + "displayName": "Orange Shulker Box", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 1, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12578, + "minStateId": 12574, + "maxStateId": 12579, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 6, + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "drops": [ + 502 + ], + "boundingBox": "block" + }, + { + "id": 616, + "name": "magenta_shulker_box", + "displayName": "Magenta Shulker Box", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 1, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12584, + "minStateId": 12580, + "maxStateId": 12585, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 6, + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "drops": [ + 503 + ], + "boundingBox": "block" + }, + { + "id": 617, + "name": "light_blue_shulker_box", + "displayName": "Light Blue Shulker Box", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 1, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12590, + "minStateId": 12586, + "maxStateId": 12591, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 6, + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "drops": [ + 504 + ], + "boundingBox": "block" + }, + { + "id": 618, + "name": "yellow_shulker_box", + "displayName": "Yellow Shulker Box", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 1, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12596, + "minStateId": 12592, + "maxStateId": 12597, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 6, + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "drops": [ + 505 + ], + "boundingBox": "block" + }, + { + "id": 619, + "name": "lime_shulker_box", + "displayName": "Lime Shulker Box", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 1, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12602, + "minStateId": 12598, + "maxStateId": 12603, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 6, + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "drops": [ + 506 + ], + "boundingBox": "block" + }, + { + "id": 620, + "name": "pink_shulker_box", + "displayName": "Pink Shulker Box", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 1, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12608, + "minStateId": 12604, + "maxStateId": 12609, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 6, + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "drops": [ + 507 + ], + "boundingBox": "block" + }, + { + "id": 621, + "name": "gray_shulker_box", + "displayName": "Gray Shulker Box", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 1, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12614, + "minStateId": 12610, + "maxStateId": 12615, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 6, + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "drops": [ + 508 + ], + "boundingBox": "block" + }, + { + "id": 622, + "name": "light_gray_shulker_box", + "displayName": "Light Gray Shulker Box", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 1, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12620, + "minStateId": 12616, + "maxStateId": 12621, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 6, + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "drops": [ + 509 + ], + "boundingBox": "block" + }, + { + "id": 623, + "name": "cyan_shulker_box", + "displayName": "Cyan Shulker Box", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 1, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12626, + "minStateId": 12622, + "maxStateId": 12627, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 6, + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "drops": [ + 510 + ], + "boundingBox": "block" + }, + { + "id": 624, + "name": "purple_shulker_box", + "displayName": "Purple Shulker Box", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 1, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12632, + "minStateId": 12628, + "maxStateId": 12633, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 6, + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "drops": [ + 511 + ], + "boundingBox": "block" + }, + { + "id": 625, + "name": "blue_shulker_box", + "displayName": "Blue Shulker Box", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 1, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12638, + "minStateId": 12634, + "maxStateId": 12639, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 6, + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "drops": [ + 512 + ], + "boundingBox": "block" + }, + { + "id": 626, + "name": "brown_shulker_box", + "displayName": "Brown Shulker Box", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 1, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12644, + "minStateId": 12640, + "maxStateId": 12645, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 6, + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "drops": [ + 513 + ], + "boundingBox": "block" + }, + { + "id": 627, + "name": "green_shulker_box", + "displayName": "Green Shulker Box", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 1, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12650, + "minStateId": 12646, + "maxStateId": 12651, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 6, + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "drops": [ + 514 + ], + "boundingBox": "block" + }, + { + "id": 628, + "name": "red_shulker_box", + "displayName": "Red Shulker Box", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 1, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12656, + "minStateId": 12652, + "maxStateId": 12657, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 6, + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "drops": [ + 515 + ], + "boundingBox": "block" + }, + { + "id": 629, + "name": "black_shulker_box", + "displayName": "Black Shulker Box", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 1, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12662, + "minStateId": 12658, + "maxStateId": 12663, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 6, + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "drops": [ + 516 + ], + "boundingBox": "block" + }, + { + "id": 630, + "name": "white_glazed_terracotta", + "displayName": "White Glazed Terracotta", + "hardness": 1.4, + "resistance": 1.4, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12664, + "minStateId": 12664, + "maxStateId": 12667, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 517 + ], + "boundingBox": "block" + }, + { + "id": 631, + "name": "orange_glazed_terracotta", + "displayName": "Orange Glazed Terracotta", + "hardness": 1.4, + "resistance": 1.4, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12668, + "minStateId": 12668, + "maxStateId": 12671, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 518 + ], + "boundingBox": "block" + }, + { + "id": 632, + "name": "magenta_glazed_terracotta", + "displayName": "Magenta Glazed Terracotta", + "hardness": 1.4, + "resistance": 1.4, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12672, + "minStateId": 12672, + "maxStateId": 12675, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 519 + ], + "boundingBox": "block" + }, + { + "id": 633, + "name": "light_blue_glazed_terracotta", + "displayName": "Light Blue Glazed Terracotta", + "hardness": 1.4, + "resistance": 1.4, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12676, + "minStateId": 12676, + "maxStateId": 12679, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 520 + ], + "boundingBox": "block" + }, + { + "id": 634, + "name": "yellow_glazed_terracotta", + "displayName": "Yellow Glazed Terracotta", + "hardness": 1.4, + "resistance": 1.4, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12680, + "minStateId": 12680, + "maxStateId": 12683, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 521 + ], + "boundingBox": "block" + }, + { + "id": 635, + "name": "lime_glazed_terracotta", + "displayName": "Lime Glazed Terracotta", + "hardness": 1.4, + "resistance": 1.4, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12684, + "minStateId": 12684, + "maxStateId": 12687, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 522 + ], + "boundingBox": "block" + }, + { + "id": 636, + "name": "pink_glazed_terracotta", + "displayName": "Pink Glazed Terracotta", + "hardness": 1.4, + "resistance": 1.4, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12688, + "minStateId": 12688, + "maxStateId": 12691, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 523 + ], + "boundingBox": "block" + }, + { + "id": 637, + "name": "gray_glazed_terracotta", + "displayName": "Gray Glazed Terracotta", + "hardness": 1.4, + "resistance": 1.4, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12692, + "minStateId": 12692, + "maxStateId": 12695, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 524 + ], + "boundingBox": "block" + }, + { + "id": 638, + "name": "light_gray_glazed_terracotta", + "displayName": "Light Gray Glazed Terracotta", + "hardness": 1.4, + "resistance": 1.4, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12696, + "minStateId": 12696, + "maxStateId": 12699, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 525 + ], + "boundingBox": "block" + }, + { + "id": 639, + "name": "cyan_glazed_terracotta", + "displayName": "Cyan Glazed Terracotta", + "hardness": 1.4, + "resistance": 1.4, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12700, + "minStateId": 12700, + "maxStateId": 12703, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 526 + ], + "boundingBox": "block" + }, + { + "id": 640, + "name": "purple_glazed_terracotta", + "displayName": "Purple Glazed Terracotta", + "hardness": 1.4, + "resistance": 1.4, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12704, + "minStateId": 12704, + "maxStateId": 12707, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 527 + ], + "boundingBox": "block" + }, + { + "id": 641, + "name": "blue_glazed_terracotta", + "displayName": "Blue Glazed Terracotta", + "hardness": 1.4, + "resistance": 1.4, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12708, + "minStateId": 12708, + "maxStateId": 12711, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 528 + ], + "boundingBox": "block" + }, + { + "id": 642, + "name": "brown_glazed_terracotta", + "displayName": "Brown Glazed Terracotta", + "hardness": 1.4, + "resistance": 1.4, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12712, + "minStateId": 12712, + "maxStateId": 12715, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 529 + ], + "boundingBox": "block" + }, + { + "id": 643, + "name": "green_glazed_terracotta", + "displayName": "Green Glazed Terracotta", + "hardness": 1.4, + "resistance": 1.4, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12716, + "minStateId": 12716, + "maxStateId": 12719, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 530 + ], + "boundingBox": "block" + }, + { + "id": 644, + "name": "red_glazed_terracotta", + "displayName": "Red Glazed Terracotta", + "hardness": 1.4, + "resistance": 1.4, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12720, + "minStateId": 12720, + "maxStateId": 12723, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 531 + ], + "boundingBox": "block" + }, + { + "id": 645, + "name": "black_glazed_terracotta", + "displayName": "Black Glazed Terracotta", + "hardness": 1.4, + "resistance": 1.4, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12724, + "minStateId": 12724, + "maxStateId": 12727, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 532 + ], + "boundingBox": "block" + }, + { + "id": 646, + "name": "white_concrete", + "displayName": "White Concrete", + "hardness": 1.8, + "resistance": 1.8, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12728, + "minStateId": 12728, + "maxStateId": 12728, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 533 + ], + "boundingBox": "block" + }, + { + "id": 647, + "name": "orange_concrete", + "displayName": "Orange Concrete", + "hardness": 1.8, + "resistance": 1.8, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12729, + "minStateId": 12729, + "maxStateId": 12729, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 534 + ], + "boundingBox": "block" + }, + { + "id": 648, + "name": "magenta_concrete", + "displayName": "Magenta Concrete", + "hardness": 1.8, + "resistance": 1.8, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12730, + "minStateId": 12730, + "maxStateId": 12730, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 535 + ], + "boundingBox": "block" + }, + { + "id": 649, + "name": "light_blue_concrete", + "displayName": "Light Blue Concrete", + "hardness": 1.8, + "resistance": 1.8, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12731, + "minStateId": 12731, + "maxStateId": 12731, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 536 + ], + "boundingBox": "block" + }, + { + "id": 650, + "name": "yellow_concrete", + "displayName": "Yellow Concrete", + "hardness": 1.8, + "resistance": 1.8, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12732, + "minStateId": 12732, + "maxStateId": 12732, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 537 + ], + "boundingBox": "block" + }, + { + "id": 651, + "name": "lime_concrete", + "displayName": "Lime Concrete", + "hardness": 1.8, + "resistance": 1.8, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12733, + "minStateId": 12733, + "maxStateId": 12733, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 538 + ], + "boundingBox": "block" + }, + { + "id": 652, + "name": "pink_concrete", + "displayName": "Pink Concrete", + "hardness": 1.8, + "resistance": 1.8, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12734, + "minStateId": 12734, + "maxStateId": 12734, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 539 + ], + "boundingBox": "block" + }, + { + "id": 653, + "name": "gray_concrete", + "displayName": "Gray Concrete", + "hardness": 1.8, + "resistance": 1.8, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12735, + "minStateId": 12735, + "maxStateId": 12735, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 540 + ], + "boundingBox": "block" + }, + { + "id": 654, + "name": "light_gray_concrete", + "displayName": "Light Gray Concrete", + "hardness": 1.8, + "resistance": 1.8, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12736, + "minStateId": 12736, + "maxStateId": 12736, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 541 + ], + "boundingBox": "block" + }, + { + "id": 655, + "name": "cyan_concrete", + "displayName": "Cyan Concrete", + "hardness": 1.8, + "resistance": 1.8, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12737, + "minStateId": 12737, + "maxStateId": 12737, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 542 + ], + "boundingBox": "block" + }, + { + "id": 656, + "name": "purple_concrete", + "displayName": "Purple Concrete", + "hardness": 1.8, + "resistance": 1.8, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12738, + "minStateId": 12738, + "maxStateId": 12738, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 543 + ], + "boundingBox": "block" + }, + { + "id": 657, + "name": "blue_concrete", + "displayName": "Blue Concrete", + "hardness": 1.8, + "resistance": 1.8, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12739, + "minStateId": 12739, + "maxStateId": 12739, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 544 + ], + "boundingBox": "block" + }, + { + "id": 658, + "name": "brown_concrete", + "displayName": "Brown Concrete", + "hardness": 1.8, + "resistance": 1.8, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12740, + "minStateId": 12740, + "maxStateId": 12740, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 545 + ], + "boundingBox": "block" + }, + { + "id": 659, + "name": "green_concrete", + "displayName": "Green Concrete", + "hardness": 1.8, + "resistance": 1.8, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12741, + "minStateId": 12741, + "maxStateId": 12741, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 546 + ], + "boundingBox": "block" + }, + { + "id": 660, + "name": "red_concrete", + "displayName": "Red Concrete", + "hardness": 1.8, + "resistance": 1.8, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12742, + "minStateId": 12742, + "maxStateId": 12742, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 547 + ], + "boundingBox": "block" + }, + { + "id": 661, + "name": "black_concrete", + "displayName": "Black Concrete", + "hardness": 1.8, + "resistance": 1.8, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12743, + "minStateId": 12743, + "maxStateId": 12743, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 548 + ], + "boundingBox": "block" + }, + { + "id": 662, + "name": "white_concrete_powder", + "displayName": "White Concrete Powder", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/shovel", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12744, + "minStateId": 12744, + "maxStateId": 12744, + "states": [], + "drops": [ + 549 + ], + "boundingBox": "block" + }, + { + "id": 663, + "name": "orange_concrete_powder", + "displayName": "Orange Concrete Powder", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/shovel", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12745, + "minStateId": 12745, + "maxStateId": 12745, + "states": [], + "drops": [ + 550 + ], + "boundingBox": "block" + }, + { + "id": 664, + "name": "magenta_concrete_powder", + "displayName": "Magenta Concrete Powder", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/shovel", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12746, + "minStateId": 12746, + "maxStateId": 12746, + "states": [], + "drops": [ + 551 + ], + "boundingBox": "block" + }, + { + "id": 665, + "name": "light_blue_concrete_powder", + "displayName": "Light Blue Concrete Powder", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/shovel", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12747, + "minStateId": 12747, + "maxStateId": 12747, + "states": [], + "drops": [ + 552 + ], + "boundingBox": "block" + }, + { + "id": 666, + "name": "yellow_concrete_powder", + "displayName": "Yellow Concrete Powder", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/shovel", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12748, + "minStateId": 12748, + "maxStateId": 12748, + "states": [], + "drops": [ + 553 + ], + "boundingBox": "block" + }, + { + "id": 667, + "name": "lime_concrete_powder", + "displayName": "Lime Concrete Powder", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/shovel", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12749, + "minStateId": 12749, + "maxStateId": 12749, + "states": [], + "drops": [ + 554 + ], + "boundingBox": "block" + }, + { + "id": 668, + "name": "pink_concrete_powder", + "displayName": "Pink Concrete Powder", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/shovel", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12750, + "minStateId": 12750, + "maxStateId": 12750, + "states": [], + "drops": [ + 555 + ], + "boundingBox": "block" + }, + { + "id": 669, + "name": "gray_concrete_powder", + "displayName": "Gray Concrete Powder", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/shovel", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12751, + "minStateId": 12751, + "maxStateId": 12751, + "states": [], + "drops": [ + 556 + ], + "boundingBox": "block" + }, + { + "id": 670, + "name": "light_gray_concrete_powder", + "displayName": "Light Gray Concrete Powder", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/shovel", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12752, + "minStateId": 12752, + "maxStateId": 12752, + "states": [], + "drops": [ + 557 + ], + "boundingBox": "block" + }, + { + "id": 671, + "name": "cyan_concrete_powder", + "displayName": "Cyan Concrete Powder", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/shovel", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12753, + "minStateId": 12753, + "maxStateId": 12753, + "states": [], + "drops": [ + 558 + ], + "boundingBox": "block" + }, + { + "id": 672, + "name": "purple_concrete_powder", + "displayName": "Purple Concrete Powder", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/shovel", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12754, + "minStateId": 12754, + "maxStateId": 12754, + "states": [], + "drops": [ + 559 + ], + "boundingBox": "block" + }, + { + "id": 673, + "name": "blue_concrete_powder", + "displayName": "Blue Concrete Powder", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/shovel", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12755, + "minStateId": 12755, + "maxStateId": 12755, + "states": [], + "drops": [ + 560 + ], + "boundingBox": "block" + }, + { + "id": 674, + "name": "brown_concrete_powder", + "displayName": "Brown Concrete Powder", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/shovel", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12756, + "minStateId": 12756, + "maxStateId": 12756, + "states": [], + "drops": [ + 561 + ], + "boundingBox": "block" + }, + { + "id": 675, + "name": "green_concrete_powder", + "displayName": "Green Concrete Powder", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/shovel", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12757, + "minStateId": 12757, + "maxStateId": 12757, + "states": [], + "drops": [ + 562 + ], + "boundingBox": "block" + }, + { + "id": 676, + "name": "red_concrete_powder", + "displayName": "Red Concrete Powder", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/shovel", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12758, + "minStateId": 12758, + "maxStateId": 12758, + "states": [], + "drops": [ + 563 + ], + "boundingBox": "block" + }, + { + "id": 677, + "name": "black_concrete_powder", + "displayName": "Black Concrete Powder", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/shovel", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12759, + "minStateId": 12759, + "maxStateId": 12759, + "states": [], + "drops": [ + 564 + ], + "boundingBox": "block" + }, + { + "id": 678, + "name": "kelp", + "displayName": "Kelp", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12760, + "minStateId": 12760, + "maxStateId": 12785, + "states": [ + { + "name": "age", + "type": "int", + "num_values": 26, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15", + "16", + "17", + "18", + "19", + "20", + "21", + "22", + "23", + "24", + "25" + ] + } + ], + "drops": [ + 222 + ], + "boundingBox": "empty" + }, + { + "id": 679, + "name": "kelp_plant", + "displayName": "Kelp Plant", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12786, + "minStateId": 12786, + "maxStateId": 12786, + "states": [], + "drops": [ + 222 + ], + "boundingBox": "empty" + }, + { + "id": 680, + "name": "dried_kelp_block", + "displayName": "Dried Kelp Block", + "hardness": 0.5, + "resistance": 2.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/hoe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12787, + "minStateId": 12787, + "maxStateId": 12787, + "states": [], + "drops": [ + 883 + ], + "boundingBox": "block" + }, + { + "id": 681, + "name": "turtle_egg", + "displayName": "Turtle Egg", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 12788, + "minStateId": 12788, + "maxStateId": 12799, + "states": [ + { + "name": "eggs", + "type": "int", + "num_values": 4, + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "hatch", + "type": "int", + "num_values": 3, + "values": [ + "0", + "1", + "2" + ] + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 682, + "name": "sniffer_egg", + "displayName": "Sniffer Egg", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 12800, + "minStateId": 12800, + "maxStateId": 12802, + "states": [ + { + "name": "hatch", + "type": "int", + "num_values": 3, + "values": [ + "0", + "1", + "2" + ] + } + ], + "drops": [ + 566 + ], + "boundingBox": "block" + }, + { + "id": 683, + "name": "dead_tube_coral_block", + "displayName": "Dead Tube Coral Block", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12803, + "minStateId": 12803, + "maxStateId": 12803, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 567 + ], + "boundingBox": "block" + }, + { + "id": 684, + "name": "dead_brain_coral_block", + "displayName": "Dead Brain Coral Block", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12804, + "minStateId": 12804, + "maxStateId": 12804, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 568 + ], + "boundingBox": "block" + }, + { + "id": 685, + "name": "dead_bubble_coral_block", + "displayName": "Dead Bubble Coral Block", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12805, + "minStateId": 12805, + "maxStateId": 12805, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 569 + ], + "boundingBox": "block" + }, + { + "id": 686, + "name": "dead_fire_coral_block", + "displayName": "Dead Fire Coral Block", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12806, + "minStateId": 12806, + "maxStateId": 12806, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 570 + ], + "boundingBox": "block" + }, + { + "id": 687, + "name": "dead_horn_coral_block", + "displayName": "Dead Horn Coral Block", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12807, + "minStateId": 12807, + "maxStateId": 12807, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 571 + ], + "boundingBox": "block" + }, + { + "id": 688, + "name": "tube_coral_block", + "displayName": "Tube Coral Block", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12808, + "minStateId": 12808, + "maxStateId": 12808, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 567 + ], + "boundingBox": "block" + }, + { + "id": 689, + "name": "brain_coral_block", + "displayName": "Brain Coral Block", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12809, + "minStateId": 12809, + "maxStateId": 12809, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 568 + ], + "boundingBox": "block" + }, + { + "id": 690, + "name": "bubble_coral_block", + "displayName": "Bubble Coral Block", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12810, + "minStateId": 12810, + "maxStateId": 12810, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 569 + ], + "boundingBox": "block" + }, + { + "id": 691, + "name": "fire_coral_block", + "displayName": "Fire Coral Block", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12811, + "minStateId": 12811, + "maxStateId": 12811, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 570 + ], + "boundingBox": "block" + }, + { + "id": 692, + "name": "horn_coral_block", + "displayName": "Horn Coral Block", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12812, + "minStateId": 12812, + "maxStateId": 12812, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 571 + ], + "boundingBox": "block" + }, + { + "id": 693, + "name": "dead_tube_coral", + "displayName": "Dead Tube Coral", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12813, + "minStateId": 12813, + "maxStateId": 12814, + "states": [ + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [], + "boundingBox": "empty" + }, + { + "id": 694, + "name": "dead_brain_coral", + "displayName": "Dead Brain Coral", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12815, + "minStateId": 12815, + "maxStateId": 12816, + "states": [ + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [], + "boundingBox": "empty" + }, + { + "id": 695, + "name": "dead_bubble_coral", + "displayName": "Dead Bubble Coral", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12817, + "minStateId": 12817, + "maxStateId": 12818, + "states": [ + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [], + "boundingBox": "empty" + }, + { + "id": 696, + "name": "dead_fire_coral", + "displayName": "Dead Fire Coral", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12819, + "minStateId": 12819, + "maxStateId": 12820, + "states": [ + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [], + "boundingBox": "empty" + }, + { + "id": 697, + "name": "dead_horn_coral", + "displayName": "Dead Horn Coral", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12821, + "minStateId": 12821, + "maxStateId": 12822, + "states": [ + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [], + "boundingBox": "empty" + }, + { + "id": 698, + "name": "tube_coral", + "displayName": "Tube Coral", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12823, + "minStateId": 12823, + "maxStateId": 12824, + "states": [ + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 699, + "name": "brain_coral", + "displayName": "Brain Coral", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12825, + "minStateId": 12825, + "maxStateId": 12826, + "states": [ + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 700, + "name": "bubble_coral", + "displayName": "Bubble Coral", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12827, + "minStateId": 12827, + "maxStateId": 12828, + "states": [ + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 701, + "name": "fire_coral", + "displayName": "Fire Coral", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12829, + "minStateId": 12829, + "maxStateId": 12830, + "states": [ + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 702, + "name": "horn_coral", + "displayName": "Horn Coral", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12831, + "minStateId": 12831, + "maxStateId": 12832, + "states": [ + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 703, + "name": "dead_tube_coral_fan", + "displayName": "Dead Tube Coral Fan", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12833, + "minStateId": 12833, + "maxStateId": 12834, + "states": [ + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [], + "boundingBox": "empty" + }, + { + "id": 704, + "name": "dead_brain_coral_fan", + "displayName": "Dead Brain Coral Fan", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12835, + "minStateId": 12835, + "maxStateId": 12836, + "states": [ + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [], + "boundingBox": "empty" + }, + { + "id": 705, + "name": "dead_bubble_coral_fan", + "displayName": "Dead Bubble Coral Fan", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12837, + "minStateId": 12837, + "maxStateId": 12838, + "states": [ + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [], + "boundingBox": "empty" + }, + { + "id": 706, + "name": "dead_fire_coral_fan", + "displayName": "Dead Fire Coral Fan", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12839, + "minStateId": 12839, + "maxStateId": 12840, + "states": [ + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [], + "boundingBox": "empty" + }, + { + "id": 707, + "name": "dead_horn_coral_fan", + "displayName": "Dead Horn Coral Fan", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12841, + "minStateId": 12841, + "maxStateId": 12842, + "states": [ + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [], + "boundingBox": "empty" + }, + { + "id": 708, + "name": "tube_coral_fan", + "displayName": "Tube Coral Fan", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12843, + "minStateId": 12843, + "maxStateId": 12844, + "states": [ + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 709, + "name": "brain_coral_fan", + "displayName": "Brain Coral Fan", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12845, + "minStateId": 12845, + "maxStateId": 12846, + "states": [ + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 710, + "name": "bubble_coral_fan", + "displayName": "Bubble Coral Fan", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12847, + "minStateId": 12847, + "maxStateId": 12848, + "states": [ + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 711, + "name": "fire_coral_fan", + "displayName": "Fire Coral Fan", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12849, + "minStateId": 12849, + "maxStateId": 12850, + "states": [ + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 712, + "name": "horn_coral_fan", + "displayName": "Horn Coral Fan", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12851, + "minStateId": 12851, + "maxStateId": 12852, + "states": [ + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 713, + "name": "dead_tube_coral_wall_fan", + "displayName": "Dead Tube Coral Wall Fan", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12853, + "minStateId": 12853, + "maxStateId": 12860, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [], + "boundingBox": "empty" + }, + { + "id": 714, + "name": "dead_brain_coral_wall_fan", + "displayName": "Dead Brain Coral Wall Fan", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12861, + "minStateId": 12861, + "maxStateId": 12868, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [], + "boundingBox": "empty" + }, + { + "id": 715, + "name": "dead_bubble_coral_wall_fan", + "displayName": "Dead Bubble Coral Wall Fan", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12869, + "minStateId": 12869, + "maxStateId": 12876, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [], + "boundingBox": "empty" + }, + { + "id": 716, + "name": "dead_fire_coral_wall_fan", + "displayName": "Dead Fire Coral Wall Fan", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12877, + "minStateId": 12877, + "maxStateId": 12884, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [], + "boundingBox": "empty" + }, + { + "id": 717, + "name": "dead_horn_coral_wall_fan", + "displayName": "Dead Horn Coral Wall Fan", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12885, + "minStateId": 12885, + "maxStateId": 12892, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [], + "boundingBox": "empty" + }, + { + "id": 718, + "name": "tube_coral_wall_fan", + "displayName": "Tube Coral Wall Fan", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12893, + "minStateId": 12893, + "maxStateId": 12900, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 719, + "name": "brain_coral_wall_fan", + "displayName": "Brain Coral Wall Fan", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12901, + "minStateId": 12901, + "maxStateId": 12908, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 720, + "name": "bubble_coral_wall_fan", + "displayName": "Bubble Coral Wall Fan", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12909, + "minStateId": 12909, + "maxStateId": 12916, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 721, + "name": "fire_coral_wall_fan", + "displayName": "Fire Coral Wall Fan", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12917, + "minStateId": 12917, + "maxStateId": 12924, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 722, + "name": "horn_coral_wall_fan", + "displayName": "Horn Coral Wall Fan", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12925, + "minStateId": 12925, + "maxStateId": 12932, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 723, + "name": "sea_pickle", + "displayName": "Sea Pickle", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 6, + "filterLight": 1, + "defaultState": 12933, + "minStateId": 12933, + "maxStateId": 12940, + "states": [ + { + "name": "pickles", + "type": "int", + "num_values": 4, + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 179 + ], + "boundingBox": "block" + }, + { + "id": 724, + "name": "blue_ice", + "displayName": "Blue Ice", + "hardness": 2.8, + "resistance": 2.8, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 12941, + "minStateId": 12941, + "maxStateId": 12941, + "states": [], + "drops": [], + "boundingBox": "block" + }, + { + "id": 725, + "name": "conduit", + "displayName": "Conduit", + "hardness": 3.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 15, + "filterLight": 1, + "defaultState": 12942, + "minStateId": 12942, + "maxStateId": 12943, + "states": [ + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 598 + ], + "boundingBox": "block" + }, + { + "id": 726, + "name": "bamboo_sapling", + "displayName": "Bamboo Shoot", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 12944, + "minStateId": 12944, + "maxStateId": 12944, + "states": [], + "drops": [ + 229 + ], + "boundingBox": "empty" + }, + { + "id": 727, + "name": "bamboo", + "displayName": "Bamboo", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 12945, + "minStateId": 12945, + "maxStateId": 12956, + "states": [ + { + "name": "age", + "type": "int", + "num_values": 2, + "values": [ + "0", + "1" + ] + }, + { + "name": "leaves", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "small", + "large" + ] + }, + { + "name": "stage", + "type": "int", + "num_values": 2, + "values": [ + "0", + "1" + ] + } + ], + "drops": [ + 229 + ], + "boundingBox": "block" + }, + { + "id": 728, + "name": "potted_bamboo", + "displayName": "Potted Bamboo", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 12957, + "minStateId": 12957, + "maxStateId": 12957, + "states": [], + "drops": [ + 1050, + 229 + ], + "boundingBox": "block" + }, + { + "id": 729, + "name": "void_air", + "displayName": "Void Air", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": false, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 12958, + "minStateId": 12958, + "maxStateId": 12958, + "states": [], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 730, + "name": "cave_air", + "displayName": "Cave Air", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": false, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 12959, + "minStateId": 12959, + "maxStateId": 12959, + "states": [], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 731, + "name": "bubble_column", + "displayName": "Bubble Column", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 12960, + "minStateId": 12960, + "maxStateId": 12961, + "states": [ + { + "name": "drag", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 732, + "name": "polished_granite_stairs", + "displayName": "Polished Granite Stairs", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 12973, + "minStateId": 12962, + "maxStateId": 13041, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 599 + ], + "boundingBox": "block" + }, + { + "id": 733, + "name": "smooth_red_sandstone_stairs", + "displayName": "Smooth Red Sandstone Stairs", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 13053, + "minStateId": 13042, + "maxStateId": 13121, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 600 + ], + "boundingBox": "block" + }, + { + "id": 734, + "name": "mossy_stone_brick_stairs", + "displayName": "Mossy Stone Brick Stairs", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 13133, + "minStateId": 13122, + "maxStateId": 13201, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 601 + ], + "boundingBox": "block" + }, + { + "id": 735, + "name": "polished_diorite_stairs", + "displayName": "Polished Diorite Stairs", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 13213, + "minStateId": 13202, + "maxStateId": 13281, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 602 + ], + "boundingBox": "block" + }, + { + "id": 736, + "name": "mossy_cobblestone_stairs", + "displayName": "Mossy Cobblestone Stairs", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 13293, + "minStateId": 13282, + "maxStateId": 13361, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 603 + ], + "boundingBox": "block" + }, + { + "id": 737, + "name": "end_stone_brick_stairs", + "displayName": "End Stone Brick Stairs", + "hardness": 3.0, + "resistance": 9.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 13373, + "minStateId": 13362, + "maxStateId": 13441, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 604 + ], + "boundingBox": "block" + }, + { + "id": 738, + "name": "stone_stairs", + "displayName": "Stone Stairs", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 13453, + "minStateId": 13442, + "maxStateId": 13521, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 605 + ], + "boundingBox": "block" + }, + { + "id": 739, + "name": "smooth_sandstone_stairs", + "displayName": "Smooth Sandstone Stairs", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 13533, + "minStateId": 13522, + "maxStateId": 13601, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 606 + ], + "boundingBox": "block" + }, + { + "id": 740, + "name": "smooth_quartz_stairs", + "displayName": "Smooth Quartz Stairs", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 13613, + "minStateId": 13602, + "maxStateId": 13681, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 607 + ], + "boundingBox": "block" + }, + { + "id": 741, + "name": "granite_stairs", + "displayName": "Granite Stairs", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 13693, + "minStateId": 13682, + "maxStateId": 13761, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 608 + ], + "boundingBox": "block" + }, + { + "id": 742, + "name": "andesite_stairs", + "displayName": "Andesite Stairs", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 13773, + "minStateId": 13762, + "maxStateId": 13841, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 609 + ], + "boundingBox": "block" + }, + { + "id": 743, + "name": "red_nether_brick_stairs", + "displayName": "Red Nether Brick Stairs", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 13853, + "minStateId": 13842, + "maxStateId": 13921, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 610 + ], + "boundingBox": "block" + }, + { + "id": 744, + "name": "polished_andesite_stairs", + "displayName": "Polished Andesite Stairs", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 13933, + "minStateId": 13922, + "maxStateId": 14001, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 611 + ], + "boundingBox": "block" + }, + { + "id": 745, + "name": "diorite_stairs", + "displayName": "Diorite Stairs", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 14013, + "minStateId": 14002, + "maxStateId": 14081, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 612 + ], + "boundingBox": "block" + }, + { + "id": 746, + "name": "polished_granite_slab", + "displayName": "Polished Granite Slab", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 14085, + "minStateId": 14082, + "maxStateId": 14087, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 617 + ], + "boundingBox": "block" + }, + { + "id": 747, + "name": "smooth_red_sandstone_slab", + "displayName": "Smooth Red Sandstone Slab", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 14091, + "minStateId": 14088, + "maxStateId": 14093, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 618 + ], + "boundingBox": "block" + }, + { + "id": 748, + "name": "mossy_stone_brick_slab", + "displayName": "Mossy Stone Brick Slab", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 14097, + "minStateId": 14094, + "maxStateId": 14099, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 619 + ], + "boundingBox": "block" + }, + { + "id": 749, + "name": "polished_diorite_slab", + "displayName": "Polished Diorite Slab", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 14103, + "minStateId": 14100, + "maxStateId": 14105, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 620 + ], + "boundingBox": "block" + }, + { + "id": 750, + "name": "mossy_cobblestone_slab", + "displayName": "Mossy Cobblestone Slab", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 14109, + "minStateId": 14106, + "maxStateId": 14111, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 621 + ], + "boundingBox": "block" + }, + { + "id": 751, + "name": "end_stone_brick_slab", + "displayName": "End Stone Brick Slab", + "hardness": 3.0, + "resistance": 9.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 14115, + "minStateId": 14112, + "maxStateId": 14117, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 622 + ], + "boundingBox": "block" + }, + { + "id": 752, + "name": "smooth_sandstone_slab", + "displayName": "Smooth Sandstone Slab", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 14121, + "minStateId": 14118, + "maxStateId": 14123, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 623 + ], + "boundingBox": "block" + }, + { + "id": 753, + "name": "smooth_quartz_slab", + "displayName": "Smooth Quartz Slab", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 14127, + "minStateId": 14124, + "maxStateId": 14129, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 624 + ], + "boundingBox": "block" + }, + { + "id": 754, + "name": "granite_slab", + "displayName": "Granite Slab", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 14133, + "minStateId": 14130, + "maxStateId": 14135, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 625 + ], + "boundingBox": "block" + }, + { + "id": 755, + "name": "andesite_slab", + "displayName": "Andesite Slab", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 14139, + "minStateId": 14136, + "maxStateId": 14141, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 626 + ], + "boundingBox": "block" + }, + { + "id": 756, + "name": "red_nether_brick_slab", + "displayName": "Red Nether Brick Slab", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 14145, + "minStateId": 14142, + "maxStateId": 14147, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 627 + ], + "boundingBox": "block" + }, + { + "id": 757, + "name": "polished_andesite_slab", + "displayName": "Polished Andesite Slab", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 14151, + "minStateId": 14148, + "maxStateId": 14153, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 628 + ], + "boundingBox": "block" + }, + { + "id": 758, + "name": "diorite_slab", + "displayName": "Diorite Slab", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 14157, + "minStateId": 14154, + "maxStateId": 14159, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 629 + ], + "boundingBox": "block" + }, + { + "id": 759, + "name": "brick_wall", + "displayName": "Brick Wall", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 14163, + "minStateId": 14160, + "maxStateId": 14483, + "states": [ + { + "name": "east", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 377 + ], + "boundingBox": "block" + }, + { + "id": 760, + "name": "prismarine_wall", + "displayName": "Prismarine Wall", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 14487, + "minStateId": 14484, + "maxStateId": 14807, + "states": [ + { + "name": "east", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 378 + ], + "boundingBox": "block" + }, + { + "id": 761, + "name": "red_sandstone_wall", + "displayName": "Red Sandstone Wall", + "hardness": 0.8, + "resistance": 0.8, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 14811, + "minStateId": 14808, + "maxStateId": 15131, + "states": [ + { + "name": "east", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 379 + ], + "boundingBox": "block" + }, + { + "id": 762, + "name": "mossy_stone_brick_wall", + "displayName": "Mossy Stone Brick Wall", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 15135, + "minStateId": 15132, + "maxStateId": 15455, + "states": [ + { + "name": "east", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 380 + ], + "boundingBox": "block" + }, + { + "id": 763, + "name": "granite_wall", + "displayName": "Granite Wall", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 15459, + "minStateId": 15456, + "maxStateId": 15779, + "states": [ + { + "name": "east", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 381 + ], + "boundingBox": "block" + }, + { + "id": 764, + "name": "stone_brick_wall", + "displayName": "Stone Brick Wall", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 15783, + "minStateId": 15780, + "maxStateId": 16103, + "states": [ + { + "name": "east", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 382 + ], + "boundingBox": "block" + }, + { + "id": 765, + "name": "mud_brick_wall", + "displayName": "Mud Brick Wall", + "hardness": 1.5, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 16107, + "minStateId": 16104, + "maxStateId": 16427, + "states": [ + { + "name": "east", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 383 + ], + "boundingBox": "block" + }, + { + "id": 766, + "name": "nether_brick_wall", + "displayName": "Nether Brick Wall", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 16431, + "minStateId": 16428, + "maxStateId": 16751, + "states": [ + { + "name": "east", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 384 + ], + "boundingBox": "block" + }, + { + "id": 767, + "name": "andesite_wall", + "displayName": "Andesite Wall", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 16755, + "minStateId": 16752, + "maxStateId": 17075, + "states": [ + { + "name": "east", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 385 + ], + "boundingBox": "block" + }, + { + "id": 768, + "name": "red_nether_brick_wall", + "displayName": "Red Nether Brick Wall", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 17079, + "minStateId": 17076, + "maxStateId": 17399, + "states": [ + { + "name": "east", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 386 + ], + "boundingBox": "block" + }, + { + "id": 769, + "name": "sandstone_wall", + "displayName": "Sandstone Wall", + "hardness": 0.8, + "resistance": 0.8, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 17403, + "minStateId": 17400, + "maxStateId": 17723, + "states": [ + { + "name": "east", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 387 + ], + "boundingBox": "block" + }, + { + "id": 770, + "name": "end_stone_brick_wall", + "displayName": "End Stone Brick Wall", + "hardness": 3.0, + "resistance": 9.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 17727, + "minStateId": 17724, + "maxStateId": 18047, + "states": [ + { + "name": "east", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 388 + ], + "boundingBox": "block" + }, + { + "id": 771, + "name": "diorite_wall", + "displayName": "Diorite Wall", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 18051, + "minStateId": 18048, + "maxStateId": 18371, + "states": [ + { + "name": "east", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 389 + ], + "boundingBox": "block" + }, + { + "id": 772, + "name": "scaffolding", + "displayName": "Scaffolding", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 18403, + "minStateId": 18372, + "maxStateId": 18403, + "states": [ + { + "name": "bottom", + "type": "bool", + "num_values": 2 + }, + { + "name": "distance", + "type": "int", + "num_values": 8, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 634 + ], + "boundingBox": "block" + }, + { + "id": 773, + "name": "loom", + "displayName": "Loom", + "hardness": 2.5, + "resistance": 2.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 18404, + "minStateId": 18404, + "maxStateId": 18407, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "drops": [ + 1145 + ], + "boundingBox": "block" + }, + { + "id": 774, + "name": "barrel", + "displayName": "Barrel", + "hardness": 2.5, + "resistance": 2.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 18409, + "minStateId": 18408, + "maxStateId": 18419, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 6, + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + { + "name": "open", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1154 + ], + "boundingBox": "block" + }, + { + "id": 775, + "name": "smoker", + "displayName": "Smoker", + "hardness": 3.5, + "resistance": 3.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 18421, + "minStateId": 18420, + "maxStateId": 18427, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "lit", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 1155 + ], + "boundingBox": "block" + }, + { + "id": 776, + "name": "blast_furnace", + "displayName": "Blast Furnace", + "hardness": 3.5, + "resistance": 3.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 18429, + "minStateId": 18428, + "maxStateId": 18435, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "lit", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 1156 + ], + "boundingBox": "block" + }, + { + "id": 777, + "name": "cartography_table", + "displayName": "Cartography Table", + "hardness": 2.5, + "resistance": 2.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 18436, + "minStateId": 18436, + "maxStateId": 18436, + "states": [], + "drops": [ + 1157 + ], + "boundingBox": "block" + }, + { + "id": 778, + "name": "fletching_table", + "displayName": "Fletching Table", + "hardness": 2.5, + "resistance": 2.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 18437, + "minStateId": 18437, + "maxStateId": 18437, + "states": [], + "drops": [ + 1158 + ], + "boundingBox": "block" + }, + { + "id": 779, + "name": "grindstone", + "displayName": "Grindstone", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 18442, + "minStateId": 18438, + "maxStateId": 18449, + "states": [ + { + "name": "face", + "type": "enum", + "num_values": 3, + "values": [ + "floor", + "wall", + "ceiling" + ] + }, + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 1159 + ], + "boundingBox": "block" + }, + { + "id": 780, + "name": "lectern", + "displayName": "Lectern", + "hardness": 2.5, + "resistance": 2.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 18453, + "minStateId": 18450, + "maxStateId": 18465, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "has_book", + "type": "bool", + "num_values": 2 + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 648 + ], + "boundingBox": "block" + }, + { + "id": 781, + "name": "smithing_table", + "displayName": "Smithing Table", + "hardness": 2.5, + "resistance": 2.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 18466, + "minStateId": 18466, + "maxStateId": 18466, + "states": [], + "drops": [ + 1160 + ], + "boundingBox": "block" + }, + { + "id": 782, + "name": "stonecutter", + "displayName": "Stonecutter", + "hardness": 3.5, + "resistance": 3.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 18467, + "minStateId": 18467, + "maxStateId": 18470, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 1161 + ], + "boundingBox": "block" + }, + { + "id": 783, + "name": "bell", + "displayName": "Bell", + "hardness": 5.0, + "resistance": 5.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 18472, + "minStateId": 18471, + "maxStateId": 18502, + "states": [ + { + "name": "attachment", + "type": "enum", + "num_values": 4, + "values": [ + "floor", + "ceiling", + "single_wall", + "double_wall" + ] + }, + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 1162 + ], + "boundingBox": "block" + }, + { + "id": 784, + "name": "lantern", + "displayName": "Lantern", + "hardness": 3.5, + "resistance": 3.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 15, + "filterLight": 0, + "defaultState": 18506, + "minStateId": 18503, + "maxStateId": 18506, + "states": [ + { + "name": "hanging", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 1163 + ], + "boundingBox": "block" + }, + { + "id": 785, + "name": "soul_lantern", + "displayName": "Soul Lantern", + "hardness": 3.5, + "resistance": 3.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 10, + "filterLight": 0, + "defaultState": 18510, + "minStateId": 18507, + "maxStateId": 18510, + "states": [ + { + "name": "hanging", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 1164 + ], + "boundingBox": "block" + }, + { + "id": 786, + "name": "campfire", + "displayName": "Campfire", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 15, + "filterLight": 0, + "defaultState": 18514, + "minStateId": 18511, + "maxStateId": 18542, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "lit", + "type": "bool", + "num_values": 2 + }, + { + "name": "signal_fire", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 763 + ], + "boundingBox": "block" + }, + { + "id": 787, + "name": "soul_campfire", + "displayName": "Soul Campfire", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 10, + "filterLight": 0, + "defaultState": 18546, + "minStateId": 18543, + "maxStateId": 18574, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "lit", + "type": "bool", + "num_values": 2 + }, + { + "name": "signal_fire", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 305 + ], + "boundingBox": "block" + }, + { + "id": 788, + "name": "sweet_berry_bush", + "displayName": "Sweet Berry Bush", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 18575, + "minStateId": 18575, + "maxStateId": 18578, + "states": [ + { + "name": "age", + "type": "int", + "num_values": 4, + "values": [ + "0", + "1", + "2", + "3" + ] + } + ], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 789, + "name": "warped_stem", + "displayName": "Warped Stem", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 18580, + "minStateId": 18579, + "maxStateId": 18581, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 121 + ], + "boundingBox": "block" + }, + { + "id": 790, + "name": "stripped_warped_stem", + "displayName": "Stripped Warped Stem", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 18583, + "minStateId": 18582, + "maxStateId": 18584, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 132 + ], + "boundingBox": "block" + }, + { + "id": 791, + "name": "warped_hyphae", + "displayName": "Warped Hyphae", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 18586, + "minStateId": 18585, + "maxStateId": 18587, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 153 + ], + "boundingBox": "block" + }, + { + "id": 792, + "name": "stripped_warped_hyphae", + "displayName": "Stripped Warped Hyphae", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 18589, + "minStateId": 18588, + "maxStateId": 18590, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 142 + ], + "boundingBox": "block" + }, + { + "id": 793, + "name": "warped_nylium", + "displayName": "Warped Nylium", + "hardness": 0.4, + "resistance": 0.4, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 18591, + "minStateId": 18591, + "maxStateId": 18591, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 303 + ], + "boundingBox": "block" + }, + { + "id": 794, + "name": "warped_fungus", + "displayName": "Warped Fungus", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 18592, + "minStateId": 18592, + "maxStateId": 18592, + "states": [], + "drops": [ + 215 + ], + "boundingBox": "empty" + }, + { + "id": 795, + "name": "warped_wart_block", + "displayName": "Warped Wart Block", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/hoe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 18593, + "minStateId": 18593, + "maxStateId": 18593, + "states": [], + "drops": [ + 496 + ], + "boundingBox": "block" + }, + { + "id": 796, + "name": "warped_roots", + "displayName": "Warped Roots", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 18594, + "minStateId": 18594, + "maxStateId": 18594, + "states": [], + "drops": [ + 217 + ], + "boundingBox": "empty" + }, + { + "id": 797, + "name": "nether_sprouts", + "displayName": "Nether Sprouts", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 18595, + "minStateId": 18595, + "maxStateId": 18595, + "states": [], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 798, + "name": "crimson_stem", + "displayName": "Crimson Stem", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 18597, + "minStateId": 18596, + "maxStateId": 18598, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 120 + ], + "boundingBox": "block" + }, + { + "id": 799, + "name": "stripped_crimson_stem", + "displayName": "Stripped Crimson Stem", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 18600, + "minStateId": 18599, + "maxStateId": 18601, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 131 + ], + "boundingBox": "block" + }, + { + "id": 800, + "name": "crimson_hyphae", + "displayName": "Crimson Hyphae", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 18603, + "minStateId": 18602, + "maxStateId": 18604, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 152 + ], + "boundingBox": "block" + }, + { + "id": 801, + "name": "stripped_crimson_hyphae", + "displayName": "Stripped Crimson Hyphae", + "hardness": 2.0, + "resistance": 2.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 18606, + "minStateId": 18605, + "maxStateId": 18607, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 141 + ], + "boundingBox": "block" + }, + { + "id": 802, + "name": "crimson_nylium", + "displayName": "Crimson Nylium", + "hardness": 0.4, + "resistance": 0.4, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 18608, + "minStateId": 18608, + "maxStateId": 18608, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 303 + ], + "boundingBox": "block" + }, + { + "id": 803, + "name": "crimson_fungus", + "displayName": "Crimson Fungus", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 18609, + "minStateId": 18609, + "maxStateId": 18609, + "states": [], + "drops": [ + 214 + ], + "boundingBox": "empty" + }, + { + "id": 804, + "name": "shroomlight", + "displayName": "Shroomlight", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/hoe", + "transparent": false, + "emitLight": 15, + "filterLight": 15, + "defaultState": 18610, + "minStateId": 18610, + "maxStateId": 18610, + "states": [], + "drops": [ + 1169 + ], + "boundingBox": "block" + }, + { + "id": 805, + "name": "weeping_vines", + "displayName": "Weeping Vines", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 18611, + "minStateId": 18611, + "maxStateId": 18636, + "states": [ + { + "name": "age", + "type": "int", + "num_values": 26, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15", + "16", + "17", + "18", + "19", + "20", + "21", + "22", + "23", + "24", + "25" + ] + } + ], + "drops": [ + 219 + ], + "boundingBox": "empty" + }, + { + "id": 806, + "name": "weeping_vines_plant", + "displayName": "Weeping Vines Plant", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 18637, + "minStateId": 18637, + "maxStateId": 18637, + "states": [], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 807, + "name": "twisting_vines", + "displayName": "Twisting Vines", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 18638, + "minStateId": 18638, + "maxStateId": 18663, + "states": [ + { + "name": "age", + "type": "int", + "num_values": 26, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15", + "16", + "17", + "18", + "19", + "20", + "21", + "22", + "23", + "24", + "25" + ] + } + ], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 808, + "name": "twisting_vines_plant", + "displayName": "Twisting Vines Plant", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 18664, + "minStateId": 18664, + "maxStateId": 18664, + "states": [], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 809, + "name": "crimson_roots", + "displayName": "Crimson Roots", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 18665, + "minStateId": 18665, + "maxStateId": 18665, + "states": [], + "drops": [ + 216 + ], + "boundingBox": "empty" + }, + { + "id": 810, + "name": "crimson_planks", + "displayName": "Crimson Planks", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 18666, + "minStateId": 18666, + "maxStateId": 18666, + "states": [], + "drops": [ + 32 + ], + "boundingBox": "block" + }, + { + "id": 811, + "name": "warped_planks", + "displayName": "Warped Planks", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 18667, + "minStateId": 18667, + "maxStateId": 18667, + "states": [], + "drops": [ + 33 + ], + "boundingBox": "block" + }, + { + "id": 812, + "name": "crimson_slab", + "displayName": "Crimson Slab", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 18671, + "minStateId": 18668, + "maxStateId": 18673, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 240 + ], + "boundingBox": "block" + }, + { + "id": 813, + "name": "warped_slab", + "displayName": "Warped Slab", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 18677, + "minStateId": 18674, + "maxStateId": 18679, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 241 + ], + "boundingBox": "block" + }, + { + "id": 814, + "name": "crimson_pressure_plate", + "displayName": "Crimson Pressure Plate", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 18681, + "minStateId": 18680, + "maxStateId": 18681, + "states": [ + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 686 + ], + "boundingBox": "empty" + }, + { + "id": 815, + "name": "warped_pressure_plate", + "displayName": "Warped Pressure Plate", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 18683, + "minStateId": 18682, + "maxStateId": 18683, + "states": [ + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 687 + ], + "boundingBox": "empty" + }, + { + "id": 816, + "name": "crimson_fence", + "displayName": "Crimson Fence", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 18715, + "minStateId": 18684, + "maxStateId": 18715, + "states": [ + { + "name": "east", + "type": "bool", + "num_values": 2 + }, + { + "name": "north", + "type": "bool", + "num_values": 2 + }, + { + "name": "south", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 298 + ], + "boundingBox": "block" + }, + { + "id": 817, + "name": "warped_fence", + "displayName": "Warped Fence", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 18747, + "minStateId": 18716, + "maxStateId": 18747, + "states": [ + { + "name": "east", + "type": "bool", + "num_values": 2 + }, + { + "name": "north", + "type": "bool", + "num_values": 2 + }, + { + "name": "south", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 299 + ], + "boundingBox": "block" + }, + { + "id": 818, + "name": "crimson_trapdoor", + "displayName": "Crimson Trapdoor", + "hardness": 3.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 18763, + "minStateId": 18748, + "maxStateId": 18811, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "open", + "type": "bool", + "num_values": 2 + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 710 + ], + "boundingBox": "block" + }, + { + "id": 819, + "name": "warped_trapdoor", + "displayName": "Warped Trapdoor", + "hardness": 3.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 18827, + "minStateId": 18812, + "maxStateId": 18875, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "open", + "type": "bool", + "num_values": 2 + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 711 + ], + "boundingBox": "block" + }, + { + "id": 820, + "name": "crimson_fence_gate", + "displayName": "Crimson Fence Gate", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 18883, + "minStateId": 18876, + "maxStateId": 18907, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "in_wall", + "type": "bool", + "num_values": 2 + }, + { + "name": "open", + "type": "bool", + "num_values": 2 + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 721 + ], + "boundingBox": "block" + }, + { + "id": 821, + "name": "warped_fence_gate", + "displayName": "Warped Fence Gate", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 18915, + "minStateId": 18908, + "maxStateId": 18939, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "in_wall", + "type": "bool", + "num_values": 2 + }, + { + "name": "open", + "type": "bool", + "num_values": 2 + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 722 + ], + "boundingBox": "block" + }, + { + "id": 822, + "name": "crimson_stairs", + "displayName": "Crimson Stairs", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 18951, + "minStateId": 18940, + "maxStateId": 19019, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 371 + ], + "boundingBox": "block" + }, + { + "id": 823, + "name": "warped_stairs", + "displayName": "Warped Stairs", + "hardness": 2.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 19031, + "minStateId": 19020, + "maxStateId": 19099, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 372 + ], + "boundingBox": "block" + }, + { + "id": 824, + "name": "crimson_button", + "displayName": "Crimson Button", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 19109, + "minStateId": 19100, + "maxStateId": 19123, + "states": [ + { + "name": "face", + "type": "enum", + "num_values": 3, + "values": [ + "floor", + "wall", + "ceiling" + ] + }, + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 671 + ], + "boundingBox": "empty" + }, + { + "id": 825, + "name": "warped_button", + "displayName": "Warped Button", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 19133, + "minStateId": 19124, + "maxStateId": 19147, + "states": [ + { + "name": "face", + "type": "enum", + "num_values": 3, + "values": [ + "floor", + "wall", + "ceiling" + ] + }, + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 672 + ], + "boundingBox": "empty" + }, + { + "id": 826, + "name": "crimson_door", + "displayName": "Crimson Door", + "hardness": 3.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 19159, + "minStateId": 19148, + "maxStateId": 19211, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "type": "enum", + "num_values": 2, + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "type": "bool", + "num_values": 2 + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 698 + ], + "boundingBox": "block" + }, + { + "id": 827, + "name": "warped_door", + "displayName": "Warped Door", + "hardness": 3.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 19223, + "minStateId": 19212, + "maxStateId": 19275, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "type": "enum", + "num_values": 2, + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "type": "bool", + "num_values": 2 + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 699 + ], + "boundingBox": "block" + }, + { + "id": 828, + "name": "crimson_sign", + "displayName": "Crimson Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 19277, + "minStateId": 19276, + "maxStateId": 19307, + "states": [ + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 855 + ], + "boundingBox": "empty" + }, + { + "id": 829, + "name": "warped_sign", + "displayName": "Warped Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 19309, + "minStateId": 19308, + "maxStateId": 19339, + "states": [ + { + "name": "rotation", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 856 + ], + "boundingBox": "empty" + }, + { + "id": 830, + "name": "crimson_wall_sign", + "displayName": "Crimson Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 19341, + "minStateId": 19340, + "maxStateId": 19347, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 855 + ], + "boundingBox": "empty" + }, + { + "id": 831, + "name": "warped_wall_sign", + "displayName": "Warped Sign", + "hardness": 1.0, + "resistance": 1.0, + "stackSize": 16, + "diggable": true, + "material": "mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 19349, + "minStateId": 19348, + "maxStateId": 19355, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 856 + ], + "boundingBox": "empty" + }, + { + "id": 832, + "name": "structure_block", + "displayName": "Structure Block", + "hardness": -1.0, + "resistance": 3600000.0, + "stackSize": 64, + "diggable": false, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 19357, + "minStateId": 19356, + "maxStateId": 19359, + "states": [ + { + "name": "mode", + "type": "enum", + "num_values": 4, + "values": [ + "save", + "load", + "corner", + "data" + ] + } + ], + "harvestTools": {}, + "drops": [], + "boundingBox": "block" + }, + { + "id": 833, + "name": "jigsaw", + "displayName": "Jigsaw Block", + "hardness": -1.0, + "resistance": 3600000.0, + "stackSize": 64, + "diggable": false, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 19370, + "minStateId": 19360, + "maxStateId": 19371, + "states": [ + { + "name": "orientation", + "type": "enum", + "num_values": 12, + "values": [ + "down_east", + "down_north", + "down_south", + "down_west", + "up_east", + "up_north", + "up_south", + "up_west", + "west_up", + "east_up", + "north_up", + "south_up" + ] + } + ], + "harvestTools": {}, + "drops": [], + "boundingBox": "block" + }, + { + "id": 834, + "name": "composter", + "displayName": "Composter", + "hardness": 0.6, + "resistance": 0.6, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 19372, + "minStateId": 19372, + "maxStateId": 19380, + "states": [ + { + "name": "level", + "type": "int", + "num_values": 9, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8" + ] + } + ], + "drops": [ + 1153 + ], + "boundingBox": "block" + }, + { + "id": 835, + "name": "target", + "displayName": "Target", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/hoe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 19381, + "minStateId": 19381, + "maxStateId": 19396, + "states": [ + { + "name": "power", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "drops": [ + 649 + ], + "boundingBox": "block" + }, + { + "id": 836, + "name": "bee_nest", + "displayName": "Bee Nest", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 19397, + "minStateId": 19397, + "maxStateId": 19420, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "honey_level", + "type": "int", + "num_values": 6, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5" + ] + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 837, + "name": "beehive", + "displayName": "Beehive", + "hardness": 0.6, + "resistance": 0.6, + "stackSize": 64, + "diggable": true, + "material": "mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 19421, + "minStateId": 19421, + "maxStateId": 19444, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "honey_level", + "type": "int", + "num_values": 6, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5" + ] + } + ], + "drops": [ + 1172 + ], + "boundingBox": "block" + }, + { + "id": 838, + "name": "honey_block", + "displayName": "Honey Block", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 19445, + "minStateId": 19445, + "maxStateId": 19445, + "states": [], + "drops": [ + 643 + ], + "boundingBox": "block" + }, + { + "id": 839, + "name": "honeycomb_block", + "displayName": "Honeycomb Block", + "hardness": 0.6, + "resistance": 0.6, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 19446, + "minStateId": 19446, + "maxStateId": 19446, + "states": [], + "drops": [ + 1174 + ], + "boundingBox": "block" + }, + { + "id": 840, + "name": "netherite_block", + "displayName": "Block of Netherite", + "hardness": 50.0, + "resistance": 1200.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 19447, + "minStateId": 19447, + "maxStateId": 19447, + "states": [], + "harvestTools": { + "799": true, + "804": true + }, + "drops": [ + 78 + ], + "boundingBox": "block" + }, + { + "id": 841, + "name": "ancient_debris", + "displayName": "Ancient Debris", + "hardness": 30.0, + "resistance": 1200.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 19448, + "minStateId": 19448, + "maxStateId": 19448, + "states": [], + "harvestTools": { + "799": true, + "804": true + }, + "drops": [ + 67 + ], + "boundingBox": "block" + }, + { + "id": 842, + "name": "crying_obsidian", + "displayName": "Crying Obsidian", + "hardness": 50.0, + "resistance": 1200.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 10, + "filterLight": 15, + "defaultState": 19449, + "minStateId": 19449, + "maxStateId": 19449, + "states": [], + "harvestTools": { + "799": true, + "804": true + }, + "drops": [ + 1176 + ], + "boundingBox": "block" + }, + { + "id": 843, + "name": "respawn_anchor", + "displayName": "Respawn Anchor", + "hardness": 50.0, + "resistance": 1200.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 19450, + "minStateId": 19450, + "maxStateId": 19454, + "states": [ + { + "name": "charges", + "type": "int", + "num_values": 5, + "values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + ], + "harvestTools": { + "799": true, + "804": true + }, + "drops": [ + 1189 + ], + "boundingBox": "block" + }, + { + "id": 844, + "name": "potted_crimson_fungus", + "displayName": "Potted Crimson Fungus", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 19455, + "minStateId": 19455, + "maxStateId": 19455, + "states": [], + "drops": [ + 1050, + 214 + ], + "boundingBox": "block" + }, + { + "id": 845, + "name": "potted_warped_fungus", + "displayName": "Potted Warped Fungus", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 19456, + "minStateId": 19456, + "maxStateId": 19456, + "states": [], + "drops": [ + 1050, + 215 + ], + "boundingBox": "block" + }, + { + "id": 846, + "name": "potted_crimson_roots", + "displayName": "Potted Crimson Roots", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 19457, + "minStateId": 19457, + "maxStateId": 19457, + "states": [], + "drops": [ + 1050, + 216 + ], + "boundingBox": "block" + }, + { + "id": 847, + "name": "potted_warped_roots", + "displayName": "Potted Warped Roots", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 19458, + "minStateId": 19458, + "maxStateId": 19458, + "states": [], + "drops": [ + 1050, + 217 + ], + "boundingBox": "block" + }, + { + "id": 848, + "name": "lodestone", + "displayName": "Lodestone", + "hardness": 3.5, + "resistance": 3.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 19459, + "minStateId": 19459, + "maxStateId": 19459, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 1175 + ], + "boundingBox": "block" + }, + { + "id": 849, + "name": "blackstone", + "displayName": "Blackstone", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 19460, + "minStateId": 19460, + "maxStateId": 19460, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 1177 + ], + "boundingBox": "block" + }, + { + "id": 850, + "name": "blackstone_stairs", + "displayName": "Blackstone Stairs", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 19472, + "minStateId": 19461, + "maxStateId": 19540, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 1179 + ], + "boundingBox": "block" + }, + { + "id": 851, + "name": "blackstone_wall", + "displayName": "Blackstone Wall", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 19544, + "minStateId": 19541, + "maxStateId": 19864, + "states": [ + { + "name": "east", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 390 + ], + "boundingBox": "block" + }, + { + "id": 852, + "name": "blackstone_slab", + "displayName": "Blackstone Slab", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 19868, + "minStateId": 19865, + "maxStateId": 19870, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 1178 + ], + "boundingBox": "block" + }, + { + "id": 853, + "name": "polished_blackstone", + "displayName": "Polished Blackstone", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 19871, + "minStateId": 19871, + "maxStateId": 19871, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 1181 + ], + "boundingBox": "block" + }, + { + "id": 854, + "name": "polished_blackstone_bricks", + "displayName": "Polished Blackstone Bricks", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 19872, + "minStateId": 19872, + "maxStateId": 19872, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 1185 + ], + "boundingBox": "block" + }, + { + "id": 855, + "name": "cracked_polished_blackstone_bricks", + "displayName": "Cracked Polished Blackstone Bricks", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 19873, + "minStateId": 19873, + "maxStateId": 19873, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 1188 + ], + "boundingBox": "block" + }, + { + "id": 856, + "name": "chiseled_polished_blackstone", + "displayName": "Chiseled Polished Blackstone", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 19874, + "minStateId": 19874, + "maxStateId": 19874, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 1184 + ], + "boundingBox": "block" + }, + { + "id": 857, + "name": "polished_blackstone_brick_slab", + "displayName": "Polished Blackstone Brick Slab", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 19878, + "minStateId": 19875, + "maxStateId": 19880, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 1186 + ], + "boundingBox": "block" + }, + { + "id": 858, + "name": "polished_blackstone_brick_stairs", + "displayName": "Polished Blackstone Brick Stairs", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 19892, + "minStateId": 19881, + "maxStateId": 19960, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 1187 + ], + "boundingBox": "block" + }, + { + "id": 859, + "name": "polished_blackstone_brick_wall", + "displayName": "Polished Blackstone Brick Wall", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 19964, + "minStateId": 19961, + "maxStateId": 20284, + "states": [ + { + "name": "east", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 392 + ], + "boundingBox": "block" + }, + { + "id": 860, + "name": "gilded_blackstone", + "displayName": "Gilded Blackstone", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 20285, + "minStateId": 20285, + "maxStateId": 20285, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 1180 + ], + "boundingBox": "block" + }, + { + "id": 861, + "name": "polished_blackstone_stairs", + "displayName": "Polished Blackstone Stairs", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 20297, + "minStateId": 20286, + "maxStateId": 20365, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 1183 + ], + "boundingBox": "block" + }, + { + "id": 862, + "name": "polished_blackstone_slab", + "displayName": "Polished Blackstone Slab", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 20369, + "minStateId": 20366, + "maxStateId": 20371, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 1182 + ], + "boundingBox": "block" + }, + { + "id": 863, + "name": "polished_blackstone_pressure_plate", + "displayName": "Polished Blackstone Pressure Plate", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 20373, + "minStateId": 20372, + "maxStateId": 20373, + "states": [ + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 674 + ], + "boundingBox": "empty" + }, + { + "id": 864, + "name": "polished_blackstone_button", + "displayName": "Polished Blackstone Button", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 20383, + "minStateId": 20374, + "maxStateId": 20397, + "states": [ + { + "name": "face", + "type": "enum", + "num_values": 3, + "values": [ + "floor", + "wall", + "ceiling" + ] + }, + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 661 + ], + "boundingBox": "empty" + }, + { + "id": 865, + "name": "polished_blackstone_wall", + "displayName": "Polished Blackstone Wall", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 20401, + "minStateId": 20398, + "maxStateId": 20721, + "states": [ + { + "name": "east", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 391 + ], + "boundingBox": "block" + }, + { + "id": 866, + "name": "chiseled_nether_bricks", + "displayName": "Chiseled Nether Bricks", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 20722, + "minStateId": 20722, + "maxStateId": 20722, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 346 + ], + "boundingBox": "block" + }, + { + "id": 867, + "name": "cracked_nether_bricks", + "displayName": "Cracked Nether Bricks", + "hardness": 2.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 20723, + "minStateId": 20723, + "maxStateId": 20723, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 345 + ], + "boundingBox": "block" + }, + { + "id": 868, + "name": "quartz_bricks", + "displayName": "Quartz Bricks", + "hardness": 0.8, + "resistance": 0.8, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 20724, + "minStateId": 20724, + "maxStateId": 20724, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 402 + ], + "boundingBox": "block" + }, + { + "id": 869, + "name": "candle", + "displayName": "Candle", + "hardness": 0.1, + "resistance": 0.1, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 20728, + "minStateId": 20725, + "maxStateId": 20740, + "states": [ + { + "name": "candles", + "type": "int", + "num_values": 4, + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "lit", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1190 + ], + "boundingBox": "block" + }, + { + "id": 870, + "name": "white_candle", + "displayName": "White Candle", + "hardness": 0.1, + "resistance": 0.1, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 20744, + "minStateId": 20741, + "maxStateId": 20756, + "states": [ + { + "name": "candles", + "type": "int", + "num_values": 4, + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "lit", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1191 + ], + "boundingBox": "block" + }, + { + "id": 871, + "name": "orange_candle", + "displayName": "Orange Candle", + "hardness": 0.1, + "resistance": 0.1, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 20760, + "minStateId": 20757, + "maxStateId": 20772, + "states": [ + { + "name": "candles", + "type": "int", + "num_values": 4, + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "lit", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1192 + ], + "boundingBox": "block" + }, + { + "id": 872, + "name": "magenta_candle", + "displayName": "Magenta Candle", + "hardness": 0.1, + "resistance": 0.1, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 20776, + "minStateId": 20773, + "maxStateId": 20788, + "states": [ + { + "name": "candles", + "type": "int", + "num_values": 4, + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "lit", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1193 + ], + "boundingBox": "block" + }, + { + "id": 873, + "name": "light_blue_candle", + "displayName": "Light Blue Candle", + "hardness": 0.1, + "resistance": 0.1, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 20792, + "minStateId": 20789, + "maxStateId": 20804, + "states": [ + { + "name": "candles", + "type": "int", + "num_values": 4, + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "lit", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1194 + ], + "boundingBox": "block" + }, + { + "id": 874, + "name": "yellow_candle", + "displayName": "Yellow Candle", + "hardness": 0.1, + "resistance": 0.1, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 20808, + "minStateId": 20805, + "maxStateId": 20820, + "states": [ + { + "name": "candles", + "type": "int", + "num_values": 4, + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "lit", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1195 + ], + "boundingBox": "block" + }, + { + "id": 875, + "name": "lime_candle", + "displayName": "Lime Candle", + "hardness": 0.1, + "resistance": 0.1, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 20824, + "minStateId": 20821, + "maxStateId": 20836, + "states": [ + { + "name": "candles", + "type": "int", + "num_values": 4, + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "lit", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1196 + ], + "boundingBox": "block" + }, + { + "id": 876, + "name": "pink_candle", + "displayName": "Pink Candle", + "hardness": 0.1, + "resistance": 0.1, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 20840, + "minStateId": 20837, + "maxStateId": 20852, + "states": [ + { + "name": "candles", + "type": "int", + "num_values": 4, + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "lit", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1197 + ], + "boundingBox": "block" + }, + { + "id": 877, + "name": "gray_candle", + "displayName": "Gray Candle", + "hardness": 0.1, + "resistance": 0.1, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 20856, + "minStateId": 20853, + "maxStateId": 20868, + "states": [ + { + "name": "candles", + "type": "int", + "num_values": 4, + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "lit", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1198 + ], + "boundingBox": "block" + }, + { + "id": 878, + "name": "light_gray_candle", + "displayName": "Light Gray Candle", + "hardness": 0.1, + "resistance": 0.1, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 20872, + "minStateId": 20869, + "maxStateId": 20884, + "states": [ + { + "name": "candles", + "type": "int", + "num_values": 4, + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "lit", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1199 + ], + "boundingBox": "block" + }, + { + "id": 879, + "name": "cyan_candle", + "displayName": "Cyan Candle", + "hardness": 0.1, + "resistance": 0.1, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 20888, + "minStateId": 20885, + "maxStateId": 20900, + "states": [ + { + "name": "candles", + "type": "int", + "num_values": 4, + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "lit", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1200 + ], + "boundingBox": "block" + }, + { + "id": 880, + "name": "purple_candle", + "displayName": "Purple Candle", + "hardness": 0.1, + "resistance": 0.1, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 20904, + "minStateId": 20901, + "maxStateId": 20916, + "states": [ + { + "name": "candles", + "type": "int", + "num_values": 4, + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "lit", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1201 + ], + "boundingBox": "block" + }, + { + "id": 881, + "name": "blue_candle", + "displayName": "Blue Candle", + "hardness": 0.1, + "resistance": 0.1, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 20920, + "minStateId": 20917, + "maxStateId": 20932, + "states": [ + { + "name": "candles", + "type": "int", + "num_values": 4, + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "lit", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1202 + ], + "boundingBox": "block" + }, + { + "id": 882, + "name": "brown_candle", + "displayName": "Brown Candle", + "hardness": 0.1, + "resistance": 0.1, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 20936, + "minStateId": 20933, + "maxStateId": 20948, + "states": [ + { + "name": "candles", + "type": "int", + "num_values": 4, + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "lit", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1203 + ], + "boundingBox": "block" + }, + { + "id": 883, + "name": "green_candle", + "displayName": "Green Candle", + "hardness": 0.1, + "resistance": 0.1, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 20952, + "minStateId": 20949, + "maxStateId": 20964, + "states": [ + { + "name": "candles", + "type": "int", + "num_values": 4, + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "lit", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1204 + ], + "boundingBox": "block" + }, + { + "id": 884, + "name": "red_candle", + "displayName": "Red Candle", + "hardness": 0.1, + "resistance": 0.1, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 20968, + "minStateId": 20965, + "maxStateId": 20980, + "states": [ + { + "name": "candles", + "type": "int", + "num_values": 4, + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "lit", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1205 + ], + "boundingBox": "block" + }, + { + "id": 885, + "name": "black_candle", + "displayName": "Black Candle", + "hardness": 0.1, + "resistance": 0.1, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 20984, + "minStateId": 20981, + "maxStateId": 20996, + "states": [ + { + "name": "candles", + "type": "int", + "num_values": 4, + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "lit", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1206 + ], + "boundingBox": "block" + }, + { + "id": 886, + "name": "candle_cake", + "displayName": "Cake with Candle", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 20998, + "minStateId": 20997, + "maxStateId": 20998, + "states": [ + { + "name": "lit", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1190 + ], + "boundingBox": "block" + }, + { + "id": 887, + "name": "white_candle_cake", + "displayName": "Cake with White Candle", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 21000, + "minStateId": 20999, + "maxStateId": 21000, + "states": [ + { + "name": "lit", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1191 + ], + "boundingBox": "block" + }, + { + "id": 888, + "name": "orange_candle_cake", + "displayName": "Cake with Orange Candle", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 21002, + "minStateId": 21001, + "maxStateId": 21002, + "states": [ + { + "name": "lit", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1192 + ], + "boundingBox": "block" + }, + { + "id": 889, + "name": "magenta_candle_cake", + "displayName": "Cake with Magenta Candle", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 21004, + "minStateId": 21003, + "maxStateId": 21004, + "states": [ + { + "name": "lit", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1193 + ], + "boundingBox": "block" + }, + { + "id": 890, + "name": "light_blue_candle_cake", + "displayName": "Cake with Light Blue Candle", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 21006, + "minStateId": 21005, + "maxStateId": 21006, + "states": [ + { + "name": "lit", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1194 + ], + "boundingBox": "block" + }, + { + "id": 891, + "name": "yellow_candle_cake", + "displayName": "Cake with Yellow Candle", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 21008, + "minStateId": 21007, + "maxStateId": 21008, + "states": [ + { + "name": "lit", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1195 + ], + "boundingBox": "block" + }, + { + "id": 892, + "name": "lime_candle_cake", + "displayName": "Cake with Lime Candle", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 21010, + "minStateId": 21009, + "maxStateId": 21010, + "states": [ + { + "name": "lit", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1196 + ], + "boundingBox": "block" + }, + { + "id": 893, + "name": "pink_candle_cake", + "displayName": "Cake with Pink Candle", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 21012, + "minStateId": 21011, + "maxStateId": 21012, + "states": [ + { + "name": "lit", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1197 + ], + "boundingBox": "block" + }, + { + "id": 894, + "name": "gray_candle_cake", + "displayName": "Cake with Gray Candle", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 21014, + "minStateId": 21013, + "maxStateId": 21014, + "states": [ + { + "name": "lit", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1198 + ], + "boundingBox": "block" + }, + { + "id": 895, + "name": "light_gray_candle_cake", + "displayName": "Cake with Light Gray Candle", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 21016, + "minStateId": 21015, + "maxStateId": 21016, + "states": [ + { + "name": "lit", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1199 + ], + "boundingBox": "block" + }, + { + "id": 896, + "name": "cyan_candle_cake", + "displayName": "Cake with Cyan Candle", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 21018, + "minStateId": 21017, + "maxStateId": 21018, + "states": [ + { + "name": "lit", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1200 + ], + "boundingBox": "block" + }, + { + "id": 897, + "name": "purple_candle_cake", + "displayName": "Cake with Purple Candle", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 21020, + "minStateId": 21019, + "maxStateId": 21020, + "states": [ + { + "name": "lit", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1201 + ], + "boundingBox": "block" + }, + { + "id": 898, + "name": "blue_candle_cake", + "displayName": "Cake with Blue Candle", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 21022, + "minStateId": 21021, + "maxStateId": 21022, + "states": [ + { + "name": "lit", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1202 + ], + "boundingBox": "block" + }, + { + "id": 899, + "name": "brown_candle_cake", + "displayName": "Cake with Brown Candle", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 21024, + "minStateId": 21023, + "maxStateId": 21024, + "states": [ + { + "name": "lit", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1203 + ], + "boundingBox": "block" + }, + { + "id": 900, + "name": "green_candle_cake", + "displayName": "Cake with Green Candle", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 21026, + "minStateId": 21025, + "maxStateId": 21026, + "states": [ + { + "name": "lit", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1204 + ], + "boundingBox": "block" + }, + { + "id": 901, + "name": "red_candle_cake", + "displayName": "Cake with Red Candle", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 21028, + "minStateId": 21027, + "maxStateId": 21028, + "states": [ + { + "name": "lit", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1205 + ], + "boundingBox": "block" + }, + { + "id": 902, + "name": "black_candle_cake", + "displayName": "Cake with Black Candle", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 21030, + "minStateId": 21029, + "maxStateId": 21030, + "states": [ + { + "name": "lit", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1206 + ], + "boundingBox": "block" + }, + { + "id": 903, + "name": "amethyst_block", + "displayName": "Block of Amethyst", + "hardness": 1.5, + "resistance": 1.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 21031, + "minStateId": 21031, + "maxStateId": 21031, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 72 + ], + "boundingBox": "block" + }, + { + "id": 904, + "name": "budding_amethyst", + "displayName": "Budding Amethyst", + "hardness": 1.5, + "resistance": 1.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 21032, + "minStateId": 21032, + "maxStateId": 21032, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [], + "boundingBox": "block" + }, + { + "id": 905, + "name": "amethyst_cluster", + "displayName": "Amethyst Cluster", + "hardness": 1.5, + "resistance": 1.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 5, + "filterLight": 0, + "defaultState": 21042, + "minStateId": 21033, + "maxStateId": 21044, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 6, + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 768 + ], + "boundingBox": "block" + }, + { + "id": 906, + "name": "large_amethyst_bud", + "displayName": "Large Amethyst Bud", + "hardness": 1.5, + "resistance": 1.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 4, + "filterLight": 0, + "defaultState": 21054, + "minStateId": 21045, + "maxStateId": 21056, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 6, + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 907, + "name": "medium_amethyst_bud", + "displayName": "Medium Amethyst Bud", + "hardness": 1.5, + "resistance": 1.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 2, + "filterLight": 0, + "defaultState": 21066, + "minStateId": 21057, + "maxStateId": 21068, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 6, + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 908, + "name": "small_amethyst_bud", + "displayName": "Small Amethyst Bud", + "hardness": 1.5, + "resistance": 1.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 1, + "filterLight": 0, + "defaultState": 21078, + "minStateId": 21069, + "maxStateId": 21080, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 6, + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 909, + "name": "tuff", + "displayName": "Tuff", + "hardness": 1.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 21081, + "minStateId": 21081, + "maxStateId": 21081, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 12 + ], + "boundingBox": "block" + }, + { + "id": 910, + "name": "calcite", + "displayName": "Calcite", + "hardness": 0.75, + "resistance": 0.75, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 21082, + "minStateId": 21082, + "maxStateId": 21082, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 11 + ], + "boundingBox": "block" + }, + { + "id": 911, + "name": "tinted_glass", + "displayName": "Tinted Glass", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 15, + "defaultState": 21083, + "minStateId": 21083, + "maxStateId": 21083, + "states": [], + "drops": [ + 167 + ], + "boundingBox": "block" + }, + { + "id": 912, + "name": "powder_snow", + "displayName": "Powder Snow", + "hardness": 0.25, + "resistance": 0.25, + "stackSize": 1, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 1, + "defaultState": 21084, + "minStateId": 21084, + "maxStateId": 21084, + "states": [], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 913, + "name": "sculk_sensor", + "displayName": "Sculk Sensor", + "hardness": 1.5, + "resistance": 1.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/hoe", + "transparent": false, + "emitLight": 1, + "filterLight": 0, + "defaultState": 21086, + "minStateId": 21085, + "maxStateId": 21180, + "states": [ + { + "name": "power", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "sculk_sensor_phase", + "type": "enum", + "num_values": 3, + "values": [ + "inactive", + "active", + "cooldown" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 914, + "name": "calibrated_sculk_sensor", + "displayName": "Calibrated Sculk Sensor", + "hardness": 1.5, + "resistance": 1.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/hoe", + "transparent": false, + "emitLight": 1, + "filterLight": 0, + "defaultState": 21182, + "minStateId": 21181, + "maxStateId": 21564, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "power", + "type": "int", + "num_values": 16, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "sculk_sensor_phase", + "type": "enum", + "num_values": 3, + "values": [ + "inactive", + "active", + "cooldown" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 915, + "name": "sculk", + "displayName": "Sculk", + "hardness": 0.2, + "resistance": 0.2, + "stackSize": 64, + "diggable": true, + "material": "mineable/hoe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 21565, + "minStateId": 21565, + "maxStateId": 21565, + "states": [], + "drops": [], + "boundingBox": "block" + }, + { + "id": 916, + "name": "sculk_vein", + "displayName": "Sculk Vein", + "hardness": 0.2, + "resistance": 0.2, + "stackSize": 64, + "diggable": true, + "material": "mineable/hoe", + "transparent": true, + "emitLight": 0, + "filterLight": 1, + "defaultState": 21693, + "minStateId": 21566, + "maxStateId": 21693, + "states": [ + { + "name": "down", + "type": "bool", + "num_values": 2 + }, + { + "name": "east", + "type": "bool", + "num_values": 2 + }, + { + "name": "north", + "type": "bool", + "num_values": 2 + }, + { + "name": "south", + "type": "bool", + "num_values": 2 + }, + { + "name": "up", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 917, + "name": "sculk_catalyst", + "displayName": "Sculk Catalyst", + "hardness": 3.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/hoe", + "transparent": false, + "emitLight": 6, + "filterLight": 15, + "defaultState": 21695, + "minStateId": 21694, + "maxStateId": 21695, + "states": [ + { + "name": "bloom", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 918, + "name": "sculk_shrieker", + "displayName": "Sculk Shrieker", + "hardness": 3.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/hoe", + "transparent": false, + "emitLight": 0, + "filterLight": 1, + "defaultState": 21703, + "minStateId": 21696, + "maxStateId": 21703, + "states": [ + { + "name": "can_summon", + "type": "bool", + "num_values": 2 + }, + { + "name": "shrieking", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 919, + "name": "oxidized_copper", + "displayName": "Oxidized Copper", + "hardness": 3.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 21704, + "minStateId": 21704, + "maxStateId": 21704, + "states": [], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 81 + ], + "boundingBox": "block" + }, + { + "id": 920, + "name": "weathered_copper", + "displayName": "Weathered Copper", + "hardness": 3.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 21705, + "minStateId": 21705, + "maxStateId": 21705, + "states": [], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 80 + ], + "boundingBox": "block" + }, + { + "id": 921, + "name": "exposed_copper", + "displayName": "Exposed Copper", + "hardness": 3.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 21706, + "minStateId": 21706, + "maxStateId": 21706, + "states": [], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 79 + ], + "boundingBox": "block" + }, + { + "id": 922, + "name": "copper_block", + "displayName": "Block of Copper", + "hardness": 3.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 21707, + "minStateId": 21707, + "maxStateId": 21707, + "states": [], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 75 + ], + "boundingBox": "block" + }, + { + "id": 923, + "name": "copper_ore", + "displayName": "Copper Ore", + "hardness": 3.0, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 21708, + "minStateId": 21708, + "maxStateId": 21708, + "states": [], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 771 + ], + "boundingBox": "block" + }, + { + "id": 924, + "name": "deepslate_copper_ore", + "displayName": "Deepslate Copper Ore", + "hardness": 4.5, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 21709, + "minStateId": 21709, + "maxStateId": 21709, + "states": [], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 771 + ], + "boundingBox": "block" + }, + { + "id": 925, + "name": "oxidized_cut_copper", + "displayName": "Oxidized Cut Copper", + "hardness": 3.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 21710, + "minStateId": 21710, + "maxStateId": 21710, + "states": [], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 85 + ], + "boundingBox": "block" + }, + { + "id": 926, + "name": "weathered_cut_copper", + "displayName": "Weathered Cut Copper", + "hardness": 3.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 21711, + "minStateId": 21711, + "maxStateId": 21711, + "states": [], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 84 + ], + "boundingBox": "block" + }, + { + "id": 927, + "name": "exposed_cut_copper", + "displayName": "Exposed Cut Copper", + "hardness": 3.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 21712, + "minStateId": 21712, + "maxStateId": 21712, + "states": [], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 83 + ], + "boundingBox": "block" + }, + { + "id": 928, + "name": "cut_copper", + "displayName": "Cut Copper", + "hardness": 3.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 21713, + "minStateId": 21713, + "maxStateId": 21713, + "states": [], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 82 + ], + "boundingBox": "block" + }, + { + "id": 929, + "name": "oxidized_cut_copper_stairs", + "displayName": "Oxidized Cut Copper Stairs", + "hardness": 3.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 21725, + "minStateId": 21714, + "maxStateId": 21793, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 89 + ], + "boundingBox": "block" + }, + { + "id": 930, + "name": "weathered_cut_copper_stairs", + "displayName": "Weathered Cut Copper Stairs", + "hardness": 3.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 21805, + "minStateId": 21794, + "maxStateId": 21873, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 88 + ], + "boundingBox": "block" + }, + { + "id": 931, + "name": "exposed_cut_copper_stairs", + "displayName": "Exposed Cut Copper Stairs", + "hardness": 3.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 21885, + "minStateId": 21874, + "maxStateId": 21953, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 87 + ], + "boundingBox": "block" + }, + { + "id": 932, + "name": "cut_copper_stairs", + "displayName": "Cut Copper Stairs", + "hardness": 3.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 21965, + "minStateId": 21954, + "maxStateId": 22033, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 86 + ], + "boundingBox": "block" + }, + { + "id": 933, + "name": "oxidized_cut_copper_slab", + "displayName": "Oxidized Cut Copper Slab", + "hardness": 3.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 22037, + "minStateId": 22034, + "maxStateId": 22039, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 93 + ], + "boundingBox": "block" + }, + { + "id": 934, + "name": "weathered_cut_copper_slab", + "displayName": "Weathered Cut Copper Slab", + "hardness": 3.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 22043, + "minStateId": 22040, + "maxStateId": 22045, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 92 + ], + "boundingBox": "block" + }, + { + "id": 935, + "name": "exposed_cut_copper_slab", + "displayName": "Exposed Cut Copper Slab", + "hardness": 3.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 22049, + "minStateId": 22046, + "maxStateId": 22051, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 91 + ], + "boundingBox": "block" + }, + { + "id": 936, + "name": "cut_copper_slab", + "displayName": "Cut Copper Slab", + "hardness": 3.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 22055, + "minStateId": 22052, + "maxStateId": 22057, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 90 + ], + "boundingBox": "block" + }, + { + "id": 937, + "name": "waxed_copper_block", + "displayName": "Waxed Block of Copper", + "hardness": 3.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 22058, + "minStateId": 22058, + "maxStateId": 22058, + "states": [], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 94 + ], + "boundingBox": "block" + }, + { + "id": 938, + "name": "waxed_weathered_copper", + "displayName": "Waxed Weathered Copper", + "hardness": 3.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 22059, + "minStateId": 22059, + "maxStateId": 22059, + "states": [], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 96 + ], + "boundingBox": "block" + }, + { + "id": 939, + "name": "waxed_exposed_copper", + "displayName": "Waxed Exposed Copper", + "hardness": 3.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 22060, + "minStateId": 22060, + "maxStateId": 22060, + "states": [], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 95 + ], + "boundingBox": "block" + }, + { + "id": 940, + "name": "waxed_oxidized_copper", + "displayName": "Waxed Oxidized Copper", + "hardness": 3.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 22061, + "minStateId": 22061, + "maxStateId": 22061, + "states": [], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 97 + ], + "boundingBox": "block" + }, + { + "id": 941, + "name": "waxed_oxidized_cut_copper", + "displayName": "Waxed Oxidized Cut Copper", + "hardness": 3.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 22062, + "minStateId": 22062, + "maxStateId": 22062, + "states": [], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 101 + ], + "boundingBox": "block" + }, + { + "id": 942, + "name": "waxed_weathered_cut_copper", + "displayName": "Waxed Weathered Cut Copper", + "hardness": 3.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 22063, + "minStateId": 22063, + "maxStateId": 22063, + "states": [], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 100 + ], + "boundingBox": "block" + }, + { + "id": 943, + "name": "waxed_exposed_cut_copper", + "displayName": "Waxed Exposed Cut Copper", + "hardness": 3.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 22064, + "minStateId": 22064, + "maxStateId": 22064, + "states": [], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 99 + ], + "boundingBox": "block" + }, + { + "id": 944, + "name": "waxed_cut_copper", + "displayName": "Waxed Cut Copper", + "hardness": 3.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 22065, + "minStateId": 22065, + "maxStateId": 22065, + "states": [], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 98 + ], + "boundingBox": "block" + }, + { + "id": 945, + "name": "waxed_oxidized_cut_copper_stairs", + "displayName": "Waxed Oxidized Cut Copper Stairs", + "hardness": 3.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 22077, + "minStateId": 22066, + "maxStateId": 22145, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 105 + ], + "boundingBox": "block" + }, + { + "id": 946, + "name": "waxed_weathered_cut_copper_stairs", + "displayName": "Waxed Weathered Cut Copper Stairs", + "hardness": 3.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 22157, + "minStateId": 22146, + "maxStateId": 22225, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 104 + ], + "boundingBox": "block" + }, + { + "id": 947, + "name": "waxed_exposed_cut_copper_stairs", + "displayName": "Waxed Exposed Cut Copper Stairs", + "hardness": 3.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 22237, + "minStateId": 22226, + "maxStateId": 22305, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 103 + ], + "boundingBox": "block" + }, + { + "id": 948, + "name": "waxed_cut_copper_stairs", + "displayName": "Waxed Cut Copper Stairs", + "hardness": 3.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 22317, + "minStateId": 22306, + "maxStateId": 22385, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 102 + ], + "boundingBox": "block" + }, + { + "id": 949, + "name": "waxed_oxidized_cut_copper_slab", + "displayName": "Waxed Oxidized Cut Copper Slab", + "hardness": 3.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 22389, + "minStateId": 22386, + "maxStateId": 22391, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 109 + ], + "boundingBox": "block" + }, + { + "id": 950, + "name": "waxed_weathered_cut_copper_slab", + "displayName": "Waxed Weathered Cut Copper Slab", + "hardness": 3.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 22395, + "minStateId": 22392, + "maxStateId": 22397, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 108 + ], + "boundingBox": "block" + }, + { + "id": 951, + "name": "waxed_exposed_cut_copper_slab", + "displayName": "Waxed Exposed Cut Copper Slab", + "hardness": 3.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 22401, + "minStateId": 22398, + "maxStateId": 22403, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 107 + ], + "boundingBox": "block" + }, + { + "id": 952, + "name": "waxed_cut_copper_slab", + "displayName": "Waxed Cut Copper Slab", + "hardness": 3.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 22407, + "minStateId": 22404, + "maxStateId": 22409, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 106 + ], + "boundingBox": "block" + }, + { + "id": 953, + "name": "lightning_rod", + "displayName": "Lightning Rod", + "hardness": 3.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 22429, + "minStateId": 22410, + "maxStateId": 22433, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 6, + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + { + "name": "powered", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 651 + ], + "boundingBox": "block" + }, + { + "id": 954, + "name": "pointed_dripstone", + "displayName": "Pointed Dripstone", + "hardness": 1.5, + "resistance": 3.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 22439, + "minStateId": 22434, + "maxStateId": 22453, + "states": [ + { + "name": "thickness", + "type": "enum", + "num_values": 5, + "values": [ + "tip_merge", + "tip", + "frustum", + "middle", + "base" + ] + }, + { + "name": "vertical_direction", + "type": "enum", + "num_values": 2, + "values": [ + "up", + "down" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 1211 + ], + "boundingBox": "block" + }, + { + "id": 955, + "name": "dripstone_block", + "displayName": "Dripstone Block", + "hardness": 1.5, + "resistance": 1.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 22454, + "minStateId": 22454, + "maxStateId": 22454, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 13 + ], + "boundingBox": "block" + }, + { + "id": 956, + "name": "cave_vines", + "displayName": "Cave Vines", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 22456, + "minStateId": 22455, + "maxStateId": 22506, + "states": [ + { + "name": "age", + "type": "int", + "num_values": 26, + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15", + "16", + "17", + "18", + "19", + "20", + "21", + "22", + "23", + "24", + "25" + ] + }, + { + "name": "berries", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 957, + "name": "cave_vines_plant", + "displayName": "Cave Vines Plant", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 22508, + "minStateId": 22507, + "maxStateId": 22508, + "states": [ + { + "name": "berries", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 958, + "name": "spore_blossom", + "displayName": "Spore Blossom", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 22509, + "minStateId": 22509, + "maxStateId": 22509, + "states": [], + "drops": [ + 211 + ], + "boundingBox": "empty" + }, + { + "id": 959, + "name": "azalea", + "displayName": "Azalea", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 22510, + "minStateId": 22510, + "maxStateId": 22510, + "states": [], + "drops": [ + 175 + ], + "boundingBox": "block" + }, + { + "id": 960, + "name": "flowering_azalea", + "displayName": "Flowering Azalea", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 22511, + "minStateId": 22511, + "maxStateId": 22511, + "states": [], + "drops": [ + 176 + ], + "boundingBox": "block" + }, + { + "id": 961, + "name": "moss_carpet", + "displayName": "Moss Carpet", + "hardness": 0.1, + "resistance": 0.1, + "stackSize": 64, + "diggable": true, + "material": "plant", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 22512, + "minStateId": 22512, + "maxStateId": 22512, + "states": [], + "drops": [ + 223 + ], + "boundingBox": "block" + }, + { + "id": 962, + "name": "pink_petals", + "displayName": "Pink Petals", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 22513, + "minStateId": 22513, + "maxStateId": 22528, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "flower_amount", + "type": "int", + "num_values": 4, + "values": [ + "1", + "2", + "3", + "4" + ] + } + ], + "drops": [ + 224 + ], + "boundingBox": "empty" + }, + { + "id": 963, + "name": "moss_block", + "displayName": "Moss Block", + "hardness": 0.1, + "resistance": 0.1, + "stackSize": 64, + "diggable": true, + "material": "mineable/hoe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 22529, + "minStateId": 22529, + "maxStateId": 22529, + "states": [], + "drops": [ + 225 + ], + "boundingBox": "block" + }, + { + "id": 964, + "name": "big_dripleaf", + "displayName": "Big Dripleaf", + "hardness": 0.1, + "resistance": 0.1, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 22531, + "minStateId": 22530, + "maxStateId": 22561, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "tilt", + "type": "enum", + "num_values": 4, + "values": [ + "none", + "unstable", + "partial", + "full" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 227 + ], + "boundingBox": "block" + }, + { + "id": 965, + "name": "big_dripleaf_stem", + "displayName": "Big Dripleaf Stem", + "hardness": 0.1, + "resistance": 0.1, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 22563, + "minStateId": 22562, + "maxStateId": 22569, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 227 + ], + "boundingBox": "empty" + }, + { + "id": 966, + "name": "small_dripleaf", + "displayName": "Small Dripleaf", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 22573, + "minStateId": 22570, + "maxStateId": 22585, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "upper", + "lower" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 967, + "name": "hanging_roots", + "displayName": "Hanging Roots", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "plant;mineable/axe", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 22587, + "minStateId": 22586, + "maxStateId": 22587, + "states": [ + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 968, + "name": "rooted_dirt", + "displayName": "Rooted Dirt", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/shovel", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 22588, + "minStateId": 22588, + "maxStateId": 22588, + "states": [], + "drops": [ + 18 + ], + "boundingBox": "block" + }, + { + "id": 969, + "name": "mud", + "displayName": "Mud", + "hardness": 0.5, + "resistance": 0.5, + "stackSize": 64, + "diggable": true, + "material": "mineable/shovel", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 22589, + "minStateId": 22589, + "maxStateId": 22589, + "states": [], + "drops": [ + 19 + ], + "boundingBox": "block" + }, + { + "id": 970, + "name": "deepslate", + "displayName": "Deepslate", + "hardness": 3.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 22591, + "minStateId": 22590, + "maxStateId": 22592, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 9 + ], + "boundingBox": "block" + }, + { + "id": 971, + "name": "cobbled_deepslate", + "displayName": "Cobbled Deepslate", + "hardness": 3.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 22593, + "minStateId": 22593, + "maxStateId": 22593, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 9 + ], + "boundingBox": "block" + }, + { + "id": 972, + "name": "cobbled_deepslate_stairs", + "displayName": "Cobbled Deepslate Stairs", + "hardness": 3.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 22605, + "minStateId": 22594, + "maxStateId": 22673, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 613 + ], + "boundingBox": "block" + }, + { + "id": 973, + "name": "cobbled_deepslate_slab", + "displayName": "Cobbled Deepslate Slab", + "hardness": 3.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 22677, + "minStateId": 22674, + "maxStateId": 22679, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 630 + ], + "boundingBox": "block" + }, + { + "id": 974, + "name": "cobbled_deepslate_wall", + "displayName": "Cobbled Deepslate Wall", + "hardness": 3.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 22683, + "minStateId": 22680, + "maxStateId": 23003, + "states": [ + { + "name": "east", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 393 + ], + "boundingBox": "block" + }, + { + "id": 975, + "name": "polished_deepslate", + "displayName": "Polished Deepslate", + "hardness": 3.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 23004, + "minStateId": 23004, + "maxStateId": 23004, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 10 + ], + "boundingBox": "block" + }, + { + "id": 976, + "name": "polished_deepslate_stairs", + "displayName": "Polished Deepslate Stairs", + "hardness": 3.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 23016, + "minStateId": 23005, + "maxStateId": 23084, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 614 + ], + "boundingBox": "block" + }, + { + "id": 977, + "name": "polished_deepslate_slab", + "displayName": "Polished Deepslate Slab", + "hardness": 3.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 23088, + "minStateId": 23085, + "maxStateId": 23090, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 631 + ], + "boundingBox": "block" + }, + { + "id": 978, + "name": "polished_deepslate_wall", + "displayName": "Polished Deepslate Wall", + "hardness": 3.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 23094, + "minStateId": 23091, + "maxStateId": 23414, + "states": [ + { + "name": "east", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 394 + ], + "boundingBox": "block" + }, + { + "id": 979, + "name": "deepslate_tiles", + "displayName": "Deepslate Tiles", + "hardness": 3.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 23415, + "minStateId": 23415, + "maxStateId": 23415, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 326 + ], + "boundingBox": "block" + }, + { + "id": 980, + "name": "deepslate_tile_stairs", + "displayName": "Deepslate Tile Stairs", + "hardness": 3.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 23427, + "minStateId": 23416, + "maxStateId": 23495, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 616 + ], + "boundingBox": "block" + }, + { + "id": 981, + "name": "deepslate_tile_slab", + "displayName": "Deepslate Tile Slab", + "hardness": 3.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 23499, + "minStateId": 23496, + "maxStateId": 23501, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 633 + ], + "boundingBox": "block" + }, + { + "id": 982, + "name": "deepslate_tile_wall", + "displayName": "Deepslate Tile Wall", + "hardness": 3.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 23505, + "minStateId": 23502, + "maxStateId": 23825, + "states": [ + { + "name": "east", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 396 + ], + "boundingBox": "block" + }, + { + "id": 983, + "name": "deepslate_bricks", + "displayName": "Deepslate Bricks", + "hardness": 3.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 23826, + "minStateId": 23826, + "maxStateId": 23826, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 324 + ], + "boundingBox": "block" + }, + { + "id": 984, + "name": "deepslate_brick_stairs", + "displayName": "Deepslate Brick Stairs", + "hardness": 3.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 23838, + "minStateId": 23827, + "maxStateId": 23906, + "states": [ + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "type": "enum", + "num_values": 2, + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "type": "enum", + "num_values": 5, + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 615 + ], + "boundingBox": "block" + }, + { + "id": 985, + "name": "deepslate_brick_slab", + "displayName": "Deepslate Brick Slab", + "hardness": 3.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 23910, + "minStateId": 23907, + "maxStateId": 23912, + "states": [ + { + "name": "type", + "type": "enum", + "num_values": 3, + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 632 + ], + "boundingBox": "block" + }, + { + "id": 986, + "name": "deepslate_brick_wall", + "displayName": "Deepslate Brick Wall", + "hardness": 3.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 0, + "defaultState": 23916, + "minStateId": 23913, + "maxStateId": 24236, + "states": [ + { + "name": "east", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "type": "bool", + "num_values": 2 + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + }, + { + "name": "west", + "type": "enum", + "num_values": 3, + "values": [ + "none", + "low", + "tall" + ] + } + ], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 395 + ], + "boundingBox": "block" + }, + { + "id": 987, + "name": "chiseled_deepslate", + "displayName": "Chiseled Deepslate", + "hardness": 3.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 24237, + "minStateId": 24237, + "maxStateId": 24237, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 328 + ], + "boundingBox": "block" + }, + { + "id": 988, + "name": "cracked_deepslate_bricks", + "displayName": "Cracked Deepslate Bricks", + "hardness": 3.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 24238, + "minStateId": 24238, + "maxStateId": 24238, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 325 + ], + "boundingBox": "block" + }, + { + "id": 989, + "name": "cracked_deepslate_tiles", + "displayName": "Cracked Deepslate Tiles", + "hardness": 3.5, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 24239, + "minStateId": 24239, + "maxStateId": 24239, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 327 + ], + "boundingBox": "block" + }, + { + "id": 990, + "name": "infested_deepslate", + "displayName": "Infested Deepslate", + "hardness": 1.5, + "resistance": 0.75, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 24241, + "minStateId": 24240, + "maxStateId": 24242, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [], + "boundingBox": "block" + }, + { + "id": 991, + "name": "smooth_basalt", + "displayName": "Smooth Basalt", + "hardness": 1.25, + "resistance": 4.2, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 24243, + "minStateId": 24243, + "maxStateId": 24243, + "states": [], + "harvestTools": { + "779": true, + "784": true, + "789": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 308 + ], + "boundingBox": "block" + }, + { + "id": 992, + "name": "raw_iron_block", + "displayName": "Block of Raw Iron", + "hardness": 5.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 24244, + "minStateId": 24244, + "maxStateId": 24244, + "states": [], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 69 + ], + "boundingBox": "block" + }, + { + "id": 993, + "name": "raw_copper_block", + "displayName": "Block of Raw Copper", + "hardness": 5.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 24245, + "minStateId": 24245, + "maxStateId": 24245, + "states": [], + "harvestTools": { + "784": true, + "794": true, + "799": true, + "804": true + }, + "drops": [ + 70 + ], + "boundingBox": "block" + }, + { + "id": 994, + "name": "raw_gold_block", + "displayName": "Block of Raw Gold", + "hardness": 5.0, + "resistance": 6.0, + "stackSize": 64, + "diggable": true, + "material": "mineable/pickaxe", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 24246, + "minStateId": 24246, + "maxStateId": 24246, + "states": [], + "harvestTools": { + "794": true, + "799": true, + "804": true + }, + "drops": [ + 71 + ], + "boundingBox": "block" + }, + { + "id": 995, + "name": "potted_azalea_bush", + "displayName": "Potted Azalea", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 24247, + "minStateId": 24247, + "maxStateId": 24247, + "states": [], + "drops": [ + 1050, + 175 + ], + "boundingBox": "block" + }, + { + "id": 996, + "name": "potted_flowering_azalea_bush", + "displayName": "Potted Flowering Azalea", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 24248, + "minStateId": 24248, + "maxStateId": 24248, + "states": [], + "drops": [ + 1050, + 176 + ], + "boundingBox": "block" + }, + { + "id": 997, + "name": "ochre_froglight", + "displayName": "Ochre Froglight", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 15, + "filterLight": 15, + "defaultState": 24250, + "minStateId": 24249, + "maxStateId": 24251, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 1212 + ], + "boundingBox": "block" + }, + { + "id": 998, + "name": "verdant_froglight", + "displayName": "Verdant Froglight", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 15, + "filterLight": 15, + "defaultState": 24253, + "minStateId": 24252, + "maxStateId": 24254, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 1213 + ], + "boundingBox": "block" + }, + { + "id": 999, + "name": "pearlescent_froglight", + "displayName": "Pearlescent Froglight", + "hardness": 0.3, + "resistance": 0.3, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 15, + "filterLight": 15, + "defaultState": 24256, + "minStateId": 24255, + "maxStateId": 24257, + "states": [ + { + "name": "axis", + "type": "enum", + "num_values": 3, + "values": [ + "x", + "y", + "z" + ] + } + ], + "drops": [ + 1214 + ], + "boundingBox": "block" + }, + { + "id": 1000, + "name": "frogspawn", + "displayName": "Frogspawn", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 24258, + "minStateId": 24258, + "maxStateId": 24258, + "states": [], + "drops": [], + "boundingBox": "empty" + }, + { + "id": 1001, + "name": "reinforced_deepslate", + "displayName": "Reinforced Deepslate", + "hardness": 55.0, + "resistance": 1200.0, + "stackSize": 64, + "diggable": true, + "material": "default", + "transparent": false, + "emitLight": 0, + "filterLight": 15, + "defaultState": 24259, + "minStateId": 24259, + "maxStateId": 24259, + "states": [], + "drops": [], + "boundingBox": "block" + }, + { + "id": 1002, + "name": "decorated_pot", + "displayName": "Decorated Pot", + "hardness": 0.0, + "resistance": 0.0, + "stackSize": 1, + "diggable": true, + "material": "default", + "transparent": true, + "emitLight": 0, + "filterLight": 0, + "defaultState": 24269, + "minStateId": 24260, + "maxStateId": 24275, + "states": [ + { + "name": "cracked", + "type": "bool", + "num_values": 2 + }, + { + "name": "facing", + "type": "enum", + "num_values": 4, + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "type": "bool", + "num_values": 2 + } + ], + "drops": [ + 266 + ], + "boundingBox": "block" + } +] \ No newline at end of file diff --git a/data/pc/1.20.2/commands.json b/data/pc/1.20.2/commands.json new file mode 100644 index 000000000..d080c2890 --- /dev/null +++ b/data/pc/1.20.2/commands.json @@ -0,0 +1,18278 @@ +{ + "root": { + "type": "root", + "name": "root", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "advancement", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "grant", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "everything", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "from", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "advancement", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "only", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "advancement", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "criterion", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:string", + "modifier": { + "type": "greedy" + } + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "through", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "advancement", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "until", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "advancement", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "players", + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "revoke", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "everything", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "from", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "advancement", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "only", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "advancement", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "criterion", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:string", + "modifier": { + "type": "greedy" + } + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "through", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "advancement", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "until", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "advancement", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "players", + "amount": "multiple" + } + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "attribute", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "target", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "attribute", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "base", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "get", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "set", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "get", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "modifier", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "add", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "uuid", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "name", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "add", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "multiply", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "multiply_base", + "executable": true, + "redirects": [], + "children": [] + } + ], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:string", + "modifier": { + "type": "phrase" + } + } + } + ], + "parser": { + "parser": "minecraft:uuid", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "remove", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "uuid", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:uuid", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "value", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "get", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "uuid", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:uuid", + "modifier": null + } + } + ] + } + ] + } + ] + } + ], + "parser": { + "parser": "minecraft:resource", + "modifier": { + "registry": "minecraft:attribute" + } + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "ban", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "reason", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:message", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:game_profile", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "ban-ip", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "target", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "reason", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:message", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:string", + "modifier": { + "type": "word" + } + } + } + ] + }, + { + "type": "literal", + "name": "banlist", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "ips", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "players", + "executable": true, + "redirects": [], + "children": [] + } + ] + }, + { + "type": "literal", + "name": "bossbar", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "add", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "id", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "name", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:component", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "get", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "id", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "max", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "players", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "value", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "visible", + "executable": true, + "redirects": [], + "children": [] + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "list", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "remove", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "id", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "set", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "id", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "color", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "blue", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "green", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "pink", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "purple", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "red", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "white", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "yellow", + "executable": true, + "redirects": [], + "children": [] + } + ] + }, + { + "type": "literal", + "name": "max", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "max", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": { + "min": 1 + } + } + } + ] + }, + { + "type": "literal", + "name": "name", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "name", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:component", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "players", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "players", + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "style", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "notched_10", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "notched_12", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "notched_20", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "notched_6", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "progress", + "executable": true, + "redirects": [], + "children": [] + } + ] + }, + { + "type": "literal", + "name": "value", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": { + "min": 0 + } + } + } + ] + }, + { + "type": "literal", + "name": "visible", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "visible", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "clear", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "item", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "maxCount", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": { + "min": 0 + } + } + } + ], + "parser": { + "parser": "minecraft:item_predicate", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "players", + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "clone", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "begin", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "destination", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "filtered", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "filter", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "force", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "move", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "normal", + "executable": true, + "redirects": [], + "children": [] + } + ], + "parser": { + "parser": "minecraft:block_predicate", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "masked", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "force", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "move", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "normal", + "executable": true, + "redirects": [], + "children": [] + } + ] + }, + { + "type": "literal", + "name": "replace", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "force", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "move", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "normal", + "executable": true, + "redirects": [], + "children": [] + } + ] + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + }, + { + "type": "literal", + "name": "to", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targetDimension", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "destination", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "filtered", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "filter", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "force", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "move", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "normal", + "executable": true, + "redirects": [], + "children": [] + } + ], + "parser": { + "parser": "minecraft:block_predicate", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "masked", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "force", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "move", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "normal", + "executable": true, + "redirects": [], + "children": [] + } + ] + }, + { + "type": "literal", + "name": "replace", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "force", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "move", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "normal", + "executable": true, + "redirects": [], + "children": [] + } + ] + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:dimension", + "modifier": null + } + } + ] + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + }, + { + "type": "literal", + "name": "from", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourceDimension", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "begin", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "destination", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "filtered", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "filter", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "force", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "move", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "normal", + "executable": true, + "redirects": [], + "children": [] + } + ], + "parser": { + "parser": "minecraft:block_predicate", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "masked", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "force", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "move", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "normal", + "executable": true, + "redirects": [], + "children": [] + } + ] + }, + { + "type": "literal", + "name": "replace", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "force", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "move", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "normal", + "executable": true, + "redirects": [], + "children": [] + } + ] + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + }, + { + "type": "literal", + "name": "to", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targetDimension", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "destination", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "filtered", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "filter", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "force", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "move", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "normal", + "executable": true, + "redirects": [], + "children": [] + } + ], + "parser": { + "parser": "minecraft:block_predicate", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "masked", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "force", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "move", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "normal", + "executable": true, + "redirects": [], + "children": [] + } + ] + }, + { + "type": "literal", + "name": "replace", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "force", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "move", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "normal", + "executable": true, + "redirects": [], + "children": [] + } + ] + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:dimension", + "modifier": null + } + } + ] + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:dimension", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "damage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "target", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "amount", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "damageType", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "at", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "location", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:vec3", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "by", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "entity", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "from", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "cause", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + } + ], + "parser": { + "parser": "minecraft:resource", + "modifier": { + "registry": "minecraft:damage_type" + } + } + } + ], + "parser": { + "parser": "brigadier:float", + "modifier": { + "min": 0.0 + } + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "data", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "get", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targetPos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "path", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "target", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "path", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "storage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "target", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "path", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "merge", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targetPos", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "nbt", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_compound_tag", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "target", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "nbt", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_compound_tag", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "storage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "target", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "nbt", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_compound_tag", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "modify", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targetPos", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targetPath", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "append", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "from", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "storage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "string", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "storage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "value", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_tag", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "insert", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "index", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "from", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "storage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "string", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "storage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "value", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_tag", + "modifier": null + } + } + ] + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "merge", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "from", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "storage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "string", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "storage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "value", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_tag", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "prepend", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "from", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "storage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "string", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "storage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "value", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_tag", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "set", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "from", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "storage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "string", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "storage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "value", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_tag", + "modifier": null + } + } + ] + } + ] + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "target", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targetPath", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "append", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "from", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "storage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "string", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "storage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "value", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_tag", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "insert", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "index", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "from", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "storage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "string", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "storage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "value", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_tag", + "modifier": null + } + } + ] + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "merge", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "from", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "storage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "string", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "storage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "value", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_tag", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "prepend", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "from", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "storage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "string", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "storage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "value", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_tag", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "set", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "from", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "storage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "string", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "storage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "value", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_tag", + "modifier": null + } + } + ] + } + ] + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "storage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "target", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targetPath", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "append", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "from", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "storage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "string", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "storage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "value", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_tag", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "insert", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "index", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "from", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "storage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "string", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "storage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "value", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_tag", + "modifier": null + } + } + ] + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "merge", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "from", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "storage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "string", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "storage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "value", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_tag", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "prepend", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "from", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "storage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "string", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "storage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "value", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_tag", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "set", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "from", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "storage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "string", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "storage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "value", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_tag", + "modifier": null + } + } + ] + } + ] + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "remove", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targetPos", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "path", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "target", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "path", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "storage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "target", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "path", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + } + ] + }, + { + "type": "literal", + "name": "datapack", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "disable", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "name", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:string", + "modifier": { + "type": "phrase" + } + } + } + ] + }, + { + "type": "literal", + "name": "enable", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "name", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "after", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "existing", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:string", + "modifier": { + "type": "phrase" + } + } + } + ] + }, + { + "type": "literal", + "name": "before", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "existing", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:string", + "modifier": { + "type": "phrase" + } + } + } + ] + }, + { + "type": "literal", + "name": "first", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "last", + "executable": true, + "redirects": [], + "children": [] + } + ], + "parser": { + "parser": "brigadier:string", + "modifier": { + "type": "phrase" + } + } + } + ] + }, + { + "type": "literal", + "name": "list", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "available", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "enabled", + "executable": true, + "redirects": [], + "children": [] + } + ] + } + ] + }, + { + "type": "literal", + "name": "debug", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "function", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "name", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:function", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "start", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "stop", + "executable": true, + "redirects": [], + "children": [] + } + ] + }, + { + "type": "literal", + "name": "defaultgamemode", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "gamemode", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:gamemode", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "deop", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:game_profile", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "difficulty", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "easy", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "hard", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "normal", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "peaceful", + "executable": true, + "redirects": [], + "children": [] + } + ] + }, + { + "type": "literal", + "name": "effect", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "clear", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "effect", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:resource", + "modifier": { + "registry": "minecraft:mob_effect" + } + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "give", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "effect", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "infinite", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "amplifier", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "hideParticles", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": { + "max": 255, + "min": 0 + } + } + } + ] + }, + { + "type": "argument", + "name": "seconds", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "amplifier", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "hideParticles", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": { + "max": 255, + "min": 0 + } + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": { + "max": 1000000, + "min": 1 + } + } + } + ], + "parser": { + "parser": "minecraft:resource", + "modifier": { + "registry": "minecraft:mob_effect" + } + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "multiple" + } + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "enchant", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "enchantment", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "level", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": { + "min": 0 + } + } + } + ], + "parser": { + "parser": "minecraft:resource", + "modifier": { + "registry": "minecraft:enchantment" + } + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "execute", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "align", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "axes", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:swizzle", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "anchored", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "anchor", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:entity_anchor", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "as", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "at", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "facing", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "anchor", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:entity_anchor", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "multiple" + } + } + } + ] + }, + { + "type": "argument", + "name": "pos", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:vec3", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "if", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "biome", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "biome", + "executable": true, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:resource_or_tag", + "modifier": { + "registry": "minecraft:worldgen/biome" + } + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "block", + "executable": true, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:block_predicate", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "blocks", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "destination", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "all", + "executable": true, + "redirects": [ + "execute" + ], + "children": [] + }, + { + "type": "literal", + "name": "masked", + "executable": true, + "redirects": [ + "execute" + ], + "children": [] + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "data", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePos", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "path", + "executable": true, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "path", + "executable": true, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "storage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "path", + "executable": true, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "dimension", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "dimension", + "executable": true, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:dimension", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "entities", + "executable": true, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "loaded", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": true, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "predicate", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "predicate", + "executable": true, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "score", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "target", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targetObjective", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "<", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourceObjective", + "executable": true, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:objective", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:score_holder", + "modifier": { + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "<=", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourceObjective", + "executable": true, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:objective", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:score_holder", + "modifier": { + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "=", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourceObjective", + "executable": true, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:objective", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:score_holder", + "modifier": { + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": ">", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourceObjective", + "executable": true, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:objective", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:score_holder", + "modifier": { + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": ">=", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourceObjective", + "executable": true, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:objective", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:score_holder", + "modifier": { + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "matches", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "range", + "executable": true, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:int_range", + "modifier": null + } + } + ] + } + ], + "parser": { + "parser": "minecraft:objective", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:score_holder", + "modifier": { + "amount": "single" + } + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "in", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "dimension", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:dimension", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "on", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "attacker", + "executable": false, + "redirects": [ + "execute" + ], + "children": [] + }, + { + "type": "literal", + "name": "controller", + "executable": false, + "redirects": [ + "execute" + ], + "children": [] + }, + { + "type": "literal", + "name": "leasher", + "executable": false, + "redirects": [ + "execute" + ], + "children": [] + }, + { + "type": "literal", + "name": "origin", + "executable": false, + "redirects": [ + "execute" + ], + "children": [] + }, + { + "type": "literal", + "name": "owner", + "executable": false, + "redirects": [ + "execute" + ], + "children": [] + }, + { + "type": "literal", + "name": "passengers", + "executable": false, + "redirects": [ + "execute" + ], + "children": [] + }, + { + "type": "literal", + "name": "target", + "executable": false, + "redirects": [ + "execute" + ], + "children": [] + }, + { + "type": "literal", + "name": "vehicle", + "executable": false, + "redirects": [ + "execute" + ], + "children": [] + } + ] + }, + { + "type": "literal", + "name": "positioned", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "as", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "over", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "heightmap", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:heightmap", + "modifier": null + } + } + ] + }, + { + "type": "argument", + "name": "pos", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:vec3", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "rotated", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "as", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "multiple" + } + } + } + ] + }, + { + "type": "argument", + "name": "rot", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:rotation", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "run", + "executable": false, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "store", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "result", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targetPos", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "path", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "byte", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "double", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "float", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "int", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "long", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "short", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ] + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "bossbar", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "id", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "max", + "executable": false, + "redirects": [ + "execute" + ], + "children": [] + }, + { + "type": "literal", + "name": "value", + "executable": false, + "redirects": [ + "execute" + ], + "children": [] + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "target", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "path", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "byte", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "double", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "float", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "int", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "long", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "short", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ] + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "score", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "objective", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:objective", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:score_holder", + "modifier": { + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "storage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "target", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "path", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "byte", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "double", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "float", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "int", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "long", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "short", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ] + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "success", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targetPos", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "path", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "byte", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "double", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "float", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "int", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "long", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "short", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ] + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "bossbar", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "id", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "max", + "executable": false, + "redirects": [ + "execute" + ], + "children": [] + }, + { + "type": "literal", + "name": "value", + "executable": false, + "redirects": [ + "execute" + ], + "children": [] + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "target", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "path", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "byte", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "double", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "float", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "int", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "long", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "short", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ] + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "score", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "objective", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:objective", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:score_holder", + "modifier": { + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "storage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "target", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "path", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "byte", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "double", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "float", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "int", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "long", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "short", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "scale", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "brigadier:double", + "modifier": null + } + } + ] + } + ], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + } + ] + }, + { + "type": "literal", + "name": "summon", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "entity", + "executable": false, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:resource", + "modifier": { + "registry": "minecraft:entity_type" + } + } + } + ] + }, + { + "type": "literal", + "name": "unless", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "biome", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "biome", + "executable": true, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:resource_or_tag", + "modifier": { + "registry": "minecraft:worldgen/biome" + } + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "block", + "executable": true, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:block_predicate", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "blocks", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "start", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "end", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "destination", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "all", + "executable": true, + "redirects": [ + "execute" + ], + "children": [] + }, + { + "type": "literal", + "name": "masked", + "executable": true, + "redirects": [ + "execute" + ], + "children": [] + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "data", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePos", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "path", + "executable": true, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "path", + "executable": true, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "storage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "path", + "executable": true, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "dimension", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "dimension", + "executable": true, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:dimension", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "entities", + "executable": true, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "loaded", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": true, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "predicate", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "predicate", + "executable": true, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "score", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "target", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targetObjective", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "<", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourceObjective", + "executable": true, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:objective", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:score_holder", + "modifier": { + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "<=", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourceObjective", + "executable": true, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:objective", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:score_holder", + "modifier": { + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "=", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourceObjective", + "executable": true, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:objective", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:score_holder", + "modifier": { + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": ">", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourceObjective", + "executable": true, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:objective", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:score_holder", + "modifier": { + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": ">=", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourceObjective", + "executable": true, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:objective", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:score_holder", + "modifier": { + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "matches", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "range", + "executable": true, + "redirects": [ + "execute" + ], + "children": [], + "parser": { + "parser": "minecraft:int_range", + "modifier": null + } + } + ] + } + ], + "parser": { + "parser": "minecraft:objective", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:score_holder", + "modifier": { + "amount": "single" + } + } + } + ] + } + ] + } + ] + }, + { + "type": "literal", + "name": "experience", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "add", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "amount", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "levels", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "points", + "executable": true, + "redirects": [], + "children": [] + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "players", + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "query", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "levels", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "points", + "executable": true, + "redirects": [], + "children": [] + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "players", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "set", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "amount", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "levels", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "points", + "executable": true, + "redirects": [], + "children": [] + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": { + "min": 0 + } + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "players", + "amount": "multiple" + } + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "fill", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "from", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "to", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "block", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "destroy", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "hollow", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "keep", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "outline", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "replace", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "filter", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:block_predicate", + "modifier": null + } + } + ] + } + ], + "parser": { + "parser": "minecraft:block_state", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "fillbiome", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "from", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "to", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "biome", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "replace", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "filter", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:resource_or_tag", + "modifier": { + "registry": "minecraft:worldgen/biome" + } + } + } + ] + } + ], + "parser": { + "parser": "minecraft:resource", + "modifier": { + "registry": "minecraft:worldgen/biome" + } + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "forceload", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "add", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "from", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "to", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:column_pos", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:column_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "query", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:column_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "remove", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "all", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "argument", + "name": "from", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "to", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:column_pos", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:column_pos", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "function", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "name", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "arguments", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_compound_tag", + "modifier": null + } + }, + { + "type": "literal", + "name": "with", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourcePos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "path", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "path", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "storage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "path", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_path", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + } + ], + "parser": { + "parser": "minecraft:function", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "gamemode", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "gamemode", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "target", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "players", + "amount": "multiple" + } + } + } + ], + "parser": { + "parser": "minecraft:gamemode", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "gamerule", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "announceAdvancements", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "blockExplosionDropDecay", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "commandBlockOutput", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "commandModificationBlockLimit", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "disableElytraMovementCheck", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "disableRaids", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "doDaylightCycle", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "doEntityDrops", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "doFireTick", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "doImmediateRespawn", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "doInsomnia", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "doLimitedCrafting", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "doMobLoot", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "doMobSpawning", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "doPatrolSpawning", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "doTileDrops", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "doTraderSpawning", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "doVinesSpread", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "doWardenSpawning", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "doWeatherCycle", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "drowningDamage", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "enderPearlsVanishOnDeath", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "fallDamage", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "fireDamage", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "forgiveDeadPlayers", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "freezeDamage", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "globalSoundEvents", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "keepInventory", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "lavaSourceConversion", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "logAdminCommands", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "maxCommandChainLength", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "maxEntityCramming", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "mobExplosionDropDecay", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "mobGriefing", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "naturalRegeneration", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "playersSleepingPercentage", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "randomTickSpeed", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "reducedDebugInfo", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "sendCommandFeedback", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "showDeathMessages", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "snowAccumulationHeight", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "spawnRadius", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "spectatorsGenerateChunks", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "tntExplosionDropDecay", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "universalAnger", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "waterSourceConversion", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "give", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "item", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "count", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": { + "min": 1 + } + } + } + ], + "parser": { + "parser": "minecraft:item_stack", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "players", + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "help", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "command", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:string", + "modifier": { + "type": "greedy" + } + } + } + ] + }, + { + "type": "literal", + "name": "item", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "modify", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "slot", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "modifier", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:item_slot", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "slot", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "modifier", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:item_slot", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "multiple" + } + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "replace", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "slot", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "from", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourceSlot", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "modifier", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:item_slot", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourceSlot", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "modifier", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:item_slot", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "with", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "item", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "count", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": { + "max": 64, + "min": 1 + } + } + } + ], + "parser": { + "parser": "minecraft:item_stack", + "modifier": null + } + } + ] + } + ], + "parser": { + "parser": "minecraft:item_slot", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "slot", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "from", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourceSlot", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "modifier", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:item_slot", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourceSlot", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "modifier", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:item_slot", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "with", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "item", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "count", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": { + "max": 64, + "min": 1 + } + } + } + ], + "parser": { + "parser": "minecraft:item_stack", + "modifier": null + } + } + ] + } + ], + "parser": { + "parser": "minecraft:item_slot", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "multiple" + } + } + } + ] + } + ] + } + ] + }, + { + "type": "literal", + "name": "jfr", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "start", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "stop", + "executable": true, + "redirects": [], + "children": [] + } + ] + }, + { + "type": "literal", + "name": "kick", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "reason", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:message", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "players", + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "kill", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "list", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "uuids", + "executable": true, + "redirects": [], + "children": [] + } + ] + }, + { + "type": "literal", + "name": "locate", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "biome", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "biome", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:resource_or_tag", + "modifier": { + "registry": "minecraft:worldgen/biome" + } + } + } + ] + }, + { + "type": "literal", + "name": "poi", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "poi", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:resource_or_tag", + "modifier": { + "registry": "minecraft:point_of_interest_type" + } + } + } + ] + }, + { + "type": "literal", + "name": "structure", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "structure", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:resource_or_tag_key", + "modifier": { + "registry": "minecraft:worldgen/structure" + } + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "loot", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "give", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "players", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "fish", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "loot_table", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "mainhand", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "offhand", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "argument", + "name": "tool", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:item_stack", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "kill", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "target", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "loot", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "loot_table", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "mine", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "mainhand", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "offhand", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "argument", + "name": "tool", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:item_stack", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "players", + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "insert", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targetPos", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "fish", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "loot_table", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "mainhand", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "offhand", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "argument", + "name": "tool", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:item_stack", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "kill", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "target", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "loot", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "loot_table", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "mine", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "mainhand", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "offhand", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "argument", + "name": "tool", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:item_stack", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "replace", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targetPos", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "slot", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "count", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "fish", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "loot_table", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "mainhand", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "offhand", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "argument", + "name": "tool", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:item_stack", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "kill", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "target", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "loot", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "loot_table", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "mine", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "mainhand", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "offhand", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "argument", + "name": "tool", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:item_stack", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": { + "min": 0 + } + } + }, + { + "type": "literal", + "name": "fish", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "loot_table", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "mainhand", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "offhand", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "argument", + "name": "tool", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:item_stack", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "kill", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "target", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "loot", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "loot_table", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "mine", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "mainhand", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "offhand", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "argument", + "name": "tool", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:item_stack", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + } + ], + "parser": { + "parser": "minecraft:item_slot", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "entities", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "slot", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "count", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "fish", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "loot_table", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "mainhand", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "offhand", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "argument", + "name": "tool", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:item_stack", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "kill", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "target", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "loot", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "loot_table", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "mine", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "mainhand", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "offhand", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "argument", + "name": "tool", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:item_stack", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": { + "min": 0 + } + } + }, + { + "type": "literal", + "name": "fish", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "loot_table", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "mainhand", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "offhand", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "argument", + "name": "tool", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:item_stack", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "kill", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "target", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "loot", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "loot_table", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "mine", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "mainhand", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "offhand", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "argument", + "name": "tool", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:item_stack", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + } + ], + "parser": { + "parser": "minecraft:item_slot", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "multiple" + } + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "spawn", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targetPos", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "fish", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "loot_table", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "mainhand", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "offhand", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "argument", + "name": "tool", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:item_stack", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "kill", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "target", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "loot", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "loot_table", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "mine", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "mainhand", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "offhand", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "argument", + "name": "tool", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:item_stack", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + } + ], + "parser": { + "parser": "minecraft:vec3", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "me", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "action", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:message", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "msg", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "message", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:message", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "players", + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "op", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:game_profile", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "pardon", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:game_profile", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "pardon-ip", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "target", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:string", + "modifier": { + "type": "word" + } + } + } + ] + }, + { + "type": "literal", + "name": "particle", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "name", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "delta", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "speed", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "count", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "force", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "viewers", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "players", + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "normal", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "viewers", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "players", + "amount": "multiple" + } + } + } + ] + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": { + "min": 0 + } + } + } + ], + "parser": { + "parser": "brigadier:float", + "modifier": { + "min": 0.0 + } + } + } + ], + "parser": { + "parser": "minecraft:vec3", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:vec3", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:particle", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "perf", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "start", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "stop", + "executable": true, + "redirects": [], + "children": [] + } + ] + }, + { + "type": "literal", + "name": "place", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "feature", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "feature", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_key", + "modifier": { + "registry": "minecraft:worldgen/configured_feature" + } + } + } + ] + }, + { + "type": "literal", + "name": "jigsaw", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pool", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "target", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "max_depth", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "position", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": { + "max": 7, + "min": 1 + } + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_key", + "modifier": { + "registry": "minecraft:worldgen/template_pool" + } + } + } + ] + }, + { + "type": "literal", + "name": "structure", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "structure", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_key", + "modifier": { + "registry": "minecraft:worldgen/structure" + } + } + } + ] + }, + { + "type": "literal", + "name": "template", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "template", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "rotation", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "mirror", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "integrity", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "seed", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:float", + "modifier": { + "max": 1.0, + "min": 0.0 + } + } + } + ], + "parser": { + "parser": "minecraft:template_mirror", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:template_rotation", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "playsound", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sound", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "ambient", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "volume", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pitch", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "minVolume", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:float", + "modifier": { + "max": 1.0, + "min": 0.0 + } + } + } + ], + "parser": { + "parser": "brigadier:float", + "modifier": { + "max": 2.0, + "min": 0.0 + } + } + } + ], + "parser": { + "parser": "brigadier:float", + "modifier": { + "min": 0.0 + } + } + } + ], + "parser": { + "parser": "minecraft:vec3", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "players", + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "block", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "volume", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pitch", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "minVolume", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:float", + "modifier": { + "max": 1.0, + "min": 0.0 + } + } + } + ], + "parser": { + "parser": "brigadier:float", + "modifier": { + "max": 2.0, + "min": 0.0 + } + } + } + ], + "parser": { + "parser": "brigadier:float", + "modifier": { + "min": 0.0 + } + } + } + ], + "parser": { + "parser": "minecraft:vec3", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "players", + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "hostile", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "volume", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pitch", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "minVolume", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:float", + "modifier": { + "max": 1.0, + "min": 0.0 + } + } + } + ], + "parser": { + "parser": "brigadier:float", + "modifier": { + "max": 2.0, + "min": 0.0 + } + } + } + ], + "parser": { + "parser": "brigadier:float", + "modifier": { + "min": 0.0 + } + } + } + ], + "parser": { + "parser": "minecraft:vec3", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "players", + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "master", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "volume", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pitch", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "minVolume", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:float", + "modifier": { + "max": 1.0, + "min": 0.0 + } + } + } + ], + "parser": { + "parser": "brigadier:float", + "modifier": { + "max": 2.0, + "min": 0.0 + } + } + } + ], + "parser": { + "parser": "brigadier:float", + "modifier": { + "min": 0.0 + } + } + } + ], + "parser": { + "parser": "minecraft:vec3", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "players", + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "music", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "volume", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pitch", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "minVolume", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:float", + "modifier": { + "max": 1.0, + "min": 0.0 + } + } + } + ], + "parser": { + "parser": "brigadier:float", + "modifier": { + "max": 2.0, + "min": 0.0 + } + } + } + ], + "parser": { + "parser": "brigadier:float", + "modifier": { + "min": 0.0 + } + } + } + ], + "parser": { + "parser": "minecraft:vec3", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "players", + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "neutral", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "volume", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pitch", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "minVolume", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:float", + "modifier": { + "max": 1.0, + "min": 0.0 + } + } + } + ], + "parser": { + "parser": "brigadier:float", + "modifier": { + "max": 2.0, + "min": 0.0 + } + } + } + ], + "parser": { + "parser": "brigadier:float", + "modifier": { + "min": 0.0 + } + } + } + ], + "parser": { + "parser": "minecraft:vec3", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "players", + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "player", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "volume", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pitch", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "minVolume", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:float", + "modifier": { + "max": 1.0, + "min": 0.0 + } + } + } + ], + "parser": { + "parser": "brigadier:float", + "modifier": { + "max": 2.0, + "min": 0.0 + } + } + } + ], + "parser": { + "parser": "brigadier:float", + "modifier": { + "min": 0.0 + } + } + } + ], + "parser": { + "parser": "minecraft:vec3", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "players", + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "record", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "volume", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pitch", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "minVolume", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:float", + "modifier": { + "max": 1.0, + "min": 0.0 + } + } + } + ], + "parser": { + "parser": "brigadier:float", + "modifier": { + "max": 2.0, + "min": 0.0 + } + } + } + ], + "parser": { + "parser": "brigadier:float", + "modifier": { + "min": 0.0 + } + } + } + ], + "parser": { + "parser": "minecraft:vec3", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "players", + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "voice", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "volume", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pitch", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "minVolume", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:float", + "modifier": { + "max": 1.0, + "min": 0.0 + } + } + } + ], + "parser": { + "parser": "brigadier:float", + "modifier": { + "max": 2.0, + "min": 0.0 + } + } + } + ], + "parser": { + "parser": "brigadier:float", + "modifier": { + "min": 0.0 + } + } + } + ], + "parser": { + "parser": "minecraft:vec3", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "players", + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "weather", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "volume", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pitch", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "minVolume", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:float", + "modifier": { + "max": 1.0, + "min": 0.0 + } + } + } + ], + "parser": { + "parser": "brigadier:float", + "modifier": { + "max": 2.0, + "min": 0.0 + } + } + } + ], + "parser": { + "parser": "brigadier:float", + "modifier": { + "min": 0.0 + } + } + } + ], + "parser": { + "parser": "minecraft:vec3", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "players", + "amount": "multiple" + } + } + } + ] + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "publish", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "allowCommands", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "gamemode", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "port", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": { + "max": 65535, + "min": 0 + } + } + } + ], + "parser": { + "parser": "minecraft:gamemode", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "random", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "reset", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "*", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "seed", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "includeWorldSeed", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "includeSequenceId", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ] + }, + { + "type": "argument", + "name": "sequence", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "seed", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "includeWorldSeed", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "includeSequenceId", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "roll", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "range", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sequence", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:int_range", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "value", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "range", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sequence", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:int_range", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "recipe", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "give", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "*", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "argument", + "name": "recipe", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "players", + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "take", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "*", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "argument", + "name": "recipe", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "players", + "amount": "multiple" + } + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "reload", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "return", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "ride", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "target", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "dismount", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "mount", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "vehicle", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "save-all", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "flush", + "executable": true, + "redirects": [], + "children": [] + } + ] + }, + { + "type": "literal", + "name": "save-off", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "save-on", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "say", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "message", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:message", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "schedule", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "clear", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "function", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:string", + "modifier": { + "type": "greedy" + } + } + } + ] + }, + { + "type": "literal", + "name": "function", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "function", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "time", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "append", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "replace", + "executable": true, + "redirects": [], + "children": [] + } + ], + "parser": { + "parser": "minecraft:time", + "modifier": { + "min": 0 + } + } + } + ], + "parser": { + "parser": "minecraft:function", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "scoreboard", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "objectives", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "add", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "objective", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "criteria", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "displayName", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:component", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:objective_criteria", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:string", + "modifier": { + "type": "word" + } + } + } + ] + }, + { + "type": "literal", + "name": "list", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "modify", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "objective", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "displayname", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "displayName", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:component", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "rendertype", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "hearts", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "integer", + "executable": true, + "redirects": [], + "children": [] + } + ] + } + ], + "parser": { + "parser": "minecraft:objective", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "remove", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "objective", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:objective", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "setdisplay", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "slot", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "objective", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:objective", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:scoreboard_slot", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "players", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "add", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "objective", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "score", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": { + "min": 0 + } + } + } + ], + "parser": { + "parser": "minecraft:objective", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:score_holder", + "modifier": { + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "enable", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "objective", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:objective", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:score_holder", + "modifier": { + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "get", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "target", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "objective", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:objective", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:score_holder", + "modifier": { + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "list", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "target", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:score_holder", + "modifier": { + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "operation", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targetObjective", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "operation", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "source", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sourceObjective", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:objective", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:score_holder", + "modifier": { + "amount": "multiple" + } + } + } + ], + "parser": { + "parser": "minecraft:operation", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:objective", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:score_holder", + "modifier": { + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "remove", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "objective", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "score", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": { + "min": 0 + } + } + } + ], + "parser": { + "parser": "minecraft:objective", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:score_holder", + "modifier": { + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "reset", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "objective", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:objective", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:score_holder", + "modifier": { + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "set", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "objective", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "score", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:objective", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:score_holder", + "modifier": { + "amount": "multiple" + } + } + } + ] + } + ] + } + ] + }, + { + "type": "literal", + "name": "seed", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "setblock", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "block", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "destroy", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "keep", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "replace", + "executable": true, + "redirects": [], + "children": [] + } + ], + "parser": { + "parser": "minecraft:block_state", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "setidletimeout", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "minutes", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": { + "min": 0 + } + } + } + ] + }, + { + "type": "literal", + "name": "setworldspawn", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "angle", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:angle", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "spawnpoint", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "angle", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:angle", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:block_pos", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "players", + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "spectate", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "target", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "player", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "players", + "amount": "single" + } + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "spreadplayers", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "center", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "spreadDistance", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "maxRange", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "respectTeams", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "multiple" + } + } + } + ], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + }, + { + "type": "literal", + "name": "under", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "maxHeight", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "respectTeams", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "multiple" + } + } + } + ], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ] + } + ], + "parser": { + "parser": "brigadier:float", + "modifier": { + "min": 1.0 + } + } + } + ], + "parser": { + "parser": "brigadier:float", + "modifier": { + "min": 0.0 + } + } + } + ], + "parser": { + "parser": "minecraft:vec2", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "stop", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "stopsound", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "*", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sound", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "ambient", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sound", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "block", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sound", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "hostile", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sound", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "master", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sound", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "music", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sound", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "neutral", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sound", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "player", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sound", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "record", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sound", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "voice", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sound", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "weather", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "sound", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:resource_location", + "modifier": null + } + } + ] + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "players", + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "summon", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "entity", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "nbt", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:nbt_compound_tag", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:vec3", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:resource", + "modifier": { + "registry": "minecraft:entity_type" + } + } + } + ] + }, + { + "type": "literal", + "name": "tag", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "add", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "name", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:string", + "modifier": { + "type": "word" + } + } + } + ] + }, + { + "type": "literal", + "name": "list", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "remove", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "name", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:string", + "modifier": { + "type": "word" + } + } + } + ] + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "team", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "add", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "team", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "displayName", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:component", + "modifier": null + } + } + ], + "parser": { + "parser": "brigadier:string", + "modifier": { + "type": "word" + } + } + } + ] + }, + { + "type": "literal", + "name": "empty", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "team", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:team", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "join", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "team", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "members", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:score_holder", + "modifier": { + "amount": "multiple" + } + } + } + ], + "parser": { + "parser": "minecraft:team", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "leave", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "members", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:score_holder", + "modifier": { + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "list", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "team", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:team", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "modify", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "team", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "collisionRule", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "always", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "never", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "pushOtherTeams", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "pushOwnTeam", + "executable": true, + "redirects": [], + "children": [] + } + ] + }, + { + "type": "literal", + "name": "color", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:color", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "deathMessageVisibility", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "always", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "hideForOtherTeams", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "hideForOwnTeam", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "never", + "executable": true, + "redirects": [], + "children": [] + } + ] + }, + { + "type": "literal", + "name": "displayName", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "displayName", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:component", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "friendlyFire", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "allowed", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "nametagVisibility", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "always", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "hideForOtherTeams", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "hideForOwnTeam", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "never", + "executable": true, + "redirects": [], + "children": [] + } + ] + }, + { + "type": "literal", + "name": "prefix", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "prefix", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:component", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "seeFriendlyInvisibles", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "allowed", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:bool", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "suffix", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "suffix", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:component", + "modifier": null + } + } + ] + } + ], + "parser": { + "parser": "minecraft:team", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "remove", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "team", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:team", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "teammsg", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "message", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:message", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "teleport", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "destination", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + }, + { + "type": "argument", + "name": "location", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:vec3", + "modifier": null + } + }, + { + "type": "argument", + "name": "targets", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "destination", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + }, + { + "type": "argument", + "name": "location", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "facing", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "facingEntity", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "facingAnchor", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:entity_anchor", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "argument", + "name": "facingLocation", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:vec3", + "modifier": null + } + } + ] + }, + { + "type": "argument", + "name": "rotation", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:rotation", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:vec3", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "tell", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "message", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:message", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "players", + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "tellraw", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "message", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:component", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "players", + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "time", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "add", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "time", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:time", + "modifier": { + "min": 0 + } + } + } + ] + }, + { + "type": "literal", + "name": "query", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "day", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "daytime", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "gametime", + "executable": true, + "redirects": [], + "children": [] + } + ] + }, + { + "type": "literal", + "name": "set", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "day", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "midnight", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "night", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "noon", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "argument", + "name": "time", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:time", + "modifier": { + "min": 0 + } + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "title", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "actionbar", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "title", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:component", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "clear", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "reset", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "subtitle", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "title", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:component", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "times", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "fadeIn", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "stay", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "fadeOut", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:time", + "modifier": { + "min": 0 + } + } + } + ], + "parser": { + "parser": "minecraft:time", + "modifier": { + "min": 0 + } + } + } + ], + "parser": { + "parser": "minecraft:time", + "modifier": { + "min": 0 + } + } + } + ] + }, + { + "type": "literal", + "name": "title", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "title", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:component", + "modifier": null + } + } + ] + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "players", + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "tm", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "message", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:message", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "tp", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "destination", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + }, + { + "type": "argument", + "name": "location", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:vec3", + "modifier": null + } + }, + { + "type": "argument", + "name": "targets", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "destination", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + }, + { + "type": "argument", + "name": "location", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "facing", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "entity", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "facingEntity", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "facingAnchor", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:entity_anchor", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + } + } + } + ] + }, + { + "type": "argument", + "name": "facingLocation", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:vec3", + "modifier": null + } + } + ] + }, + { + "type": "argument", + "name": "rotation", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:rotation", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:vec3", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "trigger", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "objective", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "add", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "set", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "value", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ] + } + ], + "parser": { + "parser": "minecraft:objective", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "w", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "message", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:message", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "players", + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "weather", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "clear", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "duration", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:time", + "modifier": { + "min": 1 + } + } + } + ] + }, + { + "type": "literal", + "name": "rain", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "duration", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:time", + "modifier": { + "min": 1 + } + } + } + ] + }, + { + "type": "literal", + "name": "thunder", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "duration", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:time", + "modifier": { + "min": 1 + } + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "whitelist", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "add", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:game_profile", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "list", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "off", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "on", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "reload", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "remove", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:game_profile", + "modifier": null + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "worldborder", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "add", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "distance", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "time", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": { + "min": 0 + } + } + } + ], + "parser": { + "parser": "brigadier:double", + "modifier": { + "max": 59999968.0, + "min": -59999968.0 + } + } + } + ] + }, + { + "type": "literal", + "name": "center", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "pos", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "minecraft:vec2", + "modifier": null + } + } + ] + }, + { + "type": "literal", + "name": "damage", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "amount", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "damagePerBlock", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:float", + "modifier": { + "min": 0.0 + } + } + } + ] + }, + { + "type": "literal", + "name": "buffer", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "distance", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:float", + "modifier": { + "min": 0.0 + } + } + } + ] + } + ] + }, + { + "type": "literal", + "name": "get", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "set", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "distance", + "executable": true, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "time", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": { + "min": 0 + } + } + } + ], + "parser": { + "parser": "brigadier:double", + "modifier": { + "max": 59999968.0, + "min": -59999968.0 + } + } + } + ] + }, + { + "type": "literal", + "name": "warning", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "distance", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "distance", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": { + "min": 0 + } + } + } + ] + }, + { + "type": "literal", + "name": "time", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "time", + "executable": true, + "redirects": [], + "children": [], + "parser": { + "parser": "brigadier:integer", + "modifier": { + "min": 0 + } + } + } + ] + } + ] + } + ] + }, + { + "type": "literal", + "name": "xp", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "add", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "amount", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "levels", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "points", + "executable": true, + "redirects": [], + "children": [] + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": null + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "players", + "amount": "multiple" + } + } + } + ] + }, + { + "type": "literal", + "name": "query", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": false, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "levels", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "points", + "executable": true, + "redirects": [], + "children": [] + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "players", + "amount": "single" + } + } + } + ] + }, + { + "type": "literal", + "name": "set", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "targets", + "executable": false, + "redirects": [], + "children": [ + { + "type": "argument", + "name": "amount", + "executable": true, + "redirects": [], + "children": [ + { + "type": "literal", + "name": "levels", + "executable": true, + "redirects": [], + "children": [] + }, + { + "type": "literal", + "name": "points", + "executable": true, + "redirects": [], + "children": [] + } + ], + "parser": { + "parser": "brigadier:integer", + "modifier": { + "min": 0 + } + } + } + ], + "parser": { + "parser": "minecraft:entity", + "modifier": { + "type": "players", + "amount": "multiple" + } + } + } + ] + } + ] + } + ] + }, + "parsers": [ + { + "parser": "minecraft:resource_location", + "modifier": null, + "examples": [] + }, + { + "parser": "brigadier:string", + "modifier": { + "type": "greedy" + }, + "examples": [ + "word", + "words with spaces", + "\\\" and symbols\\\"" + ] + }, + { + "parser": "minecraft:entity", + "modifier": { + "type": "players", + "amount": "multiple" + }, + "examples": [] + }, + { + "parser": "brigadier:double", + "modifier": null, + "examples": [] + }, + { + "parser": "brigadier:string", + "modifier": { + "type": "phrase" + }, + "examples": [ + "\\\"quoted phrase\\\"", + "word", + "" + ] + }, + { + "parser": "minecraft:uuid", + "modifier": null, + "examples": [] + }, + { + "parser": "minecraft:resource", + "modifier": { + "registry": "minecraft:attribute" + }, + "examples": [] + }, + { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "single" + }, + "examples": [] + }, + { + "parser": "minecraft:message", + "modifier": null, + "examples": [] + }, + { + "parser": "minecraft:game_profile", + "modifier": null, + "examples": [ + "Player", + "0123", + "dd12be42-52a9-4a91-a8a1-11c01849e498", + "@e" + ] + }, + { + "parser": "brigadier:string", + "modifier": { + "type": "word" + }, + "examples": [ + "word", + "word_with_underscore" + ] + }, + { + "parser": "minecraft:component", + "modifier": null, + "examples": [ + "\"hello world\"", + "\"\"", + "\"{\"text\":\"hello world\"}\"", + "[\"\"]" + ] + }, + { + "parser": "brigadier:integer", + "modifier": { + "min": 1 + }, + "examples": [ + "1" + ] + }, + { + "parser": "brigadier:integer", + "modifier": { + "min": 0 + }, + "examples": [ + "0", + "1" + ] + }, + { + "parser": "brigadier:bool", + "modifier": null, + "examples": [ + "true", + "false" + ] + }, + { + "parser": "minecraft:item_predicate", + "modifier": null, + "examples": [ + "stick", + "minecraft:stick", + "#stick", + "diamond_sword{ench:[{id:16,lvl:5}]}" + ] + }, + { + "parser": "minecraft:block_predicate", + "modifier": null, + "examples": [ + "stone", + "minecraft:stone", + "#stone", + "minecraft:redstone_wire[power=15,north=up,south=side]", + "minecraft:furnace[facing=north]{BurnTime:200}" + ] + }, + { + "parser": "minecraft:block_pos", + "modifier": null, + "examples": [ + "0 0 0", + "~ ~ ~", + "^ ^ ^", + "^1 ^ ^-5", + "~0.5 ~1 ~-5" + ] + }, + { + "parser": "minecraft:dimension", + "modifier": null, + "examples": [ + "minecraft:overworld", + "minecraft:the_nether", + "minecraft:the_end", + "overworld", + "the_end", + "the_nether" + ] + }, + { + "parser": "minecraft:vec3", + "modifier": null, + "examples": [] + }, + { + "parser": "minecraft:resource", + "modifier": { + "registry": "minecraft:damage_type" + }, + "examples": [] + }, + { + "parser": "brigadier:float", + "modifier": { + "min": 0.0 + }, + "examples": [ + "0.0", + "0", + "1", + "0.01" + ] + }, + { + "parser": "minecraft:nbt_path", + "modifier": null, + "examples": [] + }, + { + "parser": "minecraft:nbt_compound_tag", + "modifier": null, + "examples": [] + }, + { + "parser": "brigadier:integer", + "modifier": null, + "examples": [ + "1", + "0", + "10" + ] + }, + { + "parser": "minecraft:nbt_tag", + "modifier": null, + "examples": [] + }, + { + "parser": "minecraft:function", + "modifier": null, + "examples": [ + "foo", + "foo:bar", + "#foo" + ] + }, + { + "parser": "minecraft:gamemode", + "modifier": null, + "examples": [] + }, + { + "parser": "minecraft:resource", + "modifier": { + "registry": "minecraft:mob_effect" + }, + "examples": [] + }, + { + "parser": "minecraft:entity", + "modifier": { + "type": "entities", + "amount": "multiple" + }, + "examples": [] + }, + { + "parser": "brigadier:integer", + "modifier": { + "max": 255, + "min": 0 + }, + "examples": [] + }, + { + "parser": "brigadier:integer", + "modifier": { + "max": 1000000, + "min": 1 + }, + "examples": [] + }, + { + "parser": "minecraft:resource", + "modifier": { + "registry": "minecraft:enchantment" + }, + "examples": [] + }, + { + "parser": "minecraft:swizzle", + "modifier": null, + "examples": [] + }, + { + "parser": "minecraft:entity_anchor", + "modifier": null, + "examples": [ + "eyes", + "feet" + ] + }, + { + "parser": "minecraft:resource_or_tag", + "modifier": { + "registry": "minecraft:worldgen/biome" + }, + "examples": [] + }, + { + "parser": "minecraft:objective", + "modifier": null, + "examples": [] + }, + { + "parser": "minecraft:score_holder", + "modifier": { + "amount": "single" + }, + "examples": [] + }, + { + "parser": "minecraft:int_range", + "modifier": null, + "examples": [ + "0..5", + "0", + "-5", + "-100..", + "..100" + ] + }, + { + "parser": "minecraft:heightmap", + "modifier": null, + "examples": [] + }, + { + "parser": "minecraft:rotation", + "modifier": null, + "examples": [] + }, + { + "parser": "minecraft:score_holder", + "modifier": { + "amount": "multiple" + }, + "examples": [] + }, + { + "parser": "minecraft:resource", + "modifier": { + "registry": "minecraft:entity_type" + }, + "examples": [] + }, + { + "parser": "minecraft:entity", + "modifier": { + "type": "players", + "amount": "single" + }, + "examples": [] + }, + { + "parser": "minecraft:block_state", + "modifier": null, + "examples": [ + "stone", + "minecraft:stone", + "minecraft:redstone_wire[power=15,north=up,south=side]", + "minecraft:furnace[facing=north]{BurnTime:200}" + ] + }, + { + "parser": "minecraft:resource", + "modifier": { + "registry": "minecraft:worldgen/biome" + }, + "examples": [] + }, + { + "parser": "minecraft:column_pos", + "modifier": null, + "examples": [ + "0 0", + "~ ~", + "~1 ~-2", + "^ ^", + "^-1 ^0" + ] + }, + { + "parser": "minecraft:item_stack", + "modifier": null, + "examples": [] + }, + { + "parser": "minecraft:item_slot", + "modifier": null, + "examples": [] + }, + { + "parser": "brigadier:integer", + "modifier": { + "max": 64, + "min": 1 + }, + "examples": [] + }, + { + "parser": "minecraft:resource_or_tag", + "modifier": { + "registry": "minecraft:point_of_interest_type" + }, + "examples": [] + }, + { + "parser": "minecraft:resource_or_tag_key", + "modifier": { + "registry": "minecraft:worldgen/structure" + }, + "examples": [] + }, + { + "parser": "minecraft:particle", + "modifier": null, + "examples": [] + }, + { + "parser": "minecraft:resource_key", + "modifier": { + "registry": "minecraft:worldgen/configured_feature" + }, + "examples": [] + }, + { + "parser": "brigadier:integer", + "modifier": { + "max": 7, + "min": 1 + }, + "examples": [] + }, + { + "parser": "minecraft:resource_key", + "modifier": { + "registry": "minecraft:worldgen/template_pool" + }, + "examples": [] + }, + { + "parser": "minecraft:resource_key", + "modifier": { + "registry": "minecraft:worldgen/structure" + }, + "examples": [] + }, + { + "parser": "brigadier:float", + "modifier": { + "max": 1.0, + "min": 0.0 + }, + "examples": [] + }, + { + "parser": "minecraft:template_mirror", + "modifier": null, + "examples": [] + }, + { + "parser": "minecraft:template_rotation", + "modifier": null, + "examples": [] + }, + { + "parser": "brigadier:float", + "modifier": { + "max": 2.0, + "min": 0.0 + }, + "examples": [] + }, + { + "parser": "brigadier:integer", + "modifier": { + "max": 65535, + "min": 0 + }, + "examples": [] + }, + { + "parser": "minecraft:time", + "modifier": { + "min": 0 + }, + "examples": [] + }, + { + "parser": "minecraft:objective_criteria", + "modifier": null, + "examples": [] + }, + { + "parser": "minecraft:scoreboard_slot", + "modifier": null, + "examples": [] + }, + { + "parser": "minecraft:operation", + "modifier": null, + "examples": [] + }, + { + "parser": "minecraft:angle", + "modifier": null, + "examples": [ + "0", + "~", + "~-0.5" + ] + }, + { + "parser": "brigadier:float", + "modifier": { + "min": 1.0 + }, + "examples": [ + "1", + "1.0", + "1.000" + ] + }, + { + "parser": "minecraft:vec2", + "modifier": null, + "examples": [] + }, + { + "parser": "minecraft:team", + "modifier": null, + "examples": [] + }, + { + "parser": "minecraft:color", + "modifier": null, + "examples": [ + "aqua", + "black", + "blue", + "dark_aqua", + "dark_blue", + "dark_gray", + "dark_green", + "dark_purple", + "dark_red", + "gold", + "gray", + "green", + "light_purple", + "red", + "reset", + "yellow", + "white" + ] + }, + { + "parser": "minecraft:time", + "modifier": { + "min": 1 + }, + "examples": [] + }, + { + "parser": "brigadier:double", + "modifier": { + "max": 59999968.0, + "min": -59999968.0 + }, + "examples": [] + } + ] +} \ No newline at end of file diff --git a/data/pc/1.20.2/effects.json b/data/pc/1.20.2/effects.json new file mode 100644 index 000000000..4d9f81e92 --- /dev/null +++ b/data/pc/1.20.2/effects.json @@ -0,0 +1,200 @@ +[ + { + "id": 0, + "name": "Speed", + "displayName": "Speed", + "type": "good" + }, + { + "id": 1, + "name": "Slowness", + "displayName": "Slowness", + "type": "bad" + }, + { + "id": 2, + "name": "Haste", + "displayName": "Haste", + "type": "good" + }, + { + "id": 3, + "name": "MiningFatigue", + "displayName": "Mining Fatigue", + "type": "bad" + }, + { + "id": 4, + "name": "Strength", + "displayName": "Strength", + "type": "good" + }, + { + "id": 5, + "name": "InstantHealth", + "displayName": "Instant Health", + "type": "good" + }, + { + "id": 6, + "name": "InstantDamage", + "displayName": "Instant Damage", + "type": "bad" + }, + { + "id": 7, + "name": "JumpBoost", + "displayName": "Jump Boost", + "type": "good" + }, + { + "id": 8, + "name": "Nausea", + "displayName": "Nausea", + "type": "bad" + }, + { + "id": 9, + "name": "Regeneration", + "displayName": "Regeneration", + "type": "good" + }, + { + "id": 10, + "name": "Resistance", + "displayName": "Resistance", + "type": "good" + }, + { + "id": 11, + "name": "FireResistance", + "displayName": "Fire Resistance", + "type": "good" + }, + { + "id": 12, + "name": "WaterBreathing", + "displayName": "Water Breathing", + "type": "good" + }, + { + "id": 13, + "name": "Invisibility", + "displayName": "Invisibility", + "type": "good" + }, + { + "id": 14, + "name": "Blindness", + "displayName": "Blindness", + "type": "bad" + }, + { + "id": 15, + "name": "NightVision", + "displayName": "Night Vision", + "type": "good" + }, + { + "id": 16, + "name": "Hunger", + "displayName": "Hunger", + "type": "bad" + }, + { + "id": 17, + "name": "Weakness", + "displayName": "Weakness", + "type": "bad" + }, + { + "id": 18, + "name": "Poison", + "displayName": "Poison", + "type": "bad" + }, + { + "id": 19, + "name": "Wither", + "displayName": "Wither", + "type": "bad" + }, + { + "id": 20, + "name": "HealthBoost", + "displayName": "Health Boost", + "type": "good" + }, + { + "id": 21, + "name": "Absorption", + "displayName": "Absorption", + "type": "good" + }, + { + "id": 22, + "name": "Saturation", + "displayName": "Saturation", + "type": "good" + }, + { + "id": 23, + "name": "Glowing", + "displayName": "Glowing", + "type": "bad" + }, + { + "id": 24, + "name": "Levitation", + "displayName": "Levitation", + "type": "bad" + }, + { + "id": 25, + "name": "Luck", + "displayName": "Luck", + "type": "good" + }, + { + "id": 26, + "name": "BadLuck", + "displayName": "Bad Luck", + "type": "bad" + }, + { + "id": 27, + "name": "SlowFalling", + "displayName": "Slow Falling", + "type": "good" + }, + { + "id": 28, + "name": "ConduitPower", + "displayName": "Conduit Power", + "type": "good" + }, + { + "id": 29, + "name": "DolphinsGrace", + "displayName": "Dolphin's Grace", + "type": "good" + }, + { + "id": 30, + "name": "BadOmen", + "displayName": "Bad Omen", + "type": "bad" + }, + { + "id": 31, + "name": "HeroOfTheVillage", + "displayName": "Hero of the Village", + "type": "good" + }, + { + "id": 32, + "name": "Darkness", + "displayName": "Darkness", + "type": "bad" + } +] \ No newline at end of file diff --git a/data/pc/1.20.2/enchantments.json b/data/pc/1.20.2/enchantments.json new file mode 100644 index 000000000..478207bce --- /dev/null +++ b/data/pc/1.20.2/enchantments.json @@ -0,0 +1,875 @@ +[ + { + "id": 0, + "name": "protection", + "displayName": "Protection", + "maxLevel": 4, + "minCost": { + "a": 11, + "b": -10 + }, + "maxCost": { + "a": 11, + "b": 1 + }, + "treasureOnly": false, + "curse": false, + "exclude": [ + "fire_protection", + "blast_protection", + "projectile_protection" + ], + "category": "armor", + "weight": 10, + "tradeable": true, + "discoverable": true + }, + { + "id": 1, + "name": "fire_protection", + "displayName": "Fire Protection", + "maxLevel": 4, + "minCost": { + "a": 8, + "b": 2 + }, + "maxCost": { + "a": 8, + "b": 10 + }, + "treasureOnly": false, + "curse": false, + "exclude": [ + "protection", + "blast_protection", + "projectile_protection" + ], + "category": "armor", + "weight": 5, + "tradeable": true, + "discoverable": true + }, + { + "id": 2, + "name": "feather_falling", + "displayName": "Feather Falling", + "maxLevel": 4, + "minCost": { + "a": 6, + "b": -1 + }, + "maxCost": { + "a": 6, + "b": 5 + }, + "treasureOnly": false, + "curse": false, + "exclude": [], + "category": "armor_feet", + "weight": 5, + "tradeable": true, + "discoverable": true + }, + { + "id": 3, + "name": "blast_protection", + "displayName": "Blast Protection", + "maxLevel": 4, + "minCost": { + "a": 8, + "b": -3 + }, + "maxCost": { + "a": 8, + "b": 5 + }, + "treasureOnly": false, + "curse": false, + "exclude": [ + "protection", + "fire_protection", + "projectile_protection" + ], + "category": "armor", + "weight": 2, + "tradeable": true, + "discoverable": true + }, + { + "id": 4, + "name": "projectile_protection", + "displayName": "Projectile Protection", + "maxLevel": 4, + "minCost": { + "a": 6, + "b": -3 + }, + "maxCost": { + "a": 6, + "b": 3 + }, + "treasureOnly": false, + "curse": false, + "exclude": [ + "protection", + "fire_protection", + "blast_protection" + ], + "category": "armor", + "weight": 5, + "tradeable": true, + "discoverable": true + }, + { + "id": 5, + "name": "respiration", + "displayName": "Respiration", + "maxLevel": 3, + "minCost": { + "a": 10, + "b": 0 + }, + "maxCost": { + "a": 10, + "b": 30 + }, + "treasureOnly": false, + "curse": false, + "exclude": [], + "category": "armor_head", + "weight": 2, + "tradeable": true, + "discoverable": true + }, + { + "id": 6, + "name": "aqua_affinity", + "displayName": "Aqua Affinity", + "maxLevel": 1, + "minCost": { + "a": 0, + "b": 1 + }, + "maxCost": { + "a": 0, + "b": 41 + }, + "treasureOnly": false, + "curse": false, + "exclude": [], + "category": "armor_head", + "weight": 2, + "tradeable": true, + "discoverable": true + }, + { + "id": 7, + "name": "thorns", + "displayName": "Thorns", + "maxLevel": 3, + "minCost": { + "a": 20, + "b": -10 + }, + "maxCost": { + "a": 10, + "b": 51 + }, + "treasureOnly": false, + "curse": false, + "exclude": [], + "category": "armor_chest", + "weight": 1, + "tradeable": true, + "discoverable": true + }, + { + "id": 8, + "name": "depth_strider", + "displayName": "Depth Strider", + "maxLevel": 3, + "minCost": { + "a": 10, + "b": 0 + }, + "maxCost": { + "a": 10, + "b": 15 + }, + "treasureOnly": false, + "curse": false, + "exclude": [ + "frost_walker" + ], + "category": "armor_feet", + "weight": 2, + "tradeable": true, + "discoverable": true + }, + { + "id": 9, + "name": "frost_walker", + "displayName": "Frost Walker", + "maxLevel": 2, + "minCost": { + "a": 10, + "b": 0 + }, + "maxCost": { + "a": 10, + "b": 15 + }, + "treasureOnly": true, + "curse": false, + "exclude": [ + "depth_strider" + ], + "category": "armor_feet", + "weight": 2, + "tradeable": true, + "discoverable": true + }, + { + "id": 10, + "name": "binding_curse", + "displayName": "Curse of Binding", + "maxLevel": 1, + "minCost": { + "a": 0, + "b": 25 + }, + "maxCost": { + "a": 0, + "b": 50 + }, + "treasureOnly": true, + "curse": true, + "exclude": [], + "category": "wearable", + "weight": 1, + "tradeable": true, + "discoverable": true + }, + { + "id": 11, + "name": "soul_speed", + "displayName": "Soul Speed", + "maxLevel": 3, + "minCost": { + "a": 10, + "b": 0 + }, + "maxCost": { + "a": 10, + "b": 15 + }, + "treasureOnly": true, + "curse": false, + "exclude": [], + "category": "armor_feet", + "weight": 1, + "tradeable": false, + "discoverable": false + }, + { + "id": 12, + "name": "swift_sneak", + "displayName": "Swift Sneak", + "maxLevel": 3, + "minCost": { + "a": 25, + "b": 0 + }, + "maxCost": { + "a": 25, + "b": 50 + }, + "treasureOnly": true, + "curse": false, + "exclude": [], + "category": "armor_legs", + "weight": 1, + "tradeable": false, + "discoverable": false + }, + { + "id": 13, + "name": "sharpness", + "displayName": "Sharpness", + "maxLevel": 5, + "minCost": { + "a": 11, + "b": -10 + }, + "maxCost": { + "a": 11, + "b": 10 + }, + "treasureOnly": false, + "curse": false, + "exclude": [ + "smite", + "bane_of_arthropods" + ], + "category": "weapon", + "weight": 10, + "tradeable": true, + "discoverable": true + }, + { + "id": 14, + "name": "smite", + "displayName": "Smite", + "maxLevel": 5, + "minCost": { + "a": 8, + "b": -3 + }, + "maxCost": { + "a": 8, + "b": 17 + }, + "treasureOnly": false, + "curse": false, + "exclude": [ + "sharpness", + "bane_of_arthropods" + ], + "category": "weapon", + "weight": 5, + "tradeable": true, + "discoverable": true + }, + { + "id": 15, + "name": "bane_of_arthropods", + "displayName": "Bane of Arthropods", + "maxLevel": 5, + "minCost": { + "a": 8, + "b": -3 + }, + "maxCost": { + "a": 8, + "b": 17 + }, + "treasureOnly": false, + "curse": false, + "exclude": [ + "sharpness", + "smite" + ], + "category": "weapon", + "weight": 5, + "tradeable": true, + "discoverable": true + }, + { + "id": 16, + "name": "knockback", + "displayName": "Knockback", + "maxLevel": 2, + "minCost": { + "a": 20, + "b": -15 + }, + "maxCost": { + "a": 10, + "b": 51 + }, + "treasureOnly": false, + "curse": false, + "exclude": [], + "category": "weapon", + "weight": 5, + "tradeable": true, + "discoverable": true + }, + { + "id": 17, + "name": "fire_aspect", + "displayName": "Fire Aspect", + "maxLevel": 2, + "minCost": { + "a": 20, + "b": -10 + }, + "maxCost": { + "a": 10, + "b": 51 + }, + "treasureOnly": false, + "curse": false, + "exclude": [], + "category": "weapon", + "weight": 2, + "tradeable": true, + "discoverable": true + }, + { + "id": 18, + "name": "looting", + "displayName": "Looting", + "maxLevel": 3, + "minCost": { + "a": 9, + "b": 6 + }, + "maxCost": { + "a": 10, + "b": 51 + }, + "treasureOnly": false, + "curse": false, + "exclude": [ + "silk_touch" + ], + "category": "weapon", + "weight": 2, + "tradeable": true, + "discoverable": true + }, + { + "id": 19, + "name": "sweeping", + "displayName": "Sweeping Edge", + "maxLevel": 3, + "minCost": { + "a": 9, + "b": -4 + }, + "maxCost": { + "a": 9, + "b": 11 + }, + "treasureOnly": false, + "curse": false, + "exclude": [], + "category": "weapon", + "weight": 2, + "tradeable": true, + "discoverable": true + }, + { + "id": 20, + "name": "efficiency", + "displayName": "Efficiency", + "maxLevel": 5, + "minCost": { + "a": 10, + "b": -9 + }, + "maxCost": { + "a": 10, + "b": 51 + }, + "treasureOnly": false, + "curse": false, + "exclude": [], + "category": "digger", + "weight": 10, + "tradeable": true, + "discoverable": true + }, + { + "id": 21, + "name": "silk_touch", + "displayName": "Silk Touch", + "maxLevel": 1, + "minCost": { + "a": 0, + "b": 15 + }, + "maxCost": { + "a": 10, + "b": 51 + }, + "treasureOnly": false, + "curse": false, + "exclude": [ + "looting", + "fortune", + "luck_of_the_sea" + ], + "category": "digger", + "weight": 1, + "tradeable": true, + "discoverable": true + }, + { + "id": 22, + "name": "unbreaking", + "displayName": "Unbreaking", + "maxLevel": 3, + "minCost": { + "a": 8, + "b": -3 + }, + "maxCost": { + "a": 10, + "b": 51 + }, + "treasureOnly": false, + "curse": false, + "exclude": [], + "category": "breakable", + "weight": 5, + "tradeable": true, + "discoverable": true + }, + { + "id": 23, + "name": "fortune", + "displayName": "Fortune", + "maxLevel": 3, + "minCost": { + "a": 9, + "b": 6 + }, + "maxCost": { + "a": 10, + "b": 51 + }, + "treasureOnly": false, + "curse": false, + "exclude": [ + "silk_touch" + ], + "category": "digger", + "weight": 2, + "tradeable": true, + "discoverable": true + }, + { + "id": 24, + "name": "power", + "displayName": "Power", + "maxLevel": 5, + "minCost": { + "a": 10, + "b": -9 + }, + "maxCost": { + "a": 10, + "b": 6 + }, + "treasureOnly": false, + "curse": false, + "exclude": [], + "category": "bow", + "weight": 10, + "tradeable": true, + "discoverable": true + }, + { + "id": 25, + "name": "punch", + "displayName": "Punch", + "maxLevel": 2, + "minCost": { + "a": 20, + "b": -8 + }, + "maxCost": { + "a": 20, + "b": 17 + }, + "treasureOnly": false, + "curse": false, + "exclude": [], + "category": "bow", + "weight": 2, + "tradeable": true, + "discoverable": true + }, + { + "id": 26, + "name": "flame", + "displayName": "Flame", + "maxLevel": 1, + "minCost": { + "a": 0, + "b": 20 + }, + "maxCost": { + "a": 0, + "b": 50 + }, + "treasureOnly": false, + "curse": false, + "exclude": [], + "category": "bow", + "weight": 2, + "tradeable": true, + "discoverable": true + }, + { + "id": 27, + "name": "infinity", + "displayName": "Infinity", + "maxLevel": 1, + "minCost": { + "a": 0, + "b": 20 + }, + "maxCost": { + "a": 0, + "b": 50 + }, + "treasureOnly": false, + "curse": false, + "exclude": [ + "mending" + ], + "category": "bow", + "weight": 1, + "tradeable": true, + "discoverable": true + }, + { + "id": 28, + "name": "luck_of_the_sea", + "displayName": "Luck of the Sea", + "maxLevel": 3, + "minCost": { + "a": 9, + "b": 6 + }, + "maxCost": { + "a": 10, + "b": 51 + }, + "treasureOnly": false, + "curse": false, + "exclude": [ + "silk_touch" + ], + "category": "fishing_rod", + "weight": 2, + "tradeable": true, + "discoverable": true + }, + { + "id": 29, + "name": "lure", + "displayName": "Lure", + "maxLevel": 3, + "minCost": { + "a": 9, + "b": 6 + }, + "maxCost": { + "a": 10, + "b": 51 + }, + "treasureOnly": false, + "curse": false, + "exclude": [], + "category": "fishing_rod", + "weight": 2, + "tradeable": true, + "discoverable": true + }, + { + "id": 30, + "name": "loyalty", + "displayName": "Loyalty", + "maxLevel": 3, + "minCost": { + "a": 7, + "b": 5 + }, + "maxCost": { + "a": 0, + "b": 50 + }, + "treasureOnly": false, + "curse": false, + "exclude": [ + "riptide" + ], + "category": "trident", + "weight": 5, + "tradeable": true, + "discoverable": true + }, + { + "id": 31, + "name": "impaling", + "displayName": "Impaling", + "maxLevel": 5, + "minCost": { + "a": 8, + "b": -7 + }, + "maxCost": { + "a": 8, + "b": 13 + }, + "treasureOnly": false, + "curse": false, + "exclude": [], + "category": "trident", + "weight": 2, + "tradeable": true, + "discoverable": true + }, + { + "id": 32, + "name": "riptide", + "displayName": "Riptide", + "maxLevel": 3, + "minCost": { + "a": 7, + "b": 10 + }, + "maxCost": { + "a": 0, + "b": 50 + }, + "treasureOnly": false, + "curse": false, + "exclude": [ + "loyalty", + "channeling" + ], + "category": "trident", + "weight": 2, + "tradeable": true, + "discoverable": true + }, + { + "id": 33, + "name": "channeling", + "displayName": "Channeling", + "maxLevel": 1, + "minCost": { + "a": 0, + "b": 25 + }, + "maxCost": { + "a": 0, + "b": 50 + }, + "treasureOnly": false, + "curse": false, + "exclude": [ + "riptide" + ], + "category": "trident", + "weight": 1, + "tradeable": true, + "discoverable": true + }, + { + "id": 34, + "name": "multishot", + "displayName": "Multishot", + "maxLevel": 1, + "minCost": { + "a": 0, + "b": 20 + }, + "maxCost": { + "a": 0, + "b": 50 + }, + "treasureOnly": false, + "curse": false, + "exclude": [ + "piercing" + ], + "category": "crossbow", + "weight": 2, + "tradeable": true, + "discoverable": true + }, + { + "id": 35, + "name": "quick_charge", + "displayName": "Quick Charge", + "maxLevel": 3, + "minCost": { + "a": 20, + "b": -8 + }, + "maxCost": { + "a": 0, + "b": 50 + }, + "treasureOnly": false, + "curse": false, + "exclude": [], + "category": "crossbow", + "weight": 5, + "tradeable": true, + "discoverable": true + }, + { + "id": 36, + "name": "piercing", + "displayName": "Piercing", + "maxLevel": 4, + "minCost": { + "a": 10, + "b": -9 + }, + "maxCost": { + "a": 0, + "b": 50 + }, + "treasureOnly": false, + "curse": false, + "exclude": [ + "multishot" + ], + "category": "crossbow", + "weight": 10, + "tradeable": true, + "discoverable": true + }, + { + "id": 37, + "name": "mending", + "displayName": "Mending", + "maxLevel": 1, + "minCost": { + "a": 25, + "b": 0 + }, + "maxCost": { + "a": 25, + "b": 50 + }, + "treasureOnly": true, + "curse": false, + "exclude": [ + "infinity" + ], + "category": "breakable", + "weight": 2, + "tradeable": true, + "discoverable": true + }, + { + "id": 38, + "name": "vanishing_curse", + "displayName": "Curse of Vanishing", + "maxLevel": 1, + "minCost": { + "a": 0, + "b": 25 + }, + "maxCost": { + "a": 0, + "b": 50 + }, + "treasureOnly": true, + "curse": true, + "exclude": [], + "category": "vanishable", + "weight": 1, + "tradeable": true, + "discoverable": true + } +] \ No newline at end of file diff --git a/data/pc/1.20.2/entities.json b/data/pc/1.20.2/entities.json new file mode 100644 index 000000000..8db1a4d5c --- /dev/null +++ b/data/pc/1.20.2/entities.json @@ -0,0 +1,1242 @@ +[ + { + "id": 0, + "internalId": 0, + "name": "allay", + "displayName": "Allay", + "width": 0.35, + "height": 0.6, + "type": "mob", + "category": "Passive mobs" + }, + { + "id": 1, + "internalId": 1, + "name": "area_effect_cloud", + "displayName": "Area Effect Cloud", + "width": 6.0, + "height": 0.5, + "type": "other", + "category": "UNKNOWN" + }, + { + "id": 2, + "internalId": 2, + "name": "armor_stand", + "displayName": "Armor Stand", + "width": 0.5, + "height": 1.975, + "type": "living", + "category": "Immobile" + }, + { + "id": 3, + "internalId": 3, + "name": "arrow", + "displayName": "Arrow", + "width": 0.5, + "height": 0.5, + "type": "projectile", + "category": "Projectiles" + }, + { + "id": 4, + "internalId": 4, + "name": "axolotl", + "displayName": "Axolotl", + "width": 0.75, + "height": 0.42, + "type": "animal", + "category": "Passive mobs" + }, + { + "id": 5, + "internalId": 5, + "name": "bat", + "displayName": "Bat", + "width": 0.5, + "height": 0.9, + "type": "ambient", + "category": "Passive mobs" + }, + { + "id": 6, + "internalId": 6, + "name": "bee", + "displayName": "Bee", + "width": 0.7, + "height": 0.6, + "type": "animal", + "category": "Passive mobs" + }, + { + "id": 7, + "internalId": 7, + "name": "blaze", + "displayName": "Blaze", + "width": 0.6, + "height": 1.8, + "type": "hostile", + "category": "Hostile mobs" + }, + { + "id": 8, + "internalId": 8, + "name": "block_display", + "displayName": "Block Display", + "width": 0.0, + "height": 0.0, + "type": "other", + "category": "Immobile" + }, + { + "id": 9, + "internalId": 9, + "name": "boat", + "displayName": "Boat", + "width": 1.375, + "height": 0.5625, + "type": "other", + "category": "Vehicles" + }, + { + "id": 10, + "internalId": 10, + "name": "camel", + "displayName": "Camel", + "width": 1.7, + "height": 2.375, + "type": "animal", + "category": "Passive mobs" + }, + { + "id": 11, + "internalId": 11, + "name": "cat", + "displayName": "Cat", + "width": 0.6, + "height": 0.7, + "type": "animal", + "category": "Passive mobs" + }, + { + "id": 12, + "internalId": 12, + "name": "cave_spider", + "displayName": "Cave Spider", + "width": 0.7, + "height": 0.5, + "type": "hostile", + "category": "Hostile mobs" + }, + { + "id": 13, + "internalId": 13, + "name": "chest_boat", + "displayName": "Boat with Chest", + "width": 1.375, + "height": 0.5625, + "type": "other", + "category": "Vehicles" + }, + { + "id": 14, + "internalId": 14, + "name": "chest_minecart", + "displayName": "Minecart with Chest", + "width": 0.98, + "height": 0.7, + "type": "other", + "category": "Vehicles" + }, + { + "id": 15, + "internalId": 15, + "name": "chicken", + "displayName": "Chicken", + "width": 0.4, + "height": 0.7, + "type": "animal", + "category": "Passive mobs" + }, + { + "id": 16, + "internalId": 16, + "name": "cod", + "displayName": "Cod", + "width": 0.5, + "height": 0.3, + "type": "water_creature", + "category": "Passive mobs" + }, + { + "id": 17, + "internalId": 17, + "name": "command_block_minecart", + "displayName": "Minecart with Command Block", + "width": 0.98, + "height": 0.7, + "type": "other", + "category": "Vehicles" + }, + { + "id": 18, + "internalId": 18, + "name": "cow", + "displayName": "Cow", + "width": 0.9, + "height": 1.4, + "type": "animal", + "category": "Passive mobs" + }, + { + "id": 19, + "internalId": 19, + "name": "creeper", + "displayName": "Creeper", + "width": 0.6, + "height": 1.7, + "type": "hostile", + "category": "Hostile mobs" + }, + { + "id": 20, + "internalId": 20, + "name": "dolphin", + "displayName": "Dolphin", + "width": 0.9, + "height": 0.6, + "type": "water_creature", + "category": "Passive mobs" + }, + { + "id": 21, + "internalId": 21, + "name": "donkey", + "displayName": "Donkey", + "width": 1.3964844, + "height": 1.5, + "type": "animal", + "category": "Passive mobs" + }, + { + "id": 22, + "internalId": 22, + "name": "dragon_fireball", + "displayName": "Dragon Fireball", + "width": 1.0, + "height": 1.0, + "type": "projectile", + "category": "Projectiles" + }, + { + "id": 23, + "internalId": 23, + "name": "drowned", + "displayName": "Drowned", + "width": 0.6, + "height": 1.95, + "type": "hostile", + "category": "Hostile mobs" + }, + { + "id": 24, + "internalId": 24, + "name": "egg", + "displayName": "Thrown Egg", + "width": 0.25, + "height": 0.25, + "type": "projectile", + "category": "Projectiles" + }, + { + "id": 25, + "internalId": 25, + "name": "elder_guardian", + "displayName": "Elder Guardian", + "width": 1.9975, + "height": 1.9975, + "type": "hostile", + "category": "Hostile mobs" + }, + { + "id": 26, + "internalId": 26, + "name": "end_crystal", + "displayName": "End Crystal", + "width": 2.0, + "height": 2.0, + "type": "other", + "category": "Immobile" + }, + { + "id": 27, + "internalId": 27, + "name": "ender_dragon", + "displayName": "Ender Dragon", + "width": 16.0, + "height": 8.0, + "type": "mob", + "category": "Hostile mobs" + }, + { + "id": 28, + "internalId": 28, + "name": "ender_pearl", + "displayName": "Thrown Ender Pearl", + "width": 0.25, + "height": 0.25, + "type": "projectile", + "category": "Projectiles" + }, + { + "id": 29, + "internalId": 29, + "name": "enderman", + "displayName": "Enderman", + "width": 0.6, + "height": 2.9, + "type": "hostile", + "category": "Hostile mobs" + }, + { + "id": 30, + "internalId": 30, + "name": "endermite", + "displayName": "Endermite", + "width": 0.4, + "height": 0.3, + "type": "hostile", + "category": "Hostile mobs" + }, + { + "id": 31, + "internalId": 31, + "name": "evoker", + "displayName": "Evoker", + "width": 0.6, + "height": 1.95, + "type": "hostile", + "category": "Hostile mobs" + }, + { + "id": 32, + "internalId": 32, + "name": "evoker_fangs", + "displayName": "Evoker Fangs", + "width": 0.5, + "height": 0.8, + "type": "other", + "category": "Hostile mobs" + }, + { + "id": 33, + "internalId": 33, + "name": "experience_bottle", + "displayName": "Thrown Bottle o' Enchanting", + "width": 0.25, + "height": 0.25, + "type": "projectile", + "category": "Projectiles" + }, + { + "id": 34, + "internalId": 34, + "name": "experience_orb", + "displayName": "Experience Orb", + "width": 0.5, + "height": 0.5, + "type": "other", + "category": "UNKNOWN" + }, + { + "id": 35, + "internalId": 35, + "name": "eye_of_ender", + "displayName": "Eye of Ender", + "width": 0.25, + "height": 0.25, + "type": "other", + "category": "UNKNOWN" + }, + { + "id": 36, + "internalId": 36, + "name": "falling_block", + "displayName": "Falling Block", + "width": 0.98, + "height": 0.98, + "type": "other", + "category": "UNKNOWN" + }, + { + "id": 37, + "internalId": 37, + "name": "firework_rocket", + "displayName": "Firework Rocket", + "width": 0.25, + "height": 0.25, + "type": "projectile", + "category": "Projectiles" + }, + { + "id": 38, + "internalId": 38, + "name": "fox", + "displayName": "Fox", + "width": 0.6, + "height": 0.7, + "type": "animal", + "category": "Passive mobs" + }, + { + "id": 39, + "internalId": 39, + "name": "frog", + "displayName": "Frog", + "width": 0.5, + "height": 0.5, + "type": "animal", + "category": "Passive mobs" + }, + { + "id": 40, + "internalId": 40, + "name": "furnace_minecart", + "displayName": "Minecart with Furnace", + "width": 0.98, + "height": 0.7, + "type": "other", + "category": "Vehicles" + }, + { + "id": 41, + "internalId": 41, + "name": "ghast", + "displayName": "Ghast", + "width": 4.0, + "height": 4.0, + "type": "mob", + "category": "Hostile mobs" + }, + { + "id": 42, + "internalId": 42, + "name": "giant", + "displayName": "Giant", + "width": 3.6, + "height": 12.0, + "type": "hostile", + "category": "Hostile mobs" + }, + { + "id": 43, + "internalId": 43, + "name": "glow_item_frame", + "displayName": "Glow Item Frame", + "width": 0.5, + "height": 0.5, + "type": "other", + "category": "Immobile" + }, + { + "id": 44, + "internalId": 44, + "name": "glow_squid", + "displayName": "Glow Squid", + "width": 0.8, + "height": 0.8, + "type": "water_creature", + "category": "Passive mobs" + }, + { + "id": 45, + "internalId": 45, + "name": "goat", + "displayName": "Goat", + "width": 0.9, + "height": 1.3, + "type": "animal", + "category": "Passive mobs" + }, + { + "id": 46, + "internalId": 46, + "name": "guardian", + "displayName": "Guardian", + "width": 0.85, + "height": 0.85, + "type": "hostile", + "category": "Hostile mobs" + }, + { + "id": 47, + "internalId": 47, + "name": "hoglin", + "displayName": "Hoglin", + "width": 1.3964844, + "height": 1.4, + "type": "animal", + "category": "Hostile mobs" + }, + { + "id": 48, + "internalId": 48, + "name": "hopper_minecart", + "displayName": "Minecart with Hopper", + "width": 0.98, + "height": 0.7, + "type": "other", + "category": "Vehicles" + }, + { + "id": 49, + "internalId": 49, + "name": "horse", + "displayName": "Horse", + "width": 1.3964844, + "height": 1.6, + "type": "animal", + "category": "Passive mobs" + }, + { + "id": 50, + "internalId": 50, + "name": "husk", + "displayName": "Husk", + "width": 0.6, + "height": 1.95, + "type": "hostile", + "category": "Hostile mobs" + }, + { + "id": 51, + "internalId": 51, + "name": "illusioner", + "displayName": "Illusioner", + "width": 0.6, + "height": 1.95, + "type": "hostile", + "category": "Hostile mobs" + }, + { + "id": 52, + "internalId": 52, + "name": "interaction", + "displayName": "Interaction", + "width": 0.0, + "height": 0.0, + "type": "other", + "category": "Immobile" + }, + { + "id": 53, + "internalId": 53, + "name": "iron_golem", + "displayName": "Iron Golem", + "width": 1.4, + "height": 2.7, + "type": "mob", + "category": "Passive mobs" + }, + { + "id": 54, + "internalId": 54, + "name": "item", + "displayName": "Item", + "width": 0.25, + "height": 0.25, + "type": "other", + "category": "UNKNOWN" + }, + { + "id": 55, + "internalId": 55, + "name": "item_display", + "displayName": "Item Display", + "width": 0.0, + "height": 0.0, + "type": "other", + "category": "Immobile" + }, + { + "id": 56, + "internalId": 56, + "name": "item_frame", + "displayName": "Item Frame", + "width": 0.5, + "height": 0.5, + "type": "other", + "category": "Immobile" + }, + { + "id": 57, + "internalId": 57, + "name": "fireball", + "displayName": "Fireball", + "width": 1.0, + "height": 1.0, + "type": "projectile", + "category": "Projectiles" + }, + { + "id": 58, + "internalId": 58, + "name": "leash_knot", + "displayName": "Leash Knot", + "width": 0.375, + "height": 0.5, + "type": "other", + "category": "Immobile" + }, + { + "id": 59, + "internalId": 59, + "name": "lightning_bolt", + "displayName": "Lightning Bolt", + "width": 0.0, + "height": 0.0, + "type": "other", + "category": "UNKNOWN" + }, + { + "id": 60, + "internalId": 60, + "name": "llama", + "displayName": "Llama", + "width": 0.9, + "height": 1.87, + "type": "animal", + "category": "Passive mobs" + }, + { + "id": 61, + "internalId": 61, + "name": "llama_spit", + "displayName": "Llama Spit", + "width": 0.25, + "height": 0.25, + "type": "projectile", + "category": "Projectiles" + }, + { + "id": 62, + "internalId": 62, + "name": "magma_cube", + "displayName": "Magma Cube", + "width": 2.04, + "height": 2.04, + "type": "mob", + "category": "Hostile mobs" + }, + { + "id": 63, + "internalId": 63, + "name": "marker", + "displayName": "Marker", + "width": 0.0, + "height": 0.0, + "type": "other", + "category": "UNKNOWN" + }, + { + "id": 64, + "internalId": 64, + "name": "minecart", + "displayName": "Minecart", + "width": 0.98, + "height": 0.7, + "type": "other", + "category": "Vehicles" + }, + { + "id": 65, + "internalId": 65, + "name": "mooshroom", + "displayName": "Mooshroom", + "width": 0.9, + "height": 1.4, + "type": "animal", + "category": "Passive mobs" + }, + { + "id": 66, + "internalId": 66, + "name": "mule", + "displayName": "Mule", + "width": 1.3964844, + "height": 1.6, + "type": "animal", + "category": "Passive mobs" + }, + { + "id": 67, + "internalId": 67, + "name": "ocelot", + "displayName": "Ocelot", + "width": 0.6, + "height": 0.7, + "type": "animal", + "category": "Passive mobs" + }, + { + "id": 68, + "internalId": 68, + "name": "painting", + "displayName": "Painting", + "width": 0.5, + "height": 0.5, + "type": "other", + "category": "Immobile" + }, + { + "id": 69, + "internalId": 69, + "name": "panda", + "displayName": "Panda", + "width": 1.3, + "height": 1.25, + "type": "animal", + "category": "Passive mobs" + }, + { + "id": 70, + "internalId": 70, + "name": "parrot", + "displayName": "Parrot", + "width": 0.5, + "height": 0.9, + "type": "animal", + "category": "Passive mobs" + }, + { + "id": 71, + "internalId": 71, + "name": "phantom", + "displayName": "Phantom", + "width": 0.9, + "height": 0.5, + "type": "mob", + "category": "Hostile mobs" + }, + { + "id": 72, + "internalId": 72, + "name": "pig", + "displayName": "Pig", + "width": 0.9, + "height": 0.9, + "type": "animal", + "category": "Passive mobs" + }, + { + "id": 73, + "internalId": 73, + "name": "piglin", + "displayName": "Piglin", + "width": 0.6, + "height": 1.95, + "type": "hostile", + "category": "Hostile mobs" + }, + { + "id": 74, + "internalId": 74, + "name": "piglin_brute", + "displayName": "Piglin Brute", + "width": 0.6, + "height": 1.95, + "type": "hostile", + "category": "Hostile mobs" + }, + { + "id": 75, + "internalId": 75, + "name": "pillager", + "displayName": "Pillager", + "width": 0.6, + "height": 1.95, + "type": "hostile", + "category": "Hostile mobs" + }, + { + "id": 76, + "internalId": 76, + "name": "polar_bear", + "displayName": "Polar Bear", + "width": 1.4, + "height": 1.4, + "type": "animal", + "category": "Passive mobs" + }, + { + "id": 77, + "internalId": 77, + "name": "potion", + "displayName": "Potion", + "width": 0.25, + "height": 0.25, + "type": "projectile", + "category": "Projectiles" + }, + { + "id": 78, + "internalId": 78, + "name": "pufferfish", + "displayName": "Pufferfish", + "width": 0.7, + "height": 0.7, + "type": "water_creature", + "category": "Passive mobs" + }, + { + "id": 79, + "internalId": 79, + "name": "rabbit", + "displayName": "Rabbit", + "width": 0.4, + "height": 0.5, + "type": "animal", + "category": "Passive mobs" + }, + { + "id": 80, + "internalId": 80, + "name": "ravager", + "displayName": "Ravager", + "width": 1.95, + "height": 2.2, + "type": "hostile", + "category": "Hostile mobs" + }, + { + "id": 81, + "internalId": 81, + "name": "salmon", + "displayName": "Salmon", + "width": 0.7, + "height": 0.4, + "type": "water_creature", + "category": "Passive mobs" + }, + { + "id": 82, + "internalId": 82, + "name": "sheep", + "displayName": "Sheep", + "width": 0.9, + "height": 1.3, + "type": "animal", + "category": "Passive mobs" + }, + { + "id": 83, + "internalId": 83, + "name": "shulker", + "displayName": "Shulker", + "width": 1.0, + "height": 1.0, + "type": "mob", + "category": "Hostile mobs" + }, + { + "id": 84, + "internalId": 84, + "name": "shulker_bullet", + "displayName": "Shulker Bullet", + "width": 0.3125, + "height": 0.3125, + "type": "projectile", + "category": "Projectiles" + }, + { + "id": 85, + "internalId": 85, + "name": "silverfish", + "displayName": "Silverfish", + "width": 0.4, + "height": 0.3, + "type": "hostile", + "category": "Hostile mobs" + }, + { + "id": 86, + "internalId": 86, + "name": "skeleton", + "displayName": "Skeleton", + "width": 0.6, + "height": 1.99, + "type": "hostile", + "category": "Hostile mobs" + }, + { + "id": 87, + "internalId": 87, + "name": "skeleton_horse", + "displayName": "Skeleton Horse", + "width": 1.3964844, + "height": 1.6, + "type": "animal", + "category": "Hostile mobs" + }, + { + "id": 88, + "internalId": 88, + "name": "slime", + "displayName": "Slime", + "width": 2.04, + "height": 2.04, + "type": "mob", + "category": "Hostile mobs" + }, + { + "id": 89, + "internalId": 89, + "name": "small_fireball", + "displayName": "Small Fireball", + "width": 0.3125, + "height": 0.3125, + "type": "projectile", + "category": "Projectiles" + }, + { + "id": 90, + "internalId": 90, + "name": "sniffer", + "displayName": "Sniffer", + "width": 1.9, + "height": 1.75, + "type": "animal", + "category": "Passive mobs" + }, + { + "id": 91, + "internalId": 91, + "name": "snow_golem", + "displayName": "Snow Golem", + "width": 0.7, + "height": 1.9, + "type": "mob", + "category": "Passive mobs" + }, + { + "id": 92, + "internalId": 92, + "name": "snowball", + "displayName": "Snowball", + "width": 0.25, + "height": 0.25, + "type": "projectile", + "category": "Projectiles" + }, + { + "id": 93, + "internalId": 93, + "name": "spawner_minecart", + "displayName": "Minecart with Monster Spawner", + "width": 0.98, + "height": 0.7, + "type": "other", + "category": "Vehicles" + }, + { + "id": 94, + "internalId": 94, + "name": "spectral_arrow", + "displayName": "Spectral Arrow", + "width": 0.5, + "height": 0.5, + "type": "projectile", + "category": "Projectiles" + }, + { + "id": 95, + "internalId": 95, + "name": "spider", + "displayName": "Spider", + "width": 1.4, + "height": 0.9, + "type": "hostile", + "category": "Hostile mobs" + }, + { + "id": 96, + "internalId": 96, + "name": "squid", + "displayName": "Squid", + "width": 0.8, + "height": 0.8, + "type": "water_creature", + "category": "Passive mobs" + }, + { + "id": 97, + "internalId": 97, + "name": "stray", + "displayName": "Stray", + "width": 0.6, + "height": 1.99, + "type": "hostile", + "category": "Hostile mobs" + }, + { + "id": 98, + "internalId": 98, + "name": "strider", + "displayName": "Strider", + "width": 0.9, + "height": 1.7, + "type": "animal", + "category": "Passive mobs" + }, + { + "id": 99, + "internalId": 99, + "name": "tadpole", + "displayName": "Tadpole", + "width": 0.4, + "height": 0.3, + "type": "water_creature", + "category": "Passive mobs" + }, + { + "id": 100, + "internalId": 100, + "name": "text_display", + "displayName": "Text Display", + "width": 0.0, + "height": 0.0, + "type": "other", + "category": "Immobile" + }, + { + "id": 101, + "internalId": 101, + "name": "tnt", + "displayName": "Primed TNT", + "width": 0.98, + "height": 0.98, + "type": "other", + "category": "UNKNOWN" + }, + { + "id": 102, + "internalId": 102, + "name": "tnt_minecart", + "displayName": "Minecart with TNT", + "width": 0.98, + "height": 0.7, + "type": "other", + "category": "Vehicles" + }, + { + "id": 103, + "internalId": 103, + "name": "trader_llama", + "displayName": "Trader Llama", + "width": 0.9, + "height": 1.87, + "type": "animal", + "category": "Passive mobs" + }, + { + "id": 104, + "internalId": 104, + "name": "trident", + "displayName": "Trident", + "width": 0.5, + "height": 0.5, + "type": "projectile", + "category": "Projectiles" + }, + { + "id": 105, + "internalId": 105, + "name": "tropical_fish", + "displayName": "Tropical Fish", + "width": 0.5, + "height": 0.4, + "type": "water_creature", + "category": "Passive mobs" + }, + { + "id": 106, + "internalId": 106, + "name": "turtle", + "displayName": "Turtle", + "width": 1.2, + "height": 0.4, + "type": "animal", + "category": "Passive mobs" + }, + { + "id": 107, + "internalId": 107, + "name": "vex", + "displayName": "Vex", + "width": 0.4, + "height": 0.8, + "type": "hostile", + "category": "Hostile mobs" + }, + { + "id": 108, + "internalId": 108, + "name": "villager", + "displayName": "Villager", + "width": 0.6, + "height": 1.95, + "type": "passive", + "category": "Passive mobs" + }, + { + "id": 109, + "internalId": 109, + "name": "vindicator", + "displayName": "Vindicator", + "width": 0.6, + "height": 1.95, + "type": "hostile", + "category": "Hostile mobs" + }, + { + "id": 110, + "internalId": 110, + "name": "wandering_trader", + "displayName": "Wandering Trader", + "width": 0.6, + "height": 1.95, + "type": "passive", + "category": "Passive mobs" + }, + { + "id": 111, + "internalId": 111, + "name": "warden", + "displayName": "Warden", + "width": 0.9, + "height": 2.9, + "type": "hostile", + "category": "Hostile mobs" + }, + { + "id": 112, + "internalId": 112, + "name": "witch", + "displayName": "Witch", + "width": 0.6, + "height": 1.95, + "type": "hostile", + "category": "Hostile mobs" + }, + { + "id": 113, + "internalId": 113, + "name": "wither", + "displayName": "Wither", + "width": 0.9, + "height": 3.5, + "type": "hostile", + "category": "Hostile mobs" + }, + { + "id": 114, + "internalId": 114, + "name": "wither_skeleton", + "displayName": "Wither Skeleton", + "width": 0.7, + "height": 2.4, + "type": "hostile", + "category": "Hostile mobs" + }, + { + "id": 115, + "internalId": 115, + "name": "wither_skull", + "displayName": "Wither Skull", + "width": 0.3125, + "height": 0.3125, + "type": "projectile", + "category": "Projectiles" + }, + { + "id": 116, + "internalId": 116, + "name": "wolf", + "displayName": "Wolf", + "width": 0.6, + "height": 0.85, + "type": "animal", + "category": "Passive mobs" + }, + { + "id": 117, + "internalId": 117, + "name": "zoglin", + "displayName": "Zoglin", + "width": 1.3964844, + "height": 1.4, + "type": "hostile", + "category": "Hostile mobs" + }, + { + "id": 118, + "internalId": 118, + "name": "zombie", + "displayName": "Zombie", + "width": 0.6, + "height": 1.95, + "type": "hostile", + "category": "Hostile mobs" + }, + { + "id": 119, + "internalId": 119, + "name": "zombie_horse", + "displayName": "Zombie Horse", + "width": 1.3964844, + "height": 1.6, + "type": "animal", + "category": "Hostile mobs" + }, + { + "id": 120, + "internalId": 120, + "name": "zombie_villager", + "displayName": "Zombie Villager", + "width": 0.6, + "height": 1.95, + "type": "hostile", + "category": "Hostile mobs" + }, + { + "id": 121, + "internalId": 121, + "name": "zombified_piglin", + "displayName": "Zombified Piglin", + "width": 0.6, + "height": 1.95, + "type": "hostile", + "category": "Hostile mobs" + }, + { + "id": 122, + "internalId": 122, + "name": "player", + "displayName": "Player", + "width": 0.6, + "height": 1.8, + "type": "player", + "category": "UNKNOWN" + }, + { + "id": 123, + "internalId": 123, + "name": "fishing_bobber", + "displayName": "Fishing Bobber", + "width": 0.25, + "height": 0.25, + "type": "projectile", + "category": "Projectiles" + } +] \ No newline at end of file diff --git a/data/pc/1.20.2/foods.json b/data/pc/1.20.2/foods.json new file mode 100644 index 000000000..bda9767e9 --- /dev/null +++ b/data/pc/1.20.2/foods.json @@ -0,0 +1,402 @@ +[ + { + "id": 759, + "name": "apple", + "stackSize": 64, + "displayName": "Apple", + "foodPoints": 4.0, + "saturation": 2.4, + "effectiveQuality": 6.4, + "saturationRatio": 0.6 + }, + { + "id": 809, + "name": "mushroom_stew", + "stackSize": 1, + "displayName": "Mushroom Stew", + "foodPoints": 6.0, + "saturation": 7.2000003, + "effectiveQuality": 13.200001, + "saturationRatio": 1.2 + }, + { + "id": 815, + "name": "bread", + "stackSize": 64, + "displayName": "Bread", + "foodPoints": 5.0, + "saturation": 6.0, + "effectiveQuality": 11.0, + "saturationRatio": 1.2 + }, + { + "id": 841, + "name": "porkchop", + "stackSize": 64, + "displayName": "Raw Porkchop", + "foodPoints": 3.0, + "saturation": 1.8000001, + "effectiveQuality": 4.8, + "saturationRatio": 0.6 + }, + { + "id": 842, + "name": "cooked_porkchop", + "stackSize": 64, + "displayName": "Cooked Porkchop", + "foodPoints": 8.0, + "saturation": 12.8, + "effectiveQuality": 20.8, + "saturationRatio": 1.6 + }, + { + "id": 844, + "name": "golden_apple", + "stackSize": 64, + "displayName": "Golden Apple", + "foodPoints": 4.0, + "saturation": 9.6, + "effectiveQuality": 13.6, + "saturationRatio": 2.4 + }, + { + "id": 845, + "name": "enchanted_golden_apple", + "stackSize": 64, + "displayName": "Enchanted Golden Apple", + "foodPoints": 4.0, + "saturation": 9.6, + "effectiveQuality": 13.6, + "saturationRatio": 2.4 + }, + { + "id": 895, + "name": "cod", + "stackSize": 64, + "displayName": "Raw Cod", + "foodPoints": 2.0, + "saturation": 0.4, + "effectiveQuality": 2.4, + "saturationRatio": 0.2 + }, + { + "id": 896, + "name": "salmon", + "stackSize": 64, + "displayName": "Raw Salmon", + "foodPoints": 2.0, + "saturation": 0.4, + "effectiveQuality": 2.4, + "saturationRatio": 0.2 + }, + { + "id": 897, + "name": "tropical_fish", + "stackSize": 64, + "displayName": "Tropical Fish", + "foodPoints": 1.0, + "saturation": 0.2, + "effectiveQuality": 1.2, + "saturationRatio": 0.2 + }, + { + "id": 898, + "name": "pufferfish", + "stackSize": 64, + "displayName": "Pufferfish", + "foodPoints": 1.0, + "saturation": 0.2, + "effectiveQuality": 1.2, + "saturationRatio": 0.2 + }, + { + "id": 899, + "name": "cooked_cod", + "stackSize": 64, + "displayName": "Cooked Cod", + "foodPoints": 5.0, + "saturation": 6.0, + "effectiveQuality": 11.0, + "saturationRatio": 1.2 + }, + { + "id": 900, + "name": "cooked_salmon", + "stackSize": 64, + "displayName": "Cooked Salmon", + "foodPoints": 6.0, + "saturation": 9.6, + "effectiveQuality": 15.6, + "saturationRatio": 1.6 + }, + { + "id": 940, + "name": "cookie", + "stackSize": 64, + "displayName": "Cookie", + "foodPoints": 2.0, + "saturation": 0.4, + "effectiveQuality": 2.4, + "saturationRatio": 0.2 + }, + { + "id": 943, + "name": "melon_slice", + "stackSize": 64, + "displayName": "Melon Slice", + "foodPoints": 2.0, + "saturation": 1.2, + "effectiveQuality": 3.2, + "saturationRatio": 0.6 + }, + { + "id": 944, + "name": "dried_kelp", + "stackSize": 64, + "displayName": "Dried Kelp", + "foodPoints": 1.0, + "saturation": 0.6, + "effectiveQuality": 1.6, + "saturationRatio": 0.6 + }, + { + "id": 947, + "name": "beef", + "stackSize": 64, + "displayName": "Raw Beef", + "foodPoints": 3.0, + "saturation": 1.8000001, + "effectiveQuality": 4.8, + "saturationRatio": 0.6 + }, + { + "id": 948, + "name": "cooked_beef", + "stackSize": 64, + "displayName": "Steak", + "foodPoints": 8.0, + "saturation": 12.8, + "effectiveQuality": 20.8, + "saturationRatio": 1.6 + }, + { + "id": 949, + "name": "chicken", + "stackSize": 64, + "displayName": "Raw Chicken", + "foodPoints": 2.0, + "saturation": 1.2, + "effectiveQuality": 3.2, + "saturationRatio": 0.6 + }, + { + "id": 950, + "name": "cooked_chicken", + "stackSize": 64, + "displayName": "Cooked Chicken", + "foodPoints": 6.0, + "saturation": 7.2000003, + "effectiveQuality": 13.200001, + "saturationRatio": 1.2 + }, + { + "id": 951, + "name": "rotten_flesh", + "stackSize": 64, + "displayName": "Rotten Flesh", + "foodPoints": 4.0, + "saturation": 0.8, + "effectiveQuality": 4.8, + "saturationRatio": 0.2 + }, + { + "id": 959, + "name": "spider_eye", + "stackSize": 64, + "displayName": "Spider Eye", + "foodPoints": 2.0, + "saturation": 3.2, + "effectiveQuality": 5.2, + "saturationRatio": 1.6 + }, + { + "id": 1051, + "name": "carrot", + "stackSize": 64, + "displayName": "Carrot", + "foodPoints": 3.0, + "saturation": 3.6000001, + "effectiveQuality": 6.6000004, + "saturationRatio": 1.2 + }, + { + "id": 1052, + "name": "potato", + "stackSize": 64, + "displayName": "Potato", + "foodPoints": 1.0, + "saturation": 0.6, + "effectiveQuality": 1.6, + "saturationRatio": 0.6 + }, + { + "id": 1053, + "name": "baked_potato", + "stackSize": 64, + "displayName": "Baked Potato", + "foodPoints": 5.0, + "saturation": 6.0, + "effectiveQuality": 11.0, + "saturationRatio": 1.2 + }, + { + "id": 1054, + "name": "poisonous_potato", + "stackSize": 64, + "displayName": "Poisonous Potato", + "foodPoints": 2.0, + "saturation": 1.2, + "effectiveQuality": 3.2, + "saturationRatio": 0.6 + }, + { + "id": 1056, + "name": "golden_carrot", + "stackSize": 64, + "displayName": "Golden Carrot", + "foodPoints": 6.0, + "saturation": 14.400001, + "effectiveQuality": 20.400002, + "saturationRatio": 2.4 + }, + { + "id": 1065, + "name": "pumpkin_pie", + "stackSize": 64, + "displayName": "Pumpkin Pie", + "foodPoints": 8.0, + "saturation": 4.8, + "effectiveQuality": 12.8, + "saturationRatio": 0.6 + }, + { + "id": 1072, + "name": "rabbit", + "stackSize": 64, + "displayName": "Raw Rabbit", + "foodPoints": 3.0, + "saturation": 1.8000001, + "effectiveQuality": 4.8, + "saturationRatio": 0.6 + }, + { + "id": 1073, + "name": "cooked_rabbit", + "stackSize": 64, + "displayName": "Cooked Rabbit", + "foodPoints": 5.0, + "saturation": 6.0, + "effectiveQuality": 11.0, + "saturationRatio": 1.2 + }, + { + "id": 1074, + "name": "rabbit_stew", + "stackSize": 1, + "displayName": "Rabbit Stew", + "foodPoints": 10.0, + "saturation": 12.0, + "effectiveQuality": 22.0, + "saturationRatio": 1.2 + }, + { + "id": 1085, + "name": "mutton", + "stackSize": 64, + "displayName": "Raw Mutton", + "foodPoints": 2.0, + "saturation": 1.2, + "effectiveQuality": 3.2, + "saturationRatio": 0.6 + }, + { + "id": 1086, + "name": "cooked_mutton", + "stackSize": 64, + "displayName": "Cooked Mutton", + "foodPoints": 6.0, + "saturation": 9.6, + "effectiveQuality": 15.6, + "saturationRatio": 1.6 + }, + { + "id": 1104, + "name": "chorus_fruit", + "stackSize": 64, + "displayName": "Chorus Fruit", + "foodPoints": 4.0, + "saturation": 2.4, + "effectiveQuality": 6.4, + "saturationRatio": 0.6 + }, + { + "id": 1108, + "name": "beetroot", + "stackSize": 64, + "displayName": "Beetroot", + "foodPoints": 1.0, + "saturation": 1.2, + "effectiveQuality": 2.2, + "saturationRatio": 1.2 + }, + { + "id": 1110, + "name": "beetroot_soup", + "stackSize": 1, + "displayName": "Beetroot Soup", + "foodPoints": 6.0, + "saturation": 7.2000003, + "effectiveQuality": 13.200001, + "saturationRatio": 1.2 + }, + { + "id": 1144, + "name": "suspicious_stew", + "stackSize": 1, + "displayName": "Suspicious Stew", + "foodPoints": 6.0, + "saturation": 7.2000003, + "effectiveQuality": 13.200001, + "saturationRatio": 1.2 + }, + { + "id": 1165, + "name": "sweet_berries", + "stackSize": 64, + "displayName": "Sweet Berries", + "foodPoints": 2.0, + "saturation": 0.4, + "effectiveQuality": 2.4, + "saturationRatio": 0.2 + }, + { + "id": 1166, + "name": "glow_berries", + "stackSize": 64, + "displayName": "Glow Berries", + "foodPoints": 2.0, + "saturation": 0.4, + "effectiveQuality": 2.4, + "saturationRatio": 0.2 + }, + { + "id": 1173, + "name": "honey_bottle", + "stackSize": 16, + "displayName": "Honey Bottle", + "foodPoints": 6.0, + "saturation": 1.2, + "effectiveQuality": 7.2, + "saturationRatio": 0.2 + } +] \ No newline at end of file diff --git a/data/pc/1.20.2/instruments.json b/data/pc/1.20.2/instruments.json new file mode 100644 index 000000000..eddc57433 --- /dev/null +++ b/data/pc/1.20.2/instruments.json @@ -0,0 +1,94 @@ +[ + { + "id": 0, + "name": "harp" + }, + { + "id": 1, + "name": "basedrum" + }, + { + "id": 2, + "name": "snare" + }, + { + "id": 3, + "name": "hat" + }, + { + "id": 4, + "name": "bass" + }, + { + "id": 5, + "name": "flute" + }, + { + "id": 6, + "name": "bell" + }, + { + "id": 7, + "name": "guitar" + }, + { + "id": 8, + "name": "chime" + }, + { + "id": 9, + "name": "xylophone" + }, + { + "id": 10, + "name": "iron_xylophone" + }, + { + "id": 11, + "name": "cow_bell" + }, + { + "id": 12, + "name": "didgeridoo" + }, + { + "id": 13, + "name": "bit" + }, + { + "id": 14, + "name": "banjo" + }, + { + "id": 15, + "name": "pling" + }, + { + "id": 16, + "name": "zombie" + }, + { + "id": 17, + "name": "skeleton" + }, + { + "id": 18, + "name": "creeper" + }, + { + "id": 19, + "name": "dragon" + }, + { + "id": 20, + "name": "wither_skeleton" + }, + { + "id": 21, + "name": "piglin" + }, + { + "id": 22, + "name": "custom_head" + } +] \ No newline at end of file diff --git a/data/pc/1.20.2/items.json b/data/pc/1.20.2/items.json new file mode 100644 index 000000000..d00049aa1 --- /dev/null +++ b/data/pc/1.20.2/items.json @@ -0,0 +1,8249 @@ +[ + { + "id": 0, + "name": "air", + "displayName": "Air", + "stackSize": 64 + }, + { + "id": 1, + "name": "stone", + "displayName": "Stone", + "stackSize": 64 + }, + { + "id": 2, + "name": "granite", + "displayName": "Granite", + "stackSize": 64 + }, + { + "id": 3, + "name": "polished_granite", + "displayName": "Polished Granite", + "stackSize": 64 + }, + { + "id": 4, + "name": "diorite", + "displayName": "Diorite", + "stackSize": 64 + }, + { + "id": 5, + "name": "polished_diorite", + "displayName": "Polished Diorite", + "stackSize": 64 + }, + { + "id": 6, + "name": "andesite", + "displayName": "Andesite", + "stackSize": 64 + }, + { + "id": 7, + "name": "polished_andesite", + "displayName": "Polished Andesite", + "stackSize": 64 + }, + { + "id": 8, + "name": "deepslate", + "displayName": "Deepslate", + "stackSize": 64 + }, + { + "id": 9, + "name": "cobbled_deepslate", + "displayName": "Cobbled Deepslate", + "stackSize": 64 + }, + { + "id": 10, + "name": "polished_deepslate", + "displayName": "Polished Deepslate", + "stackSize": 64 + }, + { + "id": 11, + "name": "calcite", + "displayName": "Calcite", + "stackSize": 64 + }, + { + "id": 12, + "name": "tuff", + "displayName": "Tuff", + "stackSize": 64 + }, + { + "id": 13, + "name": "dripstone_block", + "displayName": "Dripstone Block", + "stackSize": 64 + }, + { + "id": 14, + "name": "grass_block", + "displayName": "Grass Block", + "stackSize": 64 + }, + { + "id": 15, + "name": "dirt", + "displayName": "Dirt", + "stackSize": 64 + }, + { + "id": 16, + "name": "coarse_dirt", + "displayName": "Coarse Dirt", + "stackSize": 64 + }, + { + "id": 17, + "name": "podzol", + "displayName": "Podzol", + "stackSize": 64 + }, + { + "id": 18, + "name": "rooted_dirt", + "displayName": "Rooted Dirt", + "stackSize": 64 + }, + { + "id": 19, + "name": "mud", + "displayName": "Mud", + "stackSize": 64 + }, + { + "id": 20, + "name": "crimson_nylium", + "displayName": "Crimson Nylium", + "stackSize": 64 + }, + { + "id": 21, + "name": "warped_nylium", + "displayName": "Warped Nylium", + "stackSize": 64 + }, + { + "id": 22, + "name": "cobblestone", + "displayName": "Cobblestone", + "stackSize": 64 + }, + { + "id": 23, + "name": "oak_planks", + "displayName": "Oak Planks", + "stackSize": 64 + }, + { + "id": 24, + "name": "spruce_planks", + "displayName": "Spruce Planks", + "stackSize": 64 + }, + { + "id": 25, + "name": "birch_planks", + "displayName": "Birch Planks", + "stackSize": 64 + }, + { + "id": 26, + "name": "jungle_planks", + "displayName": "Jungle Planks", + "stackSize": 64 + }, + { + "id": 27, + "name": "acacia_planks", + "displayName": "Acacia Planks", + "stackSize": 64 + }, + { + "id": 28, + "name": "cherry_planks", + "displayName": "Cherry Planks", + "stackSize": 64 + }, + { + "id": 29, + "name": "dark_oak_planks", + "displayName": "Dark Oak Planks", + "stackSize": 64 + }, + { + "id": 30, + "name": "mangrove_planks", + "displayName": "Mangrove Planks", + "stackSize": 64 + }, + { + "id": 31, + "name": "bamboo_planks", + "displayName": "Bamboo Planks", + "stackSize": 64 + }, + { + "id": 32, + "name": "crimson_planks", + "displayName": "Crimson Planks", + "stackSize": 64 + }, + { + "id": 33, + "name": "warped_planks", + "displayName": "Warped Planks", + "stackSize": 64 + }, + { + "id": 34, + "name": "bamboo_mosaic", + "displayName": "Bamboo Mosaic", + "stackSize": 64 + }, + { + "id": 35, + "name": "oak_sapling", + "displayName": "Oak Sapling", + "stackSize": 64 + }, + { + "id": 36, + "name": "spruce_sapling", + "displayName": "Spruce Sapling", + "stackSize": 64 + }, + { + "id": 37, + "name": "birch_sapling", + "displayName": "Birch Sapling", + "stackSize": 64 + }, + { + "id": 38, + "name": "jungle_sapling", + "displayName": "Jungle Sapling", + "stackSize": 64 + }, + { + "id": 39, + "name": "acacia_sapling", + "displayName": "Acacia Sapling", + "stackSize": 64 + }, + { + "id": 40, + "name": "cherry_sapling", + "displayName": "Cherry Sapling", + "stackSize": 64 + }, + { + "id": 41, + "name": "dark_oak_sapling", + "displayName": "Dark Oak Sapling", + "stackSize": 64 + }, + { + "id": 42, + "name": "mangrove_propagule", + "displayName": "Mangrove Propagule", + "stackSize": 64 + }, + { + "id": 43, + "name": "bedrock", + "displayName": "Bedrock", + "stackSize": 64 + }, + { + "id": 44, + "name": "sand", + "displayName": "Sand", + "stackSize": 64 + }, + { + "id": 45, + "name": "suspicious_sand", + "displayName": "Suspicious Sand", + "stackSize": 64 + }, + { + "id": 46, + "name": "suspicious_gravel", + "displayName": "Suspicious Gravel", + "stackSize": 64 + }, + { + "id": 47, + "name": "red_sand", + "displayName": "Red Sand", + "stackSize": 64 + }, + { + "id": 48, + "name": "gravel", + "displayName": "Gravel", + "stackSize": 64 + }, + { + "id": 49, + "name": "coal_ore", + "displayName": "Coal Ore", + "stackSize": 64 + }, + { + "id": 50, + "name": "deepslate_coal_ore", + "displayName": "Deepslate Coal Ore", + "stackSize": 64 + }, + { + "id": 51, + "name": "iron_ore", + "displayName": "Iron Ore", + "stackSize": 64 + }, + { + "id": 52, + "name": "deepslate_iron_ore", + "displayName": "Deepslate Iron Ore", + "stackSize": 64 + }, + { + "id": 53, + "name": "copper_ore", + "displayName": "Copper Ore", + "stackSize": 64 + }, + { + "id": 54, + "name": "deepslate_copper_ore", + "displayName": "Deepslate Copper Ore", + "stackSize": 64 + }, + { + "id": 55, + "name": "gold_ore", + "displayName": "Gold Ore", + "stackSize": 64 + }, + { + "id": 56, + "name": "deepslate_gold_ore", + "displayName": "Deepslate Gold Ore", + "stackSize": 64 + }, + { + "id": 57, + "name": "redstone_ore", + "displayName": "Redstone Ore", + "stackSize": 64 + }, + { + "id": 58, + "name": "deepslate_redstone_ore", + "displayName": "Deepslate Redstone Ore", + "stackSize": 64 + }, + { + "id": 59, + "name": "emerald_ore", + "displayName": "Emerald Ore", + "stackSize": 64 + }, + { + "id": 60, + "name": "deepslate_emerald_ore", + "displayName": "Deepslate Emerald Ore", + "stackSize": 64 + }, + { + "id": 61, + "name": "lapis_ore", + "displayName": "Lapis Lazuli Ore", + "stackSize": 64 + }, + { + "id": 62, + "name": "deepslate_lapis_ore", + "displayName": "Deepslate Lapis Lazuli Ore", + "stackSize": 64 + }, + { + "id": 63, + "name": "diamond_ore", + "displayName": "Diamond Ore", + "stackSize": 64 + }, + { + "id": 64, + "name": "deepslate_diamond_ore", + "displayName": "Deepslate Diamond Ore", + "stackSize": 64 + }, + { + "id": 65, + "name": "nether_gold_ore", + "displayName": "Nether Gold Ore", + "stackSize": 64 + }, + { + "id": 66, + "name": "nether_quartz_ore", + "displayName": "Nether Quartz Ore", + "stackSize": 64 + }, + { + "id": 67, + "name": "ancient_debris", + "displayName": "Ancient Debris", + "stackSize": 64 + }, + { + "id": 68, + "name": "coal_block", + "displayName": "Block of Coal", + "stackSize": 64 + }, + { + "id": 69, + "name": "raw_iron_block", + "displayName": "Block of Raw Iron", + "stackSize": 64 + }, + { + "id": 70, + "name": "raw_copper_block", + "displayName": "Block of Raw Copper", + "stackSize": 64 + }, + { + "id": 71, + "name": "raw_gold_block", + "displayName": "Block of Raw Gold", + "stackSize": 64 + }, + { + "id": 72, + "name": "amethyst_block", + "displayName": "Block of Amethyst", + "stackSize": 64 + }, + { + "id": 73, + "name": "budding_amethyst", + "displayName": "Budding Amethyst", + "stackSize": 64 + }, + { + "id": 74, + "name": "iron_block", + "displayName": "Block of Iron", + "stackSize": 64 + }, + { + "id": 75, + "name": "copper_block", + "displayName": "Block of Copper", + "stackSize": 64 + }, + { + "id": 76, + "name": "gold_block", + "displayName": "Block of Gold", + "stackSize": 64 + }, + { + "id": 77, + "name": "diamond_block", + "displayName": "Block of Diamond", + "stackSize": 64 + }, + { + "id": 78, + "name": "netherite_block", + "displayName": "Block of Netherite", + "stackSize": 64 + }, + { + "id": 79, + "name": "exposed_copper", + "displayName": "Exposed Copper", + "stackSize": 64 + }, + { + "id": 80, + "name": "weathered_copper", + "displayName": "Weathered Copper", + "stackSize": 64 + }, + { + "id": 81, + "name": "oxidized_copper", + "displayName": "Oxidized Copper", + "stackSize": 64 + }, + { + "id": 82, + "name": "cut_copper", + "displayName": "Cut Copper", + "stackSize": 64 + }, + { + "id": 83, + "name": "exposed_cut_copper", + "displayName": "Exposed Cut Copper", + "stackSize": 64 + }, + { + "id": 84, + "name": "weathered_cut_copper", + "displayName": "Weathered Cut Copper", + "stackSize": 64 + }, + { + "id": 85, + "name": "oxidized_cut_copper", + "displayName": "Oxidized Cut Copper", + "stackSize": 64 + }, + { + "id": 86, + "name": "cut_copper_stairs", + "displayName": "Cut Copper Stairs", + "stackSize": 64 + }, + { + "id": 87, + "name": "exposed_cut_copper_stairs", + "displayName": "Exposed Cut Copper Stairs", + "stackSize": 64 + }, + { + "id": 88, + "name": "weathered_cut_copper_stairs", + "displayName": "Weathered Cut Copper Stairs", + "stackSize": 64 + }, + { + "id": 89, + "name": "oxidized_cut_copper_stairs", + "displayName": "Oxidized Cut Copper Stairs", + "stackSize": 64 + }, + { + "id": 90, + "name": "cut_copper_slab", + "displayName": "Cut Copper Slab", + "stackSize": 64 + }, + { + "id": 91, + "name": "exposed_cut_copper_slab", + "displayName": "Exposed Cut Copper Slab", + "stackSize": 64 + }, + { + "id": 92, + "name": "weathered_cut_copper_slab", + "displayName": "Weathered Cut Copper Slab", + "stackSize": 64 + }, + { + "id": 93, + "name": "oxidized_cut_copper_slab", + "displayName": "Oxidized Cut Copper Slab", + "stackSize": 64 + }, + { + "id": 94, + "name": "waxed_copper_block", + "displayName": "Waxed Block of Copper", + "stackSize": 64 + }, + { + "id": 95, + "name": "waxed_exposed_copper", + "displayName": "Waxed Exposed Copper", + "stackSize": 64 + }, + { + "id": 96, + "name": "waxed_weathered_copper", + "displayName": "Waxed Weathered Copper", + "stackSize": 64 + }, + { + "id": 97, + "name": "waxed_oxidized_copper", + "displayName": "Waxed Oxidized Copper", + "stackSize": 64 + }, + { + "id": 98, + "name": "waxed_cut_copper", + "displayName": "Waxed Cut Copper", + "stackSize": 64 + }, + { + "id": 99, + "name": "waxed_exposed_cut_copper", + "displayName": "Waxed Exposed Cut Copper", + "stackSize": 64 + }, + { + "id": 100, + "name": "waxed_weathered_cut_copper", + "displayName": "Waxed Weathered Cut Copper", + "stackSize": 64 + }, + { + "id": 101, + "name": "waxed_oxidized_cut_copper", + "displayName": "Waxed Oxidized Cut Copper", + "stackSize": 64 + }, + { + "id": 102, + "name": "waxed_cut_copper_stairs", + "displayName": "Waxed Cut Copper Stairs", + "stackSize": 64 + }, + { + "id": 103, + "name": "waxed_exposed_cut_copper_stairs", + "displayName": "Waxed Exposed Cut Copper Stairs", + "stackSize": 64 + }, + { + "id": 104, + "name": "waxed_weathered_cut_copper_stairs", + "displayName": "Waxed Weathered Cut Copper Stairs", + "stackSize": 64 + }, + { + "id": 105, + "name": "waxed_oxidized_cut_copper_stairs", + "displayName": "Waxed Oxidized Cut Copper Stairs", + "stackSize": 64 + }, + { + "id": 106, + "name": "waxed_cut_copper_slab", + "displayName": "Waxed Cut Copper Slab", + "stackSize": 64 + }, + { + "id": 107, + "name": "waxed_exposed_cut_copper_slab", + "displayName": "Waxed Exposed Cut Copper Slab", + "stackSize": 64 + }, + { + "id": 108, + "name": "waxed_weathered_cut_copper_slab", + "displayName": "Waxed Weathered Cut Copper Slab", + "stackSize": 64 + }, + { + "id": 109, + "name": "waxed_oxidized_cut_copper_slab", + "displayName": "Waxed Oxidized Cut Copper Slab", + "stackSize": 64 + }, + { + "id": 110, + "name": "oak_log", + "displayName": "Oak Log", + "stackSize": 64 + }, + { + "id": 111, + "name": "spruce_log", + "displayName": "Spruce Log", + "stackSize": 64 + }, + { + "id": 112, + "name": "birch_log", + "displayName": "Birch Log", + "stackSize": 64 + }, + { + "id": 113, + "name": "jungle_log", + "displayName": "Jungle Log", + "stackSize": 64 + }, + { + "id": 114, + "name": "acacia_log", + "displayName": "Acacia Log", + "stackSize": 64 + }, + { + "id": 115, + "name": "cherry_log", + "displayName": "Cherry Log", + "stackSize": 64 + }, + { + "id": 116, + "name": "dark_oak_log", + "displayName": "Dark Oak Log", + "stackSize": 64 + }, + { + "id": 117, + "name": "mangrove_log", + "displayName": "Mangrove Log", + "stackSize": 64 + }, + { + "id": 118, + "name": "mangrove_roots", + "displayName": "Mangrove Roots", + "stackSize": 64 + }, + { + "id": 119, + "name": "muddy_mangrove_roots", + "displayName": "Muddy Mangrove Roots", + "stackSize": 64 + }, + { + "id": 120, + "name": "crimson_stem", + "displayName": "Crimson Stem", + "stackSize": 64 + }, + { + "id": 121, + "name": "warped_stem", + "displayName": "Warped Stem", + "stackSize": 64 + }, + { + "id": 122, + "name": "bamboo_block", + "displayName": "Block of Bamboo", + "stackSize": 64 + }, + { + "id": 123, + "name": "stripped_oak_log", + "displayName": "Stripped Oak Log", + "stackSize": 64 + }, + { + "id": 124, + "name": "stripped_spruce_log", + "displayName": "Stripped Spruce Log", + "stackSize": 64 + }, + { + "id": 125, + "name": "stripped_birch_log", + "displayName": "Stripped Birch Log", + "stackSize": 64 + }, + { + "id": 126, + "name": "stripped_jungle_log", + "displayName": "Stripped Jungle Log", + "stackSize": 64 + }, + { + "id": 127, + "name": "stripped_acacia_log", + "displayName": "Stripped Acacia Log", + "stackSize": 64 + }, + { + "id": 128, + "name": "stripped_cherry_log", + "displayName": "Stripped Cherry Log", + "stackSize": 64 + }, + { + "id": 129, + "name": "stripped_dark_oak_log", + "displayName": "Stripped Dark Oak Log", + "stackSize": 64 + }, + { + "id": 130, + "name": "stripped_mangrove_log", + "displayName": "Stripped Mangrove Log", + "stackSize": 64 + }, + { + "id": 131, + "name": "stripped_crimson_stem", + "displayName": "Stripped Crimson Stem", + "stackSize": 64 + }, + { + "id": 132, + "name": "stripped_warped_stem", + "displayName": "Stripped Warped Stem", + "stackSize": 64 + }, + { + "id": 133, + "name": "stripped_oak_wood", + "displayName": "Stripped Oak Wood", + "stackSize": 64 + }, + { + "id": 134, + "name": "stripped_spruce_wood", + "displayName": "Stripped Spruce Wood", + "stackSize": 64 + }, + { + "id": 135, + "name": "stripped_birch_wood", + "displayName": "Stripped Birch Wood", + "stackSize": 64 + }, + { + "id": 136, + "name": "stripped_jungle_wood", + "displayName": "Stripped Jungle Wood", + "stackSize": 64 + }, + { + "id": 137, + "name": "stripped_acacia_wood", + "displayName": "Stripped Acacia Wood", + "stackSize": 64 + }, + { + "id": 138, + "name": "stripped_cherry_wood", + "displayName": "Stripped Cherry Wood", + "stackSize": 64 + }, + { + "id": 139, + "name": "stripped_dark_oak_wood", + "displayName": "Stripped Dark Oak Wood", + "stackSize": 64 + }, + { + "id": 140, + "name": "stripped_mangrove_wood", + "displayName": "Stripped Mangrove Wood", + "stackSize": 64 + }, + { + "id": 141, + "name": "stripped_crimson_hyphae", + "displayName": "Stripped Crimson Hyphae", + "stackSize": 64 + }, + { + "id": 142, + "name": "stripped_warped_hyphae", + "displayName": "Stripped Warped Hyphae", + "stackSize": 64 + }, + { + "id": 143, + "name": "stripped_bamboo_block", + "displayName": "Block of Stripped Bamboo", + "stackSize": 64 + }, + { + "id": 144, + "name": "oak_wood", + "displayName": "Oak Wood", + "stackSize": 64 + }, + { + "id": 145, + "name": "spruce_wood", + "displayName": "Spruce Wood", + "stackSize": 64 + }, + { + "id": 146, + "name": "birch_wood", + "displayName": "Birch Wood", + "stackSize": 64 + }, + { + "id": 147, + "name": "jungle_wood", + "displayName": "Jungle Wood", + "stackSize": 64 + }, + { + "id": 148, + "name": "acacia_wood", + "displayName": "Acacia Wood", + "stackSize": 64 + }, + { + "id": 149, + "name": "cherry_wood", + "displayName": "Cherry Wood", + "stackSize": 64 + }, + { + "id": 150, + "name": "dark_oak_wood", + "displayName": "Dark Oak Wood", + "stackSize": 64 + }, + { + "id": 151, + "name": "mangrove_wood", + "displayName": "Mangrove Wood", + "stackSize": 64 + }, + { + "id": 152, + "name": "crimson_hyphae", + "displayName": "Crimson Hyphae", + "stackSize": 64 + }, + { + "id": 153, + "name": "warped_hyphae", + "displayName": "Warped Hyphae", + "stackSize": 64 + }, + { + "id": 154, + "name": "oak_leaves", + "displayName": "Oak Leaves", + "stackSize": 64 + }, + { + "id": 155, + "name": "spruce_leaves", + "displayName": "Spruce Leaves", + "stackSize": 64 + }, + { + "id": 156, + "name": "birch_leaves", + "displayName": "Birch Leaves", + "stackSize": 64 + }, + { + "id": 157, + "name": "jungle_leaves", + "displayName": "Jungle Leaves", + "stackSize": 64 + }, + { + "id": 158, + "name": "acacia_leaves", + "displayName": "Acacia Leaves", + "stackSize": 64 + }, + { + "id": 159, + "name": "cherry_leaves", + "displayName": "Cherry Leaves", + "stackSize": 64 + }, + { + "id": 160, + "name": "dark_oak_leaves", + "displayName": "Dark Oak Leaves", + "stackSize": 64 + }, + { + "id": 161, + "name": "mangrove_leaves", + "displayName": "Mangrove Leaves", + "stackSize": 64 + }, + { + "id": 162, + "name": "azalea_leaves", + "displayName": "Azalea Leaves", + "stackSize": 64 + }, + { + "id": 163, + "name": "flowering_azalea_leaves", + "displayName": "Flowering Azalea Leaves", + "stackSize": 64 + }, + { + "id": 164, + "name": "sponge", + "displayName": "Sponge", + "stackSize": 64 + }, + { + "id": 165, + "name": "wet_sponge", + "displayName": "Wet Sponge", + "stackSize": 64 + }, + { + "id": 166, + "name": "glass", + "displayName": "Glass", + "stackSize": 64 + }, + { + "id": 167, + "name": "tinted_glass", + "displayName": "Tinted Glass", + "stackSize": 64 + }, + { + "id": 168, + "name": "lapis_block", + "displayName": "Block of Lapis Lazuli", + "stackSize": 64 + }, + { + "id": 169, + "name": "sandstone", + "displayName": "Sandstone", + "stackSize": 64 + }, + { + "id": 170, + "name": "chiseled_sandstone", + "displayName": "Chiseled Sandstone", + "stackSize": 64 + }, + { + "id": 171, + "name": "cut_sandstone", + "displayName": "Cut Sandstone", + "stackSize": 64 + }, + { + "id": 172, + "name": "cobweb", + "displayName": "Cobweb", + "stackSize": 64 + }, + { + "id": 173, + "name": "grass", + "displayName": "Grass", + "stackSize": 64 + }, + { + "id": 174, + "name": "fern", + "displayName": "Fern", + "stackSize": 64 + }, + { + "id": 175, + "name": "azalea", + "displayName": "Azalea", + "stackSize": 64 + }, + { + "id": 176, + "name": "flowering_azalea", + "displayName": "Flowering Azalea", + "stackSize": 64 + }, + { + "id": 177, + "name": "dead_bush", + "displayName": "Dead Bush", + "stackSize": 64 + }, + { + "id": 178, + "name": "seagrass", + "displayName": "Seagrass", + "stackSize": 64 + }, + { + "id": 179, + "name": "sea_pickle", + "displayName": "Sea Pickle", + "stackSize": 64 + }, + { + "id": 180, + "name": "white_wool", + "displayName": "White Wool", + "stackSize": 64 + }, + { + "id": 181, + "name": "orange_wool", + "displayName": "Orange Wool", + "stackSize": 64 + }, + { + "id": 182, + "name": "magenta_wool", + "displayName": "Magenta Wool", + "stackSize": 64 + }, + { + "id": 183, + "name": "light_blue_wool", + "displayName": "Light Blue Wool", + "stackSize": 64 + }, + { + "id": 184, + "name": "yellow_wool", + "displayName": "Yellow Wool", + "stackSize": 64 + }, + { + "id": 185, + "name": "lime_wool", + "displayName": "Lime Wool", + "stackSize": 64 + }, + { + "id": 186, + "name": "pink_wool", + "displayName": "Pink Wool", + "stackSize": 64 + }, + { + "id": 187, + "name": "gray_wool", + "displayName": "Gray Wool", + "stackSize": 64 + }, + { + "id": 188, + "name": "light_gray_wool", + "displayName": "Light Gray Wool", + "stackSize": 64 + }, + { + "id": 189, + "name": "cyan_wool", + "displayName": "Cyan Wool", + "stackSize": 64 + }, + { + "id": 190, + "name": "purple_wool", + "displayName": "Purple Wool", + "stackSize": 64 + }, + { + "id": 191, + "name": "blue_wool", + "displayName": "Blue Wool", + "stackSize": 64 + }, + { + "id": 192, + "name": "brown_wool", + "displayName": "Brown Wool", + "stackSize": 64 + }, + { + "id": 193, + "name": "green_wool", + "displayName": "Green Wool", + "stackSize": 64 + }, + { + "id": 194, + "name": "red_wool", + "displayName": "Red Wool", + "stackSize": 64 + }, + { + "id": 195, + "name": "black_wool", + "displayName": "Black Wool", + "stackSize": 64 + }, + { + "id": 196, + "name": "dandelion", + "displayName": "Dandelion", + "stackSize": 64 + }, + { + "id": 197, + "name": "poppy", + "displayName": "Poppy", + "stackSize": 64 + }, + { + "id": 198, + "name": "blue_orchid", + "displayName": "Blue Orchid", + "stackSize": 64 + }, + { + "id": 199, + "name": "allium", + "displayName": "Allium", + "stackSize": 64 + }, + { + "id": 200, + "name": "azure_bluet", + "displayName": "Azure Bluet", + "stackSize": 64 + }, + { + "id": 201, + "name": "red_tulip", + "displayName": "Red Tulip", + "stackSize": 64 + }, + { + "id": 202, + "name": "orange_tulip", + "displayName": "Orange Tulip", + "stackSize": 64 + }, + { + "id": 203, + "name": "white_tulip", + "displayName": "White Tulip", + "stackSize": 64 + }, + { + "id": 204, + "name": "pink_tulip", + "displayName": "Pink Tulip", + "stackSize": 64 + }, + { + "id": 205, + "name": "oxeye_daisy", + "displayName": "Oxeye Daisy", + "stackSize": 64 + }, + { + "id": 206, + "name": "cornflower", + "displayName": "Cornflower", + "stackSize": 64 + }, + { + "id": 207, + "name": "lily_of_the_valley", + "displayName": "Lily of the Valley", + "stackSize": 64 + }, + { + "id": 208, + "name": "wither_rose", + "displayName": "Wither Rose", + "stackSize": 64 + }, + { + "id": 209, + "name": "torchflower", + "displayName": "Torchflower", + "stackSize": 64 + }, + { + "id": 210, + "name": "pitcher_plant", + "displayName": "Pitcher Plant", + "stackSize": 64 + }, + { + "id": 211, + "name": "spore_blossom", + "displayName": "Spore Blossom", + "stackSize": 64 + }, + { + "id": 212, + "name": "brown_mushroom", + "displayName": "Brown Mushroom", + "stackSize": 64 + }, + { + "id": 213, + "name": "red_mushroom", + "displayName": "Red Mushroom", + "stackSize": 64 + }, + { + "id": 214, + "name": "crimson_fungus", + "displayName": "Crimson Fungus", + "stackSize": 64 + }, + { + "id": 215, + "name": "warped_fungus", + "displayName": "Warped Fungus", + "stackSize": 64 + }, + { + "id": 216, + "name": "crimson_roots", + "displayName": "Crimson Roots", + "stackSize": 64 + }, + { + "id": 217, + "name": "warped_roots", + "displayName": "Warped Roots", + "stackSize": 64 + }, + { + "id": 218, + "name": "nether_sprouts", + "displayName": "Nether Sprouts", + "stackSize": 64 + }, + { + "id": 219, + "name": "weeping_vines", + "displayName": "Weeping Vines", + "stackSize": 64 + }, + { + "id": 220, + "name": "twisting_vines", + "displayName": "Twisting Vines", + "stackSize": 64 + }, + { + "id": 221, + "name": "sugar_cane", + "displayName": "Sugar Cane", + "stackSize": 64 + }, + { + "id": 222, + "name": "kelp", + "displayName": "Kelp", + "stackSize": 64 + }, + { + "id": 223, + "name": "moss_carpet", + "displayName": "Moss Carpet", + "stackSize": 64 + }, + { + "id": 224, + "name": "pink_petals", + "displayName": "Pink Petals", + "stackSize": 64 + }, + { + "id": 225, + "name": "moss_block", + "displayName": "Moss Block", + "stackSize": 64 + }, + { + "id": 226, + "name": "hanging_roots", + "displayName": "Hanging Roots", + "stackSize": 64 + }, + { + "id": 227, + "name": "big_dripleaf", + "displayName": "Big Dripleaf", + "stackSize": 64 + }, + { + "id": 228, + "name": "small_dripleaf", + "displayName": "Small Dripleaf", + "stackSize": 64 + }, + { + "id": 229, + "name": "bamboo", + "displayName": "Bamboo", + "stackSize": 64 + }, + { + "id": 230, + "name": "oak_slab", + "displayName": "Oak Slab", + "stackSize": 64 + }, + { + "id": 231, + "name": "spruce_slab", + "displayName": "Spruce Slab", + "stackSize": 64 + }, + { + "id": 232, + "name": "birch_slab", + "displayName": "Birch Slab", + "stackSize": 64 + }, + { + "id": 233, + "name": "jungle_slab", + "displayName": "Jungle Slab", + "stackSize": 64 + }, + { + "id": 234, + "name": "acacia_slab", + "displayName": "Acacia Slab", + "stackSize": 64 + }, + { + "id": 235, + "name": "cherry_slab", + "displayName": "Cherry Slab", + "stackSize": 64 + }, + { + "id": 236, + "name": "dark_oak_slab", + "displayName": "Dark Oak Slab", + "stackSize": 64 + }, + { + "id": 237, + "name": "mangrove_slab", + "displayName": "Mangrove Slab", + "stackSize": 64 + }, + { + "id": 238, + "name": "bamboo_slab", + "displayName": "Bamboo Slab", + "stackSize": 64 + }, + { + "id": 239, + "name": "bamboo_mosaic_slab", + "displayName": "Bamboo Mosaic Slab", + "stackSize": 64 + }, + { + "id": 240, + "name": "crimson_slab", + "displayName": "Crimson Slab", + "stackSize": 64 + }, + { + "id": 241, + "name": "warped_slab", + "displayName": "Warped Slab", + "stackSize": 64 + }, + { + "id": 242, + "name": "stone_slab", + "displayName": "Stone Slab", + "stackSize": 64 + }, + { + "id": 243, + "name": "smooth_stone_slab", + "displayName": "Smooth Stone Slab", + "stackSize": 64 + }, + { + "id": 244, + "name": "sandstone_slab", + "displayName": "Sandstone Slab", + "stackSize": 64 + }, + { + "id": 245, + "name": "cut_sandstone_slab", + "displayName": "Cut Sandstone Slab", + "stackSize": 64 + }, + { + "id": 246, + "name": "petrified_oak_slab", + "displayName": "Petrified Oak Slab", + "stackSize": 64 + }, + { + "id": 247, + "name": "cobblestone_slab", + "displayName": "Cobblestone Slab", + "stackSize": 64 + }, + { + "id": 248, + "name": "brick_slab", + "displayName": "Brick Slab", + "stackSize": 64 + }, + { + "id": 249, + "name": "stone_brick_slab", + "displayName": "Stone Brick Slab", + "stackSize": 64 + }, + { + "id": 250, + "name": "mud_brick_slab", + "displayName": "Mud Brick Slab", + "stackSize": 64 + }, + { + "id": 251, + "name": "nether_brick_slab", + "displayName": "Nether Brick Slab", + "stackSize": 64 + }, + { + "id": 252, + "name": "quartz_slab", + "displayName": "Quartz Slab", + "stackSize": 64 + }, + { + "id": 253, + "name": "red_sandstone_slab", + "displayName": "Red Sandstone Slab", + "stackSize": 64 + }, + { + "id": 254, + "name": "cut_red_sandstone_slab", + "displayName": "Cut Red Sandstone Slab", + "stackSize": 64 + }, + { + "id": 255, + "name": "purpur_slab", + "displayName": "Purpur Slab", + "stackSize": 64 + }, + { + "id": 256, + "name": "prismarine_slab", + "displayName": "Prismarine Slab", + "stackSize": 64 + }, + { + "id": 257, + "name": "prismarine_brick_slab", + "displayName": "Prismarine Brick Slab", + "stackSize": 64 + }, + { + "id": 258, + "name": "dark_prismarine_slab", + "displayName": "Dark Prismarine Slab", + "stackSize": 64 + }, + { + "id": 259, + "name": "smooth_quartz", + "displayName": "Smooth Quartz Block", + "stackSize": 64 + }, + { + "id": 260, + "name": "smooth_red_sandstone", + "displayName": "Smooth Red Sandstone", + "stackSize": 64 + }, + { + "id": 261, + "name": "smooth_sandstone", + "displayName": "Smooth Sandstone", + "stackSize": 64 + }, + { + "id": 262, + "name": "smooth_stone", + "displayName": "Smooth Stone", + "stackSize": 64 + }, + { + "id": 263, + "name": "bricks", + "displayName": "Bricks", + "stackSize": 64 + }, + { + "id": 264, + "name": "bookshelf", + "displayName": "Bookshelf", + "stackSize": 64 + }, + { + "id": 265, + "name": "chiseled_bookshelf", + "displayName": "Chiseled Bookshelf", + "stackSize": 64 + }, + { + "id": 266, + "name": "decorated_pot", + "displayName": "Decorated Pot", + "stackSize": 1 + }, + { + "id": 267, + "name": "mossy_cobblestone", + "displayName": "Mossy Cobblestone", + "stackSize": 64 + }, + { + "id": 268, + "name": "obsidian", + "displayName": "Obsidian", + "stackSize": 64 + }, + { + "id": 269, + "name": "torch", + "displayName": "Torch", + "stackSize": 64 + }, + { + "id": 270, + "name": "end_rod", + "displayName": "End Rod", + "stackSize": 64 + }, + { + "id": 271, + "name": "chorus_plant", + "displayName": "Chorus Plant", + "stackSize": 64 + }, + { + "id": 272, + "name": "chorus_flower", + "displayName": "Chorus Flower", + "stackSize": 64 + }, + { + "id": 273, + "name": "purpur_block", + "displayName": "Purpur Block", + "stackSize": 64 + }, + { + "id": 274, + "name": "purpur_pillar", + "displayName": "Purpur Pillar", + "stackSize": 64 + }, + { + "id": 275, + "name": "purpur_stairs", + "displayName": "Purpur Stairs", + "stackSize": 64 + }, + { + "id": 276, + "name": "spawner", + "displayName": "Monster Spawner", + "stackSize": 64 + }, + { + "id": 277, + "name": "chest", + "displayName": "Chest", + "stackSize": 64 + }, + { + "id": 278, + "name": "crafting_table", + "displayName": "Crafting Table", + "stackSize": 64 + }, + { + "id": 279, + "name": "farmland", + "displayName": "Farmland", + "stackSize": 64 + }, + { + "id": 280, + "name": "furnace", + "displayName": "Furnace", + "stackSize": 64 + }, + { + "id": 281, + "name": "ladder", + "displayName": "Ladder", + "stackSize": 64 + }, + { + "id": 282, + "name": "cobblestone_stairs", + "displayName": "Cobblestone Stairs", + "stackSize": 64 + }, + { + "id": 283, + "name": "snow", + "displayName": "Snow", + "stackSize": 64 + }, + { + "id": 284, + "name": "ice", + "displayName": "Ice", + "stackSize": 64 + }, + { + "id": 285, + "name": "snow_block", + "displayName": "Snow Block", + "stackSize": 64 + }, + { + "id": 286, + "name": "cactus", + "displayName": "Cactus", + "stackSize": 64 + }, + { + "id": 287, + "name": "clay", + "displayName": "Clay", + "stackSize": 64 + }, + { + "id": 288, + "name": "jukebox", + "displayName": "Jukebox", + "stackSize": 64 + }, + { + "id": 289, + "name": "oak_fence", + "displayName": "Oak Fence", + "stackSize": 64 + }, + { + "id": 290, + "name": "spruce_fence", + "displayName": "Spruce Fence", + "stackSize": 64 + }, + { + "id": 291, + "name": "birch_fence", + "displayName": "Birch Fence", + "stackSize": 64 + }, + { + "id": 292, + "name": "jungle_fence", + "displayName": "Jungle Fence", + "stackSize": 64 + }, + { + "id": 293, + "name": "acacia_fence", + "displayName": "Acacia Fence", + "stackSize": 64 + }, + { + "id": 294, + "name": "cherry_fence", + "displayName": "Cherry Fence", + "stackSize": 64 + }, + { + "id": 295, + "name": "dark_oak_fence", + "displayName": "Dark Oak Fence", + "stackSize": 64 + }, + { + "id": 296, + "name": "mangrove_fence", + "displayName": "Mangrove Fence", + "stackSize": 64 + }, + { + "id": 297, + "name": "bamboo_fence", + "displayName": "Bamboo Fence", + "stackSize": 64 + }, + { + "id": 298, + "name": "crimson_fence", + "displayName": "Crimson Fence", + "stackSize": 64 + }, + { + "id": 299, + "name": "warped_fence", + "displayName": "Warped Fence", + "stackSize": 64 + }, + { + "id": 300, + "name": "pumpkin", + "displayName": "Pumpkin", + "stackSize": 64 + }, + { + "id": 301, + "name": "carved_pumpkin", + "displayName": "Carved Pumpkin", + "stackSize": 64, + "enchantCategories": [ + "wearable", + "vanishable" + ] + }, + { + "id": 302, + "name": "jack_o_lantern", + "displayName": "Jack o'Lantern", + "stackSize": 64 + }, + { + "id": 303, + "name": "netherrack", + "displayName": "Netherrack", + "stackSize": 64 + }, + { + "id": 304, + "name": "soul_sand", + "displayName": "Soul Sand", + "stackSize": 64 + }, + { + "id": 305, + "name": "soul_soil", + "displayName": "Soul Soil", + "stackSize": 64 + }, + { + "id": 306, + "name": "basalt", + "displayName": "Basalt", + "stackSize": 64 + }, + { + "id": 307, + "name": "polished_basalt", + "displayName": "Polished Basalt", + "stackSize": 64 + }, + { + "id": 308, + "name": "smooth_basalt", + "displayName": "Smooth Basalt", + "stackSize": 64 + }, + { + "id": 309, + "name": "soul_torch", + "displayName": "Soul Torch", + "stackSize": 64 + }, + { + "id": 310, + "name": "glowstone", + "displayName": "Glowstone", + "stackSize": 64 + }, + { + "id": 311, + "name": "infested_stone", + "displayName": "Infested Stone", + "stackSize": 64 + }, + { + "id": 312, + "name": "infested_cobblestone", + "displayName": "Infested Cobblestone", + "stackSize": 64 + }, + { + "id": 313, + "name": "infested_stone_bricks", + "displayName": "Infested Stone Bricks", + "stackSize": 64 + }, + { + "id": 314, + "name": "infested_mossy_stone_bricks", + "displayName": "Infested Mossy Stone Bricks", + "stackSize": 64 + }, + { + "id": 315, + "name": "infested_cracked_stone_bricks", + "displayName": "Infested Cracked Stone Bricks", + "stackSize": 64 + }, + { + "id": 316, + "name": "infested_chiseled_stone_bricks", + "displayName": "Infested Chiseled Stone Bricks", + "stackSize": 64 + }, + { + "id": 317, + "name": "infested_deepslate", + "displayName": "Infested Deepslate", + "stackSize": 64 + }, + { + "id": 318, + "name": "stone_bricks", + "displayName": "Stone Bricks", + "stackSize": 64 + }, + { + "id": 319, + "name": "mossy_stone_bricks", + "displayName": "Mossy Stone Bricks", + "stackSize": 64 + }, + { + "id": 320, + "name": "cracked_stone_bricks", + "displayName": "Cracked Stone Bricks", + "stackSize": 64 + }, + { + "id": 321, + "name": "chiseled_stone_bricks", + "displayName": "Chiseled Stone Bricks", + "stackSize": 64 + }, + { + "id": 322, + "name": "packed_mud", + "displayName": "Packed Mud", + "stackSize": 64 + }, + { + "id": 323, + "name": "mud_bricks", + "displayName": "Mud Bricks", + "stackSize": 64 + }, + { + "id": 324, + "name": "deepslate_bricks", + "displayName": "Deepslate Bricks", + "stackSize": 64 + }, + { + "id": 325, + "name": "cracked_deepslate_bricks", + "displayName": "Cracked Deepslate Bricks", + "stackSize": 64 + }, + { + "id": 326, + "name": "deepslate_tiles", + "displayName": "Deepslate Tiles", + "stackSize": 64 + }, + { + "id": 327, + "name": "cracked_deepslate_tiles", + "displayName": "Cracked Deepslate Tiles", + "stackSize": 64 + }, + { + "id": 328, + "name": "chiseled_deepslate", + "displayName": "Chiseled Deepslate", + "stackSize": 64 + }, + { + "id": 329, + "name": "reinforced_deepslate", + "displayName": "Reinforced Deepslate", + "stackSize": 64 + }, + { + "id": 330, + "name": "brown_mushroom_block", + "displayName": "Brown Mushroom Block", + "stackSize": 64 + }, + { + "id": 331, + "name": "red_mushroom_block", + "displayName": "Red Mushroom Block", + "stackSize": 64 + }, + { + "id": 332, + "name": "mushroom_stem", + "displayName": "Mushroom Stem", + "stackSize": 64 + }, + { + "id": 333, + "name": "iron_bars", + "displayName": "Iron Bars", + "stackSize": 64 + }, + { + "id": 334, + "name": "chain", + "displayName": "Chain", + "stackSize": 64 + }, + { + "id": 335, + "name": "glass_pane", + "displayName": "Glass Pane", + "stackSize": 64 + }, + { + "id": 336, + "name": "melon", + "displayName": "Melon", + "stackSize": 64 + }, + { + "id": 337, + "name": "vine", + "displayName": "Vines", + "stackSize": 64 + }, + { + "id": 338, + "name": "glow_lichen", + "displayName": "Glow Lichen", + "stackSize": 64 + }, + { + "id": 339, + "name": "brick_stairs", + "displayName": "Brick Stairs", + "stackSize": 64 + }, + { + "id": 340, + "name": "stone_brick_stairs", + "displayName": "Stone Brick Stairs", + "stackSize": 64 + }, + { + "id": 341, + "name": "mud_brick_stairs", + "displayName": "Mud Brick Stairs", + "stackSize": 64 + }, + { + "id": 342, + "name": "mycelium", + "displayName": "Mycelium", + "stackSize": 64 + }, + { + "id": 343, + "name": "lily_pad", + "displayName": "Lily Pad", + "stackSize": 64 + }, + { + "id": 344, + "name": "nether_bricks", + "displayName": "Nether Bricks", + "stackSize": 64 + }, + { + "id": 345, + "name": "cracked_nether_bricks", + "displayName": "Cracked Nether Bricks", + "stackSize": 64 + }, + { + "id": 346, + "name": "chiseled_nether_bricks", + "displayName": "Chiseled Nether Bricks", + "stackSize": 64 + }, + { + "id": 347, + "name": "nether_brick_fence", + "displayName": "Nether Brick Fence", + "stackSize": 64 + }, + { + "id": 348, + "name": "nether_brick_stairs", + "displayName": "Nether Brick Stairs", + "stackSize": 64 + }, + { + "id": 349, + "name": "sculk", + "displayName": "Sculk", + "stackSize": 64 + }, + { + "id": 350, + "name": "sculk_vein", + "displayName": "Sculk Vein", + "stackSize": 64 + }, + { + "id": 351, + "name": "sculk_catalyst", + "displayName": "Sculk Catalyst", + "stackSize": 64 + }, + { + "id": 352, + "name": "sculk_shrieker", + "displayName": "Sculk Shrieker", + "stackSize": 64 + }, + { + "id": 353, + "name": "enchanting_table", + "displayName": "Enchanting Table", + "stackSize": 64 + }, + { + "id": 354, + "name": "end_portal_frame", + "displayName": "End Portal Frame", + "stackSize": 64 + }, + { + "id": 355, + "name": "end_stone", + "displayName": "End Stone", + "stackSize": 64 + }, + { + "id": 356, + "name": "end_stone_bricks", + "displayName": "End Stone Bricks", + "stackSize": 64 + }, + { + "id": 357, + "name": "dragon_egg", + "displayName": "Dragon Egg", + "stackSize": 64 + }, + { + "id": 358, + "name": "sandstone_stairs", + "displayName": "Sandstone Stairs", + "stackSize": 64 + }, + { + "id": 359, + "name": "ender_chest", + "displayName": "Ender Chest", + "stackSize": 64 + }, + { + "id": 360, + "name": "emerald_block", + "displayName": "Block of Emerald", + "stackSize": 64 + }, + { + "id": 361, + "name": "oak_stairs", + "displayName": "Oak Stairs", + "stackSize": 64 + }, + { + "id": 362, + "name": "spruce_stairs", + "displayName": "Spruce Stairs", + "stackSize": 64 + }, + { + "id": 363, + "name": "birch_stairs", + "displayName": "Birch Stairs", + "stackSize": 64 + }, + { + "id": 364, + "name": "jungle_stairs", + "displayName": "Jungle Stairs", + "stackSize": 64 + }, + { + "id": 365, + "name": "acacia_stairs", + "displayName": "Acacia Stairs", + "stackSize": 64 + }, + { + "id": 366, + "name": "cherry_stairs", + "displayName": "Cherry Stairs", + "stackSize": 64 + }, + { + "id": 367, + "name": "dark_oak_stairs", + "displayName": "Dark Oak Stairs", + "stackSize": 64 + }, + { + "id": 368, + "name": "mangrove_stairs", + "displayName": "Mangrove Stairs", + "stackSize": 64 + }, + { + "id": 369, + "name": "bamboo_stairs", + "displayName": "Bamboo Stairs", + "stackSize": 64 + }, + { + "id": 370, + "name": "bamboo_mosaic_stairs", + "displayName": "Bamboo Mosaic Stairs", + "stackSize": 64 + }, + { + "id": 371, + "name": "crimson_stairs", + "displayName": "Crimson Stairs", + "stackSize": 64 + }, + { + "id": 372, + "name": "warped_stairs", + "displayName": "Warped Stairs", + "stackSize": 64 + }, + { + "id": 373, + "name": "command_block", + "displayName": "Command Block", + "stackSize": 64 + }, + { + "id": 374, + "name": "beacon", + "displayName": "Beacon", + "stackSize": 64 + }, + { + "id": 375, + "name": "cobblestone_wall", + "displayName": "Cobblestone Wall", + "stackSize": 64 + }, + { + "id": 376, + "name": "mossy_cobblestone_wall", + "displayName": "Mossy Cobblestone Wall", + "stackSize": 64 + }, + { + "id": 377, + "name": "brick_wall", + "displayName": "Brick Wall", + "stackSize": 64 + }, + { + "id": 378, + "name": "prismarine_wall", + "displayName": "Prismarine Wall", + "stackSize": 64 + }, + { + "id": 379, + "name": "red_sandstone_wall", + "displayName": "Red Sandstone Wall", + "stackSize": 64 + }, + { + "id": 380, + "name": "mossy_stone_brick_wall", + "displayName": "Mossy Stone Brick Wall", + "stackSize": 64 + }, + { + "id": 381, + "name": "granite_wall", + "displayName": "Granite Wall", + "stackSize": 64 + }, + { + "id": 382, + "name": "stone_brick_wall", + "displayName": "Stone Brick Wall", + "stackSize": 64 + }, + { + "id": 383, + "name": "mud_brick_wall", + "displayName": "Mud Brick Wall", + "stackSize": 64 + }, + { + "id": 384, + "name": "nether_brick_wall", + "displayName": "Nether Brick Wall", + "stackSize": 64 + }, + { + "id": 385, + "name": "andesite_wall", + "displayName": "Andesite Wall", + "stackSize": 64 + }, + { + "id": 386, + "name": "red_nether_brick_wall", + "displayName": "Red Nether Brick Wall", + "stackSize": 64 + }, + { + "id": 387, + "name": "sandstone_wall", + "displayName": "Sandstone Wall", + "stackSize": 64 + }, + { + "id": 388, + "name": "end_stone_brick_wall", + "displayName": "End Stone Brick Wall", + "stackSize": 64 + }, + { + "id": 389, + "name": "diorite_wall", + "displayName": "Diorite Wall", + "stackSize": 64 + }, + { + "id": 390, + "name": "blackstone_wall", + "displayName": "Blackstone Wall", + "stackSize": 64 + }, + { + "id": 391, + "name": "polished_blackstone_wall", + "displayName": "Polished Blackstone Wall", + "stackSize": 64 + }, + { + "id": 392, + "name": "polished_blackstone_brick_wall", + "displayName": "Polished Blackstone Brick Wall", + "stackSize": 64 + }, + { + "id": 393, + "name": "cobbled_deepslate_wall", + "displayName": "Cobbled Deepslate Wall", + "stackSize": 64 + }, + { + "id": 394, + "name": "polished_deepslate_wall", + "displayName": "Polished Deepslate Wall", + "stackSize": 64 + }, + { + "id": 395, + "name": "deepslate_brick_wall", + "displayName": "Deepslate Brick Wall", + "stackSize": 64 + }, + { + "id": 396, + "name": "deepslate_tile_wall", + "displayName": "Deepslate Tile Wall", + "stackSize": 64 + }, + { + "id": 397, + "name": "anvil", + "displayName": "Anvil", + "stackSize": 64 + }, + { + "id": 398, + "name": "chipped_anvil", + "displayName": "Chipped Anvil", + "stackSize": 64 + }, + { + "id": 399, + "name": "damaged_anvil", + "displayName": "Damaged Anvil", + "stackSize": 64 + }, + { + "id": 400, + "name": "chiseled_quartz_block", + "displayName": "Chiseled Quartz Block", + "stackSize": 64 + }, + { + "id": 401, + "name": "quartz_block", + "displayName": "Block of Quartz", + "stackSize": 64 + }, + { + "id": 402, + "name": "quartz_bricks", + "displayName": "Quartz Bricks", + "stackSize": 64 + }, + { + "id": 403, + "name": "quartz_pillar", + "displayName": "Quartz Pillar", + "stackSize": 64 + }, + { + "id": 404, + "name": "quartz_stairs", + "displayName": "Quartz Stairs", + "stackSize": 64 + }, + { + "id": 405, + "name": "white_terracotta", + "displayName": "White Terracotta", + "stackSize": 64 + }, + { + "id": 406, + "name": "orange_terracotta", + "displayName": "Orange Terracotta", + "stackSize": 64 + }, + { + "id": 407, + "name": "magenta_terracotta", + "displayName": "Magenta Terracotta", + "stackSize": 64 + }, + { + "id": 408, + "name": "light_blue_terracotta", + "displayName": "Light Blue Terracotta", + "stackSize": 64 + }, + { + "id": 409, + "name": "yellow_terracotta", + "displayName": "Yellow Terracotta", + "stackSize": 64 + }, + { + "id": 410, + "name": "lime_terracotta", + "displayName": "Lime Terracotta", + "stackSize": 64 + }, + { + "id": 411, + "name": "pink_terracotta", + "displayName": "Pink Terracotta", + "stackSize": 64 + }, + { + "id": 412, + "name": "gray_terracotta", + "displayName": "Gray Terracotta", + "stackSize": 64 + }, + { + "id": 413, + "name": "light_gray_terracotta", + "displayName": "Light Gray Terracotta", + "stackSize": 64 + }, + { + "id": 414, + "name": "cyan_terracotta", + "displayName": "Cyan Terracotta", + "stackSize": 64 + }, + { + "id": 415, + "name": "purple_terracotta", + "displayName": "Purple Terracotta", + "stackSize": 64 + }, + { + "id": 416, + "name": "blue_terracotta", + "displayName": "Blue Terracotta", + "stackSize": 64 + }, + { + "id": 417, + "name": "brown_terracotta", + "displayName": "Brown Terracotta", + "stackSize": 64 + }, + { + "id": 418, + "name": "green_terracotta", + "displayName": "Green Terracotta", + "stackSize": 64 + }, + { + "id": 419, + "name": "red_terracotta", + "displayName": "Red Terracotta", + "stackSize": 64 + }, + { + "id": 420, + "name": "black_terracotta", + "displayName": "Black Terracotta", + "stackSize": 64 + }, + { + "id": 421, + "name": "barrier", + "displayName": "Barrier", + "stackSize": 64 + }, + { + "id": 422, + "name": "light", + "displayName": "Light", + "stackSize": 64 + }, + { + "id": 423, + "name": "hay_block", + "displayName": "Hay Bale", + "stackSize": 64 + }, + { + "id": 424, + "name": "white_carpet", + "displayName": "White Carpet", + "stackSize": 64 + }, + { + "id": 425, + "name": "orange_carpet", + "displayName": "Orange Carpet", + "stackSize": 64 + }, + { + "id": 426, + "name": "magenta_carpet", + "displayName": "Magenta Carpet", + "stackSize": 64 + }, + { + "id": 427, + "name": "light_blue_carpet", + "displayName": "Light Blue Carpet", + "stackSize": 64 + }, + { + "id": 428, + "name": "yellow_carpet", + "displayName": "Yellow Carpet", + "stackSize": 64 + }, + { + "id": 429, + "name": "lime_carpet", + "displayName": "Lime Carpet", + "stackSize": 64 + }, + { + "id": 430, + "name": "pink_carpet", + "displayName": "Pink Carpet", + "stackSize": 64 + }, + { + "id": 431, + "name": "gray_carpet", + "displayName": "Gray Carpet", + "stackSize": 64 + }, + { + "id": 432, + "name": "light_gray_carpet", + "displayName": "Light Gray Carpet", + "stackSize": 64 + }, + { + "id": 433, + "name": "cyan_carpet", + "displayName": "Cyan Carpet", + "stackSize": 64 + }, + { + "id": 434, + "name": "purple_carpet", + "displayName": "Purple Carpet", + "stackSize": 64 + }, + { + "id": 435, + "name": "blue_carpet", + "displayName": "Blue Carpet", + "stackSize": 64 + }, + { + "id": 436, + "name": "brown_carpet", + "displayName": "Brown Carpet", + "stackSize": 64 + }, + { + "id": 437, + "name": "green_carpet", + "displayName": "Green Carpet", + "stackSize": 64 + }, + { + "id": 438, + "name": "red_carpet", + "displayName": "Red Carpet", + "stackSize": 64 + }, + { + "id": 439, + "name": "black_carpet", + "displayName": "Black Carpet", + "stackSize": 64 + }, + { + "id": 440, + "name": "terracotta", + "displayName": "Terracotta", + "stackSize": 64 + }, + { + "id": 441, + "name": "packed_ice", + "displayName": "Packed Ice", + "stackSize": 64 + }, + { + "id": 442, + "name": "dirt_path", + "displayName": "Dirt Path", + "stackSize": 64 + }, + { + "id": 443, + "name": "sunflower", + "displayName": "Sunflower", + "stackSize": 64 + }, + { + "id": 444, + "name": "lilac", + "displayName": "Lilac", + "stackSize": 64 + }, + { + "id": 445, + "name": "rose_bush", + "displayName": "Rose Bush", + "stackSize": 64 + }, + { + "id": 446, + "name": "peony", + "displayName": "Peony", + "stackSize": 64 + }, + { + "id": 447, + "name": "tall_grass", + "displayName": "Tall Grass", + "stackSize": 64 + }, + { + "id": 448, + "name": "large_fern", + "displayName": "Large Fern", + "stackSize": 64 + }, + { + "id": 449, + "name": "white_stained_glass", + "displayName": "White Stained Glass", + "stackSize": 64 + }, + { + "id": 450, + "name": "orange_stained_glass", + "displayName": "Orange Stained Glass", + "stackSize": 64 + }, + { + "id": 451, + "name": "magenta_stained_glass", + "displayName": "Magenta Stained Glass", + "stackSize": 64 + }, + { + "id": 452, + "name": "light_blue_stained_glass", + "displayName": "Light Blue Stained Glass", + "stackSize": 64 + }, + { + "id": 453, + "name": "yellow_stained_glass", + "displayName": "Yellow Stained Glass", + "stackSize": 64 + }, + { + "id": 454, + "name": "lime_stained_glass", + "displayName": "Lime Stained Glass", + "stackSize": 64 + }, + { + "id": 455, + "name": "pink_stained_glass", + "displayName": "Pink Stained Glass", + "stackSize": 64 + }, + { + "id": 456, + "name": "gray_stained_glass", + "displayName": "Gray Stained Glass", + "stackSize": 64 + }, + { + "id": 457, + "name": "light_gray_stained_glass", + "displayName": "Light Gray Stained Glass", + "stackSize": 64 + }, + { + "id": 458, + "name": "cyan_stained_glass", + "displayName": "Cyan Stained Glass", + "stackSize": 64 + }, + { + "id": 459, + "name": "purple_stained_glass", + "displayName": "Purple Stained Glass", + "stackSize": 64 + }, + { + "id": 460, + "name": "blue_stained_glass", + "displayName": "Blue Stained Glass", + "stackSize": 64 + }, + { + "id": 461, + "name": "brown_stained_glass", + "displayName": "Brown Stained Glass", + "stackSize": 64 + }, + { + "id": 462, + "name": "green_stained_glass", + "displayName": "Green Stained Glass", + "stackSize": 64 + }, + { + "id": 463, + "name": "red_stained_glass", + "displayName": "Red Stained Glass", + "stackSize": 64 + }, + { + "id": 464, + "name": "black_stained_glass", + "displayName": "Black Stained Glass", + "stackSize": 64 + }, + { + "id": 465, + "name": "white_stained_glass_pane", + "displayName": "White Stained Glass Pane", + "stackSize": 64 + }, + { + "id": 466, + "name": "orange_stained_glass_pane", + "displayName": "Orange Stained Glass Pane", + "stackSize": 64 + }, + { + "id": 467, + "name": "magenta_stained_glass_pane", + "displayName": "Magenta Stained Glass Pane", + "stackSize": 64 + }, + { + "id": 468, + "name": "light_blue_stained_glass_pane", + "displayName": "Light Blue Stained Glass Pane", + "stackSize": 64 + }, + { + "id": 469, + "name": "yellow_stained_glass_pane", + "displayName": "Yellow Stained Glass Pane", + "stackSize": 64 + }, + { + "id": 470, + "name": "lime_stained_glass_pane", + "displayName": "Lime Stained Glass Pane", + "stackSize": 64 + }, + { + "id": 471, + "name": "pink_stained_glass_pane", + "displayName": "Pink Stained Glass Pane", + "stackSize": 64 + }, + { + "id": 472, + "name": "gray_stained_glass_pane", + "displayName": "Gray Stained Glass Pane", + "stackSize": 64 + }, + { + "id": 473, + "name": "light_gray_stained_glass_pane", + "displayName": "Light Gray Stained Glass Pane", + "stackSize": 64 + }, + { + "id": 474, + "name": "cyan_stained_glass_pane", + "displayName": "Cyan Stained Glass Pane", + "stackSize": 64 + }, + { + "id": 475, + "name": "purple_stained_glass_pane", + "displayName": "Purple Stained Glass Pane", + "stackSize": 64 + }, + { + "id": 476, + "name": "blue_stained_glass_pane", + "displayName": "Blue Stained Glass Pane", + "stackSize": 64 + }, + { + "id": 477, + "name": "brown_stained_glass_pane", + "displayName": "Brown Stained Glass Pane", + "stackSize": 64 + }, + { + "id": 478, + "name": "green_stained_glass_pane", + "displayName": "Green Stained Glass Pane", + "stackSize": 64 + }, + { + "id": 479, + "name": "red_stained_glass_pane", + "displayName": "Red Stained Glass Pane", + "stackSize": 64 + }, + { + "id": 480, + "name": "black_stained_glass_pane", + "displayName": "Black Stained Glass Pane", + "stackSize": 64 + }, + { + "id": 481, + "name": "prismarine", + "displayName": "Prismarine", + "stackSize": 64 + }, + { + "id": 482, + "name": "prismarine_bricks", + "displayName": "Prismarine Bricks", + "stackSize": 64 + }, + { + "id": 483, + "name": "dark_prismarine", + "displayName": "Dark Prismarine", + "stackSize": 64 + }, + { + "id": 484, + "name": "prismarine_stairs", + "displayName": "Prismarine Stairs", + "stackSize": 64 + }, + { + "id": 485, + "name": "prismarine_brick_stairs", + "displayName": "Prismarine Brick Stairs", + "stackSize": 64 + }, + { + "id": 486, + "name": "dark_prismarine_stairs", + "displayName": "Dark Prismarine Stairs", + "stackSize": 64 + }, + { + "id": 487, + "name": "sea_lantern", + "displayName": "Sea Lantern", + "stackSize": 64 + }, + { + "id": 488, + "name": "red_sandstone", + "displayName": "Red Sandstone", + "stackSize": 64 + }, + { + "id": 489, + "name": "chiseled_red_sandstone", + "displayName": "Chiseled Red Sandstone", + "stackSize": 64 + }, + { + "id": 490, + "name": "cut_red_sandstone", + "displayName": "Cut Red Sandstone", + "stackSize": 64 + }, + { + "id": 491, + "name": "red_sandstone_stairs", + "displayName": "Red Sandstone Stairs", + "stackSize": 64 + }, + { + "id": 492, + "name": "repeating_command_block", + "displayName": "Repeating Command Block", + "stackSize": 64 + }, + { + "id": 493, + "name": "chain_command_block", + "displayName": "Chain Command Block", + "stackSize": 64 + }, + { + "id": 494, + "name": "magma_block", + "displayName": "Magma Block", + "stackSize": 64 + }, + { + "id": 495, + "name": "nether_wart_block", + "displayName": "Nether Wart Block", + "stackSize": 64 + }, + { + "id": 496, + "name": "warped_wart_block", + "displayName": "Warped Wart Block", + "stackSize": 64 + }, + { + "id": 497, + "name": "red_nether_bricks", + "displayName": "Red Nether Bricks", + "stackSize": 64 + }, + { + "id": 498, + "name": "bone_block", + "displayName": "Bone Block", + "stackSize": 64 + }, + { + "id": 499, + "name": "structure_void", + "displayName": "Structure Void", + "stackSize": 64 + }, + { + "id": 500, + "name": "shulker_box", + "displayName": "Shulker Box", + "stackSize": 1 + }, + { + "id": 501, + "name": "white_shulker_box", + "displayName": "White Shulker Box", + "stackSize": 1 + }, + { + "id": 502, + "name": "orange_shulker_box", + "displayName": "Orange Shulker Box", + "stackSize": 1 + }, + { + "id": 503, + "name": "magenta_shulker_box", + "displayName": "Magenta Shulker Box", + "stackSize": 1 + }, + { + "id": 504, + "name": "light_blue_shulker_box", + "displayName": "Light Blue Shulker Box", + "stackSize": 1 + }, + { + "id": 505, + "name": "yellow_shulker_box", + "displayName": "Yellow Shulker Box", + "stackSize": 1 + }, + { + "id": 506, + "name": "lime_shulker_box", + "displayName": "Lime Shulker Box", + "stackSize": 1 + }, + { + "id": 507, + "name": "pink_shulker_box", + "displayName": "Pink Shulker Box", + "stackSize": 1 + }, + { + "id": 508, + "name": "gray_shulker_box", + "displayName": "Gray Shulker Box", + "stackSize": 1 + }, + { + "id": 509, + "name": "light_gray_shulker_box", + "displayName": "Light Gray Shulker Box", + "stackSize": 1 + }, + { + "id": 510, + "name": "cyan_shulker_box", + "displayName": "Cyan Shulker Box", + "stackSize": 1 + }, + { + "id": 511, + "name": "purple_shulker_box", + "displayName": "Purple Shulker Box", + "stackSize": 1 + }, + { + "id": 512, + "name": "blue_shulker_box", + "displayName": "Blue Shulker Box", + "stackSize": 1 + }, + { + "id": 513, + "name": "brown_shulker_box", + "displayName": "Brown Shulker Box", + "stackSize": 1 + }, + { + "id": 514, + "name": "green_shulker_box", + "displayName": "Green Shulker Box", + "stackSize": 1 + }, + { + "id": 515, + "name": "red_shulker_box", + "displayName": "Red Shulker Box", + "stackSize": 1 + }, + { + "id": 516, + "name": "black_shulker_box", + "displayName": "Black Shulker Box", + "stackSize": 1 + }, + { + "id": 517, + "name": "white_glazed_terracotta", + "displayName": "White Glazed Terracotta", + "stackSize": 64 + }, + { + "id": 518, + "name": "orange_glazed_terracotta", + "displayName": "Orange Glazed Terracotta", + "stackSize": 64 + }, + { + "id": 519, + "name": "magenta_glazed_terracotta", + "displayName": "Magenta Glazed Terracotta", + "stackSize": 64 + }, + { + "id": 520, + "name": "light_blue_glazed_terracotta", + "displayName": "Light Blue Glazed Terracotta", + "stackSize": 64 + }, + { + "id": 521, + "name": "yellow_glazed_terracotta", + "displayName": "Yellow Glazed Terracotta", + "stackSize": 64 + }, + { + "id": 522, + "name": "lime_glazed_terracotta", + "displayName": "Lime Glazed Terracotta", + "stackSize": 64 + }, + { + "id": 523, + "name": "pink_glazed_terracotta", + "displayName": "Pink Glazed Terracotta", + "stackSize": 64 + }, + { + "id": 524, + "name": "gray_glazed_terracotta", + "displayName": "Gray Glazed Terracotta", + "stackSize": 64 + }, + { + "id": 525, + "name": "light_gray_glazed_terracotta", + "displayName": "Light Gray Glazed Terracotta", + "stackSize": 64 + }, + { + "id": 526, + "name": "cyan_glazed_terracotta", + "displayName": "Cyan Glazed Terracotta", + "stackSize": 64 + }, + { + "id": 527, + "name": "purple_glazed_terracotta", + "displayName": "Purple Glazed Terracotta", + "stackSize": 64 + }, + { + "id": 528, + "name": "blue_glazed_terracotta", + "displayName": "Blue Glazed Terracotta", + "stackSize": 64 + }, + { + "id": 529, + "name": "brown_glazed_terracotta", + "displayName": "Brown Glazed Terracotta", + "stackSize": 64 + }, + { + "id": 530, + "name": "green_glazed_terracotta", + "displayName": "Green Glazed Terracotta", + "stackSize": 64 + }, + { + "id": 531, + "name": "red_glazed_terracotta", + "displayName": "Red Glazed Terracotta", + "stackSize": 64 + }, + { + "id": 532, + "name": "black_glazed_terracotta", + "displayName": "Black Glazed Terracotta", + "stackSize": 64 + }, + { + "id": 533, + "name": "white_concrete", + "displayName": "White Concrete", + "stackSize": 64 + }, + { + "id": 534, + "name": "orange_concrete", + "displayName": "Orange Concrete", + "stackSize": 64 + }, + { + "id": 535, + "name": "magenta_concrete", + "displayName": "Magenta Concrete", + "stackSize": 64 + }, + { + "id": 536, + "name": "light_blue_concrete", + "displayName": "Light Blue Concrete", + "stackSize": 64 + }, + { + "id": 537, + "name": "yellow_concrete", + "displayName": "Yellow Concrete", + "stackSize": 64 + }, + { + "id": 538, + "name": "lime_concrete", + "displayName": "Lime Concrete", + "stackSize": 64 + }, + { + "id": 539, + "name": "pink_concrete", + "displayName": "Pink Concrete", + "stackSize": 64 + }, + { + "id": 540, + "name": "gray_concrete", + "displayName": "Gray Concrete", + "stackSize": 64 + }, + { + "id": 541, + "name": "light_gray_concrete", + "displayName": "Light Gray Concrete", + "stackSize": 64 + }, + { + "id": 542, + "name": "cyan_concrete", + "displayName": "Cyan Concrete", + "stackSize": 64 + }, + { + "id": 543, + "name": "purple_concrete", + "displayName": "Purple Concrete", + "stackSize": 64 + }, + { + "id": 544, + "name": "blue_concrete", + "displayName": "Blue Concrete", + "stackSize": 64 + }, + { + "id": 545, + "name": "brown_concrete", + "displayName": "Brown Concrete", + "stackSize": 64 + }, + { + "id": 546, + "name": "green_concrete", + "displayName": "Green Concrete", + "stackSize": 64 + }, + { + "id": 547, + "name": "red_concrete", + "displayName": "Red Concrete", + "stackSize": 64 + }, + { + "id": 548, + "name": "black_concrete", + "displayName": "Black Concrete", + "stackSize": 64 + }, + { + "id": 549, + "name": "white_concrete_powder", + "displayName": "White Concrete Powder", + "stackSize": 64 + }, + { + "id": 550, + "name": "orange_concrete_powder", + "displayName": "Orange Concrete Powder", + "stackSize": 64 + }, + { + "id": 551, + "name": "magenta_concrete_powder", + "displayName": "Magenta Concrete Powder", + "stackSize": 64 + }, + { + "id": 552, + "name": "light_blue_concrete_powder", + "displayName": "Light Blue Concrete Powder", + "stackSize": 64 + }, + { + "id": 553, + "name": "yellow_concrete_powder", + "displayName": "Yellow Concrete Powder", + "stackSize": 64 + }, + { + "id": 554, + "name": "lime_concrete_powder", + "displayName": "Lime Concrete Powder", + "stackSize": 64 + }, + { + "id": 555, + "name": "pink_concrete_powder", + "displayName": "Pink Concrete Powder", + "stackSize": 64 + }, + { + "id": 556, + "name": "gray_concrete_powder", + "displayName": "Gray Concrete Powder", + "stackSize": 64 + }, + { + "id": 557, + "name": "light_gray_concrete_powder", + "displayName": "Light Gray Concrete Powder", + "stackSize": 64 + }, + { + "id": 558, + "name": "cyan_concrete_powder", + "displayName": "Cyan Concrete Powder", + "stackSize": 64 + }, + { + "id": 559, + "name": "purple_concrete_powder", + "displayName": "Purple Concrete Powder", + "stackSize": 64 + }, + { + "id": 560, + "name": "blue_concrete_powder", + "displayName": "Blue Concrete Powder", + "stackSize": 64 + }, + { + "id": 561, + "name": "brown_concrete_powder", + "displayName": "Brown Concrete Powder", + "stackSize": 64 + }, + { + "id": 562, + "name": "green_concrete_powder", + "displayName": "Green Concrete Powder", + "stackSize": 64 + }, + { + "id": 563, + "name": "red_concrete_powder", + "displayName": "Red Concrete Powder", + "stackSize": 64 + }, + { + "id": 564, + "name": "black_concrete_powder", + "displayName": "Black Concrete Powder", + "stackSize": 64 + }, + { + "id": 565, + "name": "turtle_egg", + "displayName": "Turtle Egg", + "stackSize": 64 + }, + { + "id": 566, + "name": "sniffer_egg", + "displayName": "Sniffer Egg", + "stackSize": 64 + }, + { + "id": 567, + "name": "dead_tube_coral_block", + "displayName": "Dead Tube Coral Block", + "stackSize": 64 + }, + { + "id": 568, + "name": "dead_brain_coral_block", + "displayName": "Dead Brain Coral Block", + "stackSize": 64 + }, + { + "id": 569, + "name": "dead_bubble_coral_block", + "displayName": "Dead Bubble Coral Block", + "stackSize": 64 + }, + { + "id": 570, + "name": "dead_fire_coral_block", + "displayName": "Dead Fire Coral Block", + "stackSize": 64 + }, + { + "id": 571, + "name": "dead_horn_coral_block", + "displayName": "Dead Horn Coral Block", + "stackSize": 64 + }, + { + "id": 572, + "name": "tube_coral_block", + "displayName": "Tube Coral Block", + "stackSize": 64 + }, + { + "id": 573, + "name": "brain_coral_block", + "displayName": "Brain Coral Block", + "stackSize": 64 + }, + { + "id": 574, + "name": "bubble_coral_block", + "displayName": "Bubble Coral Block", + "stackSize": 64 + }, + { + "id": 575, + "name": "fire_coral_block", + "displayName": "Fire Coral Block", + "stackSize": 64 + }, + { + "id": 576, + "name": "horn_coral_block", + "displayName": "Horn Coral Block", + "stackSize": 64 + }, + { + "id": 577, + "name": "tube_coral", + "displayName": "Tube Coral", + "stackSize": 64 + }, + { + "id": 578, + "name": "brain_coral", + "displayName": "Brain Coral", + "stackSize": 64 + }, + { + "id": 579, + "name": "bubble_coral", + "displayName": "Bubble Coral", + "stackSize": 64 + }, + { + "id": 580, + "name": "fire_coral", + "displayName": "Fire Coral", + "stackSize": 64 + }, + { + "id": 581, + "name": "horn_coral", + "displayName": "Horn Coral", + "stackSize": 64 + }, + { + "id": 582, + "name": "dead_brain_coral", + "displayName": "Dead Brain Coral", + "stackSize": 64 + }, + { + "id": 583, + "name": "dead_bubble_coral", + "displayName": "Dead Bubble Coral", + "stackSize": 64 + }, + { + "id": 584, + "name": "dead_fire_coral", + "displayName": "Dead Fire Coral", + "stackSize": 64 + }, + { + "id": 585, + "name": "dead_horn_coral", + "displayName": "Dead Horn Coral", + "stackSize": 64 + }, + { + "id": 586, + "name": "dead_tube_coral", + "displayName": "Dead Tube Coral", + "stackSize": 64 + }, + { + "id": 587, + "name": "tube_coral_fan", + "displayName": "Tube Coral Fan", + "stackSize": 64 + }, + { + "id": 588, + "name": "brain_coral_fan", + "displayName": "Brain Coral Fan", + "stackSize": 64 + }, + { + "id": 589, + "name": "bubble_coral_fan", + "displayName": "Bubble Coral Fan", + "stackSize": 64 + }, + { + "id": 590, + "name": "fire_coral_fan", + "displayName": "Fire Coral Fan", + "stackSize": 64 + }, + { + "id": 591, + "name": "horn_coral_fan", + "displayName": "Horn Coral Fan", + "stackSize": 64 + }, + { + "id": 592, + "name": "dead_tube_coral_fan", + "displayName": "Dead Tube Coral Fan", + "stackSize": 64 + }, + { + "id": 593, + "name": "dead_brain_coral_fan", + "displayName": "Dead Brain Coral Fan", + "stackSize": 64 + }, + { + "id": 594, + "name": "dead_bubble_coral_fan", + "displayName": "Dead Bubble Coral Fan", + "stackSize": 64 + }, + { + "id": 595, + "name": "dead_fire_coral_fan", + "displayName": "Dead Fire Coral Fan", + "stackSize": 64 + }, + { + "id": 596, + "name": "dead_horn_coral_fan", + "displayName": "Dead Horn Coral Fan", + "stackSize": 64 + }, + { + "id": 597, + "name": "blue_ice", + "displayName": "Blue Ice", + "stackSize": 64 + }, + { + "id": 598, + "name": "conduit", + "displayName": "Conduit", + "stackSize": 64 + }, + { + "id": 599, + "name": "polished_granite_stairs", + "displayName": "Polished Granite Stairs", + "stackSize": 64 + }, + { + "id": 600, + "name": "smooth_red_sandstone_stairs", + "displayName": "Smooth Red Sandstone Stairs", + "stackSize": 64 + }, + { + "id": 601, + "name": "mossy_stone_brick_stairs", + "displayName": "Mossy Stone Brick Stairs", + "stackSize": 64 + }, + { + "id": 602, + "name": "polished_diorite_stairs", + "displayName": "Polished Diorite Stairs", + "stackSize": 64 + }, + { + "id": 603, + "name": "mossy_cobblestone_stairs", + "displayName": "Mossy Cobblestone Stairs", + "stackSize": 64 + }, + { + "id": 604, + "name": "end_stone_brick_stairs", + "displayName": "End Stone Brick Stairs", + "stackSize": 64 + }, + { + "id": 605, + "name": "stone_stairs", + "displayName": "Stone Stairs", + "stackSize": 64 + }, + { + "id": 606, + "name": "smooth_sandstone_stairs", + "displayName": "Smooth Sandstone Stairs", + "stackSize": 64 + }, + { + "id": 607, + "name": "smooth_quartz_stairs", + "displayName": "Smooth Quartz Stairs", + "stackSize": 64 + }, + { + "id": 608, + "name": "granite_stairs", + "displayName": "Granite Stairs", + "stackSize": 64 + }, + { + "id": 609, + "name": "andesite_stairs", + "displayName": "Andesite Stairs", + "stackSize": 64 + }, + { + "id": 610, + "name": "red_nether_brick_stairs", + "displayName": "Red Nether Brick Stairs", + "stackSize": 64 + }, + { + "id": 611, + "name": "polished_andesite_stairs", + "displayName": "Polished Andesite Stairs", + "stackSize": 64 + }, + { + "id": 612, + "name": "diorite_stairs", + "displayName": "Diorite Stairs", + "stackSize": 64 + }, + { + "id": 613, + "name": "cobbled_deepslate_stairs", + "displayName": "Cobbled Deepslate Stairs", + "stackSize": 64 + }, + { + "id": 614, + "name": "polished_deepslate_stairs", + "displayName": "Polished Deepslate Stairs", + "stackSize": 64 + }, + { + "id": 615, + "name": "deepslate_brick_stairs", + "displayName": "Deepslate Brick Stairs", + "stackSize": 64 + }, + { + "id": 616, + "name": "deepslate_tile_stairs", + "displayName": "Deepslate Tile Stairs", + "stackSize": 64 + }, + { + "id": 617, + "name": "polished_granite_slab", + "displayName": "Polished Granite Slab", + "stackSize": 64 + }, + { + "id": 618, + "name": "smooth_red_sandstone_slab", + "displayName": "Smooth Red Sandstone Slab", + "stackSize": 64 + }, + { + "id": 619, + "name": "mossy_stone_brick_slab", + "displayName": "Mossy Stone Brick Slab", + "stackSize": 64 + }, + { + "id": 620, + "name": "polished_diorite_slab", + "displayName": "Polished Diorite Slab", + "stackSize": 64 + }, + { + "id": 621, + "name": "mossy_cobblestone_slab", + "displayName": "Mossy Cobblestone Slab", + "stackSize": 64 + }, + { + "id": 622, + "name": "end_stone_brick_slab", + "displayName": "End Stone Brick Slab", + "stackSize": 64 + }, + { + "id": 623, + "name": "smooth_sandstone_slab", + "displayName": "Smooth Sandstone Slab", + "stackSize": 64 + }, + { + "id": 624, + "name": "smooth_quartz_slab", + "displayName": "Smooth Quartz Slab", + "stackSize": 64 + }, + { + "id": 625, + "name": "granite_slab", + "displayName": "Granite Slab", + "stackSize": 64 + }, + { + "id": 626, + "name": "andesite_slab", + "displayName": "Andesite Slab", + "stackSize": 64 + }, + { + "id": 627, + "name": "red_nether_brick_slab", + "displayName": "Red Nether Brick Slab", + "stackSize": 64 + }, + { + "id": 628, + "name": "polished_andesite_slab", + "displayName": "Polished Andesite Slab", + "stackSize": 64 + }, + { + "id": 629, + "name": "diorite_slab", + "displayName": "Diorite Slab", + "stackSize": 64 + }, + { + "id": 630, + "name": "cobbled_deepslate_slab", + "displayName": "Cobbled Deepslate Slab", + "stackSize": 64 + }, + { + "id": 631, + "name": "polished_deepslate_slab", + "displayName": "Polished Deepslate Slab", + "stackSize": 64 + }, + { + "id": 632, + "name": "deepslate_brick_slab", + "displayName": "Deepslate Brick Slab", + "stackSize": 64 + }, + { + "id": 633, + "name": "deepslate_tile_slab", + "displayName": "Deepslate Tile Slab", + "stackSize": 64 + }, + { + "id": 634, + "name": "scaffolding", + "displayName": "Scaffolding", + "stackSize": 64 + }, + { + "id": 635, + "name": "redstone", + "displayName": "Redstone Dust", + "stackSize": 64 + }, + { + "id": 636, + "name": "redstone_torch", + "displayName": "Redstone Torch", + "stackSize": 64 + }, + { + "id": 637, + "name": "redstone_block", + "displayName": "Block of Redstone", + "stackSize": 64 + }, + { + "id": 638, + "name": "repeater", + "displayName": "Redstone Repeater", + "stackSize": 64 + }, + { + "id": 639, + "name": "comparator", + "displayName": "Redstone Comparator", + "stackSize": 64 + }, + { + "id": 640, + "name": "piston", + "displayName": "Piston", + "stackSize": 64 + }, + { + "id": 641, + "name": "sticky_piston", + "displayName": "Sticky Piston", + "stackSize": 64 + }, + { + "id": 642, + "name": "slime_block", + "displayName": "Slime Block", + "stackSize": 64 + }, + { + "id": 643, + "name": "honey_block", + "displayName": "Honey Block", + "stackSize": 64 + }, + { + "id": 644, + "name": "observer", + "displayName": "Observer", + "stackSize": 64 + }, + { + "id": 645, + "name": "hopper", + "displayName": "Hopper", + "stackSize": 64 + }, + { + "id": 646, + "name": "dispenser", + "displayName": "Dispenser", + "stackSize": 64 + }, + { + "id": 647, + "name": "dropper", + "displayName": "Dropper", + "stackSize": 64 + }, + { + "id": 648, + "name": "lectern", + "displayName": "Lectern", + "stackSize": 64 + }, + { + "id": 649, + "name": "target", + "displayName": "Target", + "stackSize": 64 + }, + { + "id": 650, + "name": "lever", + "displayName": "Lever", + "stackSize": 64 + }, + { + "id": 651, + "name": "lightning_rod", + "displayName": "Lightning Rod", + "stackSize": 64 + }, + { + "id": 652, + "name": "daylight_detector", + "displayName": "Daylight Detector", + "stackSize": 64 + }, + { + "id": 653, + "name": "sculk_sensor", + "displayName": "Sculk Sensor", + "stackSize": 64 + }, + { + "id": 654, + "name": "calibrated_sculk_sensor", + "displayName": "Calibrated Sculk Sensor", + "stackSize": 64 + }, + { + "id": 655, + "name": "tripwire_hook", + "displayName": "Tripwire Hook", + "stackSize": 64 + }, + { + "id": 656, + "name": "trapped_chest", + "displayName": "Trapped Chest", + "stackSize": 64 + }, + { + "id": 657, + "name": "tnt", + "displayName": "TNT", + "stackSize": 64 + }, + { + "id": 658, + "name": "redstone_lamp", + "displayName": "Redstone Lamp", + "stackSize": 64 + }, + { + "id": 659, + "name": "note_block", + "displayName": "Note Block", + "stackSize": 64 + }, + { + "id": 660, + "name": "stone_button", + "displayName": "Stone Button", + "stackSize": 64 + }, + { + "id": 661, + "name": "polished_blackstone_button", + "displayName": "Polished Blackstone Button", + "stackSize": 64 + }, + { + "id": 662, + "name": "oak_button", + "displayName": "Oak Button", + "stackSize": 64 + }, + { + "id": 663, + "name": "spruce_button", + "displayName": "Spruce Button", + "stackSize": 64 + }, + { + "id": 664, + "name": "birch_button", + "displayName": "Birch Button", + "stackSize": 64 + }, + { + "id": 665, + "name": "jungle_button", + "displayName": "Jungle Button", + "stackSize": 64 + }, + { + "id": 666, + "name": "acacia_button", + "displayName": "Acacia Button", + "stackSize": 64 + }, + { + "id": 667, + "name": "cherry_button", + "displayName": "Cherry Button", + "stackSize": 64 + }, + { + "id": 668, + "name": "dark_oak_button", + "displayName": "Dark Oak Button", + "stackSize": 64 + }, + { + "id": 669, + "name": "mangrove_button", + "displayName": "Mangrove Button", + "stackSize": 64 + }, + { + "id": 670, + "name": "bamboo_button", + "displayName": "Bamboo Button", + "stackSize": 64 + }, + { + "id": 671, + "name": "crimson_button", + "displayName": "Crimson Button", + "stackSize": 64 + }, + { + "id": 672, + "name": "warped_button", + "displayName": "Warped Button", + "stackSize": 64 + }, + { + "id": 673, + "name": "stone_pressure_plate", + "displayName": "Stone Pressure Plate", + "stackSize": 64 + }, + { + "id": 674, + "name": "polished_blackstone_pressure_plate", + "displayName": "Polished Blackstone Pressure Plate", + "stackSize": 64 + }, + { + "id": 675, + "name": "light_weighted_pressure_plate", + "displayName": "Light Weighted Pressure Plate", + "stackSize": 64 + }, + { + "id": 676, + "name": "heavy_weighted_pressure_plate", + "displayName": "Heavy Weighted Pressure Plate", + "stackSize": 64 + }, + { + "id": 677, + "name": "oak_pressure_plate", + "displayName": "Oak Pressure Plate", + "stackSize": 64 + }, + { + "id": 678, + "name": "spruce_pressure_plate", + "displayName": "Spruce Pressure Plate", + "stackSize": 64 + }, + { + "id": 679, + "name": "birch_pressure_plate", + "displayName": "Birch Pressure Plate", + "stackSize": 64 + }, + { + "id": 680, + "name": "jungle_pressure_plate", + "displayName": "Jungle Pressure Plate", + "stackSize": 64 + }, + { + "id": 681, + "name": "acacia_pressure_plate", + "displayName": "Acacia Pressure Plate", + "stackSize": 64 + }, + { + "id": 682, + "name": "cherry_pressure_plate", + "displayName": "Cherry Pressure Plate", + "stackSize": 64 + }, + { + "id": 683, + "name": "dark_oak_pressure_plate", + "displayName": "Dark Oak Pressure Plate", + "stackSize": 64 + }, + { + "id": 684, + "name": "mangrove_pressure_plate", + "displayName": "Mangrove Pressure Plate", + "stackSize": 64 + }, + { + "id": 685, + "name": "bamboo_pressure_plate", + "displayName": "Bamboo Pressure Plate", + "stackSize": 64 + }, + { + "id": 686, + "name": "crimson_pressure_plate", + "displayName": "Crimson Pressure Plate", + "stackSize": 64 + }, + { + "id": 687, + "name": "warped_pressure_plate", + "displayName": "Warped Pressure Plate", + "stackSize": 64 + }, + { + "id": 688, + "name": "iron_door", + "displayName": "Iron Door", + "stackSize": 64 + }, + { + "id": 689, + "name": "oak_door", + "displayName": "Oak Door", + "stackSize": 64 + }, + { + "id": 690, + "name": "spruce_door", + "displayName": "Spruce Door", + "stackSize": 64 + }, + { + "id": 691, + "name": "birch_door", + "displayName": "Birch Door", + "stackSize": 64 + }, + { + "id": 692, + "name": "jungle_door", + "displayName": "Jungle Door", + "stackSize": 64 + }, + { + "id": 693, + "name": "acacia_door", + "displayName": "Acacia Door", + "stackSize": 64 + }, + { + "id": 694, + "name": "cherry_door", + "displayName": "Cherry Door", + "stackSize": 64 + }, + { + "id": 695, + "name": "dark_oak_door", + "displayName": "Dark Oak Door", + "stackSize": 64 + }, + { + "id": 696, + "name": "mangrove_door", + "displayName": "Mangrove Door", + "stackSize": 64 + }, + { + "id": 697, + "name": "bamboo_door", + "displayName": "Bamboo Door", + "stackSize": 64 + }, + { + "id": 698, + "name": "crimson_door", + "displayName": "Crimson Door", + "stackSize": 64 + }, + { + "id": 699, + "name": "warped_door", + "displayName": "Warped Door", + "stackSize": 64 + }, + { + "id": 700, + "name": "iron_trapdoor", + "displayName": "Iron Trapdoor", + "stackSize": 64 + }, + { + "id": 701, + "name": "oak_trapdoor", + "displayName": "Oak Trapdoor", + "stackSize": 64 + }, + { + "id": 702, + "name": "spruce_trapdoor", + "displayName": "Spruce Trapdoor", + "stackSize": 64 + }, + { + "id": 703, + "name": "birch_trapdoor", + "displayName": "Birch Trapdoor", + "stackSize": 64 + }, + { + "id": 704, + "name": "jungle_trapdoor", + "displayName": "Jungle Trapdoor", + "stackSize": 64 + }, + { + "id": 705, + "name": "acacia_trapdoor", + "displayName": "Acacia Trapdoor", + "stackSize": 64 + }, + { + "id": 706, + "name": "cherry_trapdoor", + "displayName": "Cherry Trapdoor", + "stackSize": 64 + }, + { + "id": 707, + "name": "dark_oak_trapdoor", + "displayName": "Dark Oak Trapdoor", + "stackSize": 64 + }, + { + "id": 708, + "name": "mangrove_trapdoor", + "displayName": "Mangrove Trapdoor", + "stackSize": 64 + }, + { + "id": 709, + "name": "bamboo_trapdoor", + "displayName": "Bamboo Trapdoor", + "stackSize": 64 + }, + { + "id": 710, + "name": "crimson_trapdoor", + "displayName": "Crimson Trapdoor", + "stackSize": 64 + }, + { + "id": 711, + "name": "warped_trapdoor", + "displayName": "Warped Trapdoor", + "stackSize": 64 + }, + { + "id": 712, + "name": "oak_fence_gate", + "displayName": "Oak Fence Gate", + "stackSize": 64 + }, + { + "id": 713, + "name": "spruce_fence_gate", + "displayName": "Spruce Fence Gate", + "stackSize": 64 + }, + { + "id": 714, + "name": "birch_fence_gate", + "displayName": "Birch Fence Gate", + "stackSize": 64 + }, + { + "id": 715, + "name": "jungle_fence_gate", + "displayName": "Jungle Fence Gate", + "stackSize": 64 + }, + { + "id": 716, + "name": "acacia_fence_gate", + "displayName": "Acacia Fence Gate", + "stackSize": 64 + }, + { + "id": 717, + "name": "cherry_fence_gate", + "displayName": "Cherry Fence Gate", + "stackSize": 64 + }, + { + "id": 718, + "name": "dark_oak_fence_gate", + "displayName": "Dark Oak Fence Gate", + "stackSize": 64 + }, + { + "id": 719, + "name": "mangrove_fence_gate", + "displayName": "Mangrove Fence Gate", + "stackSize": 64 + }, + { + "id": 720, + "name": "bamboo_fence_gate", + "displayName": "Bamboo Fence Gate", + "stackSize": 64 + }, + { + "id": 721, + "name": "crimson_fence_gate", + "displayName": "Crimson Fence Gate", + "stackSize": 64 + }, + { + "id": 722, + "name": "warped_fence_gate", + "displayName": "Warped Fence Gate", + "stackSize": 64 + }, + { + "id": 723, + "name": "powered_rail", + "displayName": "Powered Rail", + "stackSize": 64 + }, + { + "id": 724, + "name": "detector_rail", + "displayName": "Detector Rail", + "stackSize": 64 + }, + { + "id": 725, + "name": "rail", + "displayName": "Rail", + "stackSize": 64 + }, + { + "id": 726, + "name": "activator_rail", + "displayName": "Activator Rail", + "stackSize": 64 + }, + { + "id": 727, + "name": "saddle", + "displayName": "Saddle", + "stackSize": 1 + }, + { + "id": 728, + "name": "minecart", + "displayName": "Minecart", + "stackSize": 1 + }, + { + "id": 729, + "name": "chest_minecart", + "displayName": "Minecart with Chest", + "stackSize": 1 + }, + { + "id": 730, + "name": "furnace_minecart", + "displayName": "Minecart with Furnace", + "stackSize": 1 + }, + { + "id": 731, + "name": "tnt_minecart", + "displayName": "Minecart with TNT", + "stackSize": 1 + }, + { + "id": 732, + "name": "hopper_minecart", + "displayName": "Minecart with Hopper", + "stackSize": 1 + }, + { + "id": 733, + "name": "carrot_on_a_stick", + "displayName": "Carrot on a Stick", + "stackSize": 1, + "enchantCategories": [ + "breakable", + "vanishable" + ], + "maxDurability": 25 + }, + { + "id": 734, + "name": "warped_fungus_on_a_stick", + "displayName": "Warped Fungus on a Stick", + "stackSize": 1, + "enchantCategories": [ + "breakable", + "vanishable" + ], + "maxDurability": 100 + }, + { + "id": 735, + "name": "elytra", + "displayName": "Elytra", + "stackSize": 1, + "enchantCategories": [ + "breakable", + "wearable", + "vanishable" + ], + "repairWith": [ + "phantom_membrane" + ], + "maxDurability": 432 + }, + { + "id": 736, + "name": "oak_boat", + "displayName": "Oak Boat", + "stackSize": 1 + }, + { + "id": 737, + "name": "oak_chest_boat", + "displayName": "Oak Boat with Chest", + "stackSize": 1 + }, + { + "id": 738, + "name": "spruce_boat", + "displayName": "Spruce Boat", + "stackSize": 1 + }, + { + "id": 739, + "name": "spruce_chest_boat", + "displayName": "Spruce Boat with Chest", + "stackSize": 1 + }, + { + "id": 740, + "name": "birch_boat", + "displayName": "Birch Boat", + "stackSize": 1 + }, + { + "id": 741, + "name": "birch_chest_boat", + "displayName": "Birch Boat with Chest", + "stackSize": 1 + }, + { + "id": 742, + "name": "jungle_boat", + "displayName": "Jungle Boat", + "stackSize": 1 + }, + { + "id": 743, + "name": "jungle_chest_boat", + "displayName": "Jungle Boat with Chest", + "stackSize": 1 + }, + { + "id": 744, + "name": "acacia_boat", + "displayName": "Acacia Boat", + "stackSize": 1 + }, + { + "id": 745, + "name": "acacia_chest_boat", + "displayName": "Acacia Boat with Chest", + "stackSize": 1 + }, + { + "id": 746, + "name": "cherry_boat", + "displayName": "Cherry Boat", + "stackSize": 1 + }, + { + "id": 747, + "name": "cherry_chest_boat", + "displayName": "Cherry Boat with Chest", + "stackSize": 1 + }, + { + "id": 748, + "name": "dark_oak_boat", + "displayName": "Dark Oak Boat", + "stackSize": 1 + }, + { + "id": 749, + "name": "dark_oak_chest_boat", + "displayName": "Dark Oak Boat with Chest", + "stackSize": 1 + }, + { + "id": 750, + "name": "mangrove_boat", + "displayName": "Mangrove Boat", + "stackSize": 1 + }, + { + "id": 751, + "name": "mangrove_chest_boat", + "displayName": "Mangrove Boat with Chest", + "stackSize": 1 + }, + { + "id": 752, + "name": "bamboo_raft", + "displayName": "Bamboo Raft", + "stackSize": 1 + }, + { + "id": 753, + "name": "bamboo_chest_raft", + "displayName": "Bamboo Raft with Chest", + "stackSize": 1 + }, + { + "id": 754, + "name": "structure_block", + "displayName": "Structure Block", + "stackSize": 64 + }, + { + "id": 755, + "name": "jigsaw", + "displayName": "Jigsaw Block", + "stackSize": 64 + }, + { + "id": 756, + "name": "turtle_helmet", + "displayName": "Turtle Shell", + "stackSize": 1, + "enchantCategories": [ + "armor", + "armor_head", + "breakable", + "wearable", + "vanishable" + ], + "repairWith": [ + "scute" + ], + "maxDurability": 275 + }, + { + "id": 757, + "name": "scute", + "displayName": "Scute", + "stackSize": 64 + }, + { + "id": 758, + "name": "flint_and_steel", + "displayName": "Flint and Steel", + "stackSize": 1, + "enchantCategories": [ + "breakable", + "vanishable" + ], + "maxDurability": 64 + }, + { + "id": 759, + "name": "apple", + "displayName": "Apple", + "stackSize": 64 + }, + { + "id": 760, + "name": "bow", + "displayName": "Bow", + "stackSize": 1, + "enchantCategories": [ + "breakable", + "bow", + "vanishable" + ], + "maxDurability": 384 + }, + { + "id": 761, + "name": "arrow", + "displayName": "Arrow", + "stackSize": 64 + }, + { + "id": 762, + "name": "coal", + "displayName": "Coal", + "stackSize": 64 + }, + { + "id": 763, + "name": "charcoal", + "displayName": "Charcoal", + "stackSize": 64 + }, + { + "id": 764, + "name": "diamond", + "displayName": "Diamond", + "stackSize": 64 + }, + { + "id": 765, + "name": "emerald", + "displayName": "Emerald", + "stackSize": 64 + }, + { + "id": 766, + "name": "lapis_lazuli", + "displayName": "Lapis Lazuli", + "stackSize": 64 + }, + { + "id": 767, + "name": "quartz", + "displayName": "Nether Quartz", + "stackSize": 64 + }, + { + "id": 768, + "name": "amethyst_shard", + "displayName": "Amethyst Shard", + "stackSize": 64 + }, + { + "id": 769, + "name": "raw_iron", + "displayName": "Raw Iron", + "stackSize": 64 + }, + { + "id": 770, + "name": "iron_ingot", + "displayName": "Iron Ingot", + "stackSize": 64 + }, + { + "id": 771, + "name": "raw_copper", + "displayName": "Raw Copper", + "stackSize": 64 + }, + { + "id": 772, + "name": "copper_ingot", + "displayName": "Copper Ingot", + "stackSize": 64 + }, + { + "id": 773, + "name": "raw_gold", + "displayName": "Raw Gold", + "stackSize": 64 + }, + { + "id": 774, + "name": "gold_ingot", + "displayName": "Gold Ingot", + "stackSize": 64 + }, + { + "id": 775, + "name": "netherite_ingot", + "displayName": "Netherite Ingot", + "stackSize": 64 + }, + { + "id": 776, + "name": "netherite_scrap", + "displayName": "Netherite Scrap", + "stackSize": 64 + }, + { + "id": 777, + "name": "wooden_sword", + "displayName": "Wooden Sword", + "stackSize": 1, + "enchantCategories": [ + "weapon", + "breakable", + "vanishable" + ], + "repairWith": [ + "oak_planks", + "spruce_planks", + "birch_planks", + "jungle_planks", + "acacia_planks", + "cherry_planks", + "dark_oak_planks", + "mangrove_planks", + "bamboo_planks", + "crimson_planks", + "warped_planks" + ], + "maxDurability": 59 + }, + { + "id": 778, + "name": "wooden_shovel", + "displayName": "Wooden Shovel", + "stackSize": 1, + "enchantCategories": [ + "digger", + "breakable", + "vanishable" + ], + "repairWith": [ + "oak_planks", + "spruce_planks", + "birch_planks", + "jungle_planks", + "acacia_planks", + "cherry_planks", + "dark_oak_planks", + "mangrove_planks", + "bamboo_planks", + "crimson_planks", + "warped_planks" + ], + "maxDurability": 59 + }, + { + "id": 779, + "name": "wooden_pickaxe", + "displayName": "Wooden Pickaxe", + "stackSize": 1, + "enchantCategories": [ + "digger", + "breakable", + "vanishable" + ], + "repairWith": [ + "oak_planks", + "spruce_planks", + "birch_planks", + "jungle_planks", + "acacia_planks", + "cherry_planks", + "dark_oak_planks", + "mangrove_planks", + "bamboo_planks", + "crimson_planks", + "warped_planks" + ], + "maxDurability": 59 + }, + { + "id": 780, + "name": "wooden_axe", + "displayName": "Wooden Axe", + "stackSize": 1, + "enchantCategories": [ + "digger", + "breakable", + "vanishable" + ], + "repairWith": [ + "oak_planks", + "spruce_planks", + "birch_planks", + "jungle_planks", + "acacia_planks", + "cherry_planks", + "dark_oak_planks", + "mangrove_planks", + "bamboo_planks", + "crimson_planks", + "warped_planks" + ], + "maxDurability": 59 + }, + { + "id": 781, + "name": "wooden_hoe", + "displayName": "Wooden Hoe", + "stackSize": 1, + "enchantCategories": [ + "digger", + "breakable", + "vanishable" + ], + "repairWith": [ + "oak_planks", + "spruce_planks", + "birch_planks", + "jungle_planks", + "acacia_planks", + "cherry_planks", + "dark_oak_planks", + "mangrove_planks", + "bamboo_planks", + "crimson_planks", + "warped_planks" + ], + "maxDurability": 59 + }, + { + "id": 782, + "name": "stone_sword", + "displayName": "Stone Sword", + "stackSize": 1, + "enchantCategories": [ + "weapon", + "breakable", + "vanishable" + ], + "repairWith": [ + "cobbled_deepslate", + "cobblestone", + "blackstone" + ], + "maxDurability": 131 + }, + { + "id": 783, + "name": "stone_shovel", + "displayName": "Stone Shovel", + "stackSize": 1, + "enchantCategories": [ + "digger", + "breakable", + "vanishable" + ], + "repairWith": [ + "cobbled_deepslate", + "cobblestone", + "blackstone" + ], + "maxDurability": 131 + }, + { + "id": 784, + "name": "stone_pickaxe", + "displayName": "Stone Pickaxe", + "stackSize": 1, + "enchantCategories": [ + "digger", + "breakable", + "vanishable" + ], + "repairWith": [ + "cobbled_deepslate", + "cobblestone", + "blackstone" + ], + "maxDurability": 131 + }, + { + "id": 785, + "name": "stone_axe", + "displayName": "Stone Axe", + "stackSize": 1, + "enchantCategories": [ + "digger", + "breakable", + "vanishable" + ], + "repairWith": [ + "cobbled_deepslate", + "cobblestone", + "blackstone" + ], + "maxDurability": 131 + }, + { + "id": 786, + "name": "stone_hoe", + "displayName": "Stone Hoe", + "stackSize": 1, + "enchantCategories": [ + "digger", + "breakable", + "vanishable" + ], + "repairWith": [ + "cobbled_deepslate", + "cobblestone", + "blackstone" + ], + "maxDurability": 131 + }, + { + "id": 787, + "name": "golden_sword", + "displayName": "Golden Sword", + "stackSize": 1, + "enchantCategories": [ + "weapon", + "breakable", + "vanishable" + ], + "repairWith": [ + "gold_ingot" + ], + "maxDurability": 32 + }, + { + "id": 788, + "name": "golden_shovel", + "displayName": "Golden Shovel", + "stackSize": 1, + "enchantCategories": [ + "digger", + "breakable", + "vanishable" + ], + "repairWith": [ + "gold_ingot" + ], + "maxDurability": 32 + }, + { + "id": 789, + "name": "golden_pickaxe", + "displayName": "Golden Pickaxe", + "stackSize": 1, + "enchantCategories": [ + "digger", + "breakable", + "vanishable" + ], + "repairWith": [ + "gold_ingot" + ], + "maxDurability": 32 + }, + { + "id": 790, + "name": "golden_axe", + "displayName": "Golden Axe", + "stackSize": 1, + "enchantCategories": [ + "digger", + "breakable", + "vanishable" + ], + "repairWith": [ + "gold_ingot" + ], + "maxDurability": 32 + }, + { + "id": 791, + "name": "golden_hoe", + "displayName": "Golden Hoe", + "stackSize": 1, + "enchantCategories": [ + "digger", + "breakable", + "vanishable" + ], + "repairWith": [ + "gold_ingot" + ], + "maxDurability": 32 + }, + { + "id": 792, + "name": "iron_sword", + "displayName": "Iron Sword", + "stackSize": 1, + "enchantCategories": [ + "weapon", + "breakable", + "vanishable" + ], + "repairWith": [ + "iron_ingot" + ], + "maxDurability": 250 + }, + { + "id": 793, + "name": "iron_shovel", + "displayName": "Iron Shovel", + "stackSize": 1, + "enchantCategories": [ + "digger", + "breakable", + "vanishable" + ], + "repairWith": [ + "iron_ingot" + ], + "maxDurability": 250 + }, + { + "id": 794, + "name": "iron_pickaxe", + "displayName": "Iron Pickaxe", + "stackSize": 1, + "enchantCategories": [ + "digger", + "breakable", + "vanishable" + ], + "repairWith": [ + "iron_ingot" + ], + "maxDurability": 250 + }, + { + "id": 795, + "name": "iron_axe", + "displayName": "Iron Axe", + "stackSize": 1, + "enchantCategories": [ + "digger", + "breakable", + "vanishable" + ], + "repairWith": [ + "iron_ingot" + ], + "maxDurability": 250 + }, + { + "id": 796, + "name": "iron_hoe", + "displayName": "Iron Hoe", + "stackSize": 1, + "enchantCategories": [ + "digger", + "breakable", + "vanishable" + ], + "repairWith": [ + "iron_ingot" + ], + "maxDurability": 250 + }, + { + "id": 797, + "name": "diamond_sword", + "displayName": "Diamond Sword", + "stackSize": 1, + "enchantCategories": [ + "weapon", + "breakable", + "vanishable" + ], + "repairWith": [ + "diamond" + ], + "maxDurability": 1561 + }, + { + "id": 798, + "name": "diamond_shovel", + "displayName": "Diamond Shovel", + "stackSize": 1, + "enchantCategories": [ + "digger", + "breakable", + "vanishable" + ], + "repairWith": [ + "diamond" + ], + "maxDurability": 1561 + }, + { + "id": 799, + "name": "diamond_pickaxe", + "displayName": "Diamond Pickaxe", + "stackSize": 1, + "enchantCategories": [ + "digger", + "breakable", + "vanishable" + ], + "repairWith": [ + "diamond" + ], + "maxDurability": 1561 + }, + { + "id": 800, + "name": "diamond_axe", + "displayName": "Diamond Axe", + "stackSize": 1, + "enchantCategories": [ + "digger", + "breakable", + "vanishable" + ], + "repairWith": [ + "diamond" + ], + "maxDurability": 1561 + }, + { + "id": 801, + "name": "diamond_hoe", + "displayName": "Diamond Hoe", + "stackSize": 1, + "enchantCategories": [ + "digger", + "breakable", + "vanishable" + ], + "repairWith": [ + "diamond" + ], + "maxDurability": 1561 + }, + { + "id": 802, + "name": "netherite_sword", + "displayName": "Netherite Sword", + "stackSize": 1, + "enchantCategories": [ + "weapon", + "breakable", + "vanishable" + ], + "repairWith": [ + "netherite_ingot" + ], + "maxDurability": 2031 + }, + { + "id": 803, + "name": "netherite_shovel", + "displayName": "Netherite Shovel", + "stackSize": 1, + "enchantCategories": [ + "digger", + "breakable", + "vanishable" + ], + "repairWith": [ + "netherite_ingot" + ], + "maxDurability": 2031 + }, + { + "id": 804, + "name": "netherite_pickaxe", + "displayName": "Netherite Pickaxe", + "stackSize": 1, + "enchantCategories": [ + "digger", + "breakable", + "vanishable" + ], + "repairWith": [ + "netherite_ingot" + ], + "maxDurability": 2031 + }, + { + "id": 805, + "name": "netherite_axe", + "displayName": "Netherite Axe", + "stackSize": 1, + "enchantCategories": [ + "digger", + "breakable", + "vanishable" + ], + "repairWith": [ + "netherite_ingot" + ], + "maxDurability": 2031 + }, + { + "id": 806, + "name": "netherite_hoe", + "displayName": "Netherite Hoe", + "stackSize": 1, + "enchantCategories": [ + "digger", + "breakable", + "vanishable" + ], + "repairWith": [ + "netherite_ingot" + ], + "maxDurability": 2031 + }, + { + "id": 807, + "name": "stick", + "displayName": "Stick", + "stackSize": 64 + }, + { + "id": 808, + "name": "bowl", + "displayName": "Bowl", + "stackSize": 64 + }, + { + "id": 809, + "name": "mushroom_stew", + "displayName": "Mushroom Stew", + "stackSize": 1 + }, + { + "id": 810, + "name": "string", + "displayName": "String", + "stackSize": 64 + }, + { + "id": 811, + "name": "feather", + "displayName": "Feather", + "stackSize": 64 + }, + { + "id": 812, + "name": "gunpowder", + "displayName": "Gunpowder", + "stackSize": 64 + }, + { + "id": 813, + "name": "wheat_seeds", + "displayName": "Wheat Seeds", + "stackSize": 64 + }, + { + "id": 814, + "name": "wheat", + "displayName": "Wheat", + "stackSize": 64 + }, + { + "id": 815, + "name": "bread", + "displayName": "Bread", + "stackSize": 64 + }, + { + "id": 816, + "name": "leather_helmet", + "displayName": "Leather Cap", + "stackSize": 1, + "enchantCategories": [ + "armor", + "armor_head", + "breakable", + "wearable", + "vanishable" + ], + "repairWith": [ + "leather" + ], + "maxDurability": 55 + }, + { + "id": 817, + "name": "leather_chestplate", + "displayName": "Leather Tunic", + "stackSize": 1, + "enchantCategories": [ + "armor", + "armor_chest", + "breakable", + "wearable", + "vanishable" + ], + "repairWith": [ + "leather" + ], + "maxDurability": 80 + }, + { + "id": 818, + "name": "leather_leggings", + "displayName": "Leather Pants", + "stackSize": 1, + "enchantCategories": [ + "armor", + "armor_legs", + "breakable", + "wearable", + "vanishable" + ], + "repairWith": [ + "leather" + ], + "maxDurability": 75 + }, + { + "id": 819, + "name": "leather_boots", + "displayName": "Leather Boots", + "stackSize": 1, + "enchantCategories": [ + "armor", + "armor_feet", + "breakable", + "wearable", + "vanishable" + ], + "repairWith": [ + "leather" + ], + "maxDurability": 65 + }, + { + "id": 820, + "name": "chainmail_helmet", + "displayName": "Chainmail Helmet", + "stackSize": 1, + "enchantCategories": [ + "armor", + "armor_head", + "breakable", + "wearable", + "vanishable" + ], + "repairWith": [ + "iron_ingot" + ], + "maxDurability": 165 + }, + { + "id": 821, + "name": "chainmail_chestplate", + "displayName": "Chainmail Chestplate", + "stackSize": 1, + "enchantCategories": [ + "armor", + "armor_chest", + "breakable", + "wearable", + "vanishable" + ], + "repairWith": [ + "iron_ingot" + ], + "maxDurability": 240 + }, + { + "id": 822, + "name": "chainmail_leggings", + "displayName": "Chainmail Leggings", + "stackSize": 1, + "enchantCategories": [ + "armor", + "armor_legs", + "breakable", + "wearable", + "vanishable" + ], + "repairWith": [ + "iron_ingot" + ], + "maxDurability": 225 + }, + { + "id": 823, + "name": "chainmail_boots", + "displayName": "Chainmail Boots", + "stackSize": 1, + "enchantCategories": [ + "armor", + "armor_feet", + "breakable", + "wearable", + "vanishable" + ], + "repairWith": [ + "iron_ingot" + ], + "maxDurability": 195 + }, + { + "id": 824, + "name": "iron_helmet", + "displayName": "Iron Helmet", + "stackSize": 1, + "enchantCategories": [ + "armor", + "armor_head", + "breakable", + "wearable", + "vanishable" + ], + "repairWith": [ + "iron_ingot" + ], + "maxDurability": 165 + }, + { + "id": 825, + "name": "iron_chestplate", + "displayName": "Iron Chestplate", + "stackSize": 1, + "enchantCategories": [ + "armor", + "armor_chest", + "breakable", + "wearable", + "vanishable" + ], + "repairWith": [ + "iron_ingot" + ], + "maxDurability": 240 + }, + { + "id": 826, + "name": "iron_leggings", + "displayName": "Iron Leggings", + "stackSize": 1, + "enchantCategories": [ + "armor", + "armor_legs", + "breakable", + "wearable", + "vanishable" + ], + "repairWith": [ + "iron_ingot" + ], + "maxDurability": 225 + }, + { + "id": 827, + "name": "iron_boots", + "displayName": "Iron Boots", + "stackSize": 1, + "enchantCategories": [ + "armor", + "armor_feet", + "breakable", + "wearable", + "vanishable" + ], + "repairWith": [ + "iron_ingot" + ], + "maxDurability": 195 + }, + { + "id": 828, + "name": "diamond_helmet", + "displayName": "Diamond Helmet", + "stackSize": 1, + "enchantCategories": [ + "armor", + "armor_head", + "breakable", + "wearable", + "vanishable" + ], + "repairWith": [ + "diamond" + ], + "maxDurability": 363 + }, + { + "id": 829, + "name": "diamond_chestplate", + "displayName": "Diamond Chestplate", + "stackSize": 1, + "enchantCategories": [ + "armor", + "armor_chest", + "breakable", + "wearable", + "vanishable" + ], + "repairWith": [ + "diamond" + ], + "maxDurability": 528 + }, + { + "id": 830, + "name": "diamond_leggings", + "displayName": "Diamond Leggings", + "stackSize": 1, + "enchantCategories": [ + "armor", + "armor_legs", + "breakable", + "wearable", + "vanishable" + ], + "repairWith": [ + "diamond" + ], + "maxDurability": 495 + }, + { + "id": 831, + "name": "diamond_boots", + "displayName": "Diamond Boots", + "stackSize": 1, + "enchantCategories": [ + "armor", + "armor_feet", + "breakable", + "wearable", + "vanishable" + ], + "repairWith": [ + "diamond" + ], + "maxDurability": 429 + }, + { + "id": 832, + "name": "golden_helmet", + "displayName": "Golden Helmet", + "stackSize": 1, + "enchantCategories": [ + "armor", + "armor_head", + "breakable", + "wearable", + "vanishable" + ], + "repairWith": [ + "gold_ingot" + ], + "maxDurability": 77 + }, + { + "id": 833, + "name": "golden_chestplate", + "displayName": "Golden Chestplate", + "stackSize": 1, + "enchantCategories": [ + "armor", + "armor_chest", + "breakable", + "wearable", + "vanishable" + ], + "repairWith": [ + "gold_ingot" + ], + "maxDurability": 112 + }, + { + "id": 834, + "name": "golden_leggings", + "displayName": "Golden Leggings", + "stackSize": 1, + "enchantCategories": [ + "armor", + "armor_legs", + "breakable", + "wearable", + "vanishable" + ], + "repairWith": [ + "gold_ingot" + ], + "maxDurability": 105 + }, + { + "id": 835, + "name": "golden_boots", + "displayName": "Golden Boots", + "stackSize": 1, + "enchantCategories": [ + "armor", + "armor_feet", + "breakable", + "wearable", + "vanishable" + ], + "repairWith": [ + "gold_ingot" + ], + "maxDurability": 91 + }, + { + "id": 836, + "name": "netherite_helmet", + "displayName": "Netherite Helmet", + "stackSize": 1, + "enchantCategories": [ + "armor", + "armor_head", + "breakable", + "wearable", + "vanishable" + ], + "repairWith": [ + "netherite_ingot" + ], + "maxDurability": 407 + }, + { + "id": 837, + "name": "netherite_chestplate", + "displayName": "Netherite Chestplate", + "stackSize": 1, + "enchantCategories": [ + "armor", + "armor_chest", + "breakable", + "wearable", + "vanishable" + ], + "repairWith": [ + "netherite_ingot" + ], + "maxDurability": 592 + }, + { + "id": 838, + "name": "netherite_leggings", + "displayName": "Netherite Leggings", + "stackSize": 1, + "enchantCategories": [ + "armor", + "armor_legs", + "breakable", + "wearable", + "vanishable" + ], + "repairWith": [ + "netherite_ingot" + ], + "maxDurability": 555 + }, + { + "id": 839, + "name": "netherite_boots", + "displayName": "Netherite Boots", + "stackSize": 1, + "enchantCategories": [ + "armor", + "armor_feet", + "breakable", + "wearable", + "vanishable" + ], + "repairWith": [ + "netherite_ingot" + ], + "maxDurability": 481 + }, + { + "id": 840, + "name": "flint", + "displayName": "Flint", + "stackSize": 64 + }, + { + "id": 841, + "name": "porkchop", + "displayName": "Raw Porkchop", + "stackSize": 64 + }, + { + "id": 842, + "name": "cooked_porkchop", + "displayName": "Cooked Porkchop", + "stackSize": 64 + }, + { + "id": 843, + "name": "painting", + "displayName": "Painting", + "stackSize": 64 + }, + { + "id": 844, + "name": "golden_apple", + "displayName": "Golden Apple", + "stackSize": 64 + }, + { + "id": 845, + "name": "enchanted_golden_apple", + "displayName": "Enchanted Golden Apple", + "stackSize": 64 + }, + { + "id": 846, + "name": "oak_sign", + "displayName": "Oak Sign", + "stackSize": 16 + }, + { + "id": 847, + "name": "spruce_sign", + "displayName": "Spruce Sign", + "stackSize": 16 + }, + { + "id": 848, + "name": "birch_sign", + "displayName": "Birch Sign", + "stackSize": 16 + }, + { + "id": 849, + "name": "jungle_sign", + "displayName": "Jungle Sign", + "stackSize": 16 + }, + { + "id": 850, + "name": "acacia_sign", + "displayName": "Acacia Sign", + "stackSize": 16 + }, + { + "id": 851, + "name": "cherry_sign", + "displayName": "Cherry Sign", + "stackSize": 16 + }, + { + "id": 852, + "name": "dark_oak_sign", + "displayName": "Dark Oak Sign", + "stackSize": 16 + }, + { + "id": 853, + "name": "mangrove_sign", + "displayName": "Mangrove Sign", + "stackSize": 16 + }, + { + "id": 854, + "name": "bamboo_sign", + "displayName": "Bamboo Sign", + "stackSize": 16 + }, + { + "id": 855, + "name": "crimson_sign", + "displayName": "Crimson Sign", + "stackSize": 16 + }, + { + "id": 856, + "name": "warped_sign", + "displayName": "Warped Sign", + "stackSize": 16 + }, + { + "id": 857, + "name": "oak_hanging_sign", + "displayName": "Oak Hanging Sign", + "stackSize": 16 + }, + { + "id": 858, + "name": "spruce_hanging_sign", + "displayName": "Spruce Hanging Sign", + "stackSize": 16 + }, + { + "id": 859, + "name": "birch_hanging_sign", + "displayName": "Birch Hanging Sign", + "stackSize": 16 + }, + { + "id": 860, + "name": "jungle_hanging_sign", + "displayName": "Jungle Hanging Sign", + "stackSize": 16 + }, + { + "id": 861, + "name": "acacia_hanging_sign", + "displayName": "Acacia Hanging Sign", + "stackSize": 16 + }, + { + "id": 862, + "name": "cherry_hanging_sign", + "displayName": "Cherry Hanging Sign", + "stackSize": 16 + }, + { + "id": 863, + "name": "dark_oak_hanging_sign", + "displayName": "Dark Oak Hanging Sign", + "stackSize": 16 + }, + { + "id": 864, + "name": "mangrove_hanging_sign", + "displayName": "Mangrove Hanging Sign", + "stackSize": 16 + }, + { + "id": 865, + "name": "bamboo_hanging_sign", + "displayName": "Bamboo Hanging Sign", + "stackSize": 16 + }, + { + "id": 866, + "name": "crimson_hanging_sign", + "displayName": "Crimson Hanging Sign", + "stackSize": 16 + }, + { + "id": 867, + "name": "warped_hanging_sign", + "displayName": "Warped Hanging Sign", + "stackSize": 16 + }, + { + "id": 868, + "name": "bucket", + "displayName": "Bucket", + "stackSize": 16 + }, + { + "id": 869, + "name": "water_bucket", + "displayName": "Water Bucket", + "stackSize": 1 + }, + { + "id": 870, + "name": "lava_bucket", + "displayName": "Lava Bucket", + "stackSize": 1 + }, + { + "id": 871, + "name": "powder_snow_bucket", + "displayName": "Powder Snow Bucket", + "stackSize": 1 + }, + { + "id": 872, + "name": "snowball", + "displayName": "Snowball", + "stackSize": 16 + }, + { + "id": 873, + "name": "leather", + "displayName": "Leather", + "stackSize": 64 + }, + { + "id": 874, + "name": "milk_bucket", + "displayName": "Milk Bucket", + "stackSize": 1 + }, + { + "id": 875, + "name": "pufferfish_bucket", + "displayName": "Bucket of Pufferfish", + "stackSize": 1 + }, + { + "id": 876, + "name": "salmon_bucket", + "displayName": "Bucket of Salmon", + "stackSize": 1 + }, + { + "id": 877, + "name": "cod_bucket", + "displayName": "Bucket of Cod", + "stackSize": 1 + }, + { + "id": 878, + "name": "tropical_fish_bucket", + "displayName": "Bucket of Tropical Fish", + "stackSize": 1 + }, + { + "id": 879, + "name": "axolotl_bucket", + "displayName": "Bucket of Axolotl", + "stackSize": 1 + }, + { + "id": 880, + "name": "tadpole_bucket", + "displayName": "Bucket of Tadpole", + "stackSize": 1 + }, + { + "id": 881, + "name": "brick", + "displayName": "Brick", + "stackSize": 64 + }, + { + "id": 882, + "name": "clay_ball", + "displayName": "Clay Ball", + "stackSize": 64 + }, + { + "id": 883, + "name": "dried_kelp_block", + "displayName": "Dried Kelp Block", + "stackSize": 64 + }, + { + "id": 884, + "name": "paper", + "displayName": "Paper", + "stackSize": 64 + }, + { + "id": 885, + "name": "book", + "displayName": "Book", + "stackSize": 64 + }, + { + "id": 886, + "name": "slime_ball", + "displayName": "Slimeball", + "stackSize": 64 + }, + { + "id": 887, + "name": "egg", + "displayName": "Egg", + "stackSize": 16 + }, + { + "id": 888, + "name": "compass", + "displayName": "Compass", + "stackSize": 64, + "enchantCategories": [ + "vanishable" + ] + }, + { + "id": 889, + "name": "recovery_compass", + "displayName": "Recovery Compass", + "stackSize": 64 + }, + { + "id": 890, + "name": "bundle", + "displayName": "Bundle", + "stackSize": 1 + }, + { + "id": 891, + "name": "fishing_rod", + "displayName": "Fishing Rod", + "stackSize": 1, + "enchantCategories": [ + "fishing_rod", + "breakable", + "vanishable" + ], + "maxDurability": 64 + }, + { + "id": 892, + "name": "clock", + "displayName": "Clock", + "stackSize": 64 + }, + { + "id": 893, + "name": "spyglass", + "displayName": "Spyglass", + "stackSize": 1 + }, + { + "id": 894, + "name": "glowstone_dust", + "displayName": "Glowstone Dust", + "stackSize": 64 + }, + { + "id": 895, + "name": "cod", + "displayName": "Raw Cod", + "stackSize": 64 + }, + { + "id": 896, + "name": "salmon", + "displayName": "Raw Salmon", + "stackSize": 64 + }, + { + "id": 897, + "name": "tropical_fish", + "displayName": "Tropical Fish", + "stackSize": 64 + }, + { + "id": 898, + "name": "pufferfish", + "displayName": "Pufferfish", + "stackSize": 64 + }, + { + "id": 899, + "name": "cooked_cod", + "displayName": "Cooked Cod", + "stackSize": 64 + }, + { + "id": 900, + "name": "cooked_salmon", + "displayName": "Cooked Salmon", + "stackSize": 64 + }, + { + "id": 901, + "name": "ink_sac", + "displayName": "Ink Sac", + "stackSize": 64 + }, + { + "id": 902, + "name": "glow_ink_sac", + "displayName": "Glow Ink Sac", + "stackSize": 64 + }, + { + "id": 903, + "name": "cocoa_beans", + "displayName": "Cocoa Beans", + "stackSize": 64 + }, + { + "id": 904, + "name": "white_dye", + "displayName": "White Dye", + "stackSize": 64 + }, + { + "id": 905, + "name": "orange_dye", + "displayName": "Orange Dye", + "stackSize": 64 + }, + { + "id": 906, + "name": "magenta_dye", + "displayName": "Magenta Dye", + "stackSize": 64 + }, + { + "id": 907, + "name": "light_blue_dye", + "displayName": "Light Blue Dye", + "stackSize": 64 + }, + { + "id": 908, + "name": "yellow_dye", + "displayName": "Yellow Dye", + "stackSize": 64 + }, + { + "id": 909, + "name": "lime_dye", + "displayName": "Lime Dye", + "stackSize": 64 + }, + { + "id": 910, + "name": "pink_dye", + "displayName": "Pink Dye", + "stackSize": 64 + }, + { + "id": 911, + "name": "gray_dye", + "displayName": "Gray Dye", + "stackSize": 64 + }, + { + "id": 912, + "name": "light_gray_dye", + "displayName": "Light Gray Dye", + "stackSize": 64 + }, + { + "id": 913, + "name": "cyan_dye", + "displayName": "Cyan Dye", + "stackSize": 64 + }, + { + "id": 914, + "name": "purple_dye", + "displayName": "Purple Dye", + "stackSize": 64 + }, + { + "id": 915, + "name": "blue_dye", + "displayName": "Blue Dye", + "stackSize": 64 + }, + { + "id": 916, + "name": "brown_dye", + "displayName": "Brown Dye", + "stackSize": 64 + }, + { + "id": 917, + "name": "green_dye", + "displayName": "Green Dye", + "stackSize": 64 + }, + { + "id": 918, + "name": "red_dye", + "displayName": "Red Dye", + "stackSize": 64 + }, + { + "id": 919, + "name": "black_dye", + "displayName": "Black Dye", + "stackSize": 64 + }, + { + "id": 920, + "name": "bone_meal", + "displayName": "Bone Meal", + "stackSize": 64 + }, + { + "id": 921, + "name": "bone", + "displayName": "Bone", + "stackSize": 64 + }, + { + "id": 922, + "name": "sugar", + "displayName": "Sugar", + "stackSize": 64 + }, + { + "id": 923, + "name": "cake", + "displayName": "Cake", + "stackSize": 1 + }, + { + "id": 924, + "name": "white_bed", + "displayName": "White Bed", + "stackSize": 1 + }, + { + "id": 925, + "name": "orange_bed", + "displayName": "Orange Bed", + "stackSize": 1 + }, + { + "id": 926, + "name": "magenta_bed", + "displayName": "Magenta Bed", + "stackSize": 1 + }, + { + "id": 927, + "name": "light_blue_bed", + "displayName": "Light Blue Bed", + "stackSize": 1 + }, + { + "id": 928, + "name": "yellow_bed", + "displayName": "Yellow Bed", + "stackSize": 1 + }, + { + "id": 929, + "name": "lime_bed", + "displayName": "Lime Bed", + "stackSize": 1 + }, + { + "id": 930, + "name": "pink_bed", + "displayName": "Pink Bed", + "stackSize": 1 + }, + { + "id": 931, + "name": "gray_bed", + "displayName": "Gray Bed", + "stackSize": 1 + }, + { + "id": 932, + "name": "light_gray_bed", + "displayName": "Light Gray Bed", + "stackSize": 1 + }, + { + "id": 933, + "name": "cyan_bed", + "displayName": "Cyan Bed", + "stackSize": 1 + }, + { + "id": 934, + "name": "purple_bed", + "displayName": "Purple Bed", + "stackSize": 1 + }, + { + "id": 935, + "name": "blue_bed", + "displayName": "Blue Bed", + "stackSize": 1 + }, + { + "id": 936, + "name": "brown_bed", + "displayName": "Brown Bed", + "stackSize": 1 + }, + { + "id": 937, + "name": "green_bed", + "displayName": "Green Bed", + "stackSize": 1 + }, + { + "id": 938, + "name": "red_bed", + "displayName": "Red Bed", + "stackSize": 1 + }, + { + "id": 939, + "name": "black_bed", + "displayName": "Black Bed", + "stackSize": 1 + }, + { + "id": 940, + "name": "cookie", + "displayName": "Cookie", + "stackSize": 64 + }, + { + "id": 941, + "name": "filled_map", + "displayName": "Map", + "stackSize": 64 + }, + { + "id": 942, + "name": "shears", + "displayName": "Shears", + "stackSize": 1, + "enchantCategories": [ + "breakable", + "vanishable" + ], + "maxDurability": 238 + }, + { + "id": 943, + "name": "melon_slice", + "displayName": "Melon Slice", + "stackSize": 64 + }, + { + "id": 944, + "name": "dried_kelp", + "displayName": "Dried Kelp", + "stackSize": 64 + }, + { + "id": 945, + "name": "pumpkin_seeds", + "displayName": "Pumpkin Seeds", + "stackSize": 64 + }, + { + "id": 946, + "name": "melon_seeds", + "displayName": "Melon Seeds", + "stackSize": 64 + }, + { + "id": 947, + "name": "beef", + "displayName": "Raw Beef", + "stackSize": 64 + }, + { + "id": 948, + "name": "cooked_beef", + "displayName": "Steak", + "stackSize": 64 + }, + { + "id": 949, + "name": "chicken", + "displayName": "Raw Chicken", + "stackSize": 64 + }, + { + "id": 950, + "name": "cooked_chicken", + "displayName": "Cooked Chicken", + "stackSize": 64 + }, + { + "id": 951, + "name": "rotten_flesh", + "displayName": "Rotten Flesh", + "stackSize": 64 + }, + { + "id": 952, + "name": "ender_pearl", + "displayName": "Ender Pearl", + "stackSize": 16 + }, + { + "id": 953, + "name": "blaze_rod", + "displayName": "Blaze Rod", + "stackSize": 64 + }, + { + "id": 954, + "name": "ghast_tear", + "displayName": "Ghast Tear", + "stackSize": 64 + }, + { + "id": 955, + "name": "gold_nugget", + "displayName": "Gold Nugget", + "stackSize": 64 + }, + { + "id": 956, + "name": "nether_wart", + "displayName": "Nether Wart", + "stackSize": 64 + }, + { + "id": 957, + "name": "potion", + "displayName": "Potion", + "stackSize": 1 + }, + { + "id": 958, + "name": "glass_bottle", + "displayName": "Glass Bottle", + "stackSize": 64 + }, + { + "id": 959, + "name": "spider_eye", + "displayName": "Spider Eye", + "stackSize": 64 + }, + { + "id": 960, + "name": "fermented_spider_eye", + "displayName": "Fermented Spider Eye", + "stackSize": 64 + }, + { + "id": 961, + "name": "blaze_powder", + "displayName": "Blaze Powder", + "stackSize": 64 + }, + { + "id": 962, + "name": "magma_cream", + "displayName": "Magma Cream", + "stackSize": 64 + }, + { + "id": 963, + "name": "brewing_stand", + "displayName": "Brewing Stand", + "stackSize": 64 + }, + { + "id": 964, + "name": "cauldron", + "displayName": "Cauldron", + "stackSize": 64 + }, + { + "id": 965, + "name": "ender_eye", + "displayName": "Eye of Ender", + "stackSize": 64 + }, + { + "id": 966, + "name": "glistering_melon_slice", + "displayName": "Glistering Melon Slice", + "stackSize": 64 + }, + { + "id": 967, + "name": "allay_spawn_egg", + "displayName": "Allay Spawn Egg", + "stackSize": 64 + }, + { + "id": 968, + "name": "axolotl_spawn_egg", + "displayName": "Axolotl Spawn Egg", + "stackSize": 64 + }, + { + "id": 969, + "name": "bat_spawn_egg", + "displayName": "Bat Spawn Egg", + "stackSize": 64 + }, + { + "id": 970, + "name": "bee_spawn_egg", + "displayName": "Bee Spawn Egg", + "stackSize": 64 + }, + { + "id": 971, + "name": "blaze_spawn_egg", + "displayName": "Blaze Spawn Egg", + "stackSize": 64 + }, + { + "id": 972, + "name": "cat_spawn_egg", + "displayName": "Cat Spawn Egg", + "stackSize": 64 + }, + { + "id": 973, + "name": "camel_spawn_egg", + "displayName": "Camel Spawn Egg", + "stackSize": 64 + }, + { + "id": 974, + "name": "cave_spider_spawn_egg", + "displayName": "Cave Spider Spawn Egg", + "stackSize": 64 + }, + { + "id": 975, + "name": "chicken_spawn_egg", + "displayName": "Chicken Spawn Egg", + "stackSize": 64 + }, + { + "id": 976, + "name": "cod_spawn_egg", + "displayName": "Cod Spawn Egg", + "stackSize": 64 + }, + { + "id": 977, + "name": "cow_spawn_egg", + "displayName": "Cow Spawn Egg", + "stackSize": 64 + }, + { + "id": 978, + "name": "creeper_spawn_egg", + "displayName": "Creeper Spawn Egg", + "stackSize": 64 + }, + { + "id": 979, + "name": "dolphin_spawn_egg", + "displayName": "Dolphin Spawn Egg", + "stackSize": 64 + }, + { + "id": 980, + "name": "donkey_spawn_egg", + "displayName": "Donkey Spawn Egg", + "stackSize": 64 + }, + { + "id": 981, + "name": "drowned_spawn_egg", + "displayName": "Drowned Spawn Egg", + "stackSize": 64 + }, + { + "id": 982, + "name": "elder_guardian_spawn_egg", + "displayName": "Elder Guardian Spawn Egg", + "stackSize": 64 + }, + { + "id": 983, + "name": "ender_dragon_spawn_egg", + "displayName": "Ender Dragon Spawn Egg", + "stackSize": 64 + }, + { + "id": 984, + "name": "enderman_spawn_egg", + "displayName": "Enderman Spawn Egg", + "stackSize": 64 + }, + { + "id": 985, + "name": "endermite_spawn_egg", + "displayName": "Endermite Spawn Egg", + "stackSize": 64 + }, + { + "id": 986, + "name": "evoker_spawn_egg", + "displayName": "Evoker Spawn Egg", + "stackSize": 64 + }, + { + "id": 987, + "name": "fox_spawn_egg", + "displayName": "Fox Spawn Egg", + "stackSize": 64 + }, + { + "id": 988, + "name": "frog_spawn_egg", + "displayName": "Frog Spawn Egg", + "stackSize": 64 + }, + { + "id": 989, + "name": "ghast_spawn_egg", + "displayName": "Ghast Spawn Egg", + "stackSize": 64 + }, + { + "id": 990, + "name": "glow_squid_spawn_egg", + "displayName": "Glow Squid Spawn Egg", + "stackSize": 64 + }, + { + "id": 991, + "name": "goat_spawn_egg", + "displayName": "Goat Spawn Egg", + "stackSize": 64 + }, + { + "id": 992, + "name": "guardian_spawn_egg", + "displayName": "Guardian Spawn Egg", + "stackSize": 64 + }, + { + "id": 993, + "name": "hoglin_spawn_egg", + "displayName": "Hoglin Spawn Egg", + "stackSize": 64 + }, + { + "id": 994, + "name": "horse_spawn_egg", + "displayName": "Horse Spawn Egg", + "stackSize": 64 + }, + { + "id": 995, + "name": "husk_spawn_egg", + "displayName": "Husk Spawn Egg", + "stackSize": 64 + }, + { + "id": 996, + "name": "iron_golem_spawn_egg", + "displayName": "Iron Golem Spawn Egg", + "stackSize": 64 + }, + { + "id": 997, + "name": "llama_spawn_egg", + "displayName": "Llama Spawn Egg", + "stackSize": 64 + }, + { + "id": 998, + "name": "magma_cube_spawn_egg", + "displayName": "Magma Cube Spawn Egg", + "stackSize": 64 + }, + { + "id": 999, + "name": "mooshroom_spawn_egg", + "displayName": "Mooshroom Spawn Egg", + "stackSize": 64 + }, + { + "id": 1000, + "name": "mule_spawn_egg", + "displayName": "Mule Spawn Egg", + "stackSize": 64 + }, + { + "id": 1001, + "name": "ocelot_spawn_egg", + "displayName": "Ocelot Spawn Egg", + "stackSize": 64 + }, + { + "id": 1002, + "name": "panda_spawn_egg", + "displayName": "Panda Spawn Egg", + "stackSize": 64 + }, + { + "id": 1003, + "name": "parrot_spawn_egg", + "displayName": "Parrot Spawn Egg", + "stackSize": 64 + }, + { + "id": 1004, + "name": "phantom_spawn_egg", + "displayName": "Phantom Spawn Egg", + "stackSize": 64 + }, + { + "id": 1005, + "name": "pig_spawn_egg", + "displayName": "Pig Spawn Egg", + "stackSize": 64 + }, + { + "id": 1006, + "name": "piglin_spawn_egg", + "displayName": "Piglin Spawn Egg", + "stackSize": 64 + }, + { + "id": 1007, + "name": "piglin_brute_spawn_egg", + "displayName": "Piglin Brute Spawn Egg", + "stackSize": 64 + }, + { + "id": 1008, + "name": "pillager_spawn_egg", + "displayName": "Pillager Spawn Egg", + "stackSize": 64 + }, + { + "id": 1009, + "name": "polar_bear_spawn_egg", + "displayName": "Polar Bear Spawn Egg", + "stackSize": 64 + }, + { + "id": 1010, + "name": "pufferfish_spawn_egg", + "displayName": "Pufferfish Spawn Egg", + "stackSize": 64 + }, + { + "id": 1011, + "name": "rabbit_spawn_egg", + "displayName": "Rabbit Spawn Egg", + "stackSize": 64 + }, + { + "id": 1012, + "name": "ravager_spawn_egg", + "displayName": "Ravager Spawn Egg", + "stackSize": 64 + }, + { + "id": 1013, + "name": "salmon_spawn_egg", + "displayName": "Salmon Spawn Egg", + "stackSize": 64 + }, + { + "id": 1014, + "name": "sheep_spawn_egg", + "displayName": "Sheep Spawn Egg", + "stackSize": 64 + }, + { + "id": 1015, + "name": "shulker_spawn_egg", + "displayName": "Shulker Spawn Egg", + "stackSize": 64 + }, + { + "id": 1016, + "name": "silverfish_spawn_egg", + "displayName": "Silverfish Spawn Egg", + "stackSize": 64 + }, + { + "id": 1017, + "name": "skeleton_spawn_egg", + "displayName": "Skeleton Spawn Egg", + "stackSize": 64 + }, + { + "id": 1018, + "name": "skeleton_horse_spawn_egg", + "displayName": "Skeleton Horse Spawn Egg", + "stackSize": 64 + }, + { + "id": 1019, + "name": "slime_spawn_egg", + "displayName": "Slime Spawn Egg", + "stackSize": 64 + }, + { + "id": 1020, + "name": "sniffer_spawn_egg", + "displayName": "Sniffer Spawn Egg", + "stackSize": 64 + }, + { + "id": 1021, + "name": "snow_golem_spawn_egg", + "displayName": "Snow Golem Spawn Egg", + "stackSize": 64 + }, + { + "id": 1022, + "name": "spider_spawn_egg", + "displayName": "Spider Spawn Egg", + "stackSize": 64 + }, + { + "id": 1023, + "name": "squid_spawn_egg", + "displayName": "Squid Spawn Egg", + "stackSize": 64 + }, + { + "id": 1024, + "name": "stray_spawn_egg", + "displayName": "Stray Spawn Egg", + "stackSize": 64 + }, + { + "id": 1025, + "name": "strider_spawn_egg", + "displayName": "Strider Spawn Egg", + "stackSize": 64 + }, + { + "id": 1026, + "name": "tadpole_spawn_egg", + "displayName": "Tadpole Spawn Egg", + "stackSize": 64 + }, + { + "id": 1027, + "name": "trader_llama_spawn_egg", + "displayName": "Trader Llama Spawn Egg", + "stackSize": 64 + }, + { + "id": 1028, + "name": "tropical_fish_spawn_egg", + "displayName": "Tropical Fish Spawn Egg", + "stackSize": 64 + }, + { + "id": 1029, + "name": "turtle_spawn_egg", + "displayName": "Turtle Spawn Egg", + "stackSize": 64 + }, + { + "id": 1030, + "name": "vex_spawn_egg", + "displayName": "Vex Spawn Egg", + "stackSize": 64 + }, + { + "id": 1031, + "name": "villager_spawn_egg", + "displayName": "Villager Spawn Egg", + "stackSize": 64 + }, + { + "id": 1032, + "name": "vindicator_spawn_egg", + "displayName": "Vindicator Spawn Egg", + "stackSize": 64 + }, + { + "id": 1033, + "name": "wandering_trader_spawn_egg", + "displayName": "Wandering Trader Spawn Egg", + "stackSize": 64 + }, + { + "id": 1034, + "name": "warden_spawn_egg", + "displayName": "Warden Spawn Egg", + "stackSize": 64 + }, + { + "id": 1035, + "name": "witch_spawn_egg", + "displayName": "Witch Spawn Egg", + "stackSize": 64 + }, + { + "id": 1036, + "name": "wither_spawn_egg", + "displayName": "Wither Spawn Egg", + "stackSize": 64 + }, + { + "id": 1037, + "name": "wither_skeleton_spawn_egg", + "displayName": "Wither Skeleton Spawn Egg", + "stackSize": 64 + }, + { + "id": 1038, + "name": "wolf_spawn_egg", + "displayName": "Wolf Spawn Egg", + "stackSize": 64 + }, + { + "id": 1039, + "name": "zoglin_spawn_egg", + "displayName": "Zoglin Spawn Egg", + "stackSize": 64 + }, + { + "id": 1040, + "name": "zombie_spawn_egg", + "displayName": "Zombie Spawn Egg", + "stackSize": 64 + }, + { + "id": 1041, + "name": "zombie_horse_spawn_egg", + "displayName": "Zombie Horse Spawn Egg", + "stackSize": 64 + }, + { + "id": 1042, + "name": "zombie_villager_spawn_egg", + "displayName": "Zombie Villager Spawn Egg", + "stackSize": 64 + }, + { + "id": 1043, + "name": "zombified_piglin_spawn_egg", + "displayName": "Zombified Piglin Spawn Egg", + "stackSize": 64 + }, + { + "id": 1044, + "name": "experience_bottle", + "displayName": "Bottle o' Enchanting", + "stackSize": 64 + }, + { + "id": 1045, + "name": "fire_charge", + "displayName": "Fire Charge", + "stackSize": 64 + }, + { + "id": 1046, + "name": "writable_book", + "displayName": "Book and Quill", + "stackSize": 1 + }, + { + "id": 1047, + "name": "written_book", + "displayName": "Written Book", + "stackSize": 16 + }, + { + "id": 1048, + "name": "item_frame", + "displayName": "Item Frame", + "stackSize": 64 + }, + { + "id": 1049, + "name": "glow_item_frame", + "displayName": "Glow Item Frame", + "stackSize": 64 + }, + { + "id": 1050, + "name": "flower_pot", + "displayName": "Flower Pot", + "stackSize": 64 + }, + { + "id": 1051, + "name": "carrot", + "displayName": "Carrot", + "stackSize": 64 + }, + { + "id": 1052, + "name": "potato", + "displayName": "Potato", + "stackSize": 64 + }, + { + "id": 1053, + "name": "baked_potato", + "displayName": "Baked Potato", + "stackSize": 64 + }, + { + "id": 1054, + "name": "poisonous_potato", + "displayName": "Poisonous Potato", + "stackSize": 64 + }, + { + "id": 1055, + "name": "map", + "displayName": "Empty Map", + "stackSize": 64 + }, + { + "id": 1056, + "name": "golden_carrot", + "displayName": "Golden Carrot", + "stackSize": 64 + }, + { + "id": 1057, + "name": "skeleton_skull", + "displayName": "Skeleton Skull", + "stackSize": 64, + "enchantCategories": [ + "wearable", + "vanishable" + ] + }, + { + "id": 1058, + "name": "wither_skeleton_skull", + "displayName": "Wither Skeleton Skull", + "stackSize": 64, + "enchantCategories": [ + "wearable", + "vanishable" + ] + }, + { + "id": 1059, + "name": "player_head", + "displayName": "Player Head", + "stackSize": 64, + "enchantCategories": [ + "wearable", + "vanishable" + ] + }, + { + "id": 1060, + "name": "zombie_head", + "displayName": "Zombie Head", + "stackSize": 64, + "enchantCategories": [ + "wearable", + "vanishable" + ] + }, + { + "id": 1061, + "name": "creeper_head", + "displayName": "Creeper Head", + "stackSize": 64, + "enchantCategories": [ + "wearable", + "vanishable" + ] + }, + { + "id": 1062, + "name": "dragon_head", + "displayName": "Dragon Head", + "stackSize": 64, + "enchantCategories": [ + "wearable", + "vanishable" + ] + }, + { + "id": 1063, + "name": "piglin_head", + "displayName": "Piglin Head", + "stackSize": 64, + "enchantCategories": [ + "wearable", + "vanishable" + ] + }, + { + "id": 1064, + "name": "nether_star", + "displayName": "Nether Star", + "stackSize": 64 + }, + { + "id": 1065, + "name": "pumpkin_pie", + "displayName": "Pumpkin Pie", + "stackSize": 64 + }, + { + "id": 1066, + "name": "firework_rocket", + "displayName": "Firework Rocket", + "stackSize": 64 + }, + { + "id": 1067, + "name": "firework_star", + "displayName": "Firework Star", + "stackSize": 64 + }, + { + "id": 1068, + "name": "enchanted_book", + "displayName": "Enchanted Book", + "stackSize": 1 + }, + { + "id": 1069, + "name": "nether_brick", + "displayName": "Nether Brick", + "stackSize": 64 + }, + { + "id": 1070, + "name": "prismarine_shard", + "displayName": "Prismarine Shard", + "stackSize": 64 + }, + { + "id": 1071, + "name": "prismarine_crystals", + "displayName": "Prismarine Crystals", + "stackSize": 64 + }, + { + "id": 1072, + "name": "rabbit", + "displayName": "Raw Rabbit", + "stackSize": 64 + }, + { + "id": 1073, + "name": "cooked_rabbit", + "displayName": "Cooked Rabbit", + "stackSize": 64 + }, + { + "id": 1074, + "name": "rabbit_stew", + "displayName": "Rabbit Stew", + "stackSize": 1 + }, + { + "id": 1075, + "name": "rabbit_foot", + "displayName": "Rabbit's Foot", + "stackSize": 64 + }, + { + "id": 1076, + "name": "rabbit_hide", + "displayName": "Rabbit Hide", + "stackSize": 64 + }, + { + "id": 1077, + "name": "armor_stand", + "displayName": "Armor Stand", + "stackSize": 16 + }, + { + "id": 1078, + "name": "iron_horse_armor", + "displayName": "Iron Horse Armor", + "stackSize": 1 + }, + { + "id": 1079, + "name": "golden_horse_armor", + "displayName": "Golden Horse Armor", + "stackSize": 1 + }, + { + "id": 1080, + "name": "diamond_horse_armor", + "displayName": "Diamond Horse Armor", + "stackSize": 1 + }, + { + "id": 1081, + "name": "leather_horse_armor", + "displayName": "Leather Horse Armor", + "stackSize": 1 + }, + { + "id": 1082, + "name": "lead", + "displayName": "Lead", + "stackSize": 64 + }, + { + "id": 1083, + "name": "name_tag", + "displayName": "Name Tag", + "stackSize": 64 + }, + { + "id": 1084, + "name": "command_block_minecart", + "displayName": "Minecart with Command Block", + "stackSize": 1 + }, + { + "id": 1085, + "name": "mutton", + "displayName": "Raw Mutton", + "stackSize": 64 + }, + { + "id": 1086, + "name": "cooked_mutton", + "displayName": "Cooked Mutton", + "stackSize": 64 + }, + { + "id": 1087, + "name": "white_banner", + "displayName": "White Banner", + "stackSize": 16 + }, + { + "id": 1088, + "name": "orange_banner", + "displayName": "Orange Banner", + "stackSize": 16 + }, + { + "id": 1089, + "name": "magenta_banner", + "displayName": "Magenta Banner", + "stackSize": 16 + }, + { + "id": 1090, + "name": "light_blue_banner", + "displayName": "Light Blue Banner", + "stackSize": 16 + }, + { + "id": 1091, + "name": "yellow_banner", + "displayName": "Yellow Banner", + "stackSize": 16 + }, + { + "id": 1092, + "name": "lime_banner", + "displayName": "Lime Banner", + "stackSize": 16 + }, + { + "id": 1093, + "name": "pink_banner", + "displayName": "Pink Banner", + "stackSize": 16 + }, + { + "id": 1094, + "name": "gray_banner", + "displayName": "Gray Banner", + "stackSize": 16 + }, + { + "id": 1095, + "name": "light_gray_banner", + "displayName": "Light Gray Banner", + "stackSize": 16 + }, + { + "id": 1096, + "name": "cyan_banner", + "displayName": "Cyan Banner", + "stackSize": 16 + }, + { + "id": 1097, + "name": "purple_banner", + "displayName": "Purple Banner", + "stackSize": 16 + }, + { + "id": 1098, + "name": "blue_banner", + "displayName": "Blue Banner", + "stackSize": 16 + }, + { + "id": 1099, + "name": "brown_banner", + "displayName": "Brown Banner", + "stackSize": 16 + }, + { + "id": 1100, + "name": "green_banner", + "displayName": "Green Banner", + "stackSize": 16 + }, + { + "id": 1101, + "name": "red_banner", + "displayName": "Red Banner", + "stackSize": 16 + }, + { + "id": 1102, + "name": "black_banner", + "displayName": "Black Banner", + "stackSize": 16 + }, + { + "id": 1103, + "name": "end_crystal", + "displayName": "End Crystal", + "stackSize": 64 + }, + { + "id": 1104, + "name": "chorus_fruit", + "displayName": "Chorus Fruit", + "stackSize": 64 + }, + { + "id": 1105, + "name": "popped_chorus_fruit", + "displayName": "Popped Chorus Fruit", + "stackSize": 64 + }, + { + "id": 1106, + "name": "torchflower_seeds", + "displayName": "Torchflower Seeds", + "stackSize": 64 + }, + { + "id": 1107, + "name": "pitcher_pod", + "displayName": "Pitcher Pod", + "stackSize": 64 + }, + { + "id": 1108, + "name": "beetroot", + "displayName": "Beetroot", + "stackSize": 64 + }, + { + "id": 1109, + "name": "beetroot_seeds", + "displayName": "Beetroot Seeds", + "stackSize": 64 + }, + { + "id": 1110, + "name": "beetroot_soup", + "displayName": "Beetroot Soup", + "stackSize": 1 + }, + { + "id": 1111, + "name": "dragon_breath", + "displayName": "Dragon's Breath", + "stackSize": 64 + }, + { + "id": 1112, + "name": "splash_potion", + "displayName": "Splash Potion", + "stackSize": 1 + }, + { + "id": 1113, + "name": "spectral_arrow", + "displayName": "Spectral Arrow", + "stackSize": 64 + }, + { + "id": 1114, + "name": "tipped_arrow", + "displayName": "Tipped Arrow", + "stackSize": 64 + }, + { + "id": 1115, + "name": "lingering_potion", + "displayName": "Lingering Potion", + "stackSize": 1 + }, + { + "id": 1116, + "name": "shield", + "displayName": "Shield", + "stackSize": 1, + "enchantCategories": [ + "breakable", + "wearable", + "vanishable" + ], + "repairWith": [ + "oak_planks", + "spruce_planks", + "birch_planks", + "jungle_planks", + "acacia_planks", + "cherry_planks", + "dark_oak_planks", + "mangrove_planks", + "bamboo_planks", + "crimson_planks", + "warped_planks" + ], + "maxDurability": 336 + }, + { + "id": 1117, + "name": "totem_of_undying", + "displayName": "Totem of Undying", + "stackSize": 1 + }, + { + "id": 1118, + "name": "shulker_shell", + "displayName": "Shulker Shell", + "stackSize": 64 + }, + { + "id": 1119, + "name": "iron_nugget", + "displayName": "Iron Nugget", + "stackSize": 64 + }, + { + "id": 1120, + "name": "knowledge_book", + "displayName": "Knowledge Book", + "stackSize": 1 + }, + { + "id": 1121, + "name": "debug_stick", + "displayName": "Debug Stick", + "stackSize": 1 + }, + { + "id": 1122, + "name": "music_disc_13", + "displayName": "Music Disc", + "stackSize": 1 + }, + { + "id": 1123, + "name": "music_disc_cat", + "displayName": "Music Disc", + "stackSize": 1 + }, + { + "id": 1124, + "name": "music_disc_blocks", + "displayName": "Music Disc", + "stackSize": 1 + }, + { + "id": 1125, + "name": "music_disc_chirp", + "displayName": "Music Disc", + "stackSize": 1 + }, + { + "id": 1126, + "name": "music_disc_far", + "displayName": "Music Disc", + "stackSize": 1 + }, + { + "id": 1127, + "name": "music_disc_mall", + "displayName": "Music Disc", + "stackSize": 1 + }, + { + "id": 1128, + "name": "music_disc_mellohi", + "displayName": "Music Disc", + "stackSize": 1 + }, + { + "id": 1129, + "name": "music_disc_stal", + "displayName": "Music Disc", + "stackSize": 1 + }, + { + "id": 1130, + "name": "music_disc_strad", + "displayName": "Music Disc", + "stackSize": 1 + }, + { + "id": 1131, + "name": "music_disc_ward", + "displayName": "Music Disc", + "stackSize": 1 + }, + { + "id": 1132, + "name": "music_disc_11", + "displayName": "Music Disc", + "stackSize": 1 + }, + { + "id": 1133, + "name": "music_disc_wait", + "displayName": "Music Disc", + "stackSize": 1 + }, + { + "id": 1134, + "name": "music_disc_otherside", + "displayName": "Music Disc", + "stackSize": 1 + }, + { + "id": 1135, + "name": "music_disc_relic", + "displayName": "Music Disc", + "stackSize": 1 + }, + { + "id": 1136, + "name": "music_disc_5", + "displayName": "Music Disc", + "stackSize": 1 + }, + { + "id": 1137, + "name": "music_disc_pigstep", + "displayName": "Music Disc", + "stackSize": 1 + }, + { + "id": 1138, + "name": "disc_fragment_5", + "displayName": "Disc Fragment", + "stackSize": 64 + }, + { + "id": 1139, + "name": "trident", + "displayName": "Trident", + "stackSize": 1, + "enchantCategories": [ + "trident", + "breakable", + "vanishable" + ], + "maxDurability": 250 + }, + { + "id": 1140, + "name": "phantom_membrane", + "displayName": "Phantom Membrane", + "stackSize": 64 + }, + { + "id": 1141, + "name": "nautilus_shell", + "displayName": "Nautilus Shell", + "stackSize": 64 + }, + { + "id": 1142, + "name": "heart_of_the_sea", + "displayName": "Heart of the Sea", + "stackSize": 64 + }, + { + "id": 1143, + "name": "crossbow", + "displayName": "Crossbow", + "stackSize": 1, + "enchantCategories": [ + "breakable", + "crossbow", + "vanishable" + ], + "maxDurability": 465 + }, + { + "id": 1144, + "name": "suspicious_stew", + "displayName": "Suspicious Stew", + "stackSize": 1 + }, + { + "id": 1145, + "name": "loom", + "displayName": "Loom", + "stackSize": 64 + }, + { + "id": 1146, + "name": "flower_banner_pattern", + "displayName": "Banner Pattern", + "stackSize": 1 + }, + { + "id": 1147, + "name": "creeper_banner_pattern", + "displayName": "Banner Pattern", + "stackSize": 1 + }, + { + "id": 1148, + "name": "skull_banner_pattern", + "displayName": "Banner Pattern", + "stackSize": 1 + }, + { + "id": 1149, + "name": "mojang_banner_pattern", + "displayName": "Banner Pattern", + "stackSize": 1 + }, + { + "id": 1150, + "name": "globe_banner_pattern", + "displayName": "Banner Pattern", + "stackSize": 1 + }, + { + "id": 1151, + "name": "piglin_banner_pattern", + "displayName": "Banner Pattern", + "stackSize": 1 + }, + { + "id": 1152, + "name": "goat_horn", + "displayName": "Goat Horn", + "stackSize": 1 + }, + { + "id": 1153, + "name": "composter", + "displayName": "Composter", + "stackSize": 64 + }, + { + "id": 1154, + "name": "barrel", + "displayName": "Barrel", + "stackSize": 64 + }, + { + "id": 1155, + "name": "smoker", + "displayName": "Smoker", + "stackSize": 64 + }, + { + "id": 1156, + "name": "blast_furnace", + "displayName": "Blast Furnace", + "stackSize": 64 + }, + { + "id": 1157, + "name": "cartography_table", + "displayName": "Cartography Table", + "stackSize": 64 + }, + { + "id": 1158, + "name": "fletching_table", + "displayName": "Fletching Table", + "stackSize": 64 + }, + { + "id": 1159, + "name": "grindstone", + "displayName": "Grindstone", + "stackSize": 64 + }, + { + "id": 1160, + "name": "smithing_table", + "displayName": "Smithing Table", + "stackSize": 64 + }, + { + "id": 1161, + "name": "stonecutter", + "displayName": "Stonecutter", + "stackSize": 64 + }, + { + "id": 1162, + "name": "bell", + "displayName": "Bell", + "stackSize": 64 + }, + { + "id": 1163, + "name": "lantern", + "displayName": "Lantern", + "stackSize": 64 + }, + { + "id": 1164, + "name": "soul_lantern", + "displayName": "Soul Lantern", + "stackSize": 64 + }, + { + "id": 1165, + "name": "sweet_berries", + "displayName": "Sweet Berries", + "stackSize": 64 + }, + { + "id": 1166, + "name": "glow_berries", + "displayName": "Glow Berries", + "stackSize": 64 + }, + { + "id": 1167, + "name": "campfire", + "displayName": "Campfire", + "stackSize": 64 + }, + { + "id": 1168, + "name": "soul_campfire", + "displayName": "Soul Campfire", + "stackSize": 64 + }, + { + "id": 1169, + "name": "shroomlight", + "displayName": "Shroomlight", + "stackSize": 64 + }, + { + "id": 1170, + "name": "honeycomb", + "displayName": "Honeycomb", + "stackSize": 64 + }, + { + "id": 1171, + "name": "bee_nest", + "displayName": "Bee Nest", + "stackSize": 64 + }, + { + "id": 1172, + "name": "beehive", + "displayName": "Beehive", + "stackSize": 64 + }, + { + "id": 1173, + "name": "honey_bottle", + "displayName": "Honey Bottle", + "stackSize": 16 + }, + { + "id": 1174, + "name": "honeycomb_block", + "displayName": "Honeycomb Block", + "stackSize": 64 + }, + { + "id": 1175, + "name": "lodestone", + "displayName": "Lodestone", + "stackSize": 64 + }, + { + "id": 1176, + "name": "crying_obsidian", + "displayName": "Crying Obsidian", + "stackSize": 64 + }, + { + "id": 1177, + "name": "blackstone", + "displayName": "Blackstone", + "stackSize": 64 + }, + { + "id": 1178, + "name": "blackstone_slab", + "displayName": "Blackstone Slab", + "stackSize": 64 + }, + { + "id": 1179, + "name": "blackstone_stairs", + "displayName": "Blackstone Stairs", + "stackSize": 64 + }, + { + "id": 1180, + "name": "gilded_blackstone", + "displayName": "Gilded Blackstone", + "stackSize": 64 + }, + { + "id": 1181, + "name": "polished_blackstone", + "displayName": "Polished Blackstone", + "stackSize": 64 + }, + { + "id": 1182, + "name": "polished_blackstone_slab", + "displayName": "Polished Blackstone Slab", + "stackSize": 64 + }, + { + "id": 1183, + "name": "polished_blackstone_stairs", + "displayName": "Polished Blackstone Stairs", + "stackSize": 64 + }, + { + "id": 1184, + "name": "chiseled_polished_blackstone", + "displayName": "Chiseled Polished Blackstone", + "stackSize": 64 + }, + { + "id": 1185, + "name": "polished_blackstone_bricks", + "displayName": "Polished Blackstone Bricks", + "stackSize": 64 + }, + { + "id": 1186, + "name": "polished_blackstone_brick_slab", + "displayName": "Polished Blackstone Brick Slab", + "stackSize": 64 + }, + { + "id": 1187, + "name": "polished_blackstone_brick_stairs", + "displayName": "Polished Blackstone Brick Stairs", + "stackSize": 64 + }, + { + "id": 1188, + "name": "cracked_polished_blackstone_bricks", + "displayName": "Cracked Polished Blackstone Bricks", + "stackSize": 64 + }, + { + "id": 1189, + "name": "respawn_anchor", + "displayName": "Respawn Anchor", + "stackSize": 64 + }, + { + "id": 1190, + "name": "candle", + "displayName": "Candle", + "stackSize": 64 + }, + { + "id": 1191, + "name": "white_candle", + "displayName": "White Candle", + "stackSize": 64 + }, + { + "id": 1192, + "name": "orange_candle", + "displayName": "Orange Candle", + "stackSize": 64 + }, + { + "id": 1193, + "name": "magenta_candle", + "displayName": "Magenta Candle", + "stackSize": 64 + }, + { + "id": 1194, + "name": "light_blue_candle", + "displayName": "Light Blue Candle", + "stackSize": 64 + }, + { + "id": 1195, + "name": "yellow_candle", + "displayName": "Yellow Candle", + "stackSize": 64 + }, + { + "id": 1196, + "name": "lime_candle", + "displayName": "Lime Candle", + "stackSize": 64 + }, + { + "id": 1197, + "name": "pink_candle", + "displayName": "Pink Candle", + "stackSize": 64 + }, + { + "id": 1198, + "name": "gray_candle", + "displayName": "Gray Candle", + "stackSize": 64 + }, + { + "id": 1199, + "name": "light_gray_candle", + "displayName": "Light Gray Candle", + "stackSize": 64 + }, + { + "id": 1200, + "name": "cyan_candle", + "displayName": "Cyan Candle", + "stackSize": 64 + }, + { + "id": 1201, + "name": "purple_candle", + "displayName": "Purple Candle", + "stackSize": 64 + }, + { + "id": 1202, + "name": "blue_candle", + "displayName": "Blue Candle", + "stackSize": 64 + }, + { + "id": 1203, + "name": "brown_candle", + "displayName": "Brown Candle", + "stackSize": 64 + }, + { + "id": 1204, + "name": "green_candle", + "displayName": "Green Candle", + "stackSize": 64 + }, + { + "id": 1205, + "name": "red_candle", + "displayName": "Red Candle", + "stackSize": 64 + }, + { + "id": 1206, + "name": "black_candle", + "displayName": "Black Candle", + "stackSize": 64 + }, + { + "id": 1207, + "name": "small_amethyst_bud", + "displayName": "Small Amethyst Bud", + "stackSize": 64 + }, + { + "id": 1208, + "name": "medium_amethyst_bud", + "displayName": "Medium Amethyst Bud", + "stackSize": 64 + }, + { + "id": 1209, + "name": "large_amethyst_bud", + "displayName": "Large Amethyst Bud", + "stackSize": 64 + }, + { + "id": 1210, + "name": "amethyst_cluster", + "displayName": "Amethyst Cluster", + "stackSize": 64 + }, + { + "id": 1211, + "name": "pointed_dripstone", + "displayName": "Pointed Dripstone", + "stackSize": 64 + }, + { + "id": 1212, + "name": "ochre_froglight", + "displayName": "Ochre Froglight", + "stackSize": 64 + }, + { + "id": 1213, + "name": "verdant_froglight", + "displayName": "Verdant Froglight", + "stackSize": 64 + }, + { + "id": 1214, + "name": "pearlescent_froglight", + "displayName": "Pearlescent Froglight", + "stackSize": 64 + }, + { + "id": 1215, + "name": "frogspawn", + "displayName": "Frogspawn", + "stackSize": 64 + }, + { + "id": 1216, + "name": "echo_shard", + "displayName": "Echo Shard", + "stackSize": 64 + }, + { + "id": 1217, + "name": "brush", + "displayName": "Brush", + "stackSize": 1, + "enchantCategories": [ + "breakable", + "vanishable" + ], + "maxDurability": 64 + }, + { + "id": 1218, + "name": "netherite_upgrade_smithing_template", + "displayName": "Smithing Template", + "stackSize": 64 + }, + { + "id": 1219, + "name": "sentry_armor_trim_smithing_template", + "displayName": "Smithing Template", + "stackSize": 64 + }, + { + "id": 1220, + "name": "dune_armor_trim_smithing_template", + "displayName": "Smithing Template", + "stackSize": 64 + }, + { + "id": 1221, + "name": "coast_armor_trim_smithing_template", + "displayName": "Smithing Template", + "stackSize": 64 + }, + { + "id": 1222, + "name": "wild_armor_trim_smithing_template", + "displayName": "Smithing Template", + "stackSize": 64 + }, + { + "id": 1223, + "name": "ward_armor_trim_smithing_template", + "displayName": "Smithing Template", + "stackSize": 64 + }, + { + "id": 1224, + "name": "eye_armor_trim_smithing_template", + "displayName": "Smithing Template", + "stackSize": 64 + }, + { + "id": 1225, + "name": "vex_armor_trim_smithing_template", + "displayName": "Smithing Template", + "stackSize": 64 + }, + { + "id": 1226, + "name": "tide_armor_trim_smithing_template", + "displayName": "Smithing Template", + "stackSize": 64 + }, + { + "id": 1227, + "name": "snout_armor_trim_smithing_template", + "displayName": "Smithing Template", + "stackSize": 64 + }, + { + "id": 1228, + "name": "rib_armor_trim_smithing_template", + "displayName": "Smithing Template", + "stackSize": 64 + }, + { + "id": 1229, + "name": "spire_armor_trim_smithing_template", + "displayName": "Smithing Template", + "stackSize": 64 + }, + { + "id": 1230, + "name": "wayfinder_armor_trim_smithing_template", + "displayName": "Smithing Template", + "stackSize": 64 + }, + { + "id": 1231, + "name": "shaper_armor_trim_smithing_template", + "displayName": "Smithing Template", + "stackSize": 64 + }, + { + "id": 1232, + "name": "silence_armor_trim_smithing_template", + "displayName": "Smithing Template", + "stackSize": 64 + }, + { + "id": 1233, + "name": "raiser_armor_trim_smithing_template", + "displayName": "Smithing Template", + "stackSize": 64 + }, + { + "id": 1234, + "name": "host_armor_trim_smithing_template", + "displayName": "Smithing Template", + "stackSize": 64 + }, + { + "id": 1235, + "name": "angler_pottery_sherd", + "displayName": "Angler Pottery Sherd", + "stackSize": 64 + }, + { + "id": 1236, + "name": "archer_pottery_sherd", + "displayName": "Archer Pottery Sherd", + "stackSize": 64 + }, + { + "id": 1237, + "name": "arms_up_pottery_sherd", + "displayName": "Arms Up Pottery Sherd", + "stackSize": 64 + }, + { + "id": 1238, + "name": "blade_pottery_sherd", + "displayName": "Blade Pottery Sherd", + "stackSize": 64 + }, + { + "id": 1239, + "name": "brewer_pottery_sherd", + "displayName": "Brewer Pottery Sherd", + "stackSize": 64 + }, + { + "id": 1240, + "name": "burn_pottery_sherd", + "displayName": "Burn Pottery Sherd", + "stackSize": 64 + }, + { + "id": 1241, + "name": "danger_pottery_sherd", + "displayName": "Danger Pottery Sherd", + "stackSize": 64 + }, + { + "id": 1242, + "name": "explorer_pottery_sherd", + "displayName": "Explorer Pottery Sherd", + "stackSize": 64 + }, + { + "id": 1243, + "name": "friend_pottery_sherd", + "displayName": "Friend Pottery Sherd", + "stackSize": 64 + }, + { + "id": 1244, + "name": "heart_pottery_sherd", + "displayName": "Heart Pottery Sherd", + "stackSize": 64 + }, + { + "id": 1245, + "name": "heartbreak_pottery_sherd", + "displayName": "Heartbreak Pottery Sherd", + "stackSize": 64 + }, + { + "id": 1246, + "name": "howl_pottery_sherd", + "displayName": "Howl Pottery Sherd", + "stackSize": 64 + }, + { + "id": 1247, + "name": "miner_pottery_sherd", + "displayName": "Miner Pottery Sherd", + "stackSize": 64 + }, + { + "id": 1248, + "name": "mourner_pottery_sherd", + "displayName": "Mourner Pottery Sherd", + "stackSize": 64 + }, + { + "id": 1249, + "name": "plenty_pottery_sherd", + "displayName": "Plenty Pottery Sherd", + "stackSize": 64 + }, + { + "id": 1250, + "name": "prize_pottery_sherd", + "displayName": "Prize Pottery Sherd", + "stackSize": 64 + }, + { + "id": 1251, + "name": "sheaf_pottery_sherd", + "displayName": "Sheaf Pottery Sherd", + "stackSize": 64 + }, + { + "id": 1252, + "name": "shelter_pottery_sherd", + "displayName": "Shelter Pottery Sherd", + "stackSize": 64 + }, + { + "id": 1253, + "name": "skull_pottery_sherd", + "displayName": "Skull Pottery Sherd", + "stackSize": 64 + }, + { + "id": 1254, + "name": "snort_pottery_sherd", + "displayName": "Snort Pottery Sherd", + "stackSize": 64 + } +] \ No newline at end of file diff --git a/data/pc/1.20.2/language.json b/data/pc/1.20.2/language.json new file mode 100644 index 000000000..12f17e597 --- /dev/null +++ b/data/pc/1.20.2/language.json @@ -0,0 +1,6342 @@ +{ + "accessibility.onboarding.screen.narrator": "Press enter to enable the narrator", + "accessibility.onboarding.screen.title": "Welcome to Minecraft!\n\nWould you like to enable the Narrator or visit the Accessibility Settings?", + "addServer.add": "Done", + "addServer.enterIp": "Server Address", + "addServer.enterName": "Server Name", + "addServer.hideAddress": "Hide Address", + "addServer.resourcePack": "Server Resource Packs", + "addServer.resourcePack.disabled": "Disabled", + "addServer.resourcePack.enabled": "Enabled", + "addServer.resourcePack.prompt": "Prompt", + "addServer.title": "Edit Server Info", + "advancement.advancementNotFound": "Unknown advancement: %s", + "advancements.adventure.adventuring_time.description": "Discover every biome", + "advancements.adventure.adventuring_time.title": "Adventuring Time", + "advancements.adventure.arbalistic.description": "Kill five unique mobs with one crossbow shot", + "advancements.adventure.arbalistic.title": "Arbalistic", + "advancements.adventure.avoid_vibration.description": "Sneak near a Sculk Sensor or Warden to prevent it from detecting you", + "advancements.adventure.avoid_vibration.title": "Sneak 100", + "advancements.adventure.bullseye.description": "Hit the bullseye of a Target block from at least 30 meters away", + "advancements.adventure.bullseye.title": "Bullseye", + "advancements.adventure.craft_decorated_pot_using_only_sherds.description": "Make a Decorated Pot out of 4 Pottery Sherds", + "advancements.adventure.craft_decorated_pot_using_only_sherds.title": "Careful Restoration", + "advancements.adventure.fall_from_world_height.description": "Free fall from the top of the world (build limit) to the bottom of the world and survive", + "advancements.adventure.fall_from_world_height.title": "Caves & Cliffs", + "advancements.adventure.hero_of_the_village.description": "Successfully defend a village from a raid", + "advancements.adventure.hero_of_the_village.title": "Hero of the Village", + "advancements.adventure.honey_block_slide.description": "Jump into a Honey Block to break your fall", + "advancements.adventure.honey_block_slide.title": "Sticky Situation", + "advancements.adventure.kill_a_mob.description": "Kill any hostile monster", + "advancements.adventure.kill_a_mob.title": "Monster Hunter", + "advancements.adventure.kill_all_mobs.description": "Kill one of every hostile monster", + "advancements.adventure.kill_all_mobs.title": "Monsters Hunted", + "advancements.adventure.kill_mob_near_sculk_catalyst.description": "Kill a mob near a Sculk Catalyst", + "advancements.adventure.kill_mob_near_sculk_catalyst.title": "It Spreads", + "advancements.adventure.lightning_rod_with_villager_no_fire.description": "Protect a Villager from an undesired shock without starting a fire", + "advancements.adventure.lightning_rod_with_villager_no_fire.title": "Surge Protector", + "advancements.adventure.ol_betsy.description": "Shoot a Crossbow", + "advancements.adventure.ol_betsy.title": "Ol' Betsy", + "advancements.adventure.play_jukebox_in_meadows.description": "Make the Meadows come alive with the sound of music from a Jukebox", + "advancements.adventure.play_jukebox_in_meadows.title": "Sound of Music", + "advancements.adventure.read_power_from_chiseled_bookshelf.description": "Read the power signal of a Chiseled Bookshelf using a Comparator", + "advancements.adventure.read_power_from_chiseled_bookshelf.title": "The Power of Books", + "advancements.adventure.root.description": "Adventure, exploration and combat", + "advancements.adventure.root.title": "Adventure", + "advancements.adventure.salvage_sherd.description": "Brush a Suspicious block to obtain a Pottery Sherd", + "advancements.adventure.salvage_sherd.title": "Respecting the Remnants", + "advancements.adventure.shoot_arrow.description": "Shoot something with an Arrow", + "advancements.adventure.shoot_arrow.title": "Take Aim", + "advancements.adventure.sleep_in_bed.description": "Sleep in a Bed to change your respawn point", + "advancements.adventure.sleep_in_bed.title": "Sweet Dreams", + "advancements.adventure.sniper_duel.description": "Kill a Skeleton from at least 50 meters away", + "advancements.adventure.sniper_duel.title": "Sniper Duel", + "advancements.adventure.spyglass_at_dragon.description": "Look at the Ender Dragon through a Spyglass", + "advancements.adventure.spyglass_at_dragon.title": "Is It a Plane?", + "advancements.adventure.spyglass_at_ghast.description": "Look at a Ghast through a Spyglass", + "advancements.adventure.spyglass_at_ghast.title": "Is It a Balloon?", + "advancements.adventure.spyglass_at_parrot.description": "Look at a Parrot through a Spyglass", + "advancements.adventure.spyglass_at_parrot.title": "Is It a Bird?", + "advancements.adventure.summon_iron_golem.description": "Summon an Iron Golem to help defend a village", + "advancements.adventure.summon_iron_golem.title": "Hired Help", + "advancements.adventure.throw_trident.description": "Throw a Trident at something.\nNote: Throwing away your only weapon is not a good idea.", + "advancements.adventure.throw_trident.title": "A Throwaway Joke", + "advancements.adventure.totem_of_undying.description": "Use a Totem of Undying to cheat death", + "advancements.adventure.totem_of_undying.title": "Postmortal", + "advancements.adventure.trade_at_world_height.description": "Trade with a Villager at the build height limit", + "advancements.adventure.trade_at_world_height.title": "Star Trader", + "advancements.adventure.trade.description": "Successfully trade with a Villager", + "advancements.adventure.trade.title": "What a Deal!", + "advancements.adventure.trim_with_all_exclusive_armor_patterns.description": "Apply these smithing templates at least once: Spire, Snout, Rib, Ward, Silence, Vex, Tide, Wayfinder", + "advancements.adventure.trim_with_all_exclusive_armor_patterns.title": "Smithing with Style", + "advancements.adventure.trim_with_any_armor_pattern.description": "Craft a trimmed armor at a Smithing Table", + "advancements.adventure.trim_with_any_armor_pattern.title": "Crafting a New Look", + "advancements.adventure.two_birds_one_arrow.description": "Kill two Phantoms with a piercing Arrow", + "advancements.adventure.two_birds_one_arrow.title": "Two Birds, One Arrow", + "advancements.adventure.very_very_frightening.description": "Strike a Villager with lightning", + "advancements.adventure.very_very_frightening.title": "Very Very Frightening", + "advancements.adventure.voluntary_exile.description": "Kill a raid captain.\nMaybe consider staying away from villages for the time being...", + "advancements.adventure.voluntary_exile.title": "Voluntary Exile", + "advancements.adventure.walk_on_powder_snow_with_leather_boots.description": "Walk on Powder Snow... without sinking in it", + "advancements.adventure.walk_on_powder_snow_with_leather_boots.title": "Light as a Rabbit", + "advancements.adventure.whos_the_pillager_now.description": "Give a Pillager a taste of their own medicine", + "advancements.adventure.whos_the_pillager_now.title": "Who's the Pillager Now?", + "advancements.empty": "There doesn't seem to be anything here...", + "advancements.end.dragon_breath.description": "Collect Dragon's Breath in a Glass Bottle", + "advancements.end.dragon_breath.title": "You Need a Mint", + "advancements.end.dragon_egg.description": "Hold the Dragon Egg", + "advancements.end.dragon_egg.title": "The Next Generation", + "advancements.end.elytra.description": "Find Elytra", + "advancements.end.elytra.title": "Sky's the Limit", + "advancements.end.enter_end_gateway.description": "Escape the island", + "advancements.end.enter_end_gateway.title": "Remote Getaway", + "advancements.end.find_end_city.description": "Go on in, what could happen?", + "advancements.end.find_end_city.title": "The City at the End of the Game", + "advancements.end.kill_dragon.description": "Good luck", + "advancements.end.kill_dragon.title": "Free the End", + "advancements.end.levitate.description": "Levitate up 50 blocks from the attacks of a Shulker", + "advancements.end.levitate.title": "Great View From Up Here", + "advancements.end.respawn_dragon.description": "Respawn the Ender Dragon", + "advancements.end.respawn_dragon.title": "The End... Again...", + "advancements.end.root.description": "Or the beginning?", + "advancements.end.root.title": "The End", + "advancements.husbandry.allay_deliver_cake_to_note_block.description": "Have an Allay drop a Cake at a Note Block", + "advancements.husbandry.allay_deliver_cake_to_note_block.title": "Birthday Song", + "advancements.husbandry.allay_deliver_item_to_player.description": "Have an Allay deliver items to you", + "advancements.husbandry.allay_deliver_item_to_player.title": "You've Got a Friend in Me", + "advancements.husbandry.axolotl_in_a_bucket.description": "Catch an Axolotl in a Bucket", + "advancements.husbandry.axolotl_in_a_bucket.title": "The Cutest Predator", + "advancements.husbandry.balanced_diet.description": "Eat everything that is edible, even if it's not good for you", + "advancements.husbandry.balanced_diet.title": "A Balanced Diet", + "advancements.husbandry.breed_all_animals.description": "Breed all the animals!", + "advancements.husbandry.breed_all_animals.title": "Two by Two", + "advancements.husbandry.breed_an_animal.description": "Breed two animals together", + "advancements.husbandry.breed_an_animal.title": "The Parrots and the Bats", + "advancements.husbandry.complete_catalogue.description": "Tame all Cat variants!", + "advancements.husbandry.complete_catalogue.title": "A Complete Catalogue", + "advancements.husbandry.feed_snifflet.description": "Feed a Snifflet", + "advancements.husbandry.feed_snifflet.title": "Little Sniffs", + "advancements.husbandry.fishy_business.description": "Catch a fish", + "advancements.husbandry.fishy_business.title": "Fishy Business", + "advancements.husbandry.froglights.description": "Have all Froglights in your inventory", + "advancements.husbandry.froglights.title": "With Our Powers Combined!", + "advancements.husbandry.kill_axolotl_target.description": "Team up with an Axolotl and win a fight", + "advancements.husbandry.kill_axolotl_target.title": "The Healing Power of Friendship!", + "advancements.husbandry.leash_all_frog_variants.description": "Get each Frog variant on a Lead", + "advancements.husbandry.leash_all_frog_variants.title": "When the Squad Hops into Town", + "advancements.husbandry.make_a_sign_glow.description": "Make the text of any kind of sign glow", + "advancements.husbandry.make_a_sign_glow.title": "Glow and Behold!", + "advancements.husbandry.netherite_hoe.description": "Use a Netherite Ingot to upgrade a Hoe, and then reevaluate your life choices", + "advancements.husbandry.netherite_hoe.title": "Serious Dedication", + "advancements.husbandry.obtain_sniffer_egg.description": "Obtain a Sniffer Egg", + "advancements.husbandry.obtain_sniffer_egg.title": "Smells Interesting", + "advancements.husbandry.plant_any_sniffer_seed.description": "Plant any Sniffer seed", + "advancements.husbandry.plant_any_sniffer_seed.title": "Planting the Past", + "advancements.husbandry.plant_seed.description": "Plant a seed and watch it grow", + "advancements.husbandry.plant_seed.title": "A Seedy Place", + "advancements.husbandry.ride_a_boat_with_a_goat.description": "Get in a Boat and float with a Goat", + "advancements.husbandry.ride_a_boat_with_a_goat.title": "Whatever Floats Your Goat!", + "advancements.husbandry.root.description": "The world is full of friends and food", + "advancements.husbandry.root.title": "Husbandry", + "advancements.husbandry.safely_harvest_honey.description": "Use a Campfire to collect Honey from a Beehive using a Glass Bottle without aggravating the Bees", + "advancements.husbandry.safely_harvest_honey.title": "Bee Our Guest", + "advancements.husbandry.silk_touch_nest.description": "Move a Bee Nest, with 3 Bees inside, using Silk Touch", + "advancements.husbandry.silk_touch_nest.title": "Total Beelocation", + "advancements.husbandry.tactical_fishing.description": "Catch a Fish... without a Fishing Rod!", + "advancements.husbandry.tactical_fishing.title": "Tactical Fishing", + "advancements.husbandry.tadpole_in_a_bucket.description": "Catch a Tadpole in a Bucket", + "advancements.husbandry.tadpole_in_a_bucket.title": "Bukkit Bukkit", + "advancements.husbandry.tame_an_animal.description": "Tame an animal", + "advancements.husbandry.tame_an_animal.title": "Best Friends Forever", + "advancements.husbandry.wax_off.description": "Scrape Wax off of a Copper block!", + "advancements.husbandry.wax_off.title": "Wax Off", + "advancements.husbandry.wax_on.description": "Apply Honeycomb to a Copper block!", + "advancements.husbandry.wax_on.title": "Wax On", + "advancements.nether.all_effects.description": "Have every effect applied at the same time", + "advancements.nether.all_effects.title": "How Did We Get Here?", + "advancements.nether.all_potions.description": "Have every potion effect applied at the same time", + "advancements.nether.all_potions.title": "A Furious Cocktail", + "advancements.nether.brew_potion.description": "Brew a Potion", + "advancements.nether.brew_potion.title": "Local Brewery", + "advancements.nether.charge_respawn_anchor.description": "Charge a Respawn Anchor to the maximum", + "advancements.nether.charge_respawn_anchor.title": "Not Quite \"Nine\" Lives", + "advancements.nether.create_beacon.description": "Construct and place a Beacon", + "advancements.nether.create_beacon.title": "Bring Home the Beacon", + "advancements.nether.create_full_beacon.description": "Bring a Beacon to full power", + "advancements.nether.create_full_beacon.title": "Beaconator", + "advancements.nether.distract_piglin.description": "Distract Piglins with gold", + "advancements.nether.distract_piglin.title": "Oh Shiny", + "advancements.nether.explore_nether.description": "Explore all Nether biomes", + "advancements.nether.explore_nether.title": "Hot Tourist Destinations", + "advancements.nether.fast_travel.description": "Use the Nether to travel 7 km in the Overworld", + "advancements.nether.fast_travel.title": "Subspace Bubble", + "advancements.nether.find_bastion.description": "Enter a Bastion Remnant", + "advancements.nether.find_bastion.title": "Those Were the Days", + "advancements.nether.find_fortress.description": "Break your way into a Nether Fortress", + "advancements.nether.find_fortress.title": "A Terrible Fortress", + "advancements.nether.get_wither_skull.description": "Obtain a Wither Skeleton's skull", + "advancements.nether.get_wither_skull.title": "Spooky Scary Skeleton", + "advancements.nether.loot_bastion.description": "Loot a Chest in a Bastion Remnant", + "advancements.nether.loot_bastion.title": "War Pigs", + "advancements.nether.netherite_armor.description": "Get a full suit of Netherite armor", + "advancements.nether.netherite_armor.title": "Cover Me in Debris", + "advancements.nether.obtain_ancient_debris.description": "Obtain Ancient Debris", + "advancements.nether.obtain_ancient_debris.title": "Hidden in the Depths", + "advancements.nether.obtain_blaze_rod.description": "Relieve a Blaze of its rod", + "advancements.nether.obtain_blaze_rod.title": "Into Fire", + "advancements.nether.obtain_crying_obsidian.description": "Obtain Crying Obsidian", + "advancements.nether.obtain_crying_obsidian.title": "Who is Cutting Onions?", + "advancements.nether.return_to_sender.description": "Destroy a Ghast with a fireball", + "advancements.nether.return_to_sender.title": "Return to Sender", + "advancements.nether.ride_strider_in_overworld_lava.description": "Take a Strider for a loooong ride on a lava lake in the Overworld", + "advancements.nether.ride_strider_in_overworld_lava.title": "Feels Like Home", + "advancements.nether.ride_strider.description": "Ride a Strider with a Warped Fungus on a Stick", + "advancements.nether.ride_strider.title": "This Boat Has Legs", + "advancements.nether.root.description": "Bring summer clothes", + "advancements.nether.root.title": "Nether", + "advancements.nether.summon_wither.description": "Summon the Wither", + "advancements.nether.summon_wither.title": "Withering Heights", + "advancements.nether.uneasy_alliance.description": "Rescue a Ghast from the Nether, bring it safely home to the Overworld... and then kill it", + "advancements.nether.uneasy_alliance.title": "Uneasy Alliance", + "advancements.nether.use_lodestone.description": "Use a Compass on a Lodestone", + "advancements.nether.use_lodestone.title": "Country Lode, Take Me Home", + "advancements.progress": "%s/%s", + "advancements.sad_label": ":(", + "advancements.story.cure_zombie_villager.description": "Weaken and then cure a Zombie Villager", + "advancements.story.cure_zombie_villager.title": "Zombie Doctor", + "advancements.story.deflect_arrow.description": "Deflect a projectile with a Shield", + "advancements.story.deflect_arrow.title": "Not Today, Thank You", + "advancements.story.enchant_item.description": "Enchant an item at an Enchanting Table", + "advancements.story.enchant_item.title": "Enchanter", + "advancements.story.enter_the_end.description": "Enter the End Portal", + "advancements.story.enter_the_end.title": "The End?", + "advancements.story.enter_the_nether.description": "Build, light and enter a Nether Portal", + "advancements.story.enter_the_nether.title": "We Need to Go Deeper", + "advancements.story.follow_ender_eye.description": "Follow an Eye of Ender", + "advancements.story.follow_ender_eye.title": "Eye Spy", + "advancements.story.form_obsidian.description": "Obtain a block of Obsidian", + "advancements.story.form_obsidian.title": "Ice Bucket Challenge", + "advancements.story.iron_tools.description": "Upgrade your Pickaxe", + "advancements.story.iron_tools.title": "Isn't It Iron Pick", + "advancements.story.lava_bucket.description": "Fill a Bucket with lava", + "advancements.story.lava_bucket.title": "Hot Stuff", + "advancements.story.mine_diamond.description": "Acquire diamonds", + "advancements.story.mine_diamond.title": "Diamonds!", + "advancements.story.mine_stone.description": "Mine Stone with your new Pickaxe", + "advancements.story.mine_stone.title": "Stone Age", + "advancements.story.obtain_armor.description": "Protect yourself with a piece of iron armor", + "advancements.story.obtain_armor.title": "Suit Up", + "advancements.story.root.description": "The heart and story of the game", + "advancements.story.root.title": "Minecraft", + "advancements.story.shiny_gear.description": "Diamond armor saves lives", + "advancements.story.shiny_gear.title": "Cover Me with Diamonds", + "advancements.story.smelt_iron.description": "Smelt an Iron Ingot", + "advancements.story.smelt_iron.title": "Acquire Hardware", + "advancements.story.upgrade_tools.description": "Construct a better Pickaxe", + "advancements.story.upgrade_tools.title": "Getting an Upgrade", + "advancements.toast.challenge": "Challenge Complete!", + "advancements.toast.goal": "Goal Reached!", + "advancements.toast.task": "Advancement Made!", + "advMode.allEntities": "Use \"@e\" to target all entities", + "advMode.allPlayers": "Use \"@a\" to target all players", + "advMode.command": "Console Command", + "advMode.mode": "Mode", + "advMode.mode.auto": "Repeat", + "advMode.mode.autoexec.bat": "Always Active", + "advMode.mode.conditional": "Conditional", + "advMode.mode.redstone": "Impulse", + "advMode.mode.redstoneTriggered": "Needs Redstone", + "advMode.mode.sequence": "Chain", + "advMode.mode.unconditional": "Unconditional", + "advMode.nearestPlayer": "Use \"@p\" to target nearest player", + "advMode.notAllowed": "Must be an opped player in creative mode", + "advMode.notEnabled": "Command blocks are not enabled on this server", + "advMode.previousOutput": "Previous Output", + "advMode.randomPlayer": "Use \"@r\" to target random player", + "advMode.self": "Use \"@s\" to target the executing entity", + "advMode.setCommand": "Set Console Command for Block", + "advMode.setCommand.success": "Command set: %s", + "advMode.trackOutput": "Track output", + "advMode.triggering": "Triggering", + "advMode.type": "Type", + "argument.anchor.invalid": "Invalid entity anchor position %s", + "argument.angle.incomplete": "Incomplete (expected 1 angle)", + "argument.angle.invalid": "Invalid angle", + "argument.block.id.invalid": "Unknown block type '%s'", + "argument.block.property.duplicate": "Property '%s' can only be set once for block %s", + "argument.block.property.invalid": "Block %s does not accept '%s' for %s property", + "argument.block.property.novalue": "Expected value for property '%s' on block %s", + "argument.block.property.unclosed": "Expected closing ] for block state properties", + "argument.block.property.unknown": "Block %s does not have property '%s'", + "argument.block.tag.disallowed": "Tags aren't allowed here, only actual blocks", + "argument.color.invalid": "Unknown color '%s'", + "argument.component.invalid": "Invalid chat component: %s", + "argument.criteria.invalid": "Unknown criterion '%s'", + "argument.dimension.invalid": "Unknown dimension '%s'", + "argument.double.big": "Double must not be more than %s, found %s", + "argument.double.low": "Double must not be less than %s, found %s", + "argument.entity.invalid": "Invalid name or UUID", + "argument.entity.notfound.entity": "No entity was found", + "argument.entity.notfound.player": "No player was found", + "argument.entity.options.advancements.description": "Players with advancements", + "argument.entity.options.distance.description": "Distance to entity", + "argument.entity.options.distance.negative": "Distance cannot be negative", + "argument.entity.options.dx.description": "Entities between x and x + dx", + "argument.entity.options.dy.description": "Entities between y and y + dy", + "argument.entity.options.dz.description": "Entities between z and z + dz", + "argument.entity.options.gamemode.description": "Players with game mode", + "argument.entity.options.inapplicable": "Option '%s' isn't applicable here", + "argument.entity.options.level.description": "Experience level", + "argument.entity.options.level.negative": "Level shouldn't be negative", + "argument.entity.options.limit.description": "Maximum number of entities to return", + "argument.entity.options.limit.toosmall": "Limit must be at least 1", + "argument.entity.options.mode.invalid": "Invalid or unknown game mode '%s'", + "argument.entity.options.name.description": "Entity name", + "argument.entity.options.nbt.description": "Entities with NBT", + "argument.entity.options.predicate.description": "Custom predicate", + "argument.entity.options.scores.description": "Entities with scores", + "argument.entity.options.sort.description": "Sort the entities", + "argument.entity.options.sort.irreversible": "Invalid or unknown sort type '%s'", + "argument.entity.options.tag.description": "Entities with tag", + "argument.entity.options.team.description": "Entities on team", + "argument.entity.options.type.description": "Entities of type", + "argument.entity.options.type.invalid": "Invalid or unknown entity type '%s'", + "argument.entity.options.unknown": "Unknown option '%s'", + "argument.entity.options.unterminated": "Expected end of options", + "argument.entity.options.valueless": "Expected value for option '%s'", + "argument.entity.options.x_rotation.description": "Entity's x rotation", + "argument.entity.options.x.description": "x position", + "argument.entity.options.y_rotation.description": "Entity's y rotation", + "argument.entity.options.y.description": "y position", + "argument.entity.options.z.description": "z position", + "argument.entity.selector.allEntities": "All entities", + "argument.entity.selector.allPlayers": "All players", + "argument.entity.selector.missing": "Missing selector type", + "argument.entity.selector.nearestPlayer": "Nearest player", + "argument.entity.selector.not_allowed": "Selector not allowed", + "argument.entity.selector.randomPlayer": "Random player", + "argument.entity.selector.self": "Current entity", + "argument.entity.selector.unknown": "Unknown selector type '%s'", + "argument.entity.toomany": "Only one entity is allowed, but the provided selector allows more than one", + "argument.enum.invalid": "Invalid value \"%s\"", + "argument.float.big": "Float must not be more than %s, found %s", + "argument.float.low": "Float must not be less than %s, found %s", + "argument.gamemode.invalid": "Unknown game mode: %s", + "argument.id.invalid": "Invalid ID", + "argument.id.unknown": "Unknown ID: %s", + "argument.integer.big": "Integer must not be more than %s, found %s", + "argument.integer.low": "Integer must not be less than %s, found %s", + "argument.item.id.invalid": "Unknown item '%s'", + "argument.item.tag.disallowed": "Tags aren't allowed here, only actual items", + "argument.literal.incorrect": "Expected literal %s", + "argument.long.big": "Long must not be more than %s, found %s", + "argument.long.low": "Long must not be less than %s, found %s", + "argument.nbt.array.invalid": "Invalid array type '%s'", + "argument.nbt.array.mixed": "Can't insert %s into %s", + "argument.nbt.expected.key": "Expected key", + "argument.nbt.expected.value": "Expected value", + "argument.nbt.list.mixed": "Can't insert %s into list of %s", + "argument.nbt.trailing": "Unexpected trailing data", + "argument.player.entities": "Only players may be affected by this command, but the provided selector includes entities", + "argument.player.toomany": "Only one player is allowed, but the provided selector allows more than one", + "argument.player.unknown": "That player does not exist", + "argument.pos.missing.double": "Expected a coordinate", + "argument.pos.missing.int": "Expected a block position", + "argument.pos.mixed": "Cannot mix world & local coordinates (everything must either use ^ or not)", + "argument.pos.outofbounds": "That position is outside the allowed boundaries.", + "argument.pos.outofworld": "That position is out of this world!", + "argument.pos.unloaded": "That position is not loaded", + "argument.pos2d.incomplete": "Incomplete (expected 2 coordinates)", + "argument.pos3d.incomplete": "Incomplete (expected 3 coordinates)", + "argument.range.empty": "Expected value or range of values", + "argument.range.ints": "Only whole numbers allowed, not decimals", + "argument.range.swapped": "Min cannot be bigger than max", + "argument.resource_tag.invalid_type": "Tag '%s' has wrong type '%s' (expected '%s')", + "argument.resource_tag.not_found": "Can't find tag '%s' of type '%s'", + "argument.resource.invalid_type": "Element '%s' has wrong type '%s' (expected '%s')", + "argument.resource.not_found": "Can't find element '%s' of type '%s'", + "argument.rotation.incomplete": "Incomplete (expected 2 coordinates)", + "argument.scoreboardDisplaySlot.invalid": "Unknown display slot '%s'", + "argument.scoreHolder.empty": "No relevant score holders could be found", + "argument.time.invalid_tick_count": "Tick count must be non-negative", + "argument.time.invalid_unit": "Invalid unit", + "argument.time.tick_count_too_low": "Tick count must not be less than %s, found %s", + "argument.uuid.invalid": "Invalid UUID", + "arguments.block.tag.unknown": "Unknown block tag '%s'", + "arguments.function.tag.unknown": "Unknown function tag '%s'", + "arguments.function.unknown": "Unknown function %s", + "arguments.item.overstacked": "%s can only stack up to %s", + "arguments.item.tag.unknown": "Unknown item tag '%s'", + "arguments.nbtpath.node.invalid": "Invalid NBT path element", + "arguments.nbtpath.nothing_found": "Found no elements matching %s", + "arguments.nbtpath.too_deep": "Resulting NBT too deeply nested", + "arguments.nbtpath.too_large": "Resulting NBT too large", + "arguments.objective.notFound": "Unknown scoreboard objective '%s'", + "arguments.objective.readonly": "Scoreboard objective '%s' is read-only", + "arguments.operation.div0": "Cannot divide by zero", + "arguments.operation.invalid": "Invalid operation", + "arguments.swizzle.invalid": "Invalid swizzle, expected combination of 'x', 'y' and 'z'", + "attribute.modifier.equals.0": "%s %s", + "attribute.modifier.equals.1": "%s%% %s", + "attribute.modifier.equals.2": "%s%% %s", + "attribute.modifier.plus.0": "+%s %s", + "attribute.modifier.plus.1": "+%s%% %s", + "attribute.modifier.plus.2": "+%s%% %s", + "attribute.modifier.take.0": "-%s %s", + "attribute.modifier.take.1": "-%s%% %s", + "attribute.modifier.take.2": "-%s%% %s", + "attribute.name.generic.armor": "Armor", + "attribute.name.generic.armor_toughness": "Armor Toughness", + "attribute.name.generic.attack_damage": "Attack Damage", + "attribute.name.generic.attack_knockback": "Attack Knockback", + "attribute.name.generic.attack_speed": "Attack Speed", + "attribute.name.generic.flying_speed": "Flying Speed", + "attribute.name.generic.follow_range": "Mob Follow Range", + "attribute.name.generic.knockback_resistance": "Knockback Resistance", + "attribute.name.generic.luck": "Luck", + "attribute.name.generic.max_absorption": "Max Absorption", + "attribute.name.generic.max_health": "Max Health", + "attribute.name.generic.movement_speed": "Speed", + "attribute.name.horse.jump_strength": "Horse Jump Strength", + "attribute.name.zombie.spawn_reinforcements": "Zombie Reinforcements", + "biome.minecraft.badlands": "Badlands", + "biome.minecraft.bamboo_jungle": "Bamboo Jungle", + "biome.minecraft.basalt_deltas": "Basalt Deltas", + "biome.minecraft.beach": "Beach", + "biome.minecraft.birch_forest": "Birch Forest", + "biome.minecraft.cherry_grove": "Cherry Grove", + "biome.minecraft.cold_ocean": "Cold Ocean", + "biome.minecraft.crimson_forest": "Crimson Forest", + "biome.minecraft.dark_forest": "Dark Forest", + "biome.minecraft.deep_cold_ocean": "Deep Cold Ocean", + "biome.minecraft.deep_dark": "Deep Dark", + "biome.minecraft.deep_frozen_ocean": "Deep Frozen Ocean", + "biome.minecraft.deep_lukewarm_ocean": "Deep Lukewarm Ocean", + "biome.minecraft.deep_ocean": "Deep Ocean", + "biome.minecraft.desert": "Desert", + "biome.minecraft.dripstone_caves": "Dripstone Caves", + "biome.minecraft.end_barrens": "End Barrens", + "biome.minecraft.end_highlands": "End Highlands", + "biome.minecraft.end_midlands": "End Midlands", + "biome.minecraft.eroded_badlands": "Eroded Badlands", + "biome.minecraft.flower_forest": "Flower Forest", + "biome.minecraft.forest": "Forest", + "biome.minecraft.frozen_ocean": "Frozen Ocean", + "biome.minecraft.frozen_peaks": "Frozen Peaks", + "biome.minecraft.frozen_river": "Frozen River", + "biome.minecraft.grove": "Grove", + "biome.minecraft.ice_spikes": "Ice Spikes", + "biome.minecraft.jagged_peaks": "Jagged Peaks", + "biome.minecraft.jungle": "Jungle", + "biome.minecraft.lukewarm_ocean": "Lukewarm Ocean", + "biome.minecraft.lush_caves": "Lush Caves", + "biome.minecraft.mangrove_swamp": "Mangrove Swamp", + "biome.minecraft.meadow": "Meadow", + "biome.minecraft.mushroom_fields": "Mushroom Fields", + "biome.minecraft.nether_wastes": "Nether Wastes", + "biome.minecraft.ocean": "Ocean", + "biome.minecraft.old_growth_birch_forest": "Old Growth Birch Forest", + "biome.minecraft.old_growth_pine_taiga": "Old Growth Pine Taiga", + "biome.minecraft.old_growth_spruce_taiga": "Old Growth Spruce Taiga", + "biome.minecraft.plains": "Plains", + "biome.minecraft.river": "River", + "biome.minecraft.savanna": "Savanna", + "biome.minecraft.savanna_plateau": "Savanna Plateau", + "biome.minecraft.small_end_islands": "Small End Islands", + "biome.minecraft.snowy_beach": "Snowy Beach", + "biome.minecraft.snowy_plains": "Snowy Plains", + "biome.minecraft.snowy_slopes": "Snowy Slopes", + "biome.minecraft.snowy_taiga": "Snowy Taiga", + "biome.minecraft.soul_sand_valley": "Soul Sand Valley", + "biome.minecraft.sparse_jungle": "Sparse Jungle", + "biome.minecraft.stony_peaks": "Stony Peaks", + "biome.minecraft.stony_shore": "Stony Shore", + "biome.minecraft.sunflower_plains": "Sunflower Plains", + "biome.minecraft.swamp": "Swamp", + "biome.minecraft.taiga": "Taiga", + "biome.minecraft.the_end": "The End", + "biome.minecraft.the_void": "The Void", + "biome.minecraft.warm_ocean": "Warm Ocean", + "biome.minecraft.warped_forest": "Warped Forest", + "biome.minecraft.windswept_forest": "Windswept Forest", + "biome.minecraft.windswept_gravelly_hills": "Windswept Gravelly Hills", + "biome.minecraft.windswept_hills": "Windswept Hills", + "biome.minecraft.windswept_savanna": "Windswept Savanna", + "biome.minecraft.wooded_badlands": "Wooded Badlands", + "block.minecraft.acacia_button": "Acacia Button", + "block.minecraft.acacia_door": "Acacia Door", + "block.minecraft.acacia_fence": "Acacia Fence", + "block.minecraft.acacia_fence_gate": "Acacia Fence Gate", + "block.minecraft.acacia_hanging_sign": "Acacia Hanging Sign", + "block.minecraft.acacia_leaves": "Acacia Leaves", + "block.minecraft.acacia_log": "Acacia Log", + "block.minecraft.acacia_planks": "Acacia Planks", + "block.minecraft.acacia_pressure_plate": "Acacia Pressure Plate", + "block.minecraft.acacia_sapling": "Acacia Sapling", + "block.minecraft.acacia_sign": "Acacia Sign", + "block.minecraft.acacia_slab": "Acacia Slab", + "block.minecraft.acacia_stairs": "Acacia Stairs", + "block.minecraft.acacia_trapdoor": "Acacia Trapdoor", + "block.minecraft.acacia_wall_hanging_sign": "Acacia Wall Hanging Sign", + "block.minecraft.acacia_wall_sign": "Acacia Wall Sign", + "block.minecraft.acacia_wood": "Acacia Wood", + "block.minecraft.activator_rail": "Activator Rail", + "block.minecraft.air": "Air", + "block.minecraft.allium": "Allium", + "block.minecraft.amethyst_block": "Block of Amethyst", + "block.minecraft.amethyst_cluster": "Amethyst Cluster", + "block.minecraft.ancient_debris": "Ancient Debris", + "block.minecraft.andesite": "Andesite", + "block.minecraft.andesite_slab": "Andesite Slab", + "block.minecraft.andesite_stairs": "Andesite Stairs", + "block.minecraft.andesite_wall": "Andesite Wall", + "block.minecraft.anvil": "Anvil", + "block.minecraft.attached_melon_stem": "Attached Melon Stem", + "block.minecraft.attached_pumpkin_stem": "Attached Pumpkin Stem", + "block.minecraft.azalea": "Azalea", + "block.minecraft.azalea_leaves": "Azalea Leaves", + "block.minecraft.azure_bluet": "Azure Bluet", + "block.minecraft.bamboo": "Bamboo", + "block.minecraft.bamboo_block": "Block of Bamboo", + "block.minecraft.bamboo_button": "Bamboo Button", + "block.minecraft.bamboo_door": "Bamboo Door", + "block.minecraft.bamboo_fence": "Bamboo Fence", + "block.minecraft.bamboo_fence_gate": "Bamboo Fence Gate", + "block.minecraft.bamboo_hanging_sign": "Bamboo Hanging Sign", + "block.minecraft.bamboo_mosaic": "Bamboo Mosaic", + "block.minecraft.bamboo_mosaic_slab": "Bamboo Mosaic Slab", + "block.minecraft.bamboo_mosaic_stairs": "Bamboo Mosaic Stairs", + "block.minecraft.bamboo_planks": "Bamboo Planks", + "block.minecraft.bamboo_pressure_plate": "Bamboo Pressure Plate", + "block.minecraft.bamboo_sapling": "Bamboo Shoot", + "block.minecraft.bamboo_sign": "Bamboo Sign", + "block.minecraft.bamboo_slab": "Bamboo Slab", + "block.minecraft.bamboo_stairs": "Bamboo Stairs", + "block.minecraft.bamboo_trapdoor": "Bamboo Trapdoor", + "block.minecraft.bamboo_wall_hanging_sign": "Bamboo Wall Hanging Sign", + "block.minecraft.bamboo_wall_sign": "Bamboo Wall Sign", + "block.minecraft.banner.base.black": "Fully Black Field", + "block.minecraft.banner.base.blue": "Fully Blue Field", + "block.minecraft.banner.base.brown": "Fully Brown Field", + "block.minecraft.banner.base.cyan": "Fully Cyan Field", + "block.minecraft.banner.base.gray": "Fully Gray Field", + "block.minecraft.banner.base.green": "Fully Green Field", + "block.minecraft.banner.base.light_blue": "Fully Light Blue Field", + "block.minecraft.banner.base.light_gray": "Fully Light Gray Field", + "block.minecraft.banner.base.lime": "Fully Lime Field", + "block.minecraft.banner.base.magenta": "Fully Magenta Field", + "block.minecraft.banner.base.orange": "Fully Orange Field", + "block.minecraft.banner.base.pink": "Fully Pink Field", + "block.minecraft.banner.base.purple": "Fully Purple Field", + "block.minecraft.banner.base.red": "Fully Red Field", + "block.minecraft.banner.base.white": "Fully White Field", + "block.minecraft.banner.base.yellow": "Fully Yellow Field", + "block.minecraft.banner.border.black": "Black Bordure", + "block.minecraft.banner.border.blue": "Blue Bordure", + "block.minecraft.banner.border.brown": "Brown Bordure", + "block.minecraft.banner.border.cyan": "Cyan Bordure", + "block.minecraft.banner.border.gray": "Gray Bordure", + "block.minecraft.banner.border.green": "Green Bordure", + "block.minecraft.banner.border.light_blue": "Light Blue Bordure", + "block.minecraft.banner.border.light_gray": "Light Gray Bordure", + "block.minecraft.banner.border.lime": "Lime Bordure", + "block.minecraft.banner.border.magenta": "Magenta Bordure", + "block.minecraft.banner.border.orange": "Orange Bordure", + "block.minecraft.banner.border.pink": "Pink Bordure", + "block.minecraft.banner.border.purple": "Purple Bordure", + "block.minecraft.banner.border.red": "Red Bordure", + "block.minecraft.banner.border.white": "White Bordure", + "block.minecraft.banner.border.yellow": "Yellow Bordure", + "block.minecraft.banner.bricks.black": "Black Field Masoned", + "block.minecraft.banner.bricks.blue": "Blue Field Masoned", + "block.minecraft.banner.bricks.brown": "Brown Field Masoned", + "block.minecraft.banner.bricks.cyan": "Cyan Field Masoned", + "block.minecraft.banner.bricks.gray": "Gray Field Masoned", + "block.minecraft.banner.bricks.green": "Green Field Masoned", + "block.minecraft.banner.bricks.light_blue": "Light Blue Field Masoned", + "block.minecraft.banner.bricks.light_gray": "Light Gray Field Masoned", + "block.minecraft.banner.bricks.lime": "Lime Field Masoned", + "block.minecraft.banner.bricks.magenta": "Magenta Field Masoned", + "block.minecraft.banner.bricks.orange": "Orange Field Masoned", + "block.minecraft.banner.bricks.pink": "Pink Field Masoned", + "block.minecraft.banner.bricks.purple": "Purple Field Masoned", + "block.minecraft.banner.bricks.red": "Red Field Masoned", + "block.minecraft.banner.bricks.white": "White Field Masoned", + "block.minecraft.banner.bricks.yellow": "Yellow Field Masoned", + "block.minecraft.banner.circle.black": "Black Roundel", + "block.minecraft.banner.circle.blue": "Blue Roundel", + "block.minecraft.banner.circle.brown": "Brown Roundel", + "block.minecraft.banner.circle.cyan": "Cyan Roundel", + "block.minecraft.banner.circle.gray": "Gray Roundel", + "block.minecraft.banner.circle.green": "Green Roundel", + "block.minecraft.banner.circle.light_blue": "Light Blue Roundel", + "block.minecraft.banner.circle.light_gray": "Light Gray Roundel", + "block.minecraft.banner.circle.lime": "Lime Roundel", + "block.minecraft.banner.circle.magenta": "Magenta Roundel", + "block.minecraft.banner.circle.orange": "Orange Roundel", + "block.minecraft.banner.circle.pink": "Pink Roundel", + "block.minecraft.banner.circle.purple": "Purple Roundel", + "block.minecraft.banner.circle.red": "Red Roundel", + "block.minecraft.banner.circle.white": "White Roundel", + "block.minecraft.banner.circle.yellow": "Yellow Roundel", + "block.minecraft.banner.creeper.black": "Black Creeper Charge", + "block.minecraft.banner.creeper.blue": "Blue Creeper Charge", + "block.minecraft.banner.creeper.brown": "Brown Creeper Charge", + "block.minecraft.banner.creeper.cyan": "Cyan Creeper Charge", + "block.minecraft.banner.creeper.gray": "Gray Creeper Charge", + "block.minecraft.banner.creeper.green": "Green Creeper Charge", + "block.minecraft.banner.creeper.light_blue": "Light Blue Creeper Charge", + "block.minecraft.banner.creeper.light_gray": "Light Gray Creeper Charge", + "block.minecraft.banner.creeper.lime": "Lime Creeper Charge", + "block.minecraft.banner.creeper.magenta": "Magenta Creeper Charge", + "block.minecraft.banner.creeper.orange": "Orange Creeper Charge", + "block.minecraft.banner.creeper.pink": "Pink Creeper Charge", + "block.minecraft.banner.creeper.purple": "Purple Creeper Charge", + "block.minecraft.banner.creeper.red": "Red Creeper Charge", + "block.minecraft.banner.creeper.white": "White Creeper Charge", + "block.minecraft.banner.creeper.yellow": "Yellow Creeper Charge", + "block.minecraft.banner.cross.black": "Black Saltire", + "block.minecraft.banner.cross.blue": "Blue Saltire", + "block.minecraft.banner.cross.brown": "Brown Saltire", + "block.minecraft.banner.cross.cyan": "Cyan Saltire", + "block.minecraft.banner.cross.gray": "Gray Saltire", + "block.minecraft.banner.cross.green": "Green Saltire", + "block.minecraft.banner.cross.light_blue": "Light Blue Saltire", + "block.minecraft.banner.cross.light_gray": "Light Gray Saltire", + "block.minecraft.banner.cross.lime": "Lime Saltire", + "block.minecraft.banner.cross.magenta": "Magenta Saltire", + "block.minecraft.banner.cross.orange": "Orange Saltire", + "block.minecraft.banner.cross.pink": "Pink Saltire", + "block.minecraft.banner.cross.purple": "Purple Saltire", + "block.minecraft.banner.cross.red": "Red Saltire", + "block.minecraft.banner.cross.white": "White Saltire", + "block.minecraft.banner.cross.yellow": "Yellow Saltire", + "block.minecraft.banner.curly_border.black": "Black Bordure Indented", + "block.minecraft.banner.curly_border.blue": "Blue Bordure Indented", + "block.minecraft.banner.curly_border.brown": "Brown Bordure Indented", + "block.minecraft.banner.curly_border.cyan": "Cyan Bordure Indented", + "block.minecraft.banner.curly_border.gray": "Gray Bordure Indented", + "block.minecraft.banner.curly_border.green": "Green Bordure Indented", + "block.minecraft.banner.curly_border.light_blue": "Light Blue Bordure Indented", + "block.minecraft.banner.curly_border.light_gray": "Light Gray Bordure Indented", + "block.minecraft.banner.curly_border.lime": "Lime Bordure Indented", + "block.minecraft.banner.curly_border.magenta": "Magenta Bordure Indented", + "block.minecraft.banner.curly_border.orange": "Orange Bordure Indented", + "block.minecraft.banner.curly_border.pink": "Pink Bordure Indented", + "block.minecraft.banner.curly_border.purple": "Purple Bordure Indented", + "block.minecraft.banner.curly_border.red": "Red Bordure Indented", + "block.minecraft.banner.curly_border.white": "White Bordure Indented", + "block.minecraft.banner.curly_border.yellow": "Yellow Bordure Indented", + "block.minecraft.banner.diagonal_left.black": "Black Per Bend Sinister", + "block.minecraft.banner.diagonal_left.blue": "Blue Per Bend Sinister", + "block.minecraft.banner.diagonal_left.brown": "Brown Per Bend Sinister", + "block.minecraft.banner.diagonal_left.cyan": "Cyan Per Bend Sinister", + "block.minecraft.banner.diagonal_left.gray": "Gray Per Bend Sinister", + "block.minecraft.banner.diagonal_left.green": "Green Per Bend Sinister", + "block.minecraft.banner.diagonal_left.light_blue": "Light Blue Per Bend Sinister", + "block.minecraft.banner.diagonal_left.light_gray": "Light Gray Per Bend Sinister", + "block.minecraft.banner.diagonal_left.lime": "Lime Per Bend Sinister", + "block.minecraft.banner.diagonal_left.magenta": "Magenta Per Bend Sinister", + "block.minecraft.banner.diagonal_left.orange": "Orange Per Bend Sinister", + "block.minecraft.banner.diagonal_left.pink": "Pink Per Bend Sinister", + "block.minecraft.banner.diagonal_left.purple": "Purple Per Bend Sinister", + "block.minecraft.banner.diagonal_left.red": "Red Per Bend Sinister", + "block.minecraft.banner.diagonal_left.white": "White Per Bend Sinister", + "block.minecraft.banner.diagonal_left.yellow": "Yellow Per Bend Sinister", + "block.minecraft.banner.diagonal_right.black": "Black Per Bend", + "block.minecraft.banner.diagonal_right.blue": "Blue Per Bend", + "block.minecraft.banner.diagonal_right.brown": "Brown Per Bend", + "block.minecraft.banner.diagonal_right.cyan": "Cyan Per Bend", + "block.minecraft.banner.diagonal_right.gray": "Gray Per Bend", + "block.minecraft.banner.diagonal_right.green": "Green Per Bend", + "block.minecraft.banner.diagonal_right.light_blue": "Light Blue Per Bend", + "block.minecraft.banner.diagonal_right.light_gray": "Light Gray Per Bend", + "block.minecraft.banner.diagonal_right.lime": "Lime Per Bend", + "block.minecraft.banner.diagonal_right.magenta": "Magenta Per Bend", + "block.minecraft.banner.diagonal_right.orange": "Orange Per Bend", + "block.minecraft.banner.diagonal_right.pink": "Pink Per Bend", + "block.minecraft.banner.diagonal_right.purple": "Purple Per Bend", + "block.minecraft.banner.diagonal_right.red": "Red Per Bend", + "block.minecraft.banner.diagonal_right.white": "White Per Bend", + "block.minecraft.banner.diagonal_right.yellow": "Yellow Per Bend", + "block.minecraft.banner.diagonal_up_left.black": "Black Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.blue": "Blue Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.brown": "Brown Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.cyan": "Cyan Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.gray": "Gray Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.green": "Green Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.light_blue": "Light Blue Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.light_gray": "Light Gray Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.lime": "Lime Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.magenta": "Magenta Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.orange": "Orange Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.pink": "Pink Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.purple": "Purple Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.red": "Red Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.white": "White Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.yellow": "Yellow Per Bend Inverted", + "block.minecraft.banner.diagonal_up_right.black": "Black Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.blue": "Blue Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.brown": "Brown Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.cyan": "Cyan Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.gray": "Gray Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.green": "Green Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.light_blue": "Light Blue Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.light_gray": "Light Gray Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.lime": "Lime Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.magenta": "Magenta Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.orange": "Orange Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.pink": "Pink Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.purple": "Purple Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.red": "Red Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.white": "White Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.yellow": "Yellow Per Bend Sinister Inverted", + "block.minecraft.banner.flower.black": "Black Flower Charge", + "block.minecraft.banner.flower.blue": "Blue Flower Charge", + "block.minecraft.banner.flower.brown": "Brown Flower Charge", + "block.minecraft.banner.flower.cyan": "Cyan Flower Charge", + "block.minecraft.banner.flower.gray": "Gray Flower Charge", + "block.minecraft.banner.flower.green": "Green Flower Charge", + "block.minecraft.banner.flower.light_blue": "Light Blue Flower Charge", + "block.minecraft.banner.flower.light_gray": "Light Gray Flower Charge", + "block.minecraft.banner.flower.lime": "Lime Flower Charge", + "block.minecraft.banner.flower.magenta": "Magenta Flower Charge", + "block.minecraft.banner.flower.orange": "Orange Flower Charge", + "block.minecraft.banner.flower.pink": "Pink Flower Charge", + "block.minecraft.banner.flower.purple": "Purple Flower Charge", + "block.minecraft.banner.flower.red": "Red Flower Charge", + "block.minecraft.banner.flower.white": "White Flower Charge", + "block.minecraft.banner.flower.yellow": "Yellow Flower Charge", + "block.minecraft.banner.globe.black": "Black Globe", + "block.minecraft.banner.globe.blue": "Blue Globe", + "block.minecraft.banner.globe.brown": "Brown Globe", + "block.minecraft.banner.globe.cyan": "Cyan Globe", + "block.minecraft.banner.globe.gray": "Gray Globe", + "block.minecraft.banner.globe.green": "Green Globe", + "block.minecraft.banner.globe.light_blue": "Light Blue Globe", + "block.minecraft.banner.globe.light_gray": "Light Gray Globe", + "block.minecraft.banner.globe.lime": "Lime Globe", + "block.minecraft.banner.globe.magenta": "Magenta Globe", + "block.minecraft.banner.globe.orange": "Orange Globe", + "block.minecraft.banner.globe.pink": "Pink Globe", + "block.minecraft.banner.globe.purple": "Purple Globe", + "block.minecraft.banner.globe.red": "Red Globe", + "block.minecraft.banner.globe.white": "White Globe", + "block.minecraft.banner.globe.yellow": "Yellow Globe", + "block.minecraft.banner.gradient_up.black": "Black Base Gradient", + "block.minecraft.banner.gradient_up.blue": "Blue Base Gradient", + "block.minecraft.banner.gradient_up.brown": "Brown Base Gradient", + "block.minecraft.banner.gradient_up.cyan": "Cyan Base Gradient", + "block.minecraft.banner.gradient_up.gray": "Gray Base Gradient", + "block.minecraft.banner.gradient_up.green": "Green Base Gradient", + "block.minecraft.banner.gradient_up.light_blue": "Light Blue Base Gradient", + "block.minecraft.banner.gradient_up.light_gray": "Light Gray Base Gradient", + "block.minecraft.banner.gradient_up.lime": "Lime Base Gradient", + "block.minecraft.banner.gradient_up.magenta": "Magenta Base Gradient", + "block.minecraft.banner.gradient_up.orange": "Orange Base Gradient", + "block.minecraft.banner.gradient_up.pink": "Pink Base Gradient", + "block.minecraft.banner.gradient_up.purple": "Purple Base Gradient", + "block.minecraft.banner.gradient_up.red": "Red Base Gradient", + "block.minecraft.banner.gradient_up.white": "White Base Gradient", + "block.minecraft.banner.gradient_up.yellow": "Yellow Base Gradient", + "block.minecraft.banner.gradient.black": "Black Gradient", + "block.minecraft.banner.gradient.blue": "Blue Gradient", + "block.minecraft.banner.gradient.brown": "Brown Gradient", + "block.minecraft.banner.gradient.cyan": "Cyan Gradient", + "block.minecraft.banner.gradient.gray": "Gray Gradient", + "block.minecraft.banner.gradient.green": "Green Gradient", + "block.minecraft.banner.gradient.light_blue": "Light Blue Gradient", + "block.minecraft.banner.gradient.light_gray": "Light Gray Gradient", + "block.minecraft.banner.gradient.lime": "Lime Gradient", + "block.minecraft.banner.gradient.magenta": "Magenta Gradient", + "block.minecraft.banner.gradient.orange": "Orange Gradient", + "block.minecraft.banner.gradient.pink": "Pink Gradient", + "block.minecraft.banner.gradient.purple": "Purple Gradient", + "block.minecraft.banner.gradient.red": "Red Gradient", + "block.minecraft.banner.gradient.white": "White Gradient", + "block.minecraft.banner.gradient.yellow": "Yellow Gradient", + "block.minecraft.banner.half_horizontal_bottom.black": "Black Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.blue": "Blue Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.brown": "Brown Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.cyan": "Cyan Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.gray": "Gray Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.green": "Green Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.light_blue": "Light Blue Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.light_gray": "Light Gray Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.lime": "Lime Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.magenta": "Magenta Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.orange": "Orange Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.pink": "Pink Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.purple": "Purple Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.red": "Red Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.white": "White Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.yellow": "Yellow Per Fess Inverted", + "block.minecraft.banner.half_horizontal.black": "Black Per Fess", + "block.minecraft.banner.half_horizontal.blue": "Blue Per Fess", + "block.minecraft.banner.half_horizontal.brown": "Brown Per Fess", + "block.minecraft.banner.half_horizontal.cyan": "Cyan Per Fess", + "block.minecraft.banner.half_horizontal.gray": "Gray Per Fess", + "block.minecraft.banner.half_horizontal.green": "Green Per Fess", + "block.minecraft.banner.half_horizontal.light_blue": "Light Blue Per Fess", + "block.minecraft.banner.half_horizontal.light_gray": "Light Gray Per Fess", + "block.minecraft.banner.half_horizontal.lime": "Lime Per Fess", + "block.minecraft.banner.half_horizontal.magenta": "Magenta Per Fess", + "block.minecraft.banner.half_horizontal.orange": "Orange Per Fess", + "block.minecraft.banner.half_horizontal.pink": "Pink Per Fess", + "block.minecraft.banner.half_horizontal.purple": "Purple Per Fess", + "block.minecraft.banner.half_horizontal.red": "Red Per Fess", + "block.minecraft.banner.half_horizontal.white": "White Per Fess", + "block.minecraft.banner.half_horizontal.yellow": "Yellow Per Fess", + "block.minecraft.banner.half_vertical_right.black": "Black Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.blue": "Blue Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.brown": "Brown Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.cyan": "Cyan Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.gray": "Gray Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.green": "Green Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.light_blue": "Light Blue Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.light_gray": "Light Gray Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.lime": "Lime Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.magenta": "Magenta Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.orange": "Orange Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.pink": "Pink Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.purple": "Purple Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.red": "Red Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.white": "White Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.yellow": "Yellow Per Pale Inverted", + "block.minecraft.banner.half_vertical.black": "Black Per Pale", + "block.minecraft.banner.half_vertical.blue": "Blue Per Pale", + "block.minecraft.banner.half_vertical.brown": "Brown Per Pale", + "block.minecraft.banner.half_vertical.cyan": "Cyan Per Pale", + "block.minecraft.banner.half_vertical.gray": "Gray Per Pale", + "block.minecraft.banner.half_vertical.green": "Green Per Pale", + "block.minecraft.banner.half_vertical.light_blue": "Light Blue Per Pale", + "block.minecraft.banner.half_vertical.light_gray": "Light Gray Per Pale", + "block.minecraft.banner.half_vertical.lime": "Lime Per Pale", + "block.minecraft.banner.half_vertical.magenta": "Magenta Per Pale", + "block.minecraft.banner.half_vertical.orange": "Orange Per Pale", + "block.minecraft.banner.half_vertical.pink": "Pink Per Pale", + "block.minecraft.banner.half_vertical.purple": "Purple Per Pale", + "block.minecraft.banner.half_vertical.red": "Red Per Pale", + "block.minecraft.banner.half_vertical.white": "White Per Pale", + "block.minecraft.banner.half_vertical.yellow": "Yellow Per Pale", + "block.minecraft.banner.mojang.black": "Black Thing", + "block.minecraft.banner.mojang.blue": "Blue Thing", + "block.minecraft.banner.mojang.brown": "Brown Thing", + "block.minecraft.banner.mojang.cyan": "Cyan Thing", + "block.minecraft.banner.mojang.gray": "Gray Thing", + "block.minecraft.banner.mojang.green": "Green Thing", + "block.minecraft.banner.mojang.light_blue": "Light Blue Thing", + "block.minecraft.banner.mojang.light_gray": "Light Gray Thing", + "block.minecraft.banner.mojang.lime": "Lime Thing", + "block.minecraft.banner.mojang.magenta": "Magenta Thing", + "block.minecraft.banner.mojang.orange": "Orange Thing", + "block.minecraft.banner.mojang.pink": "Pink Thing", + "block.minecraft.banner.mojang.purple": "Purple Thing", + "block.minecraft.banner.mojang.red": "Red Thing", + "block.minecraft.banner.mojang.white": "White Thing", + "block.minecraft.banner.mojang.yellow": "Yellow Thing", + "block.minecraft.banner.piglin.black": "Black Snout", + "block.minecraft.banner.piglin.blue": "Blue Snout", + "block.minecraft.banner.piglin.brown": "Brown Snout", + "block.minecraft.banner.piglin.cyan": "Cyan Snout", + "block.minecraft.banner.piglin.gray": "Gray Snout", + "block.minecraft.banner.piglin.green": "Green Snout", + "block.minecraft.banner.piglin.light_blue": "Light Blue Snout", + "block.minecraft.banner.piglin.light_gray": "Light Gray Snout", + "block.minecraft.banner.piglin.lime": "Lime Snout", + "block.minecraft.banner.piglin.magenta": "Magenta Snout", + "block.minecraft.banner.piglin.orange": "Orange Snout", + "block.minecraft.banner.piglin.pink": "Pink Snout", + "block.minecraft.banner.piglin.purple": "Purple Snout", + "block.minecraft.banner.piglin.red": "Red Snout", + "block.minecraft.banner.piglin.white": "White Snout", + "block.minecraft.banner.piglin.yellow": "Yellow Snout", + "block.minecraft.banner.rhombus.black": "Black Lozenge", + "block.minecraft.banner.rhombus.blue": "Blue Lozenge", + "block.minecraft.banner.rhombus.brown": "Brown Lozenge", + "block.minecraft.banner.rhombus.cyan": "Cyan Lozenge", + "block.minecraft.banner.rhombus.gray": "Gray Lozenge", + "block.minecraft.banner.rhombus.green": "Green Lozenge", + "block.minecraft.banner.rhombus.light_blue": "Light Blue Lozenge", + "block.minecraft.banner.rhombus.light_gray": "Light Gray Lozenge", + "block.minecraft.banner.rhombus.lime": "Lime Lozenge", + "block.minecraft.banner.rhombus.magenta": "Magenta Lozenge", + "block.minecraft.banner.rhombus.orange": "Orange Lozenge", + "block.minecraft.banner.rhombus.pink": "Pink Lozenge", + "block.minecraft.banner.rhombus.purple": "Purple Lozenge", + "block.minecraft.banner.rhombus.red": "Red Lozenge", + "block.minecraft.banner.rhombus.white": "White Lozenge", + "block.minecraft.banner.rhombus.yellow": "Yellow Lozenge", + "block.minecraft.banner.skull.black": "Black Skull Charge", + "block.minecraft.banner.skull.blue": "Blue Skull Charge", + "block.minecraft.banner.skull.brown": "Brown Skull Charge", + "block.minecraft.banner.skull.cyan": "Cyan Skull Charge", + "block.minecraft.banner.skull.gray": "Gray Skull Charge", + "block.minecraft.banner.skull.green": "Green Skull Charge", + "block.minecraft.banner.skull.light_blue": "Light Blue Skull Charge", + "block.minecraft.banner.skull.light_gray": "Light Gray Skull Charge", + "block.minecraft.banner.skull.lime": "Lime Skull Charge", + "block.minecraft.banner.skull.magenta": "Magenta Skull Charge", + "block.minecraft.banner.skull.orange": "Orange Skull Charge", + "block.minecraft.banner.skull.pink": "Pink Skull Charge", + "block.minecraft.banner.skull.purple": "Purple Skull Charge", + "block.minecraft.banner.skull.red": "Red Skull Charge", + "block.minecraft.banner.skull.white": "White Skull Charge", + "block.minecraft.banner.skull.yellow": "Yellow Skull Charge", + "block.minecraft.banner.small_stripes.black": "Black Paly", + "block.minecraft.banner.small_stripes.blue": "Blue Paly", + "block.minecraft.banner.small_stripes.brown": "Brown Paly", + "block.minecraft.banner.small_stripes.cyan": "Cyan Paly", + "block.minecraft.banner.small_stripes.gray": "Gray Paly", + "block.minecraft.banner.small_stripes.green": "Green Paly", + "block.minecraft.banner.small_stripes.light_blue": "Light Blue Paly", + "block.minecraft.banner.small_stripes.light_gray": "Light Gray Paly", + "block.minecraft.banner.small_stripes.lime": "Lime Paly", + "block.minecraft.banner.small_stripes.magenta": "Magenta Paly", + "block.minecraft.banner.small_stripes.orange": "Orange Paly", + "block.minecraft.banner.small_stripes.pink": "Pink Paly", + "block.minecraft.banner.small_stripes.purple": "Purple Paly", + "block.minecraft.banner.small_stripes.red": "Red Paly", + "block.minecraft.banner.small_stripes.white": "White Paly", + "block.minecraft.banner.small_stripes.yellow": "Yellow Paly", + "block.minecraft.banner.square_bottom_left.black": "Black Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.blue": "Blue Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.brown": "Brown Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.cyan": "Cyan Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.gray": "Gray Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.green": "Green Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.light_blue": "Light Blue Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.light_gray": "Light Gray Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.lime": "Lime Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.magenta": "Magenta Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.orange": "Orange Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.pink": "Pink Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.purple": "Purple Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.red": "Red Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.white": "White Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.yellow": "Yellow Base Dexter Canton", + "block.minecraft.banner.square_bottom_right.black": "Black Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.blue": "Blue Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.brown": "Brown Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.cyan": "Cyan Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.gray": "Gray Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.green": "Green Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.light_blue": "Light Blue Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.light_gray": "Light Gray Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.lime": "Lime Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.magenta": "Magenta Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.orange": "Orange Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.pink": "Pink Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.purple": "Purple Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.red": "Red Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.white": "White Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.yellow": "Yellow Base Sinister Canton", + "block.minecraft.banner.square_top_left.black": "Black Chief Dexter Canton", + "block.minecraft.banner.square_top_left.blue": "Blue Chief Dexter Canton", + "block.minecraft.banner.square_top_left.brown": "Brown Chief Dexter Canton", + "block.minecraft.banner.square_top_left.cyan": "Cyan Chief Dexter Canton", + "block.minecraft.banner.square_top_left.gray": "Gray Chief Dexter Canton", + "block.minecraft.banner.square_top_left.green": "Green Chief Dexter Canton", + "block.minecraft.banner.square_top_left.light_blue": "Light Blue Chief Dexter Canton", + "block.minecraft.banner.square_top_left.light_gray": "Light Gray Chief Dexter Canton", + "block.minecraft.banner.square_top_left.lime": "Lime Chief Dexter Canton", + "block.minecraft.banner.square_top_left.magenta": "Magenta Chief Dexter Canton", + "block.minecraft.banner.square_top_left.orange": "Orange Chief Dexter Canton", + "block.minecraft.banner.square_top_left.pink": "Pink Chief Dexter Canton", + "block.minecraft.banner.square_top_left.purple": "Purple Chief Dexter Canton", + "block.minecraft.banner.square_top_left.red": "Red Chief Dexter Canton", + "block.minecraft.banner.square_top_left.white": "White Chief Dexter Canton", + "block.minecraft.banner.square_top_left.yellow": "Yellow Chief Dexter Canton", + "block.minecraft.banner.square_top_right.black": "Black Chief Sinister Canton", + "block.minecraft.banner.square_top_right.blue": "Blue Chief Sinister Canton", + "block.minecraft.banner.square_top_right.brown": "Brown Chief Sinister Canton", + "block.minecraft.banner.square_top_right.cyan": "Cyan Chief Sinister Canton", + "block.minecraft.banner.square_top_right.gray": "Gray Chief Sinister Canton", + "block.minecraft.banner.square_top_right.green": "Green Chief Sinister Canton", + "block.minecraft.banner.square_top_right.light_blue": "Light Blue Chief Sinister Canton", + "block.minecraft.banner.square_top_right.light_gray": "Light Gray Chief Sinister Canton", + "block.minecraft.banner.square_top_right.lime": "Lime Chief Sinister Canton", + "block.minecraft.banner.square_top_right.magenta": "Magenta Chief Sinister Canton", + "block.minecraft.banner.square_top_right.orange": "Orange Chief Sinister Canton", + "block.minecraft.banner.square_top_right.pink": "Pink Chief Sinister Canton", + "block.minecraft.banner.square_top_right.purple": "Purple Chief Sinister Canton", + "block.minecraft.banner.square_top_right.red": "Red Chief Sinister Canton", + "block.minecraft.banner.square_top_right.white": "White Chief Sinister Canton", + "block.minecraft.banner.square_top_right.yellow": "Yellow Chief Sinister Canton", + "block.minecraft.banner.straight_cross.black": "Black Cross", + "block.minecraft.banner.straight_cross.blue": "Blue Cross", + "block.minecraft.banner.straight_cross.brown": "Brown Cross", + "block.minecraft.banner.straight_cross.cyan": "Cyan Cross", + "block.minecraft.banner.straight_cross.gray": "Gray Cross", + "block.minecraft.banner.straight_cross.green": "Green Cross", + "block.minecraft.banner.straight_cross.light_blue": "Light Blue Cross", + "block.minecraft.banner.straight_cross.light_gray": "Light Gray Cross", + "block.minecraft.banner.straight_cross.lime": "Lime Cross", + "block.minecraft.banner.straight_cross.magenta": "Magenta Cross", + "block.minecraft.banner.straight_cross.orange": "Orange Cross", + "block.minecraft.banner.straight_cross.pink": "Pink Cross", + "block.minecraft.banner.straight_cross.purple": "Purple Cross", + "block.minecraft.banner.straight_cross.red": "Red Cross", + "block.minecraft.banner.straight_cross.white": "White Cross", + "block.minecraft.banner.straight_cross.yellow": "Yellow Cross", + "block.minecraft.banner.stripe_bottom.black": "Black Base", + "block.minecraft.banner.stripe_bottom.blue": "Blue Base", + "block.minecraft.banner.stripe_bottom.brown": "Brown Base", + "block.minecraft.banner.stripe_bottom.cyan": "Cyan Base", + "block.minecraft.banner.stripe_bottom.gray": "Gray Base", + "block.minecraft.banner.stripe_bottom.green": "Green Base", + "block.minecraft.banner.stripe_bottom.light_blue": "Light Blue Base", + "block.minecraft.banner.stripe_bottom.light_gray": "Light Gray Base", + "block.minecraft.banner.stripe_bottom.lime": "Lime Base", + "block.minecraft.banner.stripe_bottom.magenta": "Magenta Base", + "block.minecraft.banner.stripe_bottom.orange": "Orange Base", + "block.minecraft.banner.stripe_bottom.pink": "Pink Base", + "block.minecraft.banner.stripe_bottom.purple": "Purple Base", + "block.minecraft.banner.stripe_bottom.red": "Red Base", + "block.minecraft.banner.stripe_bottom.white": "White Base", + "block.minecraft.banner.stripe_bottom.yellow": "Yellow Base", + "block.minecraft.banner.stripe_center.black": "Black Pale", + "block.minecraft.banner.stripe_center.blue": "Blue Pale", + "block.minecraft.banner.stripe_center.brown": "Brown Pale", + "block.minecraft.banner.stripe_center.cyan": "Cyan Pale", + "block.minecraft.banner.stripe_center.gray": "Gray Pale", + "block.minecraft.banner.stripe_center.green": "Green Pale", + "block.minecraft.banner.stripe_center.light_blue": "Light Blue Pale", + "block.minecraft.banner.stripe_center.light_gray": "Light Gray Pale", + "block.minecraft.banner.stripe_center.lime": "Lime Pale", + "block.minecraft.banner.stripe_center.magenta": "Magenta Pale", + "block.minecraft.banner.stripe_center.orange": "Orange Pale", + "block.minecraft.banner.stripe_center.pink": "Pink Pale", + "block.minecraft.banner.stripe_center.purple": "Purple Pale", + "block.minecraft.banner.stripe_center.red": "Red Pale", + "block.minecraft.banner.stripe_center.white": "White Pale", + "block.minecraft.banner.stripe_center.yellow": "Yellow Pale", + "block.minecraft.banner.stripe_downleft.black": "Black Bend Sinister", + "block.minecraft.banner.stripe_downleft.blue": "Blue Bend Sinister", + "block.minecraft.banner.stripe_downleft.brown": "Brown Bend Sinister", + "block.minecraft.banner.stripe_downleft.cyan": "Cyan Bend Sinister", + "block.minecraft.banner.stripe_downleft.gray": "Gray Bend Sinister", + "block.minecraft.banner.stripe_downleft.green": "Green Bend Sinister", + "block.minecraft.banner.stripe_downleft.light_blue": "Light Blue Bend Sinister", + "block.minecraft.banner.stripe_downleft.light_gray": "Light Gray Bend Sinister", + "block.minecraft.banner.stripe_downleft.lime": "Lime Bend Sinister", + "block.minecraft.banner.stripe_downleft.magenta": "Magenta Bend Sinister", + "block.minecraft.banner.stripe_downleft.orange": "Orange Bend Sinister", + "block.minecraft.banner.stripe_downleft.pink": "Pink Bend Sinister", + "block.minecraft.banner.stripe_downleft.purple": "Purple Bend Sinister", + "block.minecraft.banner.stripe_downleft.red": "Red Bend Sinister", + "block.minecraft.banner.stripe_downleft.white": "White Bend Sinister", + "block.minecraft.banner.stripe_downleft.yellow": "Yellow Bend Sinister", + "block.minecraft.banner.stripe_downright.black": "Black Bend", + "block.minecraft.banner.stripe_downright.blue": "Blue Bend", + "block.minecraft.banner.stripe_downright.brown": "Brown Bend", + "block.minecraft.banner.stripe_downright.cyan": "Cyan Bend", + "block.minecraft.banner.stripe_downright.gray": "Gray Bend", + "block.minecraft.banner.stripe_downright.green": "Green Bend", + "block.minecraft.banner.stripe_downright.light_blue": "Light Blue Bend", + "block.minecraft.banner.stripe_downright.light_gray": "Light Gray Bend", + "block.minecraft.banner.stripe_downright.lime": "Lime Bend", + "block.minecraft.banner.stripe_downright.magenta": "Magenta Bend", + "block.minecraft.banner.stripe_downright.orange": "Orange Bend", + "block.minecraft.banner.stripe_downright.pink": "Pink Bend", + "block.minecraft.banner.stripe_downright.purple": "Purple Bend", + "block.minecraft.banner.stripe_downright.red": "Red Bend", + "block.minecraft.banner.stripe_downright.white": "White Bend", + "block.minecraft.banner.stripe_downright.yellow": "Yellow Bend", + "block.minecraft.banner.stripe_left.black": "Black Pale Dexter", + "block.minecraft.banner.stripe_left.blue": "Blue Pale Dexter", + "block.minecraft.banner.stripe_left.brown": "Brown Pale Dexter", + "block.minecraft.banner.stripe_left.cyan": "Cyan Pale Dexter", + "block.minecraft.banner.stripe_left.gray": "Gray Pale Dexter", + "block.minecraft.banner.stripe_left.green": "Green Pale Dexter", + "block.minecraft.banner.stripe_left.light_blue": "Light Blue Pale Dexter", + "block.minecraft.banner.stripe_left.light_gray": "Light Gray Pale Dexter", + "block.minecraft.banner.stripe_left.lime": "Lime Pale Dexter", + "block.minecraft.banner.stripe_left.magenta": "Magenta Pale Dexter", + "block.minecraft.banner.stripe_left.orange": "Orange Pale Dexter", + "block.minecraft.banner.stripe_left.pink": "Pink Pale Dexter", + "block.minecraft.banner.stripe_left.purple": "Purple Pale Dexter", + "block.minecraft.banner.stripe_left.red": "Red Pale Dexter", + "block.minecraft.banner.stripe_left.white": "White Pale Dexter", + "block.minecraft.banner.stripe_left.yellow": "Yellow Pale Dexter", + "block.minecraft.banner.stripe_middle.black": "Black Fess", + "block.minecraft.banner.stripe_middle.blue": "Blue Fess", + "block.minecraft.banner.stripe_middle.brown": "Brown Fess", + "block.minecraft.banner.stripe_middle.cyan": "Cyan Fess", + "block.minecraft.banner.stripe_middle.gray": "Gray Fess", + "block.minecraft.banner.stripe_middle.green": "Green Fess", + "block.minecraft.banner.stripe_middle.light_blue": "Light Blue Fess", + "block.minecraft.banner.stripe_middle.light_gray": "Light Gray Fess", + "block.minecraft.banner.stripe_middle.lime": "Lime Fess", + "block.minecraft.banner.stripe_middle.magenta": "Magenta Fess", + "block.minecraft.banner.stripe_middle.orange": "Orange Fess", + "block.minecraft.banner.stripe_middle.pink": "Pink Fess", + "block.minecraft.banner.stripe_middle.purple": "Purple Fess", + "block.minecraft.banner.stripe_middle.red": "Red Fess", + "block.minecraft.banner.stripe_middle.white": "White Fess", + "block.minecraft.banner.stripe_middle.yellow": "Yellow Fess", + "block.minecraft.banner.stripe_right.black": "Black Pale Sinister", + "block.minecraft.banner.stripe_right.blue": "Blue Pale Sinister", + "block.minecraft.banner.stripe_right.brown": "Brown Pale Sinister", + "block.minecraft.banner.stripe_right.cyan": "Cyan Pale Sinister", + "block.minecraft.banner.stripe_right.gray": "Gray Pale Sinister", + "block.minecraft.banner.stripe_right.green": "Green Pale Sinister", + "block.minecraft.banner.stripe_right.light_blue": "Light Blue Pale Sinister", + "block.minecraft.banner.stripe_right.light_gray": "Light Gray Pale Sinister", + "block.minecraft.banner.stripe_right.lime": "Lime Pale Sinister", + "block.minecraft.banner.stripe_right.magenta": "Magenta Pale Sinister", + "block.minecraft.banner.stripe_right.orange": "Orange Pale Sinister", + "block.minecraft.banner.stripe_right.pink": "Pink Pale Sinister", + "block.minecraft.banner.stripe_right.purple": "Purple Pale Sinister", + "block.minecraft.banner.stripe_right.red": "Red Pale Sinister", + "block.minecraft.banner.stripe_right.white": "White Pale Sinister", + "block.minecraft.banner.stripe_right.yellow": "Yellow Pale Sinister", + "block.minecraft.banner.stripe_top.black": "Black Chief", + "block.minecraft.banner.stripe_top.blue": "Blue Chief", + "block.minecraft.banner.stripe_top.brown": "Brown Chief", + "block.minecraft.banner.stripe_top.cyan": "Cyan Chief", + "block.minecraft.banner.stripe_top.gray": "Gray Chief", + "block.minecraft.banner.stripe_top.green": "Green Chief", + "block.minecraft.banner.stripe_top.light_blue": "Light Blue Chief", + "block.minecraft.banner.stripe_top.light_gray": "Light Gray Chief", + "block.minecraft.banner.stripe_top.lime": "Lime Chief", + "block.minecraft.banner.stripe_top.magenta": "Magenta Chief", + "block.minecraft.banner.stripe_top.orange": "Orange Chief", + "block.minecraft.banner.stripe_top.pink": "Pink Chief", + "block.minecraft.banner.stripe_top.purple": "Purple Chief", + "block.minecraft.banner.stripe_top.red": "Red Chief", + "block.minecraft.banner.stripe_top.white": "White Chief", + "block.minecraft.banner.stripe_top.yellow": "Yellow Chief", + "block.minecraft.banner.triangle_bottom.black": "Black Chevron", + "block.minecraft.banner.triangle_bottom.blue": "Blue Chevron", + "block.minecraft.banner.triangle_bottom.brown": "Brown Chevron", + "block.minecraft.banner.triangle_bottom.cyan": "Cyan Chevron", + "block.minecraft.banner.triangle_bottom.gray": "Gray Chevron", + "block.minecraft.banner.triangle_bottom.green": "Green Chevron", + "block.minecraft.banner.triangle_bottom.light_blue": "Light Blue Chevron", + "block.minecraft.banner.triangle_bottom.light_gray": "Light Gray Chevron", + "block.minecraft.banner.triangle_bottom.lime": "Lime Chevron", + "block.minecraft.banner.triangle_bottom.magenta": "Magenta Chevron", + "block.minecraft.banner.triangle_bottom.orange": "Orange Chevron", + "block.minecraft.banner.triangle_bottom.pink": "Pink Chevron", + "block.minecraft.banner.triangle_bottom.purple": "Purple Chevron", + "block.minecraft.banner.triangle_bottom.red": "Red Chevron", + "block.minecraft.banner.triangle_bottom.white": "White Chevron", + "block.minecraft.banner.triangle_bottom.yellow": "Yellow Chevron", + "block.minecraft.banner.triangle_top.black": "Black Inverted Chevron", + "block.minecraft.banner.triangle_top.blue": "Blue Inverted Chevron", + "block.minecraft.banner.triangle_top.brown": "Brown Inverted Chevron", + "block.minecraft.banner.triangle_top.cyan": "Cyan Inverted Chevron", + "block.minecraft.banner.triangle_top.gray": "Gray Inverted Chevron", + "block.minecraft.banner.triangle_top.green": "Green Inverted Chevron", + "block.minecraft.banner.triangle_top.light_blue": "Light Blue Inverted Chevron", + "block.minecraft.banner.triangle_top.light_gray": "Light Gray Inverted Chevron", + "block.minecraft.banner.triangle_top.lime": "Lime Inverted Chevron", + "block.minecraft.banner.triangle_top.magenta": "Magenta Inverted Chevron", + "block.minecraft.banner.triangle_top.orange": "Orange Inverted Chevron", + "block.minecraft.banner.triangle_top.pink": "Pink Inverted Chevron", + "block.minecraft.banner.triangle_top.purple": "Purple Inverted Chevron", + "block.minecraft.banner.triangle_top.red": "Red Inverted Chevron", + "block.minecraft.banner.triangle_top.white": "White Inverted Chevron", + "block.minecraft.banner.triangle_top.yellow": "Yellow Inverted Chevron", + "block.minecraft.banner.triangles_bottom.black": "Black Base Indented", + "block.minecraft.banner.triangles_bottom.blue": "Blue Base Indented", + "block.minecraft.banner.triangles_bottom.brown": "Brown Base Indented", + "block.minecraft.banner.triangles_bottom.cyan": "Cyan Base Indented", + "block.minecraft.banner.triangles_bottom.gray": "Gray Base Indented", + "block.minecraft.banner.triangles_bottom.green": "Green Base Indented", + "block.minecraft.banner.triangles_bottom.light_blue": "Light Blue Base Indented", + "block.minecraft.banner.triangles_bottom.light_gray": "Light Gray Base Indented", + "block.minecraft.banner.triangles_bottom.lime": "Lime Base Indented", + "block.minecraft.banner.triangles_bottom.magenta": "Magenta Base Indented", + "block.minecraft.banner.triangles_bottom.orange": "Orange Base Indented", + "block.minecraft.banner.triangles_bottom.pink": "Pink Base Indented", + "block.minecraft.banner.triangles_bottom.purple": "Purple Base Indented", + "block.minecraft.banner.triangles_bottom.red": "Red Base Indented", + "block.minecraft.banner.triangles_bottom.white": "White Base Indented", + "block.minecraft.banner.triangles_bottom.yellow": "Yellow Base Indented", + "block.minecraft.banner.triangles_top.black": "Black Chief Indented", + "block.minecraft.banner.triangles_top.blue": "Blue Chief Indented", + "block.minecraft.banner.triangles_top.brown": "Brown Chief Indented", + "block.minecraft.banner.triangles_top.cyan": "Cyan Chief Indented", + "block.minecraft.banner.triangles_top.gray": "Gray Chief Indented", + "block.minecraft.banner.triangles_top.green": "Green Chief Indented", + "block.minecraft.banner.triangles_top.light_blue": "Light Blue Chief Indented", + "block.minecraft.banner.triangles_top.light_gray": "Light Gray Chief Indented", + "block.minecraft.banner.triangles_top.lime": "Lime Chief Indented", + "block.minecraft.banner.triangles_top.magenta": "Magenta Chief Indented", + "block.minecraft.banner.triangles_top.orange": "Orange Chief Indented", + "block.minecraft.banner.triangles_top.pink": "Pink Chief Indented", + "block.minecraft.banner.triangles_top.purple": "Purple Chief Indented", + "block.minecraft.banner.triangles_top.red": "Red Chief Indented", + "block.minecraft.banner.triangles_top.white": "White Chief Indented", + "block.minecraft.banner.triangles_top.yellow": "Yellow Chief Indented", + "block.minecraft.barrel": "Barrel", + "block.minecraft.barrier": "Barrier", + "block.minecraft.basalt": "Basalt", + "block.minecraft.beacon": "Beacon", + "block.minecraft.beacon.primary": "Primary Power", + "block.minecraft.beacon.secondary": "Secondary Power", + "block.minecraft.bed.no_sleep": "You can sleep only at night or during thunderstorms", + "block.minecraft.bed.not_safe": "You may not rest now; there are monsters nearby", + "block.minecraft.bed.obstructed": "This bed is obstructed", + "block.minecraft.bed.occupied": "This bed is occupied", + "block.minecraft.bed.too_far_away": "You may not rest now; the bed is too far away", + "block.minecraft.bedrock": "Bedrock", + "block.minecraft.bee_nest": "Bee Nest", + "block.minecraft.beehive": "Beehive", + "block.minecraft.beetroots": "Beetroots", + "block.minecraft.bell": "Bell", + "block.minecraft.big_dripleaf": "Big Dripleaf", + "block.minecraft.big_dripleaf_stem": "Big Dripleaf Stem", + "block.minecraft.birch_button": "Birch Button", + "block.minecraft.birch_door": "Birch Door", + "block.minecraft.birch_fence": "Birch Fence", + "block.minecraft.birch_fence_gate": "Birch Fence Gate", + "block.minecraft.birch_hanging_sign": "Birch Hanging Sign", + "block.minecraft.birch_leaves": "Birch Leaves", + "block.minecraft.birch_log": "Birch Log", + "block.minecraft.birch_planks": "Birch Planks", + "block.minecraft.birch_pressure_plate": "Birch Pressure Plate", + "block.minecraft.birch_sapling": "Birch Sapling", + "block.minecraft.birch_sign": "Birch Sign", + "block.minecraft.birch_slab": "Birch Slab", + "block.minecraft.birch_stairs": "Birch Stairs", + "block.minecraft.birch_trapdoor": "Birch Trapdoor", + "block.minecraft.birch_wall_hanging_sign": "Birch Wall Hanging Sign", + "block.minecraft.birch_wall_sign": "Birch Wall Sign", + "block.minecraft.birch_wood": "Birch Wood", + "block.minecraft.black_banner": "Black Banner", + "block.minecraft.black_bed": "Black Bed", + "block.minecraft.black_candle": "Black Candle", + "block.minecraft.black_candle_cake": "Cake with Black Candle", + "block.minecraft.black_carpet": "Black Carpet", + "block.minecraft.black_concrete": "Black Concrete", + "block.minecraft.black_concrete_powder": "Black Concrete Powder", + "block.minecraft.black_glazed_terracotta": "Black Glazed Terracotta", + "block.minecraft.black_shulker_box": "Black Shulker Box", + "block.minecraft.black_stained_glass": "Black Stained Glass", + "block.minecraft.black_stained_glass_pane": "Black Stained Glass Pane", + "block.minecraft.black_terracotta": "Black Terracotta", + "block.minecraft.black_wool": "Black Wool", + "block.minecraft.blackstone": "Blackstone", + "block.minecraft.blackstone_slab": "Blackstone Slab", + "block.minecraft.blackstone_stairs": "Blackstone Stairs", + "block.minecraft.blackstone_wall": "Blackstone Wall", + "block.minecraft.blast_furnace": "Blast Furnace", + "block.minecraft.blue_banner": "Blue Banner", + "block.minecraft.blue_bed": "Blue Bed", + "block.minecraft.blue_candle": "Blue Candle", + "block.minecraft.blue_candle_cake": "Cake with Blue Candle", + "block.minecraft.blue_carpet": "Blue Carpet", + "block.minecraft.blue_concrete": "Blue Concrete", + "block.minecraft.blue_concrete_powder": "Blue Concrete Powder", + "block.minecraft.blue_glazed_terracotta": "Blue Glazed Terracotta", + "block.minecraft.blue_ice": "Blue Ice", + "block.minecraft.blue_orchid": "Blue Orchid", + "block.minecraft.blue_shulker_box": "Blue Shulker Box", + "block.minecraft.blue_stained_glass": "Blue Stained Glass", + "block.minecraft.blue_stained_glass_pane": "Blue Stained Glass Pane", + "block.minecraft.blue_terracotta": "Blue Terracotta", + "block.minecraft.blue_wool": "Blue Wool", + "block.minecraft.bone_block": "Bone Block", + "block.minecraft.bookshelf": "Bookshelf", + "block.minecraft.brain_coral": "Brain Coral", + "block.minecraft.brain_coral_block": "Brain Coral Block", + "block.minecraft.brain_coral_fan": "Brain Coral Fan", + "block.minecraft.brain_coral_wall_fan": "Brain Coral Wall Fan", + "block.minecraft.brewing_stand": "Brewing Stand", + "block.minecraft.brick_slab": "Brick Slab", + "block.minecraft.brick_stairs": "Brick Stairs", + "block.minecraft.brick_wall": "Brick Wall", + "block.minecraft.bricks": "Bricks", + "block.minecraft.brown_banner": "Brown Banner", + "block.minecraft.brown_bed": "Brown Bed", + "block.minecraft.brown_candle": "Brown Candle", + "block.minecraft.brown_candle_cake": "Cake with Brown Candle", + "block.minecraft.brown_carpet": "Brown Carpet", + "block.minecraft.brown_concrete": "Brown Concrete", + "block.minecraft.brown_concrete_powder": "Brown Concrete Powder", + "block.minecraft.brown_glazed_terracotta": "Brown Glazed Terracotta", + "block.minecraft.brown_mushroom": "Brown Mushroom", + "block.minecraft.brown_mushroom_block": "Brown Mushroom Block", + "block.minecraft.brown_shulker_box": "Brown Shulker Box", + "block.minecraft.brown_stained_glass": "Brown Stained Glass", + "block.minecraft.brown_stained_glass_pane": "Brown Stained Glass Pane", + "block.minecraft.brown_terracotta": "Brown Terracotta", + "block.minecraft.brown_wool": "Brown Wool", + "block.minecraft.bubble_column": "Bubble Column", + "block.minecraft.bubble_coral": "Bubble Coral", + "block.minecraft.bubble_coral_block": "Bubble Coral Block", + "block.minecraft.bubble_coral_fan": "Bubble Coral Fan", + "block.minecraft.bubble_coral_wall_fan": "Bubble Coral Wall Fan", + "block.minecraft.budding_amethyst": "Budding Amethyst", + "block.minecraft.cactus": "Cactus", + "block.minecraft.cake": "Cake", + "block.minecraft.calcite": "Calcite", + "block.minecraft.calibrated_sculk_sensor": "Calibrated Sculk Sensor", + "block.minecraft.campfire": "Campfire", + "block.minecraft.candle": "Candle", + "block.minecraft.candle_cake": "Cake with Candle", + "block.minecraft.carrots": "Carrots", + "block.minecraft.cartography_table": "Cartography Table", + "block.minecraft.carved_pumpkin": "Carved Pumpkin", + "block.minecraft.cauldron": "Cauldron", + "block.minecraft.cave_air": "Cave Air", + "block.minecraft.cave_vines": "Cave Vines", + "block.minecraft.cave_vines_plant": "Cave Vines Plant", + "block.minecraft.chain": "Chain", + "block.minecraft.chain_command_block": "Chain Command Block", + "block.minecraft.cherry_button": "Cherry Button", + "block.minecraft.cherry_door": "Cherry Door", + "block.minecraft.cherry_fence": "Cherry Fence", + "block.minecraft.cherry_fence_gate": "Cherry Fence Gate", + "block.minecraft.cherry_hanging_sign": "Cherry Hanging Sign", + "block.minecraft.cherry_leaves": "Cherry Leaves", + "block.minecraft.cherry_log": "Cherry Log", + "block.minecraft.cherry_planks": "Cherry Planks", + "block.minecraft.cherry_pressure_plate": "Cherry Pressure Plate", + "block.minecraft.cherry_sapling": "Cherry Sapling", + "block.minecraft.cherry_sign": "Cherry Sign", + "block.minecraft.cherry_slab": "Cherry Slab", + "block.minecraft.cherry_stairs": "Cherry Stairs", + "block.minecraft.cherry_trapdoor": "Cherry Trapdoor", + "block.minecraft.cherry_wall_hanging_sign": "Cherry Wall Hanging Sign", + "block.minecraft.cherry_wall_sign": "Cherry Wall Sign", + "block.minecraft.cherry_wood": "Cherry Wood", + "block.minecraft.chest": "Chest", + "block.minecraft.chipped_anvil": "Chipped Anvil", + "block.minecraft.chiseled_bookshelf": "Chiseled Bookshelf", + "block.minecraft.chiseled_deepslate": "Chiseled Deepslate", + "block.minecraft.chiseled_nether_bricks": "Chiseled Nether Bricks", + "block.minecraft.chiseled_polished_blackstone": "Chiseled Polished Blackstone", + "block.minecraft.chiseled_quartz_block": "Chiseled Quartz Block", + "block.minecraft.chiseled_red_sandstone": "Chiseled Red Sandstone", + "block.minecraft.chiseled_sandstone": "Chiseled Sandstone", + "block.minecraft.chiseled_stone_bricks": "Chiseled Stone Bricks", + "block.minecraft.chorus_flower": "Chorus Flower", + "block.minecraft.chorus_plant": "Chorus Plant", + "block.minecraft.clay": "Clay", + "block.minecraft.coal_block": "Block of Coal", + "block.minecraft.coal_ore": "Coal Ore", + "block.minecraft.coarse_dirt": "Coarse Dirt", + "block.minecraft.cobbled_deepslate": "Cobbled Deepslate", + "block.minecraft.cobbled_deepslate_slab": "Cobbled Deepslate Slab", + "block.minecraft.cobbled_deepslate_stairs": "Cobbled Deepslate Stairs", + "block.minecraft.cobbled_deepslate_wall": "Cobbled Deepslate Wall", + "block.minecraft.cobblestone": "Cobblestone", + "block.minecraft.cobblestone_slab": "Cobblestone Slab", + "block.minecraft.cobblestone_stairs": "Cobblestone Stairs", + "block.minecraft.cobblestone_wall": "Cobblestone Wall", + "block.minecraft.cobweb": "Cobweb", + "block.minecraft.cocoa": "Cocoa", + "block.minecraft.command_block": "Command Block", + "block.minecraft.comparator": "Redstone Comparator", + "block.minecraft.composter": "Composter", + "block.minecraft.conduit": "Conduit", + "block.minecraft.copper_block": "Block of Copper", + "block.minecraft.copper_ore": "Copper Ore", + "block.minecraft.cornflower": "Cornflower", + "block.minecraft.cracked_deepslate_bricks": "Cracked Deepslate Bricks", + "block.minecraft.cracked_deepslate_tiles": "Cracked Deepslate Tiles", + "block.minecraft.cracked_nether_bricks": "Cracked Nether Bricks", + "block.minecraft.cracked_polished_blackstone_bricks": "Cracked Polished Blackstone Bricks", + "block.minecraft.cracked_stone_bricks": "Cracked Stone Bricks", + "block.minecraft.crafting_table": "Crafting Table", + "block.minecraft.creeper_head": "Creeper Head", + "block.minecraft.creeper_wall_head": "Creeper Wall Head", + "block.minecraft.crimson_button": "Crimson Button", + "block.minecraft.crimson_door": "Crimson Door", + "block.minecraft.crimson_fence": "Crimson Fence", + "block.minecraft.crimson_fence_gate": "Crimson Fence Gate", + "block.minecraft.crimson_fungus": "Crimson Fungus", + "block.minecraft.crimson_hanging_sign": "Crimson Hanging Sign", + "block.minecraft.crimson_hyphae": "Crimson Hyphae", + "block.minecraft.crimson_nylium": "Crimson Nylium", + "block.minecraft.crimson_planks": "Crimson Planks", + "block.minecraft.crimson_pressure_plate": "Crimson Pressure Plate", + "block.minecraft.crimson_roots": "Crimson Roots", + "block.minecraft.crimson_sign": "Crimson Sign", + "block.minecraft.crimson_slab": "Crimson Slab", + "block.minecraft.crimson_stairs": "Crimson Stairs", + "block.minecraft.crimson_stem": "Crimson Stem", + "block.minecraft.crimson_trapdoor": "Crimson Trapdoor", + "block.minecraft.crimson_wall_hanging_sign": "Crimson Wall Hanging Sign", + "block.minecraft.crimson_wall_sign": "Crimson Wall Sign", + "block.minecraft.crying_obsidian": "Crying Obsidian", + "block.minecraft.cut_copper": "Cut Copper", + "block.minecraft.cut_copper_slab": "Cut Copper Slab", + "block.minecraft.cut_copper_stairs": "Cut Copper Stairs", + "block.minecraft.cut_red_sandstone": "Cut Red Sandstone", + "block.minecraft.cut_red_sandstone_slab": "Cut Red Sandstone Slab", + "block.minecraft.cut_sandstone": "Cut Sandstone", + "block.minecraft.cut_sandstone_slab": "Cut Sandstone Slab", + "block.minecraft.cyan_banner": "Cyan Banner", + "block.minecraft.cyan_bed": "Cyan Bed", + "block.minecraft.cyan_candle": "Cyan Candle", + "block.minecraft.cyan_candle_cake": "Cake with Cyan Candle", + "block.minecraft.cyan_carpet": "Cyan Carpet", + "block.minecraft.cyan_concrete": "Cyan Concrete", + "block.minecraft.cyan_concrete_powder": "Cyan Concrete Powder", + "block.minecraft.cyan_glazed_terracotta": "Cyan Glazed Terracotta", + "block.minecraft.cyan_shulker_box": "Cyan Shulker Box", + "block.minecraft.cyan_stained_glass": "Cyan Stained Glass", + "block.minecraft.cyan_stained_glass_pane": "Cyan Stained Glass Pane", + "block.minecraft.cyan_terracotta": "Cyan Terracotta", + "block.minecraft.cyan_wool": "Cyan Wool", + "block.minecraft.damaged_anvil": "Damaged Anvil", + "block.minecraft.dandelion": "Dandelion", + "block.minecraft.dark_oak_button": "Dark Oak Button", + "block.minecraft.dark_oak_door": "Dark Oak Door", + "block.minecraft.dark_oak_fence": "Dark Oak Fence", + "block.minecraft.dark_oak_fence_gate": "Dark Oak Fence Gate", + "block.minecraft.dark_oak_hanging_sign": "Dark Oak Hanging Sign", + "block.minecraft.dark_oak_leaves": "Dark Oak Leaves", + "block.minecraft.dark_oak_log": "Dark Oak Log", + "block.minecraft.dark_oak_planks": "Dark Oak Planks", + "block.minecraft.dark_oak_pressure_plate": "Dark Oak Pressure Plate", + "block.minecraft.dark_oak_sapling": "Dark Oak Sapling", + "block.minecraft.dark_oak_sign": "Dark Oak Sign", + "block.minecraft.dark_oak_slab": "Dark Oak Slab", + "block.minecraft.dark_oak_stairs": "Dark Oak Stairs", + "block.minecraft.dark_oak_trapdoor": "Dark Oak Trapdoor", + "block.minecraft.dark_oak_wall_hanging_sign": "Dark Oak Wall Hanging Sign", + "block.minecraft.dark_oak_wall_sign": "Dark Oak Wall Sign", + "block.minecraft.dark_oak_wood": "Dark Oak Wood", + "block.minecraft.dark_prismarine": "Dark Prismarine", + "block.minecraft.dark_prismarine_slab": "Dark Prismarine Slab", + "block.minecraft.dark_prismarine_stairs": "Dark Prismarine Stairs", + "block.minecraft.daylight_detector": "Daylight Detector", + "block.minecraft.dead_brain_coral": "Dead Brain Coral", + "block.minecraft.dead_brain_coral_block": "Dead Brain Coral Block", + "block.minecraft.dead_brain_coral_fan": "Dead Brain Coral Fan", + "block.minecraft.dead_brain_coral_wall_fan": "Dead Brain Coral Wall Fan", + "block.minecraft.dead_bubble_coral": "Dead Bubble Coral", + "block.minecraft.dead_bubble_coral_block": "Dead Bubble Coral Block", + "block.minecraft.dead_bubble_coral_fan": "Dead Bubble Coral Fan", + "block.minecraft.dead_bubble_coral_wall_fan": "Dead Bubble Coral Wall Fan", + "block.minecraft.dead_bush": "Dead Bush", + "block.minecraft.dead_fire_coral": "Dead Fire Coral", + "block.minecraft.dead_fire_coral_block": "Dead Fire Coral Block", + "block.minecraft.dead_fire_coral_fan": "Dead Fire Coral Fan", + "block.minecraft.dead_fire_coral_wall_fan": "Dead Fire Coral Wall Fan", + "block.minecraft.dead_horn_coral": "Dead Horn Coral", + "block.minecraft.dead_horn_coral_block": "Dead Horn Coral Block", + "block.minecraft.dead_horn_coral_fan": "Dead Horn Coral Fan", + "block.minecraft.dead_horn_coral_wall_fan": "Dead Horn Coral Wall Fan", + "block.minecraft.dead_tube_coral": "Dead Tube Coral", + "block.minecraft.dead_tube_coral_block": "Dead Tube Coral Block", + "block.minecraft.dead_tube_coral_fan": "Dead Tube Coral Fan", + "block.minecraft.dead_tube_coral_wall_fan": "Dead Tube Coral Wall Fan", + "block.minecraft.decorated_pot": "Decorated Pot", + "block.minecraft.deepslate": "Deepslate", + "block.minecraft.deepslate_brick_slab": "Deepslate Brick Slab", + "block.minecraft.deepslate_brick_stairs": "Deepslate Brick Stairs", + "block.minecraft.deepslate_brick_wall": "Deepslate Brick Wall", + "block.minecraft.deepslate_bricks": "Deepslate Bricks", + "block.minecraft.deepslate_coal_ore": "Deepslate Coal Ore", + "block.minecraft.deepslate_copper_ore": "Deepslate Copper Ore", + "block.minecraft.deepslate_diamond_ore": "Deepslate Diamond Ore", + "block.minecraft.deepslate_emerald_ore": "Deepslate Emerald Ore", + "block.minecraft.deepslate_gold_ore": "Deepslate Gold Ore", + "block.minecraft.deepslate_iron_ore": "Deepslate Iron Ore", + "block.minecraft.deepslate_lapis_ore": "Deepslate Lapis Lazuli Ore", + "block.minecraft.deepslate_redstone_ore": "Deepslate Redstone Ore", + "block.minecraft.deepslate_tile_slab": "Deepslate Tile Slab", + "block.minecraft.deepslate_tile_stairs": "Deepslate Tile Stairs", + "block.minecraft.deepslate_tile_wall": "Deepslate Tile Wall", + "block.minecraft.deepslate_tiles": "Deepslate Tiles", + "block.minecraft.detector_rail": "Detector Rail", + "block.minecraft.diamond_block": "Block of Diamond", + "block.minecraft.diamond_ore": "Diamond Ore", + "block.minecraft.diorite": "Diorite", + "block.minecraft.diorite_slab": "Diorite Slab", + "block.minecraft.diorite_stairs": "Diorite Stairs", + "block.minecraft.diorite_wall": "Diorite Wall", + "block.minecraft.dirt": "Dirt", + "block.minecraft.dirt_path": "Dirt Path", + "block.minecraft.dispenser": "Dispenser", + "block.minecraft.dragon_egg": "Dragon Egg", + "block.minecraft.dragon_head": "Dragon Head", + "block.minecraft.dragon_wall_head": "Dragon Wall Head", + "block.minecraft.dried_kelp_block": "Dried Kelp Block", + "block.minecraft.dripstone_block": "Dripstone Block", + "block.minecraft.dropper": "Dropper", + "block.minecraft.emerald_block": "Block of Emerald", + "block.minecraft.emerald_ore": "Emerald Ore", + "block.minecraft.enchanting_table": "Enchanting Table", + "block.minecraft.end_gateway": "End Gateway", + "block.minecraft.end_portal": "End Portal", + "block.minecraft.end_portal_frame": "End Portal Frame", + "block.minecraft.end_rod": "End Rod", + "block.minecraft.end_stone": "End Stone", + "block.minecraft.end_stone_brick_slab": "End Stone Brick Slab", + "block.minecraft.end_stone_brick_stairs": "End Stone Brick Stairs", + "block.minecraft.end_stone_brick_wall": "End Stone Brick Wall", + "block.minecraft.end_stone_bricks": "End Stone Bricks", + "block.minecraft.ender_chest": "Ender Chest", + "block.minecraft.exposed_copper": "Exposed Copper", + "block.minecraft.exposed_cut_copper": "Exposed Cut Copper", + "block.minecraft.exposed_cut_copper_slab": "Exposed Cut Copper Slab", + "block.minecraft.exposed_cut_copper_stairs": "Exposed Cut Copper Stairs", + "block.minecraft.farmland": "Farmland", + "block.minecraft.fern": "Fern", + "block.minecraft.fire": "Fire", + "block.minecraft.fire_coral": "Fire Coral", + "block.minecraft.fire_coral_block": "Fire Coral Block", + "block.minecraft.fire_coral_fan": "Fire Coral Fan", + "block.minecraft.fire_coral_wall_fan": "Fire Coral Wall Fan", + "block.minecraft.fletching_table": "Fletching Table", + "block.minecraft.flower_pot": "Flower Pot", + "block.minecraft.flowering_azalea": "Flowering Azalea", + "block.minecraft.flowering_azalea_leaves": "Flowering Azalea Leaves", + "block.minecraft.frogspawn": "Frogspawn", + "block.minecraft.frosted_ice": "Frosted Ice", + "block.minecraft.furnace": "Furnace", + "block.minecraft.gilded_blackstone": "Gilded Blackstone", + "block.minecraft.glass": "Glass", + "block.minecraft.glass_pane": "Glass Pane", + "block.minecraft.glow_lichen": "Glow Lichen", + "block.minecraft.glowstone": "Glowstone", + "block.minecraft.gold_block": "Block of Gold", + "block.minecraft.gold_ore": "Gold Ore", + "block.minecraft.granite": "Granite", + "block.minecraft.granite_slab": "Granite Slab", + "block.minecraft.granite_stairs": "Granite Stairs", + "block.minecraft.granite_wall": "Granite Wall", + "block.minecraft.grass": "Grass", + "block.minecraft.grass_block": "Grass Block", + "block.minecraft.gravel": "Gravel", + "block.minecraft.gray_banner": "Gray Banner", + "block.minecraft.gray_bed": "Gray Bed", + "block.minecraft.gray_candle": "Gray Candle", + "block.minecraft.gray_candle_cake": "Cake with Gray Candle", + "block.minecraft.gray_carpet": "Gray Carpet", + "block.minecraft.gray_concrete": "Gray Concrete", + "block.minecraft.gray_concrete_powder": "Gray Concrete Powder", + "block.minecraft.gray_glazed_terracotta": "Gray Glazed Terracotta", + "block.minecraft.gray_shulker_box": "Gray Shulker Box", + "block.minecraft.gray_stained_glass": "Gray Stained Glass", + "block.minecraft.gray_stained_glass_pane": "Gray Stained Glass Pane", + "block.minecraft.gray_terracotta": "Gray Terracotta", + "block.minecraft.gray_wool": "Gray Wool", + "block.minecraft.green_banner": "Green Banner", + "block.minecraft.green_bed": "Green Bed", + "block.minecraft.green_candle": "Green Candle", + "block.minecraft.green_candle_cake": "Cake with Green Candle", + "block.minecraft.green_carpet": "Green Carpet", + "block.minecraft.green_concrete": "Green Concrete", + "block.minecraft.green_concrete_powder": "Green Concrete Powder", + "block.minecraft.green_glazed_terracotta": "Green Glazed Terracotta", + "block.minecraft.green_shulker_box": "Green Shulker Box", + "block.minecraft.green_stained_glass": "Green Stained Glass", + "block.minecraft.green_stained_glass_pane": "Green Stained Glass Pane", + "block.minecraft.green_terracotta": "Green Terracotta", + "block.minecraft.green_wool": "Green Wool", + "block.minecraft.grindstone": "Grindstone", + "block.minecraft.hanging_roots": "Hanging Roots", + "block.minecraft.hay_block": "Hay Bale", + "block.minecraft.heavy_weighted_pressure_plate": "Heavy Weighted Pressure Plate", + "block.minecraft.honey_block": "Honey Block", + "block.minecraft.honeycomb_block": "Honeycomb Block", + "block.minecraft.hopper": "Hopper", + "block.minecraft.horn_coral": "Horn Coral", + "block.minecraft.horn_coral_block": "Horn Coral Block", + "block.minecraft.horn_coral_fan": "Horn Coral Fan", + "block.minecraft.horn_coral_wall_fan": "Horn Coral Wall Fan", + "block.minecraft.ice": "Ice", + "block.minecraft.infested_chiseled_stone_bricks": "Infested Chiseled Stone Bricks", + "block.minecraft.infested_cobblestone": "Infested Cobblestone", + "block.minecraft.infested_cracked_stone_bricks": "Infested Cracked Stone Bricks", + "block.minecraft.infested_deepslate": "Infested Deepslate", + "block.minecraft.infested_mossy_stone_bricks": "Infested Mossy Stone Bricks", + "block.minecraft.infested_stone": "Infested Stone", + "block.minecraft.infested_stone_bricks": "Infested Stone Bricks", + "block.minecraft.iron_bars": "Iron Bars", + "block.minecraft.iron_block": "Block of Iron", + "block.minecraft.iron_door": "Iron Door", + "block.minecraft.iron_ore": "Iron Ore", + "block.minecraft.iron_trapdoor": "Iron Trapdoor", + "block.minecraft.jack_o_lantern": "Jack o'Lantern", + "block.minecraft.jigsaw": "Jigsaw Block", + "block.minecraft.jukebox": "Jukebox", + "block.minecraft.jungle_button": "Jungle Button", + "block.minecraft.jungle_door": "Jungle Door", + "block.minecraft.jungle_fence": "Jungle Fence", + "block.minecraft.jungle_fence_gate": "Jungle Fence Gate", + "block.minecraft.jungle_hanging_sign": "Jungle Hanging Sign", + "block.minecraft.jungle_leaves": "Jungle Leaves", + "block.minecraft.jungle_log": "Jungle Log", + "block.minecraft.jungle_planks": "Jungle Planks", + "block.minecraft.jungle_pressure_plate": "Jungle Pressure Plate", + "block.minecraft.jungle_sapling": "Jungle Sapling", + "block.minecraft.jungle_sign": "Jungle Sign", + "block.minecraft.jungle_slab": "Jungle Slab", + "block.minecraft.jungle_stairs": "Jungle Stairs", + "block.minecraft.jungle_trapdoor": "Jungle Trapdoor", + "block.minecraft.jungle_wall_hanging_sign": "Jungle Wall Hanging Sign", + "block.minecraft.jungle_wall_sign": "Jungle Wall Sign", + "block.minecraft.jungle_wood": "Jungle Wood", + "block.minecraft.kelp": "Kelp", + "block.minecraft.kelp_plant": "Kelp Plant", + "block.minecraft.ladder": "Ladder", + "block.minecraft.lantern": "Lantern", + "block.minecraft.lapis_block": "Block of Lapis Lazuli", + "block.minecraft.lapis_ore": "Lapis Lazuli Ore", + "block.minecraft.large_amethyst_bud": "Large Amethyst Bud", + "block.minecraft.large_fern": "Large Fern", + "block.minecraft.lava": "Lava", + "block.minecraft.lava_cauldron": "Lava Cauldron", + "block.minecraft.lectern": "Lectern", + "block.minecraft.lever": "Lever", + "block.minecraft.light": "Light", + "block.minecraft.light_blue_banner": "Light Blue Banner", + "block.minecraft.light_blue_bed": "Light Blue Bed", + "block.minecraft.light_blue_candle": "Light Blue Candle", + "block.minecraft.light_blue_candle_cake": "Cake with Light Blue Candle", + "block.minecraft.light_blue_carpet": "Light Blue Carpet", + "block.minecraft.light_blue_concrete": "Light Blue Concrete", + "block.minecraft.light_blue_concrete_powder": "Light Blue Concrete Powder", + "block.minecraft.light_blue_glazed_terracotta": "Light Blue Glazed Terracotta", + "block.minecraft.light_blue_shulker_box": "Light Blue Shulker Box", + "block.minecraft.light_blue_stained_glass": "Light Blue Stained Glass", + "block.minecraft.light_blue_stained_glass_pane": "Light Blue Stained Glass Pane", + "block.minecraft.light_blue_terracotta": "Light Blue Terracotta", + "block.minecraft.light_blue_wool": "Light Blue Wool", + "block.minecraft.light_gray_banner": "Light Gray Banner", + "block.minecraft.light_gray_bed": "Light Gray Bed", + "block.minecraft.light_gray_candle": "Light Gray Candle", + "block.minecraft.light_gray_candle_cake": "Cake with Light Gray Candle", + "block.minecraft.light_gray_carpet": "Light Gray Carpet", + "block.minecraft.light_gray_concrete": "Light Gray Concrete", + "block.minecraft.light_gray_concrete_powder": "Light Gray Concrete Powder", + "block.minecraft.light_gray_glazed_terracotta": "Light Gray Glazed Terracotta", + "block.minecraft.light_gray_shulker_box": "Light Gray Shulker Box", + "block.minecraft.light_gray_stained_glass": "Light Gray Stained Glass", + "block.minecraft.light_gray_stained_glass_pane": "Light Gray Stained Glass Pane", + "block.minecraft.light_gray_terracotta": "Light Gray Terracotta", + "block.minecraft.light_gray_wool": "Light Gray Wool", + "block.minecraft.light_weighted_pressure_plate": "Light Weighted Pressure Plate", + "block.minecraft.lightning_rod": "Lightning Rod", + "block.minecraft.lilac": "Lilac", + "block.minecraft.lily_of_the_valley": "Lily of the Valley", + "block.minecraft.lily_pad": "Lily Pad", + "block.minecraft.lime_banner": "Lime Banner", + "block.minecraft.lime_bed": "Lime Bed", + "block.minecraft.lime_candle": "Lime Candle", + "block.minecraft.lime_candle_cake": "Cake with Lime Candle", + "block.minecraft.lime_carpet": "Lime Carpet", + "block.minecraft.lime_concrete": "Lime Concrete", + "block.minecraft.lime_concrete_powder": "Lime Concrete Powder", + "block.minecraft.lime_glazed_terracotta": "Lime Glazed Terracotta", + "block.minecraft.lime_shulker_box": "Lime Shulker Box", + "block.minecraft.lime_stained_glass": "Lime Stained Glass", + "block.minecraft.lime_stained_glass_pane": "Lime Stained Glass Pane", + "block.minecraft.lime_terracotta": "Lime Terracotta", + "block.minecraft.lime_wool": "Lime Wool", + "block.minecraft.lodestone": "Lodestone", + "block.minecraft.loom": "Loom", + "block.minecraft.magenta_banner": "Magenta Banner", + "block.minecraft.magenta_bed": "Magenta Bed", + "block.minecraft.magenta_candle": "Magenta Candle", + "block.minecraft.magenta_candle_cake": "Cake with Magenta Candle", + "block.minecraft.magenta_carpet": "Magenta Carpet", + "block.minecraft.magenta_concrete": "Magenta Concrete", + "block.minecraft.magenta_concrete_powder": "Magenta Concrete Powder", + "block.minecraft.magenta_glazed_terracotta": "Magenta Glazed Terracotta", + "block.minecraft.magenta_shulker_box": "Magenta Shulker Box", + "block.minecraft.magenta_stained_glass": "Magenta Stained Glass", + "block.minecraft.magenta_stained_glass_pane": "Magenta Stained Glass Pane", + "block.minecraft.magenta_terracotta": "Magenta Terracotta", + "block.minecraft.magenta_wool": "Magenta Wool", + "block.minecraft.magma_block": "Magma Block", + "block.minecraft.mangrove_button": "Mangrove Button", + "block.minecraft.mangrove_door": "Mangrove Door", + "block.minecraft.mangrove_fence": "Mangrove Fence", + "block.minecraft.mangrove_fence_gate": "Mangrove Fence Gate", + "block.minecraft.mangrove_hanging_sign": "Mangrove Hanging Sign", + "block.minecraft.mangrove_leaves": "Mangrove Leaves", + "block.minecraft.mangrove_log": "Mangrove Log", + "block.minecraft.mangrove_planks": "Mangrove Planks", + "block.minecraft.mangrove_pressure_plate": "Mangrove Pressure Plate", + "block.minecraft.mangrove_propagule": "Mangrove Propagule", + "block.minecraft.mangrove_roots": "Mangrove Roots", + "block.minecraft.mangrove_sign": "Mangrove Sign", + "block.minecraft.mangrove_slab": "Mangrove Slab", + "block.minecraft.mangrove_stairs": "Mangrove Stairs", + "block.minecraft.mangrove_trapdoor": "Mangrove Trapdoor", + "block.minecraft.mangrove_wall_hanging_sign": "Mangrove Wall Hanging Sign", + "block.minecraft.mangrove_wall_sign": "Mangrove Wall Sign", + "block.minecraft.mangrove_wood": "Mangrove Wood", + "block.minecraft.medium_amethyst_bud": "Medium Amethyst Bud", + "block.minecraft.melon": "Melon", + "block.minecraft.melon_stem": "Melon Stem", + "block.minecraft.moss_block": "Moss Block", + "block.minecraft.moss_carpet": "Moss Carpet", + "block.minecraft.mossy_cobblestone": "Mossy Cobblestone", + "block.minecraft.mossy_cobblestone_slab": "Mossy Cobblestone Slab", + "block.minecraft.mossy_cobblestone_stairs": "Mossy Cobblestone Stairs", + "block.minecraft.mossy_cobblestone_wall": "Mossy Cobblestone Wall", + "block.minecraft.mossy_stone_brick_slab": "Mossy Stone Brick Slab", + "block.minecraft.mossy_stone_brick_stairs": "Mossy Stone Brick Stairs", + "block.minecraft.mossy_stone_brick_wall": "Mossy Stone Brick Wall", + "block.minecraft.mossy_stone_bricks": "Mossy Stone Bricks", + "block.minecraft.moving_piston": "Moving Piston", + "block.minecraft.mud": "Mud", + "block.minecraft.mud_brick_slab": "Mud Brick Slab", + "block.minecraft.mud_brick_stairs": "Mud Brick Stairs", + "block.minecraft.mud_brick_wall": "Mud Brick Wall", + "block.minecraft.mud_bricks": "Mud Bricks", + "block.minecraft.muddy_mangrove_roots": "Muddy Mangrove Roots", + "block.minecraft.mushroom_stem": "Mushroom Stem", + "block.minecraft.mycelium": "Mycelium", + "block.minecraft.nether_brick_fence": "Nether Brick Fence", + "block.minecraft.nether_brick_slab": "Nether Brick Slab", + "block.minecraft.nether_brick_stairs": "Nether Brick Stairs", + "block.minecraft.nether_brick_wall": "Nether Brick Wall", + "block.minecraft.nether_bricks": "Nether Bricks", + "block.minecraft.nether_gold_ore": "Nether Gold Ore", + "block.minecraft.nether_portal": "Nether Portal", + "block.minecraft.nether_quartz_ore": "Nether Quartz Ore", + "block.minecraft.nether_sprouts": "Nether Sprouts", + "block.minecraft.nether_wart": "Nether Wart", + "block.minecraft.nether_wart_block": "Nether Wart Block", + "block.minecraft.netherite_block": "Block of Netherite", + "block.minecraft.netherrack": "Netherrack", + "block.minecraft.note_block": "Note Block", + "block.minecraft.oak_button": "Oak Button", + "block.minecraft.oak_door": "Oak Door", + "block.minecraft.oak_fence": "Oak Fence", + "block.minecraft.oak_fence_gate": "Oak Fence Gate", + "block.minecraft.oak_hanging_sign": "Oak Hanging Sign", + "block.minecraft.oak_leaves": "Oak Leaves", + "block.minecraft.oak_log": "Oak Log", + "block.minecraft.oak_planks": "Oak Planks", + "block.minecraft.oak_pressure_plate": "Oak Pressure Plate", + "block.minecraft.oak_sapling": "Oak Sapling", + "block.minecraft.oak_sign": "Oak Sign", + "block.minecraft.oak_slab": "Oak Slab", + "block.minecraft.oak_stairs": "Oak Stairs", + "block.minecraft.oak_trapdoor": "Oak Trapdoor", + "block.minecraft.oak_wall_hanging_sign": "Oak Wall Hanging Sign", + "block.minecraft.oak_wall_sign": "Oak Wall Sign", + "block.minecraft.oak_wood": "Oak Wood", + "block.minecraft.observer": "Observer", + "block.minecraft.obsidian": "Obsidian", + "block.minecraft.ochre_froglight": "Ochre Froglight", + "block.minecraft.ominous_banner": "Ominous Banner", + "block.minecraft.orange_banner": "Orange Banner", + "block.minecraft.orange_bed": "Orange Bed", + "block.minecraft.orange_candle": "Orange Candle", + "block.minecraft.orange_candle_cake": "Cake with Orange Candle", + "block.minecraft.orange_carpet": "Orange Carpet", + "block.minecraft.orange_concrete": "Orange Concrete", + "block.minecraft.orange_concrete_powder": "Orange Concrete Powder", + "block.minecraft.orange_glazed_terracotta": "Orange Glazed Terracotta", + "block.minecraft.orange_shulker_box": "Orange Shulker Box", + "block.minecraft.orange_stained_glass": "Orange Stained Glass", + "block.minecraft.orange_stained_glass_pane": "Orange Stained Glass Pane", + "block.minecraft.orange_terracotta": "Orange Terracotta", + "block.minecraft.orange_tulip": "Orange Tulip", + "block.minecraft.orange_wool": "Orange Wool", + "block.minecraft.oxeye_daisy": "Oxeye Daisy", + "block.minecraft.oxidized_copper": "Oxidized Copper", + "block.minecraft.oxidized_cut_copper": "Oxidized Cut Copper", + "block.minecraft.oxidized_cut_copper_slab": "Oxidized Cut Copper Slab", + "block.minecraft.oxidized_cut_copper_stairs": "Oxidized Cut Copper Stairs", + "block.minecraft.packed_ice": "Packed Ice", + "block.minecraft.packed_mud": "Packed Mud", + "block.minecraft.pearlescent_froglight": "Pearlescent Froglight", + "block.minecraft.peony": "Peony", + "block.minecraft.petrified_oak_slab": "Petrified Oak Slab", + "block.minecraft.piglin_head": "Piglin Head", + "block.minecraft.piglin_wall_head": "Piglin Wall Head", + "block.minecraft.pink_banner": "Pink Banner", + "block.minecraft.pink_bed": "Pink Bed", + "block.minecraft.pink_candle": "Pink Candle", + "block.minecraft.pink_candle_cake": "Cake with Pink Candle", + "block.minecraft.pink_carpet": "Pink Carpet", + "block.minecraft.pink_concrete": "Pink Concrete", + "block.minecraft.pink_concrete_powder": "Pink Concrete Powder", + "block.minecraft.pink_glazed_terracotta": "Pink Glazed Terracotta", + "block.minecraft.pink_petals": "Pink Petals", + "block.minecraft.pink_shulker_box": "Pink Shulker Box", + "block.minecraft.pink_stained_glass": "Pink Stained Glass", + "block.minecraft.pink_stained_glass_pane": "Pink Stained Glass Pane", + "block.minecraft.pink_terracotta": "Pink Terracotta", + "block.minecraft.pink_tulip": "Pink Tulip", + "block.minecraft.pink_wool": "Pink Wool", + "block.minecraft.piston": "Piston", + "block.minecraft.piston_head": "Piston Head", + "block.minecraft.pitcher_crop": "Pitcher Crop", + "block.minecraft.pitcher_plant": "Pitcher Plant", + "block.minecraft.player_head": "Player Head", + "block.minecraft.player_head.named": "%s's Head", + "block.minecraft.player_wall_head": "Player Wall Head", + "block.minecraft.podzol": "Podzol", + "block.minecraft.pointed_dripstone": "Pointed Dripstone", + "block.minecraft.polished_andesite": "Polished Andesite", + "block.minecraft.polished_andesite_slab": "Polished Andesite Slab", + "block.minecraft.polished_andesite_stairs": "Polished Andesite Stairs", + "block.minecraft.polished_basalt": "Polished Basalt", + "block.minecraft.polished_blackstone": "Polished Blackstone", + "block.minecraft.polished_blackstone_brick_slab": "Polished Blackstone Brick Slab", + "block.minecraft.polished_blackstone_brick_stairs": "Polished Blackstone Brick Stairs", + "block.minecraft.polished_blackstone_brick_wall": "Polished Blackstone Brick Wall", + "block.minecraft.polished_blackstone_bricks": "Polished Blackstone Bricks", + "block.minecraft.polished_blackstone_button": "Polished Blackstone Button", + "block.minecraft.polished_blackstone_pressure_plate": "Polished Blackstone Pressure Plate", + "block.minecraft.polished_blackstone_slab": "Polished Blackstone Slab", + "block.minecraft.polished_blackstone_stairs": "Polished Blackstone Stairs", + "block.minecraft.polished_blackstone_wall": "Polished Blackstone Wall", + "block.minecraft.polished_deepslate": "Polished Deepslate", + "block.minecraft.polished_deepslate_slab": "Polished Deepslate Slab", + "block.minecraft.polished_deepslate_stairs": "Polished Deepslate Stairs", + "block.minecraft.polished_deepslate_wall": "Polished Deepslate Wall", + "block.minecraft.polished_diorite": "Polished Diorite", + "block.minecraft.polished_diorite_slab": "Polished Diorite Slab", + "block.minecraft.polished_diorite_stairs": "Polished Diorite Stairs", + "block.minecraft.polished_granite": "Polished Granite", + "block.minecraft.polished_granite_slab": "Polished Granite Slab", + "block.minecraft.polished_granite_stairs": "Polished Granite Stairs", + "block.minecraft.poppy": "Poppy", + "block.minecraft.potatoes": "Potatoes", + "block.minecraft.potted_acacia_sapling": "Potted Acacia Sapling", + "block.minecraft.potted_allium": "Potted Allium", + "block.minecraft.potted_azalea_bush": "Potted Azalea", + "block.minecraft.potted_azure_bluet": "Potted Azure Bluet", + "block.minecraft.potted_bamboo": "Potted Bamboo", + "block.minecraft.potted_birch_sapling": "Potted Birch Sapling", + "block.minecraft.potted_blue_orchid": "Potted Blue Orchid", + "block.minecraft.potted_brown_mushroom": "Potted Brown Mushroom", + "block.minecraft.potted_cactus": "Potted Cactus", + "block.minecraft.potted_cherry_sapling": "Potted Cherry Sapling", + "block.minecraft.potted_cornflower": "Potted Cornflower", + "block.minecraft.potted_crimson_fungus": "Potted Crimson Fungus", + "block.minecraft.potted_crimson_roots": "Potted Crimson Roots", + "block.minecraft.potted_dandelion": "Potted Dandelion", + "block.minecraft.potted_dark_oak_sapling": "Potted Dark Oak Sapling", + "block.minecraft.potted_dead_bush": "Potted Dead Bush", + "block.minecraft.potted_fern": "Potted Fern", + "block.minecraft.potted_flowering_azalea_bush": "Potted Flowering Azalea", + "block.minecraft.potted_jungle_sapling": "Potted Jungle Sapling", + "block.minecraft.potted_lily_of_the_valley": "Potted Lily of the Valley", + "block.minecraft.potted_mangrove_propagule": "Potted Mangrove Propagule", + "block.minecraft.potted_oak_sapling": "Potted Oak Sapling", + "block.minecraft.potted_orange_tulip": "Potted Orange Tulip", + "block.minecraft.potted_oxeye_daisy": "Potted Oxeye Daisy", + "block.minecraft.potted_pink_tulip": "Potted Pink Tulip", + "block.minecraft.potted_poppy": "Potted Poppy", + "block.minecraft.potted_red_mushroom": "Potted Red Mushroom", + "block.minecraft.potted_red_tulip": "Potted Red Tulip", + "block.minecraft.potted_spruce_sapling": "Potted Spruce Sapling", + "block.minecraft.potted_torchflower": "Potted Torchflower", + "block.minecraft.potted_warped_fungus": "Potted Warped Fungus", + "block.minecraft.potted_warped_roots": "Potted Warped Roots", + "block.minecraft.potted_white_tulip": "Potted White Tulip", + "block.minecraft.potted_wither_rose": "Potted Wither Rose", + "block.minecraft.powder_snow": "Powder Snow", + "block.minecraft.powder_snow_cauldron": "Powder Snow Cauldron", + "block.minecraft.powered_rail": "Powered Rail", + "block.minecraft.prismarine": "Prismarine", + "block.minecraft.prismarine_brick_slab": "Prismarine Brick Slab", + "block.minecraft.prismarine_brick_stairs": "Prismarine Brick Stairs", + "block.minecraft.prismarine_bricks": "Prismarine Bricks", + "block.minecraft.prismarine_slab": "Prismarine Slab", + "block.minecraft.prismarine_stairs": "Prismarine Stairs", + "block.minecraft.prismarine_wall": "Prismarine Wall", + "block.minecraft.pumpkin": "Pumpkin", + "block.minecraft.pumpkin_stem": "Pumpkin Stem", + "block.minecraft.purple_banner": "Purple Banner", + "block.minecraft.purple_bed": "Purple Bed", + "block.minecraft.purple_candle": "Purple Candle", + "block.minecraft.purple_candle_cake": "Cake with Purple Candle", + "block.minecraft.purple_carpet": "Purple Carpet", + "block.minecraft.purple_concrete": "Purple Concrete", + "block.minecraft.purple_concrete_powder": "Purple Concrete Powder", + "block.minecraft.purple_glazed_terracotta": "Purple Glazed Terracotta", + "block.minecraft.purple_shulker_box": "Purple Shulker Box", + "block.minecraft.purple_stained_glass": "Purple Stained Glass", + "block.minecraft.purple_stained_glass_pane": "Purple Stained Glass Pane", + "block.minecraft.purple_terracotta": "Purple Terracotta", + "block.minecraft.purple_wool": "Purple Wool", + "block.minecraft.purpur_block": "Purpur Block", + "block.minecraft.purpur_pillar": "Purpur Pillar", + "block.minecraft.purpur_slab": "Purpur Slab", + "block.minecraft.purpur_stairs": "Purpur Stairs", + "block.minecraft.quartz_block": "Block of Quartz", + "block.minecraft.quartz_bricks": "Quartz Bricks", + "block.minecraft.quartz_pillar": "Quartz Pillar", + "block.minecraft.quartz_slab": "Quartz Slab", + "block.minecraft.quartz_stairs": "Quartz Stairs", + "block.minecraft.rail": "Rail", + "block.minecraft.raw_copper_block": "Block of Raw Copper", + "block.minecraft.raw_gold_block": "Block of Raw Gold", + "block.minecraft.raw_iron_block": "Block of Raw Iron", + "block.minecraft.red_banner": "Red Banner", + "block.minecraft.red_bed": "Red Bed", + "block.minecraft.red_candle": "Red Candle", + "block.minecraft.red_candle_cake": "Cake with Red Candle", + "block.minecraft.red_carpet": "Red Carpet", + "block.minecraft.red_concrete": "Red Concrete", + "block.minecraft.red_concrete_powder": "Red Concrete Powder", + "block.minecraft.red_glazed_terracotta": "Red Glazed Terracotta", + "block.minecraft.red_mushroom": "Red Mushroom", + "block.minecraft.red_mushroom_block": "Red Mushroom Block", + "block.minecraft.red_nether_brick_slab": "Red Nether Brick Slab", + "block.minecraft.red_nether_brick_stairs": "Red Nether Brick Stairs", + "block.minecraft.red_nether_brick_wall": "Red Nether Brick Wall", + "block.minecraft.red_nether_bricks": "Red Nether Bricks", + "block.minecraft.red_sand": "Red Sand", + "block.minecraft.red_sandstone": "Red Sandstone", + "block.minecraft.red_sandstone_slab": "Red Sandstone Slab", + "block.minecraft.red_sandstone_stairs": "Red Sandstone Stairs", + "block.minecraft.red_sandstone_wall": "Red Sandstone Wall", + "block.minecraft.red_shulker_box": "Red Shulker Box", + "block.minecraft.red_stained_glass": "Red Stained Glass", + "block.minecraft.red_stained_glass_pane": "Red Stained Glass Pane", + "block.minecraft.red_terracotta": "Red Terracotta", + "block.minecraft.red_tulip": "Red Tulip", + "block.minecraft.red_wool": "Red Wool", + "block.minecraft.redstone_block": "Block of Redstone", + "block.minecraft.redstone_lamp": "Redstone Lamp", + "block.minecraft.redstone_ore": "Redstone Ore", + "block.minecraft.redstone_torch": "Redstone Torch", + "block.minecraft.redstone_wall_torch": "Redstone Wall Torch", + "block.minecraft.redstone_wire": "Redstone Wire", + "block.minecraft.reinforced_deepslate": "Reinforced Deepslate", + "block.minecraft.repeater": "Redstone Repeater", + "block.minecraft.repeating_command_block": "Repeating Command Block", + "block.minecraft.respawn_anchor": "Respawn Anchor", + "block.minecraft.rooted_dirt": "Rooted Dirt", + "block.minecraft.rose_bush": "Rose Bush", + "block.minecraft.sand": "Sand", + "block.minecraft.sandstone": "Sandstone", + "block.minecraft.sandstone_slab": "Sandstone Slab", + "block.minecraft.sandstone_stairs": "Sandstone Stairs", + "block.minecraft.sandstone_wall": "Sandstone Wall", + "block.minecraft.scaffolding": "Scaffolding", + "block.minecraft.sculk": "Sculk", + "block.minecraft.sculk_catalyst": "Sculk Catalyst", + "block.minecraft.sculk_sensor": "Sculk Sensor", + "block.minecraft.sculk_shrieker": "Sculk Shrieker", + "block.minecraft.sculk_vein": "Sculk Vein", + "block.minecraft.sea_lantern": "Sea Lantern", + "block.minecraft.sea_pickle": "Sea Pickle", + "block.minecraft.seagrass": "Seagrass", + "block.minecraft.set_spawn": "Respawn point set", + "block.minecraft.shroomlight": "Shroomlight", + "block.minecraft.shulker_box": "Shulker Box", + "block.minecraft.skeleton_skull": "Skeleton Skull", + "block.minecraft.skeleton_wall_skull": "Skeleton Wall Skull", + "block.minecraft.slime_block": "Slime Block", + "block.minecraft.small_amethyst_bud": "Small Amethyst Bud", + "block.minecraft.small_dripleaf": "Small Dripleaf", + "block.minecraft.smithing_table": "Smithing Table", + "block.minecraft.smoker": "Smoker", + "block.minecraft.smooth_basalt": "Smooth Basalt", + "block.minecraft.smooth_quartz": "Smooth Quartz Block", + "block.minecraft.smooth_quartz_slab": "Smooth Quartz Slab", + "block.minecraft.smooth_quartz_stairs": "Smooth Quartz Stairs", + "block.minecraft.smooth_red_sandstone": "Smooth Red Sandstone", + "block.minecraft.smooth_red_sandstone_slab": "Smooth Red Sandstone Slab", + "block.minecraft.smooth_red_sandstone_stairs": "Smooth Red Sandstone Stairs", + "block.minecraft.smooth_sandstone": "Smooth Sandstone", + "block.minecraft.smooth_sandstone_slab": "Smooth Sandstone Slab", + "block.minecraft.smooth_sandstone_stairs": "Smooth Sandstone Stairs", + "block.minecraft.smooth_stone": "Smooth Stone", + "block.minecraft.smooth_stone_slab": "Smooth Stone Slab", + "block.minecraft.sniffer_egg": "Sniffer Egg", + "block.minecraft.snow": "Snow", + "block.minecraft.snow_block": "Snow Block", + "block.minecraft.soul_campfire": "Soul Campfire", + "block.minecraft.soul_fire": "Soul Fire", + "block.minecraft.soul_lantern": "Soul Lantern", + "block.minecraft.soul_sand": "Soul Sand", + "block.minecraft.soul_soil": "Soul Soil", + "block.minecraft.soul_torch": "Soul Torch", + "block.minecraft.soul_wall_torch": "Soul Wall Torch", + "block.minecraft.spawn.not_valid": "You have no home bed or charged respawn anchor, or it was obstructed", + "block.minecraft.spawner": "Monster Spawner", + "block.minecraft.spawner.desc1": "Interact with Spawn Egg:", + "block.minecraft.spawner.desc2": "Sets Mob Type", + "block.minecraft.sponge": "Sponge", + "block.minecraft.spore_blossom": "Spore Blossom", + "block.minecraft.spruce_button": "Spruce Button", + "block.minecraft.spruce_door": "Spruce Door", + "block.minecraft.spruce_fence": "Spruce Fence", + "block.minecraft.spruce_fence_gate": "Spruce Fence Gate", + "block.minecraft.spruce_hanging_sign": "Spruce Hanging Sign", + "block.minecraft.spruce_leaves": "Spruce Leaves", + "block.minecraft.spruce_log": "Spruce Log", + "block.minecraft.spruce_planks": "Spruce Planks", + "block.minecraft.spruce_pressure_plate": "Spruce Pressure Plate", + "block.minecraft.spruce_sapling": "Spruce Sapling", + "block.minecraft.spruce_sign": "Spruce Sign", + "block.minecraft.spruce_slab": "Spruce Slab", + "block.minecraft.spruce_stairs": "Spruce Stairs", + "block.minecraft.spruce_trapdoor": "Spruce Trapdoor", + "block.minecraft.spruce_wall_hanging_sign": "Spruce Wall Hanging Sign", + "block.minecraft.spruce_wall_sign": "Spruce Wall Sign", + "block.minecraft.spruce_wood": "Spruce Wood", + "block.minecraft.sticky_piston": "Sticky Piston", + "block.minecraft.stone": "Stone", + "block.minecraft.stone_brick_slab": "Stone Brick Slab", + "block.minecraft.stone_brick_stairs": "Stone Brick Stairs", + "block.minecraft.stone_brick_wall": "Stone Brick Wall", + "block.minecraft.stone_bricks": "Stone Bricks", + "block.minecraft.stone_button": "Stone Button", + "block.minecraft.stone_pressure_plate": "Stone Pressure Plate", + "block.minecraft.stone_slab": "Stone Slab", + "block.minecraft.stone_stairs": "Stone Stairs", + "block.minecraft.stonecutter": "Stonecutter", + "block.minecraft.stripped_acacia_log": "Stripped Acacia Log", + "block.minecraft.stripped_acacia_wood": "Stripped Acacia Wood", + "block.minecraft.stripped_bamboo_block": "Block of Stripped Bamboo", + "block.minecraft.stripped_birch_log": "Stripped Birch Log", + "block.minecraft.stripped_birch_wood": "Stripped Birch Wood", + "block.minecraft.stripped_cherry_log": "Stripped Cherry Log", + "block.minecraft.stripped_cherry_wood": "Stripped Cherry Wood", + "block.minecraft.stripped_crimson_hyphae": "Stripped Crimson Hyphae", + "block.minecraft.stripped_crimson_stem": "Stripped Crimson Stem", + "block.minecraft.stripped_dark_oak_log": "Stripped Dark Oak Log", + "block.minecraft.stripped_dark_oak_wood": "Stripped Dark Oak Wood", + "block.minecraft.stripped_jungle_log": "Stripped Jungle Log", + "block.minecraft.stripped_jungle_wood": "Stripped Jungle Wood", + "block.minecraft.stripped_mangrove_log": "Stripped Mangrove Log", + "block.minecraft.stripped_mangrove_wood": "Stripped Mangrove Wood", + "block.minecraft.stripped_oak_log": "Stripped Oak Log", + "block.minecraft.stripped_oak_wood": "Stripped Oak Wood", + "block.minecraft.stripped_spruce_log": "Stripped Spruce Log", + "block.minecraft.stripped_spruce_wood": "Stripped Spruce Wood", + "block.minecraft.stripped_warped_hyphae": "Stripped Warped Hyphae", + "block.minecraft.stripped_warped_stem": "Stripped Warped Stem", + "block.minecraft.structure_block": "Structure Block", + "block.minecraft.structure_void": "Structure Void", + "block.minecraft.sugar_cane": "Sugar Cane", + "block.minecraft.sunflower": "Sunflower", + "block.minecraft.suspicious_gravel": "Suspicious Gravel", + "block.minecraft.suspicious_sand": "Suspicious Sand", + "block.minecraft.sweet_berry_bush": "Sweet Berry Bush", + "block.minecraft.tall_grass": "Tall Grass", + "block.minecraft.tall_seagrass": "Tall Seagrass", + "block.minecraft.target": "Target", + "block.minecraft.terracotta": "Terracotta", + "block.minecraft.tinted_glass": "Tinted Glass", + "block.minecraft.tnt": "TNT", + "block.minecraft.torch": "Torch", + "block.minecraft.torchflower": "Torchflower", + "block.minecraft.torchflower_crop": "Torchflower Crop", + "block.minecraft.trapped_chest": "Trapped Chest", + "block.minecraft.tripwire": "Tripwire", + "block.minecraft.tripwire_hook": "Tripwire Hook", + "block.minecraft.tube_coral": "Tube Coral", + "block.minecraft.tube_coral_block": "Tube Coral Block", + "block.minecraft.tube_coral_fan": "Tube Coral Fan", + "block.minecraft.tube_coral_wall_fan": "Tube Coral Wall Fan", + "block.minecraft.tuff": "Tuff", + "block.minecraft.turtle_egg": "Turtle Egg", + "block.minecraft.twisting_vines": "Twisting Vines", + "block.minecraft.twisting_vines_plant": "Twisting Vines Plant", + "block.minecraft.verdant_froglight": "Verdant Froglight", + "block.minecraft.vine": "Vines", + "block.minecraft.void_air": "Void Air", + "block.minecraft.wall_torch": "Wall Torch", + "block.minecraft.warped_button": "Warped Button", + "block.minecraft.warped_door": "Warped Door", + "block.minecraft.warped_fence": "Warped Fence", + "block.minecraft.warped_fence_gate": "Warped Fence Gate", + "block.minecraft.warped_fungus": "Warped Fungus", + "block.minecraft.warped_hanging_sign": "Warped Hanging Sign", + "block.minecraft.warped_hyphae": "Warped Hyphae", + "block.minecraft.warped_nylium": "Warped Nylium", + "block.minecraft.warped_planks": "Warped Planks", + "block.minecraft.warped_pressure_plate": "Warped Pressure Plate", + "block.minecraft.warped_roots": "Warped Roots", + "block.minecraft.warped_sign": "Warped Sign", + "block.minecraft.warped_slab": "Warped Slab", + "block.minecraft.warped_stairs": "Warped Stairs", + "block.minecraft.warped_stem": "Warped Stem", + "block.minecraft.warped_trapdoor": "Warped Trapdoor", + "block.minecraft.warped_wall_hanging_sign": "Warped Wall Hanging Sign", + "block.minecraft.warped_wall_sign": "Warped Wall Sign", + "block.minecraft.warped_wart_block": "Warped Wart Block", + "block.minecraft.water": "Water", + "block.minecraft.water_cauldron": "Water Cauldron", + "block.minecraft.waxed_copper_block": "Waxed Block of Copper", + "block.minecraft.waxed_cut_copper": "Waxed Cut Copper", + "block.minecraft.waxed_cut_copper_slab": "Waxed Cut Copper Slab", + "block.minecraft.waxed_cut_copper_stairs": "Waxed Cut Copper Stairs", + "block.minecraft.waxed_exposed_copper": "Waxed Exposed Copper", + "block.minecraft.waxed_exposed_cut_copper": "Waxed Exposed Cut Copper", + "block.minecraft.waxed_exposed_cut_copper_slab": "Waxed Exposed Cut Copper Slab", + "block.minecraft.waxed_exposed_cut_copper_stairs": "Waxed Exposed Cut Copper Stairs", + "block.minecraft.waxed_oxidized_copper": "Waxed Oxidized Copper", + "block.minecraft.waxed_oxidized_cut_copper": "Waxed Oxidized Cut Copper", + "block.minecraft.waxed_oxidized_cut_copper_slab": "Waxed Oxidized Cut Copper Slab", + "block.minecraft.waxed_oxidized_cut_copper_stairs": "Waxed Oxidized Cut Copper Stairs", + "block.minecraft.waxed_weathered_copper": "Waxed Weathered Copper", + "block.minecraft.waxed_weathered_cut_copper": "Waxed Weathered Cut Copper", + "block.minecraft.waxed_weathered_cut_copper_slab": "Waxed Weathered Cut Copper Slab", + "block.minecraft.waxed_weathered_cut_copper_stairs": "Waxed Weathered Cut Copper Stairs", + "block.minecraft.weathered_copper": "Weathered Copper", + "block.minecraft.weathered_cut_copper": "Weathered Cut Copper", + "block.minecraft.weathered_cut_copper_slab": "Weathered Cut Copper Slab", + "block.minecraft.weathered_cut_copper_stairs": "Weathered Cut Copper Stairs", + "block.minecraft.weeping_vines": "Weeping Vines", + "block.minecraft.weeping_vines_plant": "Weeping Vines Plant", + "block.minecraft.wet_sponge": "Wet Sponge", + "block.minecraft.wheat": "Wheat Crops", + "block.minecraft.white_banner": "White Banner", + "block.minecraft.white_bed": "White Bed", + "block.minecraft.white_candle": "White Candle", + "block.minecraft.white_candle_cake": "Cake with White Candle", + "block.minecraft.white_carpet": "White Carpet", + "block.minecraft.white_concrete": "White Concrete", + "block.minecraft.white_concrete_powder": "White Concrete Powder", + "block.minecraft.white_glazed_terracotta": "White Glazed Terracotta", + "block.minecraft.white_shulker_box": "White Shulker Box", + "block.minecraft.white_stained_glass": "White Stained Glass", + "block.minecraft.white_stained_glass_pane": "White Stained Glass Pane", + "block.minecraft.white_terracotta": "White Terracotta", + "block.minecraft.white_tulip": "White Tulip", + "block.minecraft.white_wool": "White Wool", + "block.minecraft.wither_rose": "Wither Rose", + "block.minecraft.wither_skeleton_skull": "Wither Skeleton Skull", + "block.minecraft.wither_skeleton_wall_skull": "Wither Skeleton Wall Skull", + "block.minecraft.yellow_banner": "Yellow Banner", + "block.minecraft.yellow_bed": "Yellow Bed", + "block.minecraft.yellow_candle": "Yellow Candle", + "block.minecraft.yellow_candle_cake": "Cake with Yellow Candle", + "block.minecraft.yellow_carpet": "Yellow Carpet", + "block.minecraft.yellow_concrete": "Yellow Concrete", + "block.minecraft.yellow_concrete_powder": "Yellow Concrete Powder", + "block.minecraft.yellow_glazed_terracotta": "Yellow Glazed Terracotta", + "block.minecraft.yellow_shulker_box": "Yellow Shulker Box", + "block.minecraft.yellow_stained_glass": "Yellow Stained Glass", + "block.minecraft.yellow_stained_glass_pane": "Yellow Stained Glass Pane", + "block.minecraft.yellow_terracotta": "Yellow Terracotta", + "block.minecraft.yellow_wool": "Yellow Wool", + "block.minecraft.zombie_head": "Zombie Head", + "block.minecraft.zombie_wall_head": "Zombie Wall Head", + "book.byAuthor": "by %1$s", + "book.editTitle": "Enter Book Title:", + "book.finalizeButton": "Sign and Close", + "book.finalizeWarning": "Note! When you sign the book, it will no longer be editable.", + "book.generation.0": "Original", + "book.generation.1": "Copy of original", + "book.generation.2": "Copy of a copy", + "book.generation.3": "Tattered", + "book.invalid.tag": "* Invalid book tag *", + "book.pageIndicator": "Page %1$s of %2$s", + "book.signButton": "Sign", + "build.tooHigh": "Height limit for building is %s", + "chat_screen.message": "Message to send: %s", + "chat_screen.title": "Chat screen", + "chat_screen.usage": "Input message and press Enter to send", + "chat.cannotSend": "Cannot send chat message", + "chat.coordinates": "%s, %s, %s", + "chat.coordinates.tooltip": "Click to teleport", + "chat.copy": "Copy to Clipboard", + "chat.copy.click": "Click to Copy to Clipboard", + "chat.deleted_marker": "This chat message has been deleted by the server.", + "chat.disabled.chain_broken": "Chat disabled due to broken chain. Please try reconnecting.", + "chat.disabled.expiredProfileKey": "Chat disabled due to expired profile public key. Please try reconnecting.", + "chat.disabled.launcher": "Chat disabled by launcher option. Cannot send message.", + "chat.disabled.missingProfileKey": "Chat disabled due to missing profile public key. Please try reconnecting.", + "chat.disabled.options": "Chat disabled in client options.", + "chat.disabled.profile": "Chat not allowed by account settings. Press '%s' again for more information.", + "chat.disabled.profile.moreInfo": "Chat not allowed by account settings. Cannot send or view messages.", + "chat.editBox": "chat", + "chat.filtered": "Filtered by the server.", + "chat.filtered_full": "The server has hidden your message for some players.", + "chat.link.confirm": "Are you sure you want to open the following website?", + "chat.link.confirmTrusted": "Do you want to open this link or copy it to your clipboard?", + "chat.link.open": "Open in Browser", + "chat.link.warning": "Never open links from people that you don't trust!", + "chat.queue": "[+%s pending lines]", + "chat.square_brackets": "[%s]", + "chat.tag.error": "Server sent invalid message.", + "chat.tag.modified": "Message modified by the server. Original:", + "chat.tag.not_secure": "Unverified message. Cannot be reported.", + "chat.tag.system": "Server message. Cannot be reported.", + "chat.tag.system_single_player": "Server message.", + "chat.type.admin": "[%s: %s]", + "chat.type.advancement.challenge": "%s has completed the challenge %s", + "chat.type.advancement.goal": "%s has reached the goal %s", + "chat.type.advancement.task": "%s has made the advancement %s", + "chat.type.announcement": "[%s] %s", + "chat.type.emote": "* %s %s", + "chat.type.team.hover": "Message Team", + "chat.type.team.sent": "-> %s <%s> %s", + "chat.type.team.text": "%s <%s> %s", + "chat.type.text": "<%s> %s", + "chat.type.text.narrate": "%s says %s", + "chat.validation_error": "Chat validation error", + "clear.failed.multiple": "No items were found on %s players", + "clear.failed.single": "No items were found on player %s", + "color.minecraft.black": "Black", + "color.minecraft.blue": "Blue", + "color.minecraft.brown": "Brown", + "color.minecraft.cyan": "Cyan", + "color.minecraft.gray": "Gray", + "color.minecraft.green": "Green", + "color.minecraft.light_blue": "Light Blue", + "color.minecraft.light_gray": "Light Gray", + "color.minecraft.lime": "Lime", + "color.minecraft.magenta": "Magenta", + "color.minecraft.orange": "Orange", + "color.minecraft.pink": "Pink", + "color.minecraft.purple": "Purple", + "color.minecraft.red": "Red", + "color.minecraft.white": "White", + "color.minecraft.yellow": "Yellow", + "command.context.here": "<--[HERE]", + "command.context.parse_error": "%s at position %s: %s", + "command.exception": "Could not parse command: %s", + "command.expected.separator": "Expected whitespace to end one argument, but found trailing data", + "command.failed": "An unexpected error occurred trying to execute that command", + "command.unknown.argument": "Incorrect argument for command", + "command.unknown.command": "Unknown or incomplete command, see below for error", + "commands.advancement.advancementNotFound": "No advancement was found by the name '%1$s'", + "commands.advancement.criterionNotFound": "The advancement %1$s does not contain the criterion '%2$s'", + "commands.advancement.grant.criterion.to.many.failure": "Couldn't grant criterion '%s' of advancement %s to %s players as they already have it", + "commands.advancement.grant.criterion.to.many.success": "Granted criterion '%s' of advancement %s to %s players", + "commands.advancement.grant.criterion.to.one.failure": "Couldn't grant criterion '%s' of advancement %s to %s as they already have it", + "commands.advancement.grant.criterion.to.one.success": "Granted criterion '%s' of advancement %s to %s", + "commands.advancement.grant.many.to.many.failure": "Couldn't grant %s advancements to %s players as they already have them", + "commands.advancement.grant.many.to.many.success": "Granted %s advancements to %s players", + "commands.advancement.grant.many.to.one.failure": "Couldn't grant %s advancements to %s as they already have them", + "commands.advancement.grant.many.to.one.success": "Granted %s advancements to %s", + "commands.advancement.grant.one.to.many.failure": "Couldn't grant advancement %s to %s players as they already have it", + "commands.advancement.grant.one.to.many.success": "Granted the advancement %s to %s players", + "commands.advancement.grant.one.to.one.failure": "Couldn't grant advancement %s to %s as they already have it", + "commands.advancement.grant.one.to.one.success": "Granted the advancement %s to %s", + "commands.advancement.revoke.criterion.to.many.failure": "Couldn't revoke criterion '%s' of advancement %s from %s players as they don't have it", + "commands.advancement.revoke.criterion.to.many.success": "Revoked criterion '%s' of advancement %s from %s players", + "commands.advancement.revoke.criterion.to.one.failure": "Couldn't revoke criterion '%s' of advancement %s from %s as they don't have it", + "commands.advancement.revoke.criterion.to.one.success": "Revoked criterion '%s' of advancement %s from %s", + "commands.advancement.revoke.many.to.many.failure": "Couldn't revoke %s advancements from %s players as they don't have them", + "commands.advancement.revoke.many.to.many.success": "Revoked %s advancements from %s players", + "commands.advancement.revoke.many.to.one.failure": "Couldn't revoke %s advancements from %s as they don't have them", + "commands.advancement.revoke.many.to.one.success": "Revoked %s advancements from %s", + "commands.advancement.revoke.one.to.many.failure": "Couldn't revoke advancement %s from %s players as they don't have it", + "commands.advancement.revoke.one.to.many.success": "Revoked the advancement %s from %s players", + "commands.advancement.revoke.one.to.one.failure": "Couldn't revoke advancement %s from %s as they don't have it", + "commands.advancement.revoke.one.to.one.success": "Revoked the advancement %s from %s", + "commands.attribute.base_value.get.success": "Base value of attribute %s for entity %s is %s", + "commands.attribute.base_value.set.success": "Base value for attribute %s for entity %s set to %s", + "commands.attribute.failed.entity": "%s is not a valid entity for this command", + "commands.attribute.failed.modifier_already_present": "Modifier %s is already present on attribute %s for entity %s", + "commands.attribute.failed.no_attribute": "Entity %s has no attribute %s", + "commands.attribute.failed.no_modifier": "Attribute %s for entity %s has no modifier %s", + "commands.attribute.modifier.add.success": "Added modifier %s to attribute %s for entity %s", + "commands.attribute.modifier.remove.success": "Removed modifier %s from attribute %s for entity %s", + "commands.attribute.modifier.value.get.success": "Value of modifier %s on attribute %s for entity %s is %s", + "commands.attribute.value.get.success": "Value of attribute %s for entity %s is %s", + "commands.ban.failed": "Nothing changed. The player is already banned", + "commands.ban.success": "Banned %s: %s", + "commands.banip.failed": "Nothing changed. That IP is already banned", + "commands.banip.info": "This ban affects %s player(s): %s", + "commands.banip.invalid": "Invalid IP address or unknown player", + "commands.banip.success": "Banned IP %s: %s", + "commands.banlist.entry": "%s was banned by %s: %s", + "commands.banlist.entry.unknown": "(Unknown)", + "commands.banlist.list": "There are %s ban(s):", + "commands.banlist.none": "There are no bans", + "commands.bossbar.create.failed": "A bossbar already exists with the ID '%s'", + "commands.bossbar.create.success": "Created custom bossbar %s", + "commands.bossbar.get.max": "Custom bossbar %s has a maximum of %s", + "commands.bossbar.get.players.none": "Custom bossbar %s has no players currently online", + "commands.bossbar.get.players.some": "Custom bossbar %s has %s player(s) currently online: %s", + "commands.bossbar.get.value": "Custom bossbar %s has a value of %s", + "commands.bossbar.get.visible.hidden": "Custom bossbar %s is currently hidden", + "commands.bossbar.get.visible.visible": "Custom bossbar %s is currently shown", + "commands.bossbar.list.bars.none": "There are no custom bossbars active", + "commands.bossbar.list.bars.some": "There are %s custom bossbar(s) active: %s", + "commands.bossbar.remove.success": "Removed custom bossbar %s", + "commands.bossbar.set.color.success": "Custom bossbar %s has changed color", + "commands.bossbar.set.color.unchanged": "Nothing changed. That's already the color of this bossbar", + "commands.bossbar.set.max.success": "Custom bossbar %s has changed maximum to %s", + "commands.bossbar.set.max.unchanged": "Nothing changed. That's already the max of this bossbar", + "commands.bossbar.set.name.success": "Custom bossbar %s has been renamed", + "commands.bossbar.set.name.unchanged": "Nothing changed. That's already the name of this bossbar", + "commands.bossbar.set.players.success.none": "Custom bossbar %s no longer has any players", + "commands.bossbar.set.players.success.some": "Custom bossbar %s now has %s player(s): %s", + "commands.bossbar.set.players.unchanged": "Nothing changed. Those players are already on the bossbar with nobody to add or remove", + "commands.bossbar.set.style.success": "Custom bossbar %s has changed style", + "commands.bossbar.set.style.unchanged": "Nothing changed. That's already the style of this bossbar", + "commands.bossbar.set.value.success": "Custom bossbar %s has changed value to %s", + "commands.bossbar.set.value.unchanged": "Nothing changed. That's already the value of this bossbar", + "commands.bossbar.set.visibility.unchanged.hidden": "Nothing changed. The bossbar is already hidden", + "commands.bossbar.set.visibility.unchanged.visible": "Nothing changed. The bossbar is already visible", + "commands.bossbar.set.visible.success.hidden": "Custom bossbar %s is now hidden", + "commands.bossbar.set.visible.success.visible": "Custom bossbar %s is now visible", + "commands.bossbar.unknown": "No bossbar exists with the ID '%s'", + "commands.clear.success.multiple": "Removed %s item(s) from %s players", + "commands.clear.success.single": "Removed %s item(s) from player %s", + "commands.clear.test.multiple": "Found %s matching item(s) on %s players", + "commands.clear.test.single": "Found %s matching item(s) on player %s", + "commands.clone.failed": "No blocks were cloned", + "commands.clone.overlap": "The source and destination areas cannot overlap", + "commands.clone.success": "Successfully cloned %s block(s)", + "commands.clone.toobig": "Too many blocks in the specified area (maximum %s, specified %s)", + "commands.damage.invulnerable": "Target is invulnerable to the given damage type", + "commands.damage.success": "Applied %s damage to %s", + "commands.data.block.get": "%s on block %s, %s, %s after scale factor of %s is %s", + "commands.data.block.invalid": "The target block is not a block entity", + "commands.data.block.modified": "Modified block data of %s, %s, %s", + "commands.data.block.query": "%s, %s, %s has the following block data: %s", + "commands.data.entity.get": "%s on %s after scale factor of %s is %s", + "commands.data.entity.invalid": "Unable to modify player data", + "commands.data.entity.modified": "Modified entity data of %s", + "commands.data.entity.query": "%s has the following entity data: %s", + "commands.data.get.invalid": "Can't get %s; only numeric tags are allowed", + "commands.data.get.multiple": "This argument accepts a single NBT value", + "commands.data.get.unknown": "Can't get %s; tag doesn't exist", + "commands.data.merge.failed": "Nothing changed. The specified properties already have these values", + "commands.data.modify.expected_list": "Expected list, got: %s", + "commands.data.modify.expected_object": "Expected object, got: %s", + "commands.data.modify.expected_value": "Expected value, got: %s", + "commands.data.modify.invalid_index": "Invalid list index: %s", + "commands.data.modify.invalid_substring": "Invalid substring indices: %s to %s", + "commands.data.storage.get": "%s in storage %s after scale factor of %s is %s", + "commands.data.storage.modified": "Modified storage %s", + "commands.data.storage.query": "Storage %s has the following contents: %s", + "commands.datapack.disable.failed": "Pack '%s' is not enabled!", + "commands.datapack.enable.failed": "Pack '%s' is already enabled!", + "commands.datapack.enable.failed.no_flags": "Pack '%s' cannot be enabled, since required flags are not enabled in this world: %s!", + "commands.datapack.list.available.none": "There are no more data packs available", + "commands.datapack.list.available.success": "There are %s data pack(s) available: %s", + "commands.datapack.list.enabled.none": "There are no data packs enabled", + "commands.datapack.list.enabled.success": "There are %s data pack(s) enabled: %s", + "commands.datapack.modify.disable": "Disabling data pack %s", + "commands.datapack.modify.enable": "Enabling data pack %s", + "commands.datapack.unknown": "Unknown data pack '%s'", + "commands.debug.alreadyRunning": "The tick profiler is already started", + "commands.debug.function.noRecursion": "Can't trace from inside of function", + "commands.debug.function.success.multiple": "Traced %s command(s) from %s functions to output file %s", + "commands.debug.function.success.single": "Traced %s command(s) from function '%s' to output file %s", + "commands.debug.function.traceFailed": "Failed to trace function", + "commands.debug.notRunning": "The tick profiler hasn't started", + "commands.debug.started": "Started tick profiling", + "commands.debug.stopped": "Stopped tick profiling after %s seconds and %s ticks (%s ticks per second)", + "commands.defaultgamemode.success": "The default game mode is now %s", + "commands.deop.failed": "Nothing changed. The player is not an operator", + "commands.deop.success": "Made %s no longer a server operator", + "commands.difficulty.failure": "The difficulty did not change; it is already set to %s", + "commands.difficulty.query": "The difficulty is %s", + "commands.difficulty.success": "The difficulty has been set to %s", + "commands.drop.no_held_items": "Entity can't hold any items", + "commands.drop.no_loot_table": "Entity %s has no loot table", + "commands.drop.success.multiple": "Dropped %s items", + "commands.drop.success.multiple_with_table": "Dropped %s items from loot table %s", + "commands.drop.success.single": "Dropped %s %s", + "commands.drop.success.single_with_table": "Dropped %s %s from loot table %s", + "commands.effect.clear.everything.failed": "Target has no effects to remove", + "commands.effect.clear.everything.success.multiple": "Removed every effect from %s targets", + "commands.effect.clear.everything.success.single": "Removed every effect from %s", + "commands.effect.clear.specific.failed": "Target doesn't have the requested effect", + "commands.effect.clear.specific.success.multiple": "Removed effect %s from %s targets", + "commands.effect.clear.specific.success.single": "Removed effect %s from %s", + "commands.effect.give.failed": "Unable to apply this effect (target is either immune to effects, or has something stronger)", + "commands.effect.give.success.multiple": "Applied effect %s to %s targets", + "commands.effect.give.success.single": "Applied effect %s to %s", + "commands.enchant.failed": "Nothing changed. Targets either have no item in their hands or the enchantment could not be applied", + "commands.enchant.failed.entity": "%s is not a valid entity for this command", + "commands.enchant.failed.incompatible": "%s cannot support that enchantment", + "commands.enchant.failed.itemless": "%s is not holding any item", + "commands.enchant.failed.level": "%s is higher than the maximum level of %s supported by that enchantment", + "commands.enchant.success.multiple": "Applied enchantment %s to %s entities", + "commands.enchant.success.single": "Applied enchantment %s to %s's item", + "commands.execute.blocks.toobig": "Too many blocks in the specified area (maximum %s, specified %s)", + "commands.execute.conditional.fail": "Test failed", + "commands.execute.conditional.fail_count": "Test failed, count: %s", + "commands.execute.conditional.pass": "Test passed", + "commands.execute.conditional.pass_count": "Test passed, count: %s", + "commands.experience.add.levels.success.multiple": "Gave %s experience levels to %s players", + "commands.experience.add.levels.success.single": "Gave %s experience levels to %s", + "commands.experience.add.points.success.multiple": "Gave %s experience points to %s players", + "commands.experience.add.points.success.single": "Gave %s experience points to %s", + "commands.experience.query.levels": "%s has %s experience levels", + "commands.experience.query.points": "%s has %s experience points", + "commands.experience.set.levels.success.multiple": "Set %s experience levels on %s players", + "commands.experience.set.levels.success.single": "Set %s experience levels on %s", + "commands.experience.set.points.invalid": "Cannot set experience points above the maximum points for the player's current level", + "commands.experience.set.points.success.multiple": "Set %s experience points on %s players", + "commands.experience.set.points.success.single": "Set %s experience points on %s", + "commands.fill.failed": "No blocks were filled", + "commands.fill.success": "Successfully filled %s block(s)", + "commands.fill.toobig": "Too many blocks in the specified area (maximum %s, specified %s)", + "commands.fillbiome.success": "Biomes set between %s, %s, %s and %s, %s, %s", + "commands.fillbiome.success.count": "%s biome entry/entries set between %s, %s, %s and %s, %s, %s", + "commands.fillbiome.toobig": "Too many blocks in the specified volume (maximum %s, specified %s)", + "commands.forceload.added.failure": "No chunks were marked for force loading", + "commands.forceload.added.multiple": "Marked %s chunks in %s from %s to %s to be force loaded", + "commands.forceload.added.none": "No force loaded chunks were found in %s", + "commands.forceload.added.single": "Marked chunk %s in %s to be force loaded", + "commands.forceload.list.multiple": "%s force loaded chunks were found in %s at: %s", + "commands.forceload.list.single": "A force loaded chunk was found in %s at: %s", + "commands.forceload.query.failure": "Chunk at %s in %s is not marked for force loading", + "commands.forceload.query.success": "Chunk at %s in %s is marked for force loading", + "commands.forceload.removed.all": "Unmarked all force loaded chunks in %s", + "commands.forceload.removed.failure": "No chunks were removed from force loading", + "commands.forceload.removed.multiple": "Unmarked %s chunks in %s from %s to %s for force loading", + "commands.forceload.removed.single": "Unmarked chunk %s in %s for force loading", + "commands.forceload.toobig": "Too many chunks in the specified area (maximum %s, specified %s)", + "commands.function.error.argument_not_compound": "Invalid argument type: %s, expected Compound", + "commands.function.error.missing_argument": "Missing argument %2$s to function %1$s", + "commands.function.error.missing_arguments": "Missing arguments to function %s", + "commands.function.error.parse": "While instantiating macro %s: Command '%s' caused error: %s", + "commands.function.success.multiple": "Executed %s command(s) from %s functions", + "commands.function.success.multiple.result": "Executed %s functions", + "commands.function.success.single": "Executed %s command(s) from function '%s'", + "commands.function.success.single.result": "Function '%2$s' returned %1$s", + "commands.gamemode.success.other": "Set %s's game mode to %s", + "commands.gamemode.success.self": "Set own game mode to %s", + "commands.gamerule.query": "Gamerule %s is currently set to: %s", + "commands.gamerule.set": "Gamerule %s is now set to: %s", + "commands.give.failed.toomanyitems": "Can't give more than %s of %s", + "commands.give.success.multiple": "Gave %s %s to %s players", + "commands.give.success.single": "Gave %s %s to %s", + "commands.help.failed": "Unknown command or insufficient permissions", + "commands.item.block.set.success": "Replaced a slot at %s, %s, %s with %s", + "commands.item.entity.set.success.multiple": "Replaced a slot on %s entities with %s", + "commands.item.entity.set.success.single": "Replaced a slot on %s with %s", + "commands.item.source.no_such_slot": "The source does not have slot %s", + "commands.item.source.not_a_container": "Source position %s, %s, %s is not a container", + "commands.item.target.no_changed.known_item": "No targets accepted item %s into slot %s", + "commands.item.target.no_changes": "No targets accepted item into slot %s", + "commands.item.target.no_such_slot": "The target does not have slot %s", + "commands.item.target.not_a_container": "Target position %s, %s, %s is not a container", + "commands.jfr.dump.failed": "Failed to dump JFR recording: %s", + "commands.jfr.start.failed": "Failed to start JFR profiling", + "commands.jfr.started": "JFR profiling started", + "commands.jfr.stopped": "JFR profiling stopped and dumped to %s", + "commands.kick.success": "Kicked %s: %s", + "commands.kill.success.multiple": "Killed %s entities", + "commands.kill.success.single": "Killed %s", + "commands.list.nameAndId": "%s (%s)", + "commands.list.players": "There are %s of a max of %s players online: %s", + "commands.locate.biome.not_found": "Could not find a biome of type \"%s\" within reasonable distance", + "commands.locate.biome.success": "The nearest %s is at %s (%s blocks away)", + "commands.locate.poi.not_found": "Could not find a point of interest of type \"%s\" within reasonable distance", + "commands.locate.poi.success": "The nearest %s is at %s (%s blocks away)", + "commands.locate.structure.invalid": "There is no structure with type \"%s\"", + "commands.locate.structure.not_found": "Could not find a structure of type \"%s\" nearby", + "commands.locate.structure.success": "The nearest %s is at %s (%s blocks away)", + "commands.message.display.incoming": "%s whispers to you: %s", + "commands.message.display.outgoing": "You whisper to %s: %s", + "commands.op.failed": "Nothing changed. The player already is an operator", + "commands.op.success": "Made %s a server operator", + "commands.pardon.failed": "Nothing changed. The player isn't banned", + "commands.pardon.success": "Unbanned %s", + "commands.pardonip.failed": "Nothing changed. That IP isn't banned", + "commands.pardonip.invalid": "Invalid IP address", + "commands.pardonip.success": "Unbanned IP %s", + "commands.particle.failed": "The particle was not visible for anybody", + "commands.particle.success": "Displaying particle %s", + "commands.perf.alreadyRunning": "The performance profiler is already started", + "commands.perf.notRunning": "The performance profiler hasn't started", + "commands.perf.reportFailed": "Failed to create debug report", + "commands.perf.reportSaved": "Created debug report in %s", + "commands.perf.started": "Started 10 second performance profiling run (use '/perf stop' to stop early)", + "commands.perf.stopped": "Stopped performance profiling after %s second(s) and %s tick(s) (%s tick(s) per second)", + "commands.place.feature.failed": "Failed to place feature", + "commands.place.feature.invalid": "There is no feature with type \"%s\"", + "commands.place.feature.success": "Placed \"%s\" at %s, %s, %s", + "commands.place.jigsaw.failed": "Failed to generate jigsaw", + "commands.place.jigsaw.invalid": "There is no template pool with type \"%s\"", + "commands.place.jigsaw.success": "Generated jigsaw at %s, %s, %s", + "commands.place.structure.failed": "Failed to place structure", + "commands.place.structure.invalid": "There is no structure with type \"%s\"", + "commands.place.structure.success": "Generated structure \"%s\" at %s, %s, %s", + "commands.place.template.failed": "Failed to place template", + "commands.place.template.invalid": "There is no template with id \"%s\"", + "commands.place.template.success": "Loaded template \"%s\" at %s, %s, %s", + "commands.playsound.failed": "The sound is too far away to be heard", + "commands.playsound.success.multiple": "Played sound %s to %s players", + "commands.playsound.success.single": "Played sound %s to %s", + "commands.publish.alreadyPublished": "Multiplayer game is already hosted on port %s", + "commands.publish.failed": "Unable to host local game", + "commands.publish.started": "Local game hosted on port %s", + "commands.publish.success": "Multiplayer game is now hosted on port %s", + "commands.random.error.range_too_large": "The range of the random value must be at most 2147483646", + "commands.random.error.range_too_small": "The range of the random value must be at least 2", + "commands.random.reset.all.success": "Reset %s random sequence(s)", + "commands.random.reset.success": "Reset random sequence %s", + "commands.random.roll": "%s rolled %s (from %s to %s)", + "commands.random.sample.success": "Randomized value: %s", + "commands.recipe.give.failed": "No new recipes were learned", + "commands.recipe.give.success.multiple": "Unlocked %s recipes for %s players", + "commands.recipe.give.success.single": "Unlocked %s recipes for %s", + "commands.recipe.take.failed": "No recipes could be forgotten", + "commands.recipe.take.success.multiple": "Took %s recipes from %s players", + "commands.recipe.take.success.single": "Took %s recipes from %s", + "commands.reload.failure": "Reload failed; keeping old data", + "commands.reload.success": "Reloading!", + "commands.ride.already_riding": "%s is already riding %s", + "commands.ride.dismount.success": "%s stopped riding %s", + "commands.ride.mount.failure.cant_ride_players": "Players can't be ridden", + "commands.ride.mount.failure.generic": "%s couldn't start riding %s", + "commands.ride.mount.failure.loop": "Can't mount entity on itself or any of its passengers", + "commands.ride.mount.failure.wrong_dimension": "Can't mount entity in different dimension", + "commands.ride.mount.success": "%s started riding %s", + "commands.ride.not_riding": "%s is not riding any vehicle", + "commands.save.alreadyOff": "Saving is already turned off", + "commands.save.alreadyOn": "Saving is already turned on", + "commands.save.disabled": "Automatic saving is now disabled", + "commands.save.enabled": "Automatic saving is now enabled", + "commands.save.failed": "Unable to save the game (is there enough disk space?)", + "commands.save.saving": "Saving the game (this may take a moment!)", + "commands.save.success": "Saved the game", + "commands.schedule.cleared.failure": "No schedules with id %s", + "commands.schedule.cleared.success": "Removed %s schedule(s) with id %s", + "commands.schedule.created.function": "Scheduled function '%s' in %s tick(s) at gametime %s", + "commands.schedule.created.tag": "Scheduled tag '%s' in %s ticks at gametime %s", + "commands.schedule.same_tick": "Can't schedule for current tick", + "commands.scoreboard.objectives.add.duplicate": "An objective already exists by that name", + "commands.scoreboard.objectives.add.success": "Created new objective %s", + "commands.scoreboard.objectives.display.alreadyEmpty": "Nothing changed. That display slot is already empty", + "commands.scoreboard.objectives.display.alreadySet": "Nothing changed. That display slot is already showing that objective", + "commands.scoreboard.objectives.display.cleared": "Cleared any objectives in display slot %s", + "commands.scoreboard.objectives.display.set": "Set display slot %s to show objective %s", + "commands.scoreboard.objectives.list.empty": "There are no objectives", + "commands.scoreboard.objectives.list.success": "There are %s objective(s): %s", + "commands.scoreboard.objectives.modify.displayname": "Changed the display name of %s to %s", + "commands.scoreboard.objectives.modify.rendertype": "Changed the render type of objective %s", + "commands.scoreboard.objectives.remove.success": "Removed objective %s", + "commands.scoreboard.players.add.success.multiple": "Added %s to %s for %s entities", + "commands.scoreboard.players.add.success.single": "Added %s to %s for %s (now %s)", + "commands.scoreboard.players.enable.failed": "Nothing changed. That trigger is already enabled", + "commands.scoreboard.players.enable.invalid": "Enable only works on trigger-objectives", + "commands.scoreboard.players.enable.success.multiple": "Enabled trigger %s for %s entities", + "commands.scoreboard.players.enable.success.single": "Enabled trigger %s for %s", + "commands.scoreboard.players.get.null": "Can't get value of %s for %s; none is set", + "commands.scoreboard.players.get.success": "%s has %s %s", + "commands.scoreboard.players.list.empty": "There are no tracked entities", + "commands.scoreboard.players.list.entity.empty": "%s has no scores to show", + "commands.scoreboard.players.list.entity.entry": "%s: %s", + "commands.scoreboard.players.list.entity.success": "%s has %s score(s):", + "commands.scoreboard.players.list.success": "There are %s tracked entity/entities: %s", + "commands.scoreboard.players.operation.success.multiple": "Updated %s for %s entities", + "commands.scoreboard.players.operation.success.single": "Set %s for %s to %s", + "commands.scoreboard.players.remove.success.multiple": "Removed %s from %s for %s entities", + "commands.scoreboard.players.remove.success.single": "Removed %s from %s for %s (now %s)", + "commands.scoreboard.players.reset.all.multiple": "Reset all scores for %s entities", + "commands.scoreboard.players.reset.all.single": "Reset all scores for %s", + "commands.scoreboard.players.reset.specific.multiple": "Reset %s for %s entities", + "commands.scoreboard.players.reset.specific.single": "Reset %s for %s", + "commands.scoreboard.players.set.success.multiple": "Set %s for %s entities to %s", + "commands.scoreboard.players.set.success.single": "Set %s for %s to %s", + "commands.seed.success": "Seed: %s", + "commands.setblock.failed": "Could not set the block", + "commands.setblock.success": "Changed the block at %s, %s, %s", + "commands.setidletimeout.success": "The player idle timeout is now %s minute(s)", + "commands.setworldspawn.success": "Set the world spawn point to %s, %s, %s [%s]", + "commands.spawnpoint.success.multiple": "Set spawn point to %s, %s, %s [%s] in %s for %s players", + "commands.spawnpoint.success.single": "Set spawn point to %s, %s, %s [%s] in %s for %s", + "commands.spectate.not_spectator": "%s is not in spectator mode", + "commands.spectate.self": "Cannot spectate yourself", + "commands.spectate.success.started": "Now spectating %s", + "commands.spectate.success.stopped": "No longer spectating an entity", + "commands.spreadplayers.failed.entities": "Could not spread %s entity/entities around %s, %s (too many entities for space - try using spread of at most %s)", + "commands.spreadplayers.failed.invalid.height": "Invalid maxHeight %s; expected higher than world minimum %s", + "commands.spreadplayers.failed.teams": "Could not spread %s team(s) around %s, %s (too many entities for space - try using spread of at most %s)", + "commands.spreadplayers.success.entities": "Spread %s player(s) around %s, %s with an average distance of %s blocks apart", + "commands.spreadplayers.success.teams": "Spread %s team(s) around %s, %s with an average distance of %s blocks apart", + "commands.stop.stopping": "Stopping the server", + "commands.stopsound.success.source.any": "Stopped all '%s' sounds", + "commands.stopsound.success.source.sound": "Stopped sound '%s' on source '%s'", + "commands.stopsound.success.sourceless.any": "Stopped all sounds", + "commands.stopsound.success.sourceless.sound": "Stopped sound '%s'", + "commands.summon.failed": "Unable to summon entity", + "commands.summon.failed.uuid": "Unable to summon entity due to duplicate UUIDs", + "commands.summon.invalidPosition": "Invalid position for summon", + "commands.summon.success": "Summoned new %s", + "commands.tag.add.failed": "Target either already has the tag or has too many tags", + "commands.tag.add.success.multiple": "Added tag '%s' to %s entities", + "commands.tag.add.success.single": "Added tag '%s' to %s", + "commands.tag.list.multiple.empty": "There are no tags on the %s entities", + "commands.tag.list.multiple.success": "The %s entities have %s total tags: %s", + "commands.tag.list.single.empty": "%s has no tags", + "commands.tag.list.single.success": "%s has %s tags: %s", + "commands.tag.remove.failed": "Target does not have this tag", + "commands.tag.remove.success.multiple": "Removed tag '%s' from %s entities", + "commands.tag.remove.success.single": "Removed tag '%s' from %s", + "commands.team.add.duplicate": "A team already exists by that name", + "commands.team.add.success": "Created team %s", + "commands.team.empty.success": "Removed %s member(s) from team %s", + "commands.team.empty.unchanged": "Nothing changed. That team is already empty", + "commands.team.join.success.multiple": "Added %s members to team %s", + "commands.team.join.success.single": "Added %s to team %s", + "commands.team.leave.success.multiple": "Removed %s members from any team", + "commands.team.leave.success.single": "Removed %s from any team", + "commands.team.list.members.empty": "There are no members on team %s", + "commands.team.list.members.success": "Team %s has %s member(s): %s", + "commands.team.list.teams.empty": "There are no teams", + "commands.team.list.teams.success": "There are %s team(s): %s", + "commands.team.option.collisionRule.success": "Collision rule for team %s is now \"%s\"", + "commands.team.option.collisionRule.unchanged": "Nothing changed. Collision rule is already that value", + "commands.team.option.color.success": "Updated the color for team %s to %s", + "commands.team.option.color.unchanged": "Nothing changed. That team already has that color", + "commands.team.option.deathMessageVisibility.success": "Death message visibility for team %s is now \"%s\"", + "commands.team.option.deathMessageVisibility.unchanged": "Nothing changed. Death message visibility is already that value", + "commands.team.option.friendlyfire.alreadyDisabled": "Nothing changed. Friendly fire is already disabled for that team", + "commands.team.option.friendlyfire.alreadyEnabled": "Nothing changed. Friendly fire is already enabled for that team", + "commands.team.option.friendlyfire.disabled": "Disabled friendly fire for team %s", + "commands.team.option.friendlyfire.enabled": "Enabled friendly fire for team %s", + "commands.team.option.name.success": "Updated the name of team %s", + "commands.team.option.name.unchanged": "Nothing changed. That team already has that name", + "commands.team.option.nametagVisibility.success": "Nametag visibility for team %s is now \"%s\"", + "commands.team.option.nametagVisibility.unchanged": "Nothing changed. Nametag visibility is already that value", + "commands.team.option.prefix.success": "Team prefix set to %s", + "commands.team.option.seeFriendlyInvisibles.alreadyDisabled": "Nothing changed. That team already can't see invisible teammates", + "commands.team.option.seeFriendlyInvisibles.alreadyEnabled": "Nothing changed. That team can already see invisible teammates", + "commands.team.option.seeFriendlyInvisibles.disabled": "Team %s can no longer see invisible teammates", + "commands.team.option.seeFriendlyInvisibles.enabled": "Team %s can now see invisible teammates", + "commands.team.option.suffix.success": "Team suffix set to %s", + "commands.team.remove.success": "Removed team %s", + "commands.teammsg.failed.noteam": "You must be on a team to message your team", + "commands.teleport.invalidPosition": "Invalid position for teleport", + "commands.teleport.success.entity.multiple": "Teleported %s entities to %s", + "commands.teleport.success.entity.single": "Teleported %s to %s", + "commands.teleport.success.location.multiple": "Teleported %s entities to %s, %s, %s", + "commands.teleport.success.location.single": "Teleported %s to %s, %s, %s", + "commands.time.query": "The time is %s", + "commands.time.set": "Set the time to %s", + "commands.title.cleared.multiple": "Cleared titles for %s players", + "commands.title.cleared.single": "Cleared titles for %s", + "commands.title.reset.multiple": "Reset title options for %s players", + "commands.title.reset.single": "Reset title options for %s", + "commands.title.show.actionbar.multiple": "Showing new actionbar title for %s players", + "commands.title.show.actionbar.single": "Showing new actionbar title for %s", + "commands.title.show.subtitle.multiple": "Showing new subtitle for %s players", + "commands.title.show.subtitle.single": "Showing new subtitle for %s", + "commands.title.show.title.multiple": "Showing new title for %s players", + "commands.title.show.title.single": "Showing new title for %s", + "commands.title.times.multiple": "Changed title display times for %s players", + "commands.title.times.single": "Changed title display times for %s", + "commands.trigger.add.success": "Triggered %s (added %s to value)", + "commands.trigger.failed.invalid": "You can only trigger objectives that are 'trigger' type", + "commands.trigger.failed.unprimed": "You cannot trigger this objective yet", + "commands.trigger.set.success": "Triggered %s (set value to %s)", + "commands.trigger.simple.success": "Triggered %s", + "commands.weather.set.clear": "Set the weather to clear", + "commands.weather.set.rain": "Set the weather to rain", + "commands.weather.set.thunder": "Set the weather to rain & thunder", + "commands.whitelist.add.failed": "Player is already whitelisted", + "commands.whitelist.add.success": "Added %s to the whitelist", + "commands.whitelist.alreadyOff": "Whitelist is already turned off", + "commands.whitelist.alreadyOn": "Whitelist is already turned on", + "commands.whitelist.disabled": "Whitelist is now turned off", + "commands.whitelist.enabled": "Whitelist is now turned on", + "commands.whitelist.list": "There are %s whitelisted player(s): %s", + "commands.whitelist.none": "There are no whitelisted players", + "commands.whitelist.reloaded": "Reloaded the whitelist", + "commands.whitelist.remove.failed": "Player is not whitelisted", + "commands.whitelist.remove.success": "Removed %s from the whitelist", + "commands.worldborder.center.failed": "Nothing changed. The world border is already centered there", + "commands.worldborder.center.success": "Set the center of the world border to %s, %s", + "commands.worldborder.damage.amount.failed": "Nothing changed. The world border damage is already that amount", + "commands.worldborder.damage.amount.success": "Set the world border damage to %s per block each second", + "commands.worldborder.damage.buffer.failed": "Nothing changed. The world border damage buffer is already that distance", + "commands.worldborder.damage.buffer.success": "Set the world border damage buffer to %s block(s)", + "commands.worldborder.get": "The world border is currently %s block(s) wide", + "commands.worldborder.set.failed.big": "World border cannot be bigger than %s blocks wide", + "commands.worldborder.set.failed.far": "World border cannot be further out than %s blocks", + "commands.worldborder.set.failed.nochange": "Nothing changed. The world border is already that size", + "commands.worldborder.set.failed.small": "World border cannot be smaller than 1 block wide", + "commands.worldborder.set.grow": "Growing the world border to %s blocks wide over %s seconds", + "commands.worldborder.set.immediate": "Set the world border to %s block(s) wide", + "commands.worldborder.set.shrink": "Shrinking the world border to %s block(s) wide over %s second(s)", + "commands.worldborder.warning.distance.failed": "Nothing changed. The world border warning is already that distance", + "commands.worldborder.warning.distance.success": "Set the world border warning distance to %s block(s)", + "commands.worldborder.warning.time.failed": "Nothing changed. The world border warning is already that amount of time", + "commands.worldborder.warning.time.success": "Set the world border warning time to %s second(s)", + "compliance.playtime.greaterThan24Hours": "You've been playing for greater than 24 hours", + "compliance.playtime.hours": "You've been playing for %s hour(s)", + "compliance.playtime.message": "Excessive gaming may interfere with normal daily life", + "connect.aborted": "Aborted", + "connect.authorizing": "Logging in...", + "connect.connecting": "Connecting to the server...", + "connect.encrypting": "Encrypting...", + "connect.failed": "Failed to connect to the server", + "connect.joining": "Joining world...", + "connect.negotiating": "Negotiating...", + "connect.reconfiging": "Reconfiguring...", + "connect.reconfiguring": "Reconfiguring...", + "container.barrel": "Barrel", + "container.beacon": "Beacon", + "container.blast_furnace": "Blast Furnace", + "container.brewing": "Brewing Stand", + "container.cartography_table": "Cartography Table", + "container.chest": "Chest", + "container.chestDouble": "Large Chest", + "container.crafting": "Crafting", + "container.creative": "Item Selection", + "container.dispenser": "Dispenser", + "container.dropper": "Dropper", + "container.enchant": "Enchant", + "container.enchant.clue": "%s . . . ?", + "container.enchant.lapis.many": "%s Lapis Lazuli", + "container.enchant.lapis.one": "1 Lapis Lazuli", + "container.enchant.level.many": "%s Enchantment Levels", + "container.enchant.level.one": "1 Enchantment Level", + "container.enchant.level.requirement": "Level Requirement: %s", + "container.enderchest": "Ender Chest", + "container.furnace": "Furnace", + "container.grindstone_title": "Repair & Disenchant", + "container.hopper": "Item Hopper", + "container.inventory": "Inventory", + "container.isLocked": "%s is locked!", + "container.lectern": "Lectern", + "container.loom": "Loom", + "container.repair": "Repair & Name", + "container.repair.cost": "Enchantment Cost: %1$s", + "container.repair.expensive": "Too Expensive!", + "container.shulkerBox": "Shulker Box", + "container.shulkerBox.itemCount": "%s x%s", + "container.shulkerBox.more": "and %s more...", + "container.shulkerBox.unknownContents": "???????", + "container.smoker": "Smoker", + "container.spectatorCantOpen": "Unable to open. Loot not generated yet.", + "container.stonecutter": "Stonecutter", + "container.upgrade": "Upgrade Gear", + "container.upgrade.error_tooltip": "Item can't be upgraded this way", + "container.upgrade.missing_template_tooltip": "Add Smithing Template", + "controls.keybinds": "Key Binds...", + "controls.keybinds.duplicateKeybinds": "This key is also used for:\n%s", + "controls.keybinds.title": "Key Binds", + "controls.reset": "Reset", + "controls.resetAll": "Reset Keys", + "controls.title": "Controls", + "createWorld.customize.buffet.biome": "Please select a biome", + "createWorld.customize.buffet.title": "Buffet world customization", + "createWorld.customize.custom.baseSize": "Depth Base Size", + "createWorld.customize.custom.biomeDepthOffset": "Biome Depth Offset", + "createWorld.customize.custom.biomeDepthWeight": "Biome Depth Weight", + "createWorld.customize.custom.biomeScaleOffset": "Biome Scale Offset", + "createWorld.customize.custom.biomeScaleWeight": "Biome Scale Weight", + "createWorld.customize.custom.biomeSize": "Biome Size", + "createWorld.customize.custom.center": "Center Height", + "createWorld.customize.custom.confirm1": "This will overwrite your current", + "createWorld.customize.custom.confirm2": "settings and cannot be undone.", + "createWorld.customize.custom.confirmTitle": "Warning!", + "createWorld.customize.custom.coordinateScale": "Coordinate Scale", + "createWorld.customize.custom.count": "Spawn Tries", + "createWorld.customize.custom.defaults": "Defaults", + "createWorld.customize.custom.depthNoiseScaleExponent": "Depth Noise Exponent", + "createWorld.customize.custom.depthNoiseScaleX": "Depth Noise Scale X", + "createWorld.customize.custom.depthNoiseScaleZ": "Depth Noise Scale Z", + "createWorld.customize.custom.dungeonChance": "Dungeon Count", + "createWorld.customize.custom.fixedBiome": "Biome", + "createWorld.customize.custom.heightScale": "Height Scale", + "createWorld.customize.custom.lavaLakeChance": "Lava Lake Rarity", + "createWorld.customize.custom.lowerLimitScale": "Lower Limit Scale", + "createWorld.customize.custom.mainNoiseScaleX": "Main Noise Scale X", + "createWorld.customize.custom.mainNoiseScaleY": "Main Noise Scale Y", + "createWorld.customize.custom.mainNoiseScaleZ": "Main Noise Scale Z", + "createWorld.customize.custom.maxHeight": "Max. Height", + "createWorld.customize.custom.minHeight": "Min. Height", + "createWorld.customize.custom.next": "Next Page", + "createWorld.customize.custom.page0": "Basic Settings", + "createWorld.customize.custom.page1": "Ore Settings", + "createWorld.customize.custom.page2": "Advanced Settings (Expert Users Only!)", + "createWorld.customize.custom.page3": "Extra Advanced Settings (Expert Users Only!)", + "createWorld.customize.custom.preset.caveChaos": "Caves of Chaos", + "createWorld.customize.custom.preset.caveDelight": "Caver's Delight", + "createWorld.customize.custom.preset.drought": "Drought", + "createWorld.customize.custom.preset.goodLuck": "Good Luck", + "createWorld.customize.custom.preset.isleLand": "Isle Land", + "createWorld.customize.custom.preset.mountains": "Mountain Madness", + "createWorld.customize.custom.preset.waterWorld": "Water World", + "createWorld.customize.custom.presets": "Presets", + "createWorld.customize.custom.presets.title": "Customize World Presets", + "createWorld.customize.custom.prev": "Previous Page", + "createWorld.customize.custom.randomize": "Randomize", + "createWorld.customize.custom.riverSize": "River Size", + "createWorld.customize.custom.seaLevel": "Sea Level", + "createWorld.customize.custom.size": "Spawn Size", + "createWorld.customize.custom.spread": "Spread Height", + "createWorld.customize.custom.stretchY": "Height Stretch", + "createWorld.customize.custom.upperLimitScale": "Upper Limit Scale", + "createWorld.customize.custom.useCaves": "Caves", + "createWorld.customize.custom.useDungeons": "Dungeons", + "createWorld.customize.custom.useLavaLakes": "Lava Lakes", + "createWorld.customize.custom.useLavaOceans": "Lava Oceans", + "createWorld.customize.custom.useMansions": "Woodland Mansions", + "createWorld.customize.custom.useMineShafts": "Mineshafts", + "createWorld.customize.custom.useMonuments": "Ocean Monuments", + "createWorld.customize.custom.useOceanRuins": "Ocean Ruins", + "createWorld.customize.custom.useRavines": "Ravines", + "createWorld.customize.custom.useStrongholds": "Strongholds", + "createWorld.customize.custom.useTemples": "Temples", + "createWorld.customize.custom.useVillages": "Villages", + "createWorld.customize.custom.useWaterLakes": "Water Lakes", + "createWorld.customize.custom.waterLakeChance": "Water Lake Rarity", + "createWorld.customize.flat.height": "Height", + "createWorld.customize.flat.layer": "%s", + "createWorld.customize.flat.layer.bottom": "Bottom - %s", + "createWorld.customize.flat.layer.top": "Top - %s", + "createWorld.customize.flat.removeLayer": "Remove Layer", + "createWorld.customize.flat.tile": "Layer Material", + "createWorld.customize.flat.title": "Superflat Customization", + "createWorld.customize.presets": "Presets", + "createWorld.customize.presets.list": "Alternatively, here's some we made earlier!", + "createWorld.customize.presets.select": "Use Preset", + "createWorld.customize.presets.share": "Want to share your preset with someone? Use the box below!", + "createWorld.customize.presets.title": "Select a Preset", + "createWorld.preparing": "Preparing for world creation...", + "createWorld.tab.game.title": "Game", + "createWorld.tab.more.title": "More", + "createWorld.tab.world.title": "World", + "credits_and_attribution.button.attribution": "Attribution", + "credits_and_attribution.button.credits": "Credits", + "credits_and_attribution.button.licenses": "Licenses", + "credits_and_attribution.screen.title": "Credits and Attribution", + "dataPack.bundle.description": "Enables experimental Bundle item", + "dataPack.bundle.name": "Bundles", + "dataPack.title": "Select Data Packs", + "dataPack.trade_rebalance.description": "Updated trades for Villagers", + "dataPack.trade_rebalance.name": "Villager Trade Rebalance", + "dataPack.update_1_20.description": "New features and content for Minecraft 1.20", + "dataPack.update_1_20.name": "Update 1.20", + "dataPack.validation.back": "Go Back", + "dataPack.validation.failed": "Data pack validation failed!", + "dataPack.validation.reset": "Reset to Default", + "dataPack.validation.working": "Validating selected data packs...", + "dataPack.vanilla.description": "The default data for Minecraft", + "dataPack.vanilla.name": "Default", + "datapackFailure.safeMode": "Safe Mode", + "datapackFailure.safeMode.failed.description": "This world contains invalid or corrupted save data.", + "datapackFailure.safeMode.failed.title": "Failed to load world in Safe Mode.", + "datapackFailure.title": "Errors in currently selected data packs prevented the world from loading.\nYou can either try to load it with only the vanilla data pack (\"safe mode\"), or go back to the title screen and fix it manually.", + "death.attack.anvil": "%1$s was squashed by a falling anvil", + "death.attack.anvil.player": "%1$s was squashed by a falling anvil while fighting %2$s", + "death.attack.arrow": "%1$s was shot by %2$s", + "death.attack.arrow.item": "%1$s was shot by %2$s using %3$s", + "death.attack.badRespawnPoint.link": "Intentional Game Design", + "death.attack.badRespawnPoint.message": "%1$s was killed by %2$s", + "death.attack.cactus": "%1$s was pricked to death", + "death.attack.cactus.player": "%1$s walked into a cactus while trying to escape %2$s", + "death.attack.cramming": "%1$s was squished too much", + "death.attack.cramming.player": "%1$s was squashed by %2$s", + "death.attack.dragonBreath": "%1$s was roasted in dragon's breath", + "death.attack.dragonBreath.player": "%1$s was roasted in dragon's breath by %2$s", + "death.attack.drown": "%1$s drowned", + "death.attack.drown.player": "%1$s drowned while trying to escape %2$s", + "death.attack.dryout": "%1$s died from dehydration", + "death.attack.dryout.player": "%1$s died from dehydration while trying to escape %2$s", + "death.attack.even_more_magic": "%1$s was killed by even more magic", + "death.attack.explosion": "%1$s blew up", + "death.attack.explosion.player": "%1$s was blown up by %2$s", + "death.attack.explosion.player.item": "%1$s was blown up by %2$s using %3$s", + "death.attack.fall": "%1$s hit the ground too hard", + "death.attack.fall.player": "%1$s hit the ground too hard while trying to escape %2$s", + "death.attack.fallingBlock": "%1$s was squashed by a falling block", + "death.attack.fallingBlock.player": "%1$s was squashed by a falling block while fighting %2$s", + "death.attack.fallingStalactite": "%1$s was skewered by a falling stalactite", + "death.attack.fallingStalactite.player": "%1$s was skewered by a falling stalactite while fighting %2$s", + "death.attack.fireball": "%1$s was fireballed by %2$s", + "death.attack.fireball.item": "%1$s was fireballed by %2$s using %3$s", + "death.attack.fireworks": "%1$s went off with a bang", + "death.attack.fireworks.item": "%1$s went off with a bang due to a firework fired from %3$s by %2$s", + "death.attack.fireworks.player": "%1$s went off with a bang while fighting %2$s", + "death.attack.flyIntoWall": "%1$s experienced kinetic energy", + "death.attack.flyIntoWall.player": "%1$s experienced kinetic energy while trying to escape %2$s", + "death.attack.freeze": "%1$s froze to death", + "death.attack.freeze.player": "%1$s was frozen to death by %2$s", + "death.attack.generic": "%1$s died", + "death.attack.generic.player": "%1$s died because of %2$s", + "death.attack.genericKill": "%1$s was killed", + "death.attack.genericKill.player": "%1$s was killed while fighting %2$s", + "death.attack.hotFloor": "%1$s discovered the floor was lava", + "death.attack.hotFloor.player": "%1$s walked into the danger zone due to %2$s", + "death.attack.indirectMagic": "%1$s was killed by %2$s using magic", + "death.attack.indirectMagic.item": "%1$s was killed by %2$s using %3$s", + "death.attack.inFire": "%1$s went up in flames", + "death.attack.inFire.player": "%1$s walked into fire while fighting %2$s", + "death.attack.inWall": "%1$s suffocated in a wall", + "death.attack.inWall.player": "%1$s suffocated in a wall while fighting %2$s", + "death.attack.lava": "%1$s tried to swim in lava", + "death.attack.lava.player": "%1$s tried to swim in lava to escape %2$s", + "death.attack.lightningBolt": "%1$s was struck by lightning", + "death.attack.lightningBolt.player": "%1$s was struck by lightning while fighting %2$s", + "death.attack.magic": "%1$s was killed by magic", + "death.attack.magic.player": "%1$s was killed by magic while trying to escape %2$s", + "death.attack.message_too_long": "Actually, the message was too long to deliver fully. Sorry! Here's a stripped version: %s", + "death.attack.mob": "%1$s was slain by %2$s", + "death.attack.mob.item": "%1$s was slain by %2$s using %3$s", + "death.attack.onFire": "%1$s burned to death", + "death.attack.onFire.item": "%1$s was burned to a crisp while fighting %2$s wielding %3$s", + "death.attack.onFire.player": "%1$s was burned to a crisp while fighting %2$s", + "death.attack.outOfWorld": "%1$s fell out of the world", + "death.attack.outOfWorld.player": "%1$s didn't want to live in the same world as %2$s", + "death.attack.outsideBorder": "%1$s left the confines of this world", + "death.attack.outsideBorder.player": "%1$s left the confines of this world while fighting %2$s", + "death.attack.player": "%1$s was slain by %2$s", + "death.attack.player.item": "%1$s was slain by %2$s using %3$s", + "death.attack.sonic_boom": "%1$s was obliterated by a sonically-charged shriek", + "death.attack.sonic_boom.item": "%1$s was obliterated by a sonically-charged shriek while trying to escape %2$s wielding %3$s", + "death.attack.sonic_boom.player": "%1$s was obliterated by a sonically-charged shriek while trying to escape %2$s", + "death.attack.stalagmite": "%1$s was impaled on a stalagmite", + "death.attack.stalagmite.player": "%1$s was impaled on a stalagmite while fighting %2$s", + "death.attack.starve": "%1$s starved to death", + "death.attack.starve.player": "%1$s starved to death while fighting %2$s", + "death.attack.sting": "%1$s was stung to death", + "death.attack.sting.item": "%1$s was stung to death by %2$s using %3$s", + "death.attack.sting.player": "%1$s was stung to death by %2$s", + "death.attack.sweetBerryBush": "%1$s was poked to death by a sweet berry bush", + "death.attack.sweetBerryBush.player": "%1$s was poked to death by a sweet berry bush while trying to escape %2$s", + "death.attack.thorns": "%1$s was killed while trying to hurt %2$s", + "death.attack.thorns.item": "%1$s was killed by %3$s while trying to hurt %2$s", + "death.attack.thrown": "%1$s was pummeled by %2$s", + "death.attack.thrown.item": "%1$s was pummeled by %2$s using %3$s", + "death.attack.trident": "%1$s was impaled by %2$s", + "death.attack.trident.item": "%1$s was impaled by %2$s with %3$s", + "death.attack.wither": "%1$s withered away", + "death.attack.wither.player": "%1$s withered away while fighting %2$s", + "death.attack.witherSkull": "%1$s was shot by a skull from %2$s", + "death.attack.witherSkull.item": "%1$s was shot by a skull from %2$s using %3$s", + "death.fell.accident.generic": "%1$s fell from a high place", + "death.fell.accident.ladder": "%1$s fell off a ladder", + "death.fell.accident.other_climbable": "%1$s fell while climbing", + "death.fell.accident.scaffolding": "%1$s fell off scaffolding", + "death.fell.accident.twisting_vines": "%1$s fell off some twisting vines", + "death.fell.accident.vines": "%1$s fell off some vines", + "death.fell.accident.weeping_vines": "%1$s fell off some weeping vines", + "death.fell.assist": "%1$s was doomed to fall by %2$s", + "death.fell.assist.item": "%1$s was doomed to fall by %2$s using %3$s", + "death.fell.finish": "%1$s fell too far and was finished by %2$s", + "death.fell.finish.item": "%1$s fell too far and was finished by %2$s using %3$s", + "death.fell.killer": "%1$s was doomed to fall", + "deathScreen.quit.confirm": "Are you sure you want to quit?", + "deathScreen.respawn": "Respawn", + "deathScreen.score": "Score", + "deathScreen.score.value": "Score: %s", + "deathScreen.spectate": "Spectate World", + "deathScreen.title": "You Died!", + "deathScreen.title.hardcore": "Game Over!", + "deathScreen.titleScreen": "Title Screen", + "debug.advanced_tooltips.help": "F3 + H = Advanced tooltips", + "debug.advanced_tooltips.off": "Advanced tooltips: hidden", + "debug.advanced_tooltips.on": "Advanced tooltips: shown", + "debug.chunk_boundaries.help": "F3 + G = Show chunk boundaries", + "debug.chunk_boundaries.off": "Chunk borders: hidden", + "debug.chunk_boundaries.on": "Chunk borders: shown", + "debug.clear_chat.help": "F3 + D = Clear chat", + "debug.copy_location.help": "F3 + C = Copy location as /tp command, hold F3 + C to crash the game", + "debug.copy_location.message": "Copied location to clipboard", + "debug.crash.message": "F3 + C is held down. This will crash the game unless released.", + "debug.crash.warning": "Crashing in %s...", + "debug.creative_spectator.error": "Unable to switch game mode; no permission", + "debug.creative_spectator.help": "F3 + N = Cycle previous game mode <-> spectator", + "debug.dump_dynamic_textures": "Saved dynamic textures to %s", + "debug.dump_dynamic_textures.help": "F3 + S = Dump dynamic textures", + "debug.gamemodes.error": "Unable to open game mode switcher; no permission", + "debug.gamemodes.help": "F3 + F4 = Open game mode switcher", + "debug.gamemodes.press_f4": "[ F4 ]", + "debug.gamemodes.select_next": "%s Next", + "debug.help.help": "F3 + Q = Show this list", + "debug.help.message": "Key bindings:", + "debug.inspect.client.block": "Copied client-side block data to clipboard", + "debug.inspect.client.entity": "Copied client-side entity data to clipboard", + "debug.inspect.help": "F3 + I = Copy entity or block data to clipboard", + "debug.inspect.server.block": "Copied server-side block data to clipboard", + "debug.inspect.server.entity": "Copied server-side entity data to clipboard", + "debug.pause_focus.help": "F3 + P = Pause on lost focus", + "debug.pause_focus.off": "Pause on lost focus: disabled", + "debug.pause_focus.on": "Pause on lost focus: enabled", + "debug.pause.help": "F3 + Esc = Pause without pause menu (if pausing is possible)", + "debug.prefix": "[Debug]:", + "debug.profiling.help": "F3 + L = Start/stop profiling", + "debug.profiling.start": "Profiling started for %s seconds. Use F3 + L to stop early", + "debug.profiling.stop": "Profiling ended. Saved results to %s", + "debug.reload_chunks.help": "F3 + A = Reload chunks", + "debug.reload_chunks.message": "Reloading all chunks", + "debug.reload_resourcepacks.help": "F3 + T = Reload resource packs", + "debug.reload_resourcepacks.message": "Reloaded resource packs", + "debug.show_hitboxes.help": "F3 + B = Show hitboxes", + "debug.show_hitboxes.off": "Hitboxes: hidden", + "debug.show_hitboxes.on": "Hitboxes: shown", + "demo.day.1": "This demo will last five game days. Do your best!", + "demo.day.2": "Day Two", + "demo.day.3": "Day Three", + "demo.day.4": "Day Four", + "demo.day.5": "This is your last day!", + "demo.day.6": "You have passed your fifth day. Use %s to save a screenshot of your creation.", + "demo.day.warning": "Your time is almost up!", + "demo.demoExpired": "Demo time's up!", + "demo.help.buy": "Purchase Now!", + "demo.help.fullWrapped": "This demo will last 5 in-game days (about 1 hour and 40 minutes of real time). Check the advancements for hints! Have fun!", + "demo.help.inventory": "Use the %1$s key to open your inventory", + "demo.help.jump": "Jump by pressing the %1$s key", + "demo.help.later": "Continue Playing!", + "demo.help.movement": "Use the %1$s, %2$s, %3$s, %4$s keys and the mouse to move around", + "demo.help.movementMouse": "Look around using the mouse", + "demo.help.movementShort": "Move by pressing the %1$s, %2$s, %3$s, %4$s keys", + "demo.help.title": "Minecraft Demo Mode", + "demo.remainingTime": "Remaining time: %s", + "demo.reminder": "The demo time has expired. Buy the game to continue or start a new world!", + "difficulty.lock.question": "Are you sure you want to lock the difficulty of this world? This will set this world to always be %1$s, and you will never be able to change that again.", + "difficulty.lock.title": "Lock World Difficulty", + "disconnect.closed": "Connection closed", + "disconnect.disconnected": "Disconnected by Server", + "disconnect.endOfStream": "End of stream", + "disconnect.exceeded_packet_rate": "Kicked for exceeding packet rate limit", + "disconnect.genericReason": "%s", + "disconnect.ignoring_status_request": "Ignoring status request", + "disconnect.kicked": "Was kicked from the game", + "disconnect.loginFailed": "Failed to log in", + "disconnect.loginFailedInfo": "Failed to log in: %s", + "disconnect.loginFailedInfo.insufficientPrivileges": "Multiplayer is disabled. Please check your Microsoft account settings.", + "disconnect.loginFailedInfo.invalidSession": "Invalid session (Try restarting your game and the launcher)", + "disconnect.loginFailedInfo.serversUnavailable": "The authentication servers are currently not reachable. Please try again.", + "disconnect.loginFailedInfo.userBanned": "You are banned from playing online", + "disconnect.lost": "Connection Lost", + "disconnect.overflow": "Buffer overflow", + "disconnect.quitting": "Quitting", + "disconnect.spam": "Kicked for spamming", + "disconnect.timeout": "Timed out", + "disconnect.unknownHost": "Unknown host", + "editGamerule.default": "Default: %s", + "editGamerule.title": "Edit Game Rules", + "effect.duration.infinite": "∞", + "effect.minecraft.absorption": "Absorption", + "effect.minecraft.bad_omen": "Bad Omen", + "effect.minecraft.blindness": "Blindness", + "effect.minecraft.conduit_power": "Conduit Power", + "effect.minecraft.darkness": "Darkness", + "effect.minecraft.dolphins_grace": "Dolphin's Grace", + "effect.minecraft.fire_resistance": "Fire Resistance", + "effect.minecraft.glowing": "Glowing", + "effect.minecraft.haste": "Haste", + "effect.minecraft.health_boost": "Health Boost", + "effect.minecraft.hero_of_the_village": "Hero of the Village", + "effect.minecraft.hunger": "Hunger", + "effect.minecraft.instant_damage": "Instant Damage", + "effect.minecraft.instant_health": "Instant Health", + "effect.minecraft.invisibility": "Invisibility", + "effect.minecraft.jump_boost": "Jump Boost", + "effect.minecraft.levitation": "Levitation", + "effect.minecraft.luck": "Luck", + "effect.minecraft.mining_fatigue": "Mining Fatigue", + "effect.minecraft.nausea": "Nausea", + "effect.minecraft.night_vision": "Night Vision", + "effect.minecraft.poison": "Poison", + "effect.minecraft.regeneration": "Regeneration", + "effect.minecraft.resistance": "Resistance", + "effect.minecraft.saturation": "Saturation", + "effect.minecraft.slow_falling": "Slow Falling", + "effect.minecraft.slowness": "Slowness", + "effect.minecraft.speed": "Speed", + "effect.minecraft.strength": "Strength", + "effect.minecraft.unluck": "Bad Luck", + "effect.minecraft.water_breathing": "Water Breathing", + "effect.minecraft.weakness": "Weakness", + "effect.minecraft.wither": "Wither", + "effect.none": "No Effects", + "enchantment.level.1": "I", + "enchantment.level.2": "II", + "enchantment.level.3": "III", + "enchantment.level.4": "IV", + "enchantment.level.5": "V", + "enchantment.level.6": "VI", + "enchantment.level.7": "VII", + "enchantment.level.8": "VIII", + "enchantment.level.9": "IX", + "enchantment.level.10": "X", + "enchantment.minecraft.aqua_affinity": "Aqua Affinity", + "enchantment.minecraft.bane_of_arthropods": "Bane of Arthropods", + "enchantment.minecraft.binding_curse": "Curse of Binding", + "enchantment.minecraft.blast_protection": "Blast Protection", + "enchantment.minecraft.channeling": "Channeling", + "enchantment.minecraft.depth_strider": "Depth Strider", + "enchantment.minecraft.efficiency": "Efficiency", + "enchantment.minecraft.feather_falling": "Feather Falling", + "enchantment.minecraft.fire_aspect": "Fire Aspect", + "enchantment.minecraft.fire_protection": "Fire Protection", + "enchantment.minecraft.flame": "Flame", + "enchantment.minecraft.fortune": "Fortune", + "enchantment.minecraft.frost_walker": "Frost Walker", + "enchantment.minecraft.impaling": "Impaling", + "enchantment.minecraft.infinity": "Infinity", + "enchantment.minecraft.knockback": "Knockback", + "enchantment.minecraft.looting": "Looting", + "enchantment.minecraft.loyalty": "Loyalty", + "enchantment.minecraft.luck_of_the_sea": "Luck of the Sea", + "enchantment.minecraft.lure": "Lure", + "enchantment.minecraft.mending": "Mending", + "enchantment.minecraft.multishot": "Multishot", + "enchantment.minecraft.piercing": "Piercing", + "enchantment.minecraft.power": "Power", + "enchantment.minecraft.projectile_protection": "Projectile Protection", + "enchantment.minecraft.protection": "Protection", + "enchantment.minecraft.punch": "Punch", + "enchantment.minecraft.quick_charge": "Quick Charge", + "enchantment.minecraft.respiration": "Respiration", + "enchantment.minecraft.riptide": "Riptide", + "enchantment.minecraft.sharpness": "Sharpness", + "enchantment.minecraft.silk_touch": "Silk Touch", + "enchantment.minecraft.smite": "Smite", + "enchantment.minecraft.soul_speed": "Soul Speed", + "enchantment.minecraft.sweeping": "Sweeping Edge", + "enchantment.minecraft.swift_sneak": "Swift Sneak", + "enchantment.minecraft.thorns": "Thorns", + "enchantment.minecraft.unbreaking": "Unbreaking", + "enchantment.minecraft.vanishing_curse": "Curse of Vanishing", + "entity.minecraft.allay": "Allay", + "entity.minecraft.area_effect_cloud": "Area Effect Cloud", + "entity.minecraft.armor_stand": "Armor Stand", + "entity.minecraft.arrow": "Arrow", + "entity.minecraft.axolotl": "Axolotl", + "entity.minecraft.bat": "Bat", + "entity.minecraft.bee": "Bee", + "entity.minecraft.blaze": "Blaze", + "entity.minecraft.block_display": "Block Display", + "entity.minecraft.boat": "Boat", + "entity.minecraft.camel": "Camel", + "entity.minecraft.cat": "Cat", + "entity.minecraft.cave_spider": "Cave Spider", + "entity.minecraft.chest_boat": "Boat with Chest", + "entity.minecraft.chest_minecart": "Minecart with Chest", + "entity.minecraft.chicken": "Chicken", + "entity.minecraft.cod": "Cod", + "entity.minecraft.command_block_minecart": "Minecart with Command Block", + "entity.minecraft.cow": "Cow", + "entity.minecraft.creeper": "Creeper", + "entity.minecraft.dolphin": "Dolphin", + "entity.minecraft.donkey": "Donkey", + "entity.minecraft.dragon_fireball": "Dragon Fireball", + "entity.minecraft.drowned": "Drowned", + "entity.minecraft.egg": "Thrown Egg", + "entity.minecraft.elder_guardian": "Elder Guardian", + "entity.minecraft.end_crystal": "End Crystal", + "entity.minecraft.ender_dragon": "Ender Dragon", + "entity.minecraft.ender_pearl": "Thrown Ender Pearl", + "entity.minecraft.enderman": "Enderman", + "entity.minecraft.endermite": "Endermite", + "entity.minecraft.evoker": "Evoker", + "entity.minecraft.evoker_fangs": "Evoker Fangs", + "entity.minecraft.experience_bottle": "Thrown Bottle o' Enchanting", + "entity.minecraft.experience_orb": "Experience Orb", + "entity.minecraft.eye_of_ender": "Eye of Ender", + "entity.minecraft.falling_block": "Falling Block", + "entity.minecraft.falling_block_type": "Falling %s", + "entity.minecraft.fireball": "Fireball", + "entity.minecraft.firework_rocket": "Firework Rocket", + "entity.minecraft.fishing_bobber": "Fishing Bobber", + "entity.minecraft.fox": "Fox", + "entity.minecraft.frog": "Frog", + "entity.minecraft.furnace_minecart": "Minecart with Furnace", + "entity.minecraft.ghast": "Ghast", + "entity.minecraft.giant": "Giant", + "entity.minecraft.glow_item_frame": "Glow Item Frame", + "entity.minecraft.glow_squid": "Glow Squid", + "entity.minecraft.goat": "Goat", + "entity.minecraft.guardian": "Guardian", + "entity.minecraft.hoglin": "Hoglin", + "entity.minecraft.hopper_minecart": "Minecart with Hopper", + "entity.minecraft.horse": "Horse", + "entity.minecraft.husk": "Husk", + "entity.minecraft.illusioner": "Illusioner", + "entity.minecraft.interaction": "Interaction", + "entity.minecraft.iron_golem": "Iron Golem", + "entity.minecraft.item": "Item", + "entity.minecraft.item_display": "Item Display", + "entity.minecraft.item_frame": "Item Frame", + "entity.minecraft.killer_bunny": "The Killer Bunny", + "entity.minecraft.leash_knot": "Leash Knot", + "entity.minecraft.lightning_bolt": "Lightning Bolt", + "entity.minecraft.llama": "Llama", + "entity.minecraft.llama_spit": "Llama Spit", + "entity.minecraft.magma_cube": "Magma Cube", + "entity.minecraft.marker": "Marker", + "entity.minecraft.minecart": "Minecart", + "entity.minecraft.mooshroom": "Mooshroom", + "entity.minecraft.mule": "Mule", + "entity.minecraft.ocelot": "Ocelot", + "entity.minecraft.painting": "Painting", + "entity.minecraft.panda": "Panda", + "entity.minecraft.parrot": "Parrot", + "entity.minecraft.phantom": "Phantom", + "entity.minecraft.pig": "Pig", + "entity.minecraft.piglin": "Piglin", + "entity.minecraft.piglin_brute": "Piglin Brute", + "entity.minecraft.pillager": "Pillager", + "entity.minecraft.player": "Player", + "entity.minecraft.polar_bear": "Polar Bear", + "entity.minecraft.potion": "Potion", + "entity.minecraft.pufferfish": "Pufferfish", + "entity.minecraft.rabbit": "Rabbit", + "entity.minecraft.ravager": "Ravager", + "entity.minecraft.salmon": "Salmon", + "entity.minecraft.sheep": "Sheep", + "entity.minecraft.shulker": "Shulker", + "entity.minecraft.shulker_bullet": "Shulker Bullet", + "entity.minecraft.silverfish": "Silverfish", + "entity.minecraft.skeleton": "Skeleton", + "entity.minecraft.skeleton_horse": "Skeleton Horse", + "entity.minecraft.slime": "Slime", + "entity.minecraft.small_fireball": "Small Fireball", + "entity.minecraft.sniffer": "Sniffer", + "entity.minecraft.snow_golem": "Snow Golem", + "entity.minecraft.snowball": "Snowball", + "entity.minecraft.spawner_minecart": "Minecart with Monster Spawner", + "entity.minecraft.spectral_arrow": "Spectral Arrow", + "entity.minecraft.spider": "Spider", + "entity.minecraft.squid": "Squid", + "entity.minecraft.stray": "Stray", + "entity.minecraft.strider": "Strider", + "entity.minecraft.tadpole": "Tadpole", + "entity.minecraft.text_display": "Text Display", + "entity.minecraft.tnt": "Primed TNT", + "entity.minecraft.tnt_minecart": "Minecart with TNT", + "entity.minecraft.trader_llama": "Trader Llama", + "entity.minecraft.trident": "Trident", + "entity.minecraft.tropical_fish": "Tropical Fish", + "entity.minecraft.tropical_fish.predefined.0": "Anemone", + "entity.minecraft.tropical_fish.predefined.1": "Black Tang", + "entity.minecraft.tropical_fish.predefined.2": "Blue Tang", + "entity.minecraft.tropical_fish.predefined.3": "Butterflyfish", + "entity.minecraft.tropical_fish.predefined.4": "Cichlid", + "entity.minecraft.tropical_fish.predefined.5": "Clownfish", + "entity.minecraft.tropical_fish.predefined.6": "Cotton Candy Betta", + "entity.minecraft.tropical_fish.predefined.7": "Dottyback", + "entity.minecraft.tropical_fish.predefined.8": "Emperor Red Snapper", + "entity.minecraft.tropical_fish.predefined.9": "Goatfish", + "entity.minecraft.tropical_fish.predefined.10": "Moorish Idol", + "entity.minecraft.tropical_fish.predefined.11": "Ornate Butterflyfish", + "entity.minecraft.tropical_fish.predefined.12": "Parrotfish", + "entity.minecraft.tropical_fish.predefined.13": "Queen Angelfish", + "entity.minecraft.tropical_fish.predefined.14": "Red Cichlid", + "entity.minecraft.tropical_fish.predefined.15": "Red Lipped Blenny", + "entity.minecraft.tropical_fish.predefined.16": "Red Snapper", + "entity.minecraft.tropical_fish.predefined.17": "Threadfin", + "entity.minecraft.tropical_fish.predefined.18": "Tomato Clownfish", + "entity.minecraft.tropical_fish.predefined.19": "Triggerfish", + "entity.minecraft.tropical_fish.predefined.20": "Yellowtail Parrotfish", + "entity.minecraft.tropical_fish.predefined.21": "Yellow Tang", + "entity.minecraft.tropical_fish.type.betty": "Betty", + "entity.minecraft.tropical_fish.type.blockfish": "Blockfish", + "entity.minecraft.tropical_fish.type.brinely": "Brinely", + "entity.minecraft.tropical_fish.type.clayfish": "Clayfish", + "entity.minecraft.tropical_fish.type.dasher": "Dasher", + "entity.minecraft.tropical_fish.type.flopper": "Flopper", + "entity.minecraft.tropical_fish.type.glitter": "Glitter", + "entity.minecraft.tropical_fish.type.kob": "Kob", + "entity.minecraft.tropical_fish.type.snooper": "Snooper", + "entity.minecraft.tropical_fish.type.spotty": "Spotty", + "entity.minecraft.tropical_fish.type.stripey": "Stripey", + "entity.minecraft.tropical_fish.type.sunstreak": "Sunstreak", + "entity.minecraft.turtle": "Turtle", + "entity.minecraft.vex": "Vex", + "entity.minecraft.villager": "Villager", + "entity.minecraft.villager.armorer": "Armorer", + "entity.minecraft.villager.butcher": "Butcher", + "entity.minecraft.villager.cartographer": "Cartographer", + "entity.minecraft.villager.cleric": "Cleric", + "entity.minecraft.villager.farmer": "Farmer", + "entity.minecraft.villager.fisherman": "Fisherman", + "entity.minecraft.villager.fletcher": "Fletcher", + "entity.minecraft.villager.leatherworker": "Leatherworker", + "entity.minecraft.villager.librarian": "Librarian", + "entity.minecraft.villager.mason": "Mason", + "entity.minecraft.villager.nitwit": "Nitwit", + "entity.minecraft.villager.none": "Villager", + "entity.minecraft.villager.shepherd": "Shepherd", + "entity.minecraft.villager.toolsmith": "Toolsmith", + "entity.minecraft.villager.weaponsmith": "Weaponsmith", + "entity.minecraft.vindicator": "Vindicator", + "entity.minecraft.wandering_trader": "Wandering Trader", + "entity.minecraft.warden": "Warden", + "entity.minecraft.witch": "Witch", + "entity.minecraft.wither": "Wither", + "entity.minecraft.wither_skeleton": "Wither Skeleton", + "entity.minecraft.wither_skull": "Wither Skull", + "entity.minecraft.wolf": "Wolf", + "entity.minecraft.zoglin": "Zoglin", + "entity.minecraft.zombie": "Zombie", + "entity.minecraft.zombie_horse": "Zombie Horse", + "entity.minecraft.zombie_villager": "Zombie Villager", + "entity.minecraft.zombified_piglin": "Zombified Piglin", + "entity.not_summonable": "Can't summon entity of type %s", + "event.minecraft.raid": "Raid", + "event.minecraft.raid.defeat": "Defeat", + "event.minecraft.raid.defeat.full": "Raid - Defeat", + "event.minecraft.raid.raiders_remaining": "Raiders Remaining: %s", + "event.minecraft.raid.victory": "Victory", + "event.minecraft.raid.victory.full": "Raid - Victory", + "filled_map.buried_treasure": "Buried Treasure Map", + "filled_map.explorer_jungle": "Jungle Explorer Map", + "filled_map.explorer_swamp": "Swamp Explorer Map", + "filled_map.id": "Id #%s", + "filled_map.level": "(Level %s/%s)", + "filled_map.locked": "Locked", + "filled_map.mansion": "Woodland Explorer Map", + "filled_map.monument": "Ocean Explorer Map", + "filled_map.scale": "Scaling at 1:%s", + "filled_map.unknown": "Unknown Map", + "filled_map.village_desert": "Desert Village Map", + "filled_map.village_plains": "Plains Village Map", + "filled_map.village_savanna": "Savanna Village Map", + "filled_map.village_snowy": "Snowy Village Map", + "filled_map.village_taiga": "Taiga Village Map", + "flat_world_preset.minecraft.bottomless_pit": "Bottomless Pit", + "flat_world_preset.minecraft.classic_flat": "Classic Flat", + "flat_world_preset.minecraft.desert": "Desert", + "flat_world_preset.minecraft.overworld": "Overworld", + "flat_world_preset.minecraft.redstone_ready": "Redstone Ready", + "flat_world_preset.minecraft.snowy_kingdom": "Snowy Kingdom", + "flat_world_preset.minecraft.the_void": "The Void", + "flat_world_preset.minecraft.tunnelers_dream": "Tunnelers' Dream", + "flat_world_preset.minecraft.water_world": "Water World", + "flat_world_preset.unknown": "???", + "gameMode.adventure": "Adventure Mode", + "gameMode.changed": "Your game mode has been updated to %s", + "gameMode.creative": "Creative Mode", + "gameMode.hardcore": "Hardcore Mode!", + "gameMode.spectator": "Spectator Mode", + "gameMode.survival": "Survival Mode", + "gamerule.announceAdvancements": "Announce advancements", + "gamerule.blockExplosionDropDecay": "In block interaction explosions, some blocks won't drop their loot", + "gamerule.blockExplosionDropDecay.description": "Some of the drops from blocks destroyed by explosions caused by block interactions are lost in the explosion.", + "gamerule.category.chat": "Chat", + "gamerule.category.drops": "Drops", + "gamerule.category.misc": "Miscellaneous", + "gamerule.category.mobs": "Mobs", + "gamerule.category.player": "Player", + "gamerule.category.spawning": "Spawning", + "gamerule.category.updates": "World Updates", + "gamerule.commandBlockOutput": "Broadcast command block output", + "gamerule.commandModificationBlockLimit": "Command Modification Block Limit", + "gamerule.commandModificationBlockLimit.description": "Number of blocks that can be changed at once by one command, such as fill or clone.", + "gamerule.disableElytraMovementCheck": "Disable elytra movement check", + "gamerule.disableRaids": "Disable raids", + "gamerule.doDaylightCycle": "Advance time of day", + "gamerule.doEntityDrops": "Drop entity equipment", + "gamerule.doEntityDrops.description": "Controls drops from minecarts (including inventories), item frames, boats, etc.", + "gamerule.doFireTick": "Update fire", + "gamerule.doImmediateRespawn": "Respawn immediately", + "gamerule.doInsomnia": "Spawn phantoms", + "gamerule.doLimitedCrafting": "Require recipe for crafting", + "gamerule.doLimitedCrafting.description": "If enabled, players will be able to craft only unlocked recipes.", + "gamerule.doMobLoot": "Drop mob loot", + "gamerule.doMobLoot.description": "Controls resource drops from mobs, including experience orbs.", + "gamerule.doMobSpawning": "Spawn mobs", + "gamerule.doMobSpawning.description": "Some entities might have separate rules.", + "gamerule.doPatrolSpawning": "Spawn pillager patrols", + "gamerule.doTileDrops": "Drop blocks", + "gamerule.doTileDrops.description": "Controls resource drops from blocks, including experience orbs.", + "gamerule.doTraderSpawning": "Spawn Wandering Traders", + "gamerule.doVinesSpread": "Vines spread", + "gamerule.doVinesSpread.description": "Controls whether or not the Vines block spreads randomly to adjacent blocks. Does not affect other type of vine blocks such as Weeping Vines, Twisting Vines, etc.", + "gamerule.doWardenSpawning": "Spawn Wardens", + "gamerule.doWeatherCycle": "Update weather", + "gamerule.drowningDamage": "Deal drowning damage", + "gamerule.enderPearlsVanishOnDeath": "Thrown ender pearls vanish on death", + "gamerule.enderPearlsVanishOnDeath.description": "Whether ender pearls thrown by a player vanish when that player dies.", + "gamerule.fallDamage": "Deal fall damage", + "gamerule.fireDamage": "Deal fire damage", + "gamerule.forgiveDeadPlayers": "Forgive dead players", + "gamerule.forgiveDeadPlayers.description": "Angered neutral mobs stop being angry when the targeted player dies nearby.", + "gamerule.freezeDamage": "Deal freeze damage", + "gamerule.globalSoundEvents": "Global sound events", + "gamerule.globalSoundEvents.description": "When certain game events happen, like a boss spawning, the sound is heard everywhere.", + "gamerule.keepInventory": "Keep inventory after death", + "gamerule.lavaSourceConversion": "Lava converts to source", + "gamerule.lavaSourceConversion.description": "When flowing lava is surrounded on two sides by lava sources it converts into a source.", + "gamerule.logAdminCommands": "Broadcast admin commands", + "gamerule.maxCommandChainLength": "Command chain size limit", + "gamerule.maxCommandChainLength.description": "Applies to command block chains and functions.", + "gamerule.maxEntityCramming": "Entity cramming threshold", + "gamerule.mobExplosionDropDecay": "In mob explosions, some blocks won't drop their loot", + "gamerule.mobExplosionDropDecay.description": "Some of the drops from blocks destroyed by explosions caused by mobs are lost in the explosion.", + "gamerule.mobGriefing": "Allow destructive mob actions", + "gamerule.naturalRegeneration": "Regenerate health", + "gamerule.playersSleepingPercentage": "Sleep percentage", + "gamerule.playersSleepingPercentage.description": "The percentage of players who must be sleeping to skip the night.", + "gamerule.randomTickSpeed": "Random tick speed rate", + "gamerule.reducedDebugInfo": "Reduce debug info", + "gamerule.reducedDebugInfo.description": "Limits contents of debug screen.", + "gamerule.sendCommandFeedback": "Send command feedback", + "gamerule.showDeathMessages": "Show death messages", + "gamerule.snowAccumulationHeight": "Snow accumulation height", + "gamerule.snowAccumulationHeight.description": "When it snows, layers of snow form on the ground up to at most this number of layers.", + "gamerule.spawnRadius": "Respawn location radius", + "gamerule.spectatorsGenerateChunks": "Allow spectators to generate terrain", + "gamerule.tntExplosionDropDecay": "In TNT explosions, some blocks won't drop their loot", + "gamerule.tntExplosionDropDecay.description": "Some of the drops from blocks destroyed by explosions caused by TNT are lost in the explosion.", + "gamerule.universalAnger": "Universal anger", + "gamerule.universalAnger.description": "Angered neutral mobs attack any nearby player, not just the player that angered them. Works best if forgiveDeadPlayers is disabled.", + "gamerule.waterSourceConversion": "Water converts to source", + "gamerule.waterSourceConversion.description": "When flowing water is surrounded on two sides by water sources it converts into a source.", + "generator.custom": "Custom", + "generator.customized": "Old Customized", + "generator.minecraft.amplified": "AMPLIFIED", + "generator.minecraft.amplified.info": "Notice: Just for fun! Requires a beefy computer.", + "generator.minecraft.debug_all_block_states": "Debug Mode", + "generator.minecraft.flat": "Superflat", + "generator.minecraft.large_biomes": "Large Biomes", + "generator.minecraft.normal": "Default", + "generator.minecraft.single_biome_surface": "Single Biome", + "generator.single_biome_caves": "Caves", + "generator.single_biome_floating_islands": "Floating Islands", + "gui.abuseReport.comments": "Comments", + "gui.abuseReport.describe": "Sharing details will help us make a well-informed decision.", + "gui.abuseReport.discard.content": "If you leave, you'll lose this report and your comments.\nAre you sure you want to leave?", + "gui.abuseReport.discard.discard": "Leave and Discard Report", + "gui.abuseReport.discard.draft": "Save as Draft", + "gui.abuseReport.discard.return": "Continue Editing", + "gui.abuseReport.discard.title": "Discard report and comments?", + "gui.abuseReport.draft.content": "Would you like to continue editing the existing report or discard it and create a new one?", + "gui.abuseReport.draft.discard": "Discard", + "gui.abuseReport.draft.edit": "Continue Editing", + "gui.abuseReport.draft.quittotitle.content": "Would you like to continue editing it or discard it?", + "gui.abuseReport.draft.quittotitle.title": "You have a draft chat report that will be lost if you quit", + "gui.abuseReport.draft.title": "Edit draft chat report?", + "gui.abuseReport.error.title": "Problem sending your report", + "gui.abuseReport.message": "Where did you observe the bad behavior?\nThis will help us in researching your case.", + "gui.abuseReport.more_comments": "Please describe what happened:", + "gui.abuseReport.name.reporting": "You are reporting \"%s\".", + "gui.abuseReport.name.title": "Report Player Name", + "gui.abuseReport.observed_what": "Why are you reporting this?", + "gui.abuseReport.read_info": "Learn About Reporting", + "gui.abuseReport.reason.alcohol_tobacco_drugs": "Drugs or alcohol", + "gui.abuseReport.reason.alcohol_tobacco_drugs.description": "Someone is encouraging others to partake in illegal drug related activities or encouraging underage drinking.", + "gui.abuseReport.reason.child_sexual_exploitation_or_abuse": "Child sexual exploitation or abuse", + "gui.abuseReport.reason.child_sexual_exploitation_or_abuse.description": "Someone is talking about or otherwise promoting indecent behavior involving children.", + "gui.abuseReport.reason.defamation_impersonation_false_information": "Defamation", + "gui.abuseReport.reason.defamation_impersonation_false_information.description": "Someone is damaging your or someone else's reputation, for example sharing false information with the aim to exploit or mislead others.", + "gui.abuseReport.reason.description": "Description:", + "gui.abuseReport.reason.false_reporting": "False Reporting", + "gui.abuseReport.reason.generic": "I want to report them", + "gui.abuseReport.reason.generic.description": "I'm annoyed with them / they have done something I do not like.", + "gui.abuseReport.reason.harassment_or_bullying": "Harassment or bullying", + "gui.abuseReport.reason.harassment_or_bullying.description": "Someone is shaming, attacking, or bullying you or someone else. This includes when someone is repeatedly trying to contact you or someone else without consent or posting private personal information about you or someone else without consent (\"doxing\").", + "gui.abuseReport.reason.hate_speech": "Hate speech", + "gui.abuseReport.reason.hate_speech.description": "Someone is attacking you or another player based on characteristics of their identity, like religion, race, or sexuality.", + "gui.abuseReport.reason.imminent_harm": "Threat of harm to others", + "gui.abuseReport.reason.imminent_harm.description": "Someone is threatening to harm you or someone else in real life.", + "gui.abuseReport.reason.narration": "%s: %s", + "gui.abuseReport.reason.non_consensual_intimate_imagery": "Non-consensual intimate imagery", + "gui.abuseReport.reason.non_consensual_intimate_imagery.description": "Someone is talking about, sharing, or otherwise promoting private and intimate images.", + "gui.abuseReport.reason.self_harm_or_suicide": "Self-harm or suicide", + "gui.abuseReport.reason.self_harm_or_suicide.description": "Someone is threatening to harm themselves in real life or talking about harming themselves in real life.", + "gui.abuseReport.reason.terrorism_or_violent_extremism": "Terrorism or violent extremism", + "gui.abuseReport.reason.terrorism_or_violent_extremism.description": "Someone is talking about, promoting, or threatening to commit acts of terrorism or violent extremism for political, religious, ideological, or other reasons.", + "gui.abuseReport.reason.title": "Select Report Category", + "gui.abuseReport.report_sent_msg": "We’ve successfully received your report. Thank you!\n\nOur team will review it as soon as possible.", + "gui.abuseReport.select_reason": "Select Report Category", + "gui.abuseReport.send": "Send Report", + "gui.abuseReport.send.comment_too_long": "Please shorten the comment", + "gui.abuseReport.send.error_message": "An error was returned while sending your report:\n'%s'", + "gui.abuseReport.send.generic_error": "Encountered an unexpected error while sending your report.", + "gui.abuseReport.send.http_error": "An unexpected HTTP error occurred while sending your report.", + "gui.abuseReport.send.json_error": "Encountered malformed payload while sending your report.", + "gui.abuseReport.send.no_reason": "Please select a report category", + "gui.abuseReport.send.service_unavailable": "Unable to reach the Abuse Reporting service. Please make sure you are connected to the internet and try again.", + "gui.abuseReport.sending.title": "Sending your report...", + "gui.abuseReport.sent.title": "Report sent", + "gui.abuseReport.skin.title": "Report Player Skin", + "gui.abuseReport.title": "Report Player", + "gui.abuseReport.type.chat": "Chat Messages", + "gui.abuseReport.type.name": "Player Name", + "gui.abuseReport.type.skin": "Player Skin", + "gui.acknowledge": "Acknowledge", + "gui.advancements": "Advancements", + "gui.all": "All", + "gui.back": "Back", + "gui.banned.description": "%s\n\n%s\n\nLearn more at the following link: %s", + "gui.banned.description.permanent": "Your account is permanently banned, which means you can’t play online or join Realms.", + "gui.banned.description.reason": "We recently received a report for bad behavior by your account. Our moderators have now reviewed your case and identified it as %s, which goes against the Minecraft Community Standards.", + "gui.banned.description.reason_id": "Code: %s", + "gui.banned.description.reason_id_message": "Code: %s - %s", + "gui.banned.description.temporary": "%s Until then, you can’t play online or join Realms.", + "gui.banned.description.temporary.duration": "Your account is temporarily suspended and will be reactivated in %s.", + "gui.banned.description.unknownreason": "We recently received a report for bad behavior by your account. Our moderators have now reviewed your case and identified that it goes against the Minecraft Community Standards.", + "gui.banned.name.description": "Your current name - \"%s\" - violates our Community Standards. You can play singleplayer, but will need to change your name to play online.\n\nLearn more or submit a case review at the following link: %s", + "gui.banned.name.title": "Name Not Allowed in Multiplayer", + "gui.banned.reason.defamation_impersonation_false_information": "Impersonation or sharing information to exploit or mislead others", + "gui.banned.reason.drugs": "References to illegal drugs", + "gui.banned.reason.extreme_violence_or_gore": "Depictions of real-life excessive violence or gore", + "gui.banned.reason.false_reporting": "Excessive false or inaccurate reports", + "gui.banned.reason.fraud": "Fraudulent acquisition or use of content", + "gui.banned.reason.generic_violation": "Violating Community Standards", + "gui.banned.reason.harassment_or_bullying": "Abusive language used in a directed, harmful manner", + "gui.banned.reason.hate_speech": "Hate speech or discrimination", + "gui.banned.reason.hate_terrorism_notorious_figure": "References to hate groups, terrorist organizations, or notorious figures", + "gui.banned.reason.imminent_harm_to_person_or_property": "Intent to cause real-life harm to persons or property", + "gui.banned.reason.nudity_or_pornography": "Displaying lewd or pornographic material", + "gui.banned.reason.sexually_inappropriate": "Topics or content of a sexual nature", + "gui.banned.reason.spam_or_advertising": "Spam or advertising", + "gui.banned.skin.description": "Your current skin violates our Community Standards. You can still play with a default skin, or select a new one.\n\nLearn more or submit a case review at the following link: %s", + "gui.banned.skin.title": "Skin Not Allowed", + "gui.banned.title.permanent": "Account permanently banned", + "gui.banned.title.temporary": "Account temporarily suspended", + "gui.cancel": "Cancel", + "gui.chatReport.comments": "Comments", + "gui.chatReport.describe": "Sharing details will help us make a well-informed decision.", + "gui.chatReport.discard.content": "If you leave, you'll lose this report and your comments.\nAre you sure you want to leave?", + "gui.chatReport.discard.discard": "Leave and Discard Report", + "gui.chatReport.discard.draft": "Save as Draft", + "gui.chatReport.discard.return": "Continue Editing", + "gui.chatReport.discard.title": "Discard report and comments?", + "gui.chatReport.draft.content": "Would you like to continue editing the existing report or discard it and create a new one?", + "gui.chatReport.draft.discard": "Discard", + "gui.chatReport.draft.edit": "Continue Editing", + "gui.chatReport.draft.quittotitle.content": "Would you like to continue editing it or discard it?", + "gui.chatReport.draft.quittotitle.title": "You have a draft chat report that will be lost if you quit", + "gui.chatReport.draft.title": "Edit draft chat report?", + "gui.chatReport.more_comments": "Please describe what happened:", + "gui.chatReport.observed_what": "Why are you reporting this?", + "gui.chatReport.read_info": "Learn About Reporting", + "gui.chatReport.report_sent_msg": "We’ve successfully received your report. Thank you!\n\nOur team will review it as soon as possible.", + "gui.chatReport.select_chat": "Select Chat Messages to Report", + "gui.chatReport.select_reason": "Select Report Category", + "gui.chatReport.selected_chat": "%s Chat Message(s) Selected to Report", + "gui.chatReport.send": "Send Report", + "gui.chatReport.send.comments_too_long": "Please shorten the comment", + "gui.chatReport.send.no_reason": "Please select a report category", + "gui.chatReport.send.no_reported_messages": "Please select at least one chat message to report", + "gui.chatReport.send.too_many_messages": "Trying to include too many messages in the report", + "gui.chatReport.title": "Report Player Chat", + "gui.chatSelection.context": "Messages surrounding this selection will be included to provide additional context", + "gui.chatSelection.fold": "%s message(s) hidden", + "gui.chatSelection.heading": "%s %s", + "gui.chatSelection.join": "%s joined the chat", + "gui.chatSelection.message.narrate": "%s said: %s at %s", + "gui.chatSelection.selected": "%s/%s message(s) selected", + "gui.chatSelection.title": "Select Chat Messages to Report", + "gui.continue": "Continue", + "gui.copy_link_to_clipboard": "Copy Link to Clipboard", + "gui.days": "%s day(s)", + "gui.done": "Done", + "gui.down": "Down", + "gui.entity_tooltip.type": "Type: %s", + "gui.hours": "%s hour(s)", + "gui.minutes": "%s minute(s)", + "gui.multiLineEditBox.character_limit": "%s/%s", + "gui.narrate.button": "%s button", + "gui.narrate.editBox": "%s edit box: %s", + "gui.narrate.slider": "%s slider", + "gui.narrate.tab": "%s tab", + "gui.no": "No", + "gui.none": "None", + "gui.ok": "Ok", + "gui.proceed": "Proceed", + "gui.recipebook.moreRecipes": "Right Click for More", + "gui.recipebook.page": "%s/%s", + "gui.recipebook.search_hint": "Search...", + "gui.recipebook.toggleRecipes.all": "Showing All", + "gui.recipebook.toggleRecipes.blastable": "Showing Blastable", + "gui.recipebook.toggleRecipes.craftable": "Showing Craftable", + "gui.recipebook.toggleRecipes.smeltable": "Showing Smeltable", + "gui.recipebook.toggleRecipes.smokable": "Showing Smokable", + "gui.socialInteractions.blocking_hint": "Manage with Microsoft account", + "gui.socialInteractions.empty_blocked": "No blocked players in chat", + "gui.socialInteractions.empty_hidden": "No players hidden in chat", + "gui.socialInteractions.hidden_in_chat": "Chat messages from %s will be hidden", + "gui.socialInteractions.hide": "Hide in Chat", + "gui.socialInteractions.narration.hide": "Hide messages from %s", + "gui.socialInteractions.narration.report": "Report player %s", + "gui.socialInteractions.narration.show": "Show messages from %s", + "gui.socialInteractions.report": "Report", + "gui.socialInteractions.search_empty": "Couldn't find any players with that name", + "gui.socialInteractions.search_hint": "Search...", + "gui.socialInteractions.server_label.multiple": "%s - %s players", + "gui.socialInteractions.server_label.single": "%s - %s player", + "gui.socialInteractions.show": "Show in Chat", + "gui.socialInteractions.shown_in_chat": "Chat messages from %s will be shown", + "gui.socialInteractions.status_blocked": "Blocked", + "gui.socialInteractions.status_blocked_offline": "Blocked - Offline", + "gui.socialInteractions.status_hidden": "Hidden", + "gui.socialInteractions.status_hidden_offline": "Hidden - Offline", + "gui.socialInteractions.status_offline": "Offline", + "gui.socialInteractions.tab_all": "All", + "gui.socialInteractions.tab_blocked": "Blocked", + "gui.socialInteractions.tab_hidden": "Hidden", + "gui.socialInteractions.title": "Social Interactions", + "gui.socialInteractions.tooltip.hide": "Hide messages", + "gui.socialInteractions.tooltip.report": "Report player", + "gui.socialInteractions.tooltip.report.disabled": "The reporting service is unavailable", + "gui.socialInteractions.tooltip.report.no_messages": "No reportable messages from player %s", + "gui.socialInteractions.tooltip.report.not_reportable": "This player can't be reported, because their chat messages can't be verified on this server", + "gui.socialInteractions.tooltip.show": "Show messages", + "gui.stats": "Statistics", + "gui.toMenu": "Back to Server List", + "gui.toRealms": "Back to Realms List", + "gui.toTitle": "Back to Title Screen", + "gui.toWorld": "Back to World List", + "gui.up": "Up", + "gui.yes": "Yes", + "hanging_sign.edit": "Edit Hanging Sign Message", + "instrument.minecraft.admire_goat_horn": "Admire", + "instrument.minecraft.call_goat_horn": "Call", + "instrument.minecraft.dream_goat_horn": "Dream", + "instrument.minecraft.feel_goat_horn": "Feel", + "instrument.minecraft.ponder_goat_horn": "Ponder", + "instrument.minecraft.seek_goat_horn": "Seek", + "instrument.minecraft.sing_goat_horn": "Sing", + "instrument.minecraft.yearn_goat_horn": "Yearn", + "inventory.binSlot": "Destroy Item", + "inventory.hotbarInfo": "Save hotbar with %1$s+%2$s", + "inventory.hotbarSaved": "Item hotbar saved (restore with %1$s+%2$s)", + "item_modifier.unknown": "Unknown item modifier: %s", + "item.canBreak": "Can break:", + "item.canPlace": "Can be placed on:", + "item.color": "Color: %s", + "item.disabled": "Disabled item", + "item.durability": "Durability: %s / %s", + "item.dyed": "Dyed", + "item.minecraft.acacia_boat": "Acacia Boat", + "item.minecraft.acacia_chest_boat": "Acacia Boat with Chest", + "item.minecraft.allay_spawn_egg": "Allay Spawn Egg", + "item.minecraft.amethyst_shard": "Amethyst Shard", + "item.minecraft.angler_pottery_shard": "Angler Pottery Shard", + "item.minecraft.angler_pottery_sherd": "Angler Pottery Sherd", + "item.minecraft.apple": "Apple", + "item.minecraft.archer_pottery_shard": "Archer Pottery Shard", + "item.minecraft.archer_pottery_sherd": "Archer Pottery Sherd", + "item.minecraft.armor_stand": "Armor Stand", + "item.minecraft.arms_up_pottery_shard": "Arms Up Pottery Shard", + "item.minecraft.arms_up_pottery_sherd": "Arms Up Pottery Sherd", + "item.minecraft.arrow": "Arrow", + "item.minecraft.axolotl_bucket": "Bucket of Axolotl", + "item.minecraft.axolotl_spawn_egg": "Axolotl Spawn Egg", + "item.minecraft.baked_potato": "Baked Potato", + "item.minecraft.bamboo_chest_raft": "Bamboo Raft with Chest", + "item.minecraft.bamboo_raft": "Bamboo Raft", + "item.minecraft.bat_spawn_egg": "Bat Spawn Egg", + "item.minecraft.bee_spawn_egg": "Bee Spawn Egg", + "item.minecraft.beef": "Raw Beef", + "item.minecraft.beetroot": "Beetroot", + "item.minecraft.beetroot_seeds": "Beetroot Seeds", + "item.minecraft.beetroot_soup": "Beetroot Soup", + "item.minecraft.birch_boat": "Birch Boat", + "item.minecraft.birch_chest_boat": "Birch Boat with Chest", + "item.minecraft.black_dye": "Black Dye", + "item.minecraft.blade_pottery_shard": "Blade Pottery Shard", + "item.minecraft.blade_pottery_sherd": "Blade Pottery Sherd", + "item.minecraft.blaze_powder": "Blaze Powder", + "item.minecraft.blaze_rod": "Blaze Rod", + "item.minecraft.blaze_spawn_egg": "Blaze Spawn Egg", + "item.minecraft.blue_dye": "Blue Dye", + "item.minecraft.bone": "Bone", + "item.minecraft.bone_meal": "Bone Meal", + "item.minecraft.book": "Book", + "item.minecraft.bow": "Bow", + "item.minecraft.bowl": "Bowl", + "item.minecraft.bread": "Bread", + "item.minecraft.brewer_pottery_shard": "Brewer Pottery Shard", + "item.minecraft.brewer_pottery_sherd": "Brewer Pottery Sherd", + "item.minecraft.brewing_stand": "Brewing Stand", + "item.minecraft.brick": "Brick", + "item.minecraft.brown_dye": "Brown Dye", + "item.minecraft.brush": "Brush", + "item.minecraft.bucket": "Bucket", + "item.minecraft.bundle": "Bundle", + "item.minecraft.bundle.fullness": "%s/%s", + "item.minecraft.burn_pottery_shard": "Burn Pottery Shard", + "item.minecraft.burn_pottery_sherd": "Burn Pottery Sherd", + "item.minecraft.camel_spawn_egg": "Camel Spawn Egg", + "item.minecraft.carrot": "Carrot", + "item.minecraft.carrot_on_a_stick": "Carrot on a Stick", + "item.minecraft.cat_spawn_egg": "Cat Spawn Egg", + "item.minecraft.cauldron": "Cauldron", + "item.minecraft.cave_spider_spawn_egg": "Cave Spider Spawn Egg", + "item.minecraft.chainmail_boots": "Chainmail Boots", + "item.minecraft.chainmail_chestplate": "Chainmail Chestplate", + "item.minecraft.chainmail_helmet": "Chainmail Helmet", + "item.minecraft.chainmail_leggings": "Chainmail Leggings", + "item.minecraft.charcoal": "Charcoal", + "item.minecraft.cherry_boat": "Cherry Boat", + "item.minecraft.cherry_chest_boat": "Cherry Boat with Chest", + "item.minecraft.chest_minecart": "Minecart with Chest", + "item.minecraft.chicken": "Raw Chicken", + "item.minecraft.chicken_spawn_egg": "Chicken Spawn Egg", + "item.minecraft.chorus_fruit": "Chorus Fruit", + "item.minecraft.clay_ball": "Clay Ball", + "item.minecraft.clock": "Clock", + "item.minecraft.coal": "Coal", + "item.minecraft.coast_armor_trim_smithing_template": "Smithing Template", + "item.minecraft.cocoa_beans": "Cocoa Beans", + "item.minecraft.cod": "Raw Cod", + "item.minecraft.cod_bucket": "Bucket of Cod", + "item.minecraft.cod_spawn_egg": "Cod Spawn Egg", + "item.minecraft.command_block_minecart": "Minecart with Command Block", + "item.minecraft.compass": "Compass", + "item.minecraft.cooked_beef": "Steak", + "item.minecraft.cooked_chicken": "Cooked Chicken", + "item.minecraft.cooked_cod": "Cooked Cod", + "item.minecraft.cooked_mutton": "Cooked Mutton", + "item.minecraft.cooked_porkchop": "Cooked Porkchop", + "item.minecraft.cooked_rabbit": "Cooked Rabbit", + "item.minecraft.cooked_salmon": "Cooked Salmon", + "item.minecraft.cookie": "Cookie", + "item.minecraft.copper_ingot": "Copper Ingot", + "item.minecraft.cow_spawn_egg": "Cow Spawn Egg", + "item.minecraft.creeper_banner_pattern": "Banner Pattern", + "item.minecraft.creeper_banner_pattern.desc": "Creeper Charge", + "item.minecraft.creeper_spawn_egg": "Creeper Spawn Egg", + "item.minecraft.crossbow": "Crossbow", + "item.minecraft.crossbow.projectile": "Projectile:", + "item.minecraft.cyan_dye": "Cyan Dye", + "item.minecraft.danger_pottery_shard": "Danger Pottery Shard", + "item.minecraft.danger_pottery_sherd": "Danger Pottery Sherd", + "item.minecraft.dark_oak_boat": "Dark Oak Boat", + "item.minecraft.dark_oak_chest_boat": "Dark Oak Boat with Chest", + "item.minecraft.debug_stick": "Debug Stick", + "item.minecraft.debug_stick.empty": "%s has no properties", + "item.minecraft.debug_stick.select": "selected \"%s\" (%s)", + "item.minecraft.debug_stick.update": "\"%s\" to %s", + "item.minecraft.diamond": "Diamond", + "item.minecraft.diamond_axe": "Diamond Axe", + "item.minecraft.diamond_boots": "Diamond Boots", + "item.minecraft.diamond_chestplate": "Diamond Chestplate", + "item.minecraft.diamond_helmet": "Diamond Helmet", + "item.minecraft.diamond_hoe": "Diamond Hoe", + "item.minecraft.diamond_horse_armor": "Diamond Horse Armor", + "item.minecraft.diamond_leggings": "Diamond Leggings", + "item.minecraft.diamond_pickaxe": "Diamond Pickaxe", + "item.minecraft.diamond_shovel": "Diamond Shovel", + "item.minecraft.diamond_sword": "Diamond Sword", + "item.minecraft.disc_fragment_5": "Disc Fragment", + "item.minecraft.disc_fragment_5.desc": "Music Disc - 5", + "item.minecraft.dolphin_spawn_egg": "Dolphin Spawn Egg", + "item.minecraft.donkey_spawn_egg": "Donkey Spawn Egg", + "item.minecraft.dragon_breath": "Dragon's Breath", + "item.minecraft.dried_kelp": "Dried Kelp", + "item.minecraft.drowned_spawn_egg": "Drowned Spawn Egg", + "item.minecraft.dune_armor_trim_smithing_template": "Smithing Template", + "item.minecraft.echo_shard": "Echo Shard", + "item.minecraft.egg": "Egg", + "item.minecraft.elder_guardian_spawn_egg": "Elder Guardian Spawn Egg", + "item.minecraft.elytra": "Elytra", + "item.minecraft.emerald": "Emerald", + "item.minecraft.enchanted_book": "Enchanted Book", + "item.minecraft.enchanted_golden_apple": "Enchanted Golden Apple", + "item.minecraft.end_crystal": "End Crystal", + "item.minecraft.ender_dragon_spawn_egg": "Ender Dragon Spawn Egg", + "item.minecraft.ender_eye": "Eye of Ender", + "item.minecraft.ender_pearl": "Ender Pearl", + "item.minecraft.enderman_spawn_egg": "Enderman Spawn Egg", + "item.minecraft.endermite_spawn_egg": "Endermite Spawn Egg", + "item.minecraft.evoker_spawn_egg": "Evoker Spawn Egg", + "item.minecraft.experience_bottle": "Bottle o' Enchanting", + "item.minecraft.explorer_pottery_shard": "Explorer Pottery Shard", + "item.minecraft.explorer_pottery_sherd": "Explorer Pottery Sherd", + "item.minecraft.eye_armor_trim_smithing_template": "Smithing Template", + "item.minecraft.feather": "Feather", + "item.minecraft.fermented_spider_eye": "Fermented Spider Eye", + "item.minecraft.filled_map": "Map", + "item.minecraft.fire_charge": "Fire Charge", + "item.minecraft.firework_rocket": "Firework Rocket", + "item.minecraft.firework_rocket.flight": "Flight Duration:", + "item.minecraft.firework_star": "Firework Star", + "item.minecraft.firework_star.black": "Black", + "item.minecraft.firework_star.blue": "Blue", + "item.minecraft.firework_star.brown": "Brown", + "item.minecraft.firework_star.custom_color": "Custom", + "item.minecraft.firework_star.cyan": "Cyan", + "item.minecraft.firework_star.fade_to": "Fade to", + "item.minecraft.firework_star.flicker": "Twinkle", + "item.minecraft.firework_star.gray": "Gray", + "item.minecraft.firework_star.green": "Green", + "item.minecraft.firework_star.light_blue": "Light Blue", + "item.minecraft.firework_star.light_gray": "Light Gray", + "item.minecraft.firework_star.lime": "Lime", + "item.minecraft.firework_star.magenta": "Magenta", + "item.minecraft.firework_star.orange": "Orange", + "item.minecraft.firework_star.pink": "Pink", + "item.minecraft.firework_star.purple": "Purple", + "item.minecraft.firework_star.red": "Red", + "item.minecraft.firework_star.shape": "Unknown Shape", + "item.minecraft.firework_star.shape.burst": "Burst", + "item.minecraft.firework_star.shape.creeper": "Creeper-shaped", + "item.minecraft.firework_star.shape.large_ball": "Large Ball", + "item.minecraft.firework_star.shape.small_ball": "Small Ball", + "item.minecraft.firework_star.shape.star": "Star-shaped", + "item.minecraft.firework_star.trail": "Trail", + "item.minecraft.firework_star.white": "White", + "item.minecraft.firework_star.yellow": "Yellow", + "item.minecraft.fishing_rod": "Fishing Rod", + "item.minecraft.flint": "Flint", + "item.minecraft.flint_and_steel": "Flint and Steel", + "item.minecraft.flower_banner_pattern": "Banner Pattern", + "item.minecraft.flower_banner_pattern.desc": "Flower Charge", + "item.minecraft.flower_pot": "Flower Pot", + "item.minecraft.fox_spawn_egg": "Fox Spawn Egg", + "item.minecraft.friend_pottery_shard": "Friend Pottery Shard", + "item.minecraft.friend_pottery_sherd": "Friend Pottery Sherd", + "item.minecraft.frog_spawn_egg": "Frog Spawn Egg", + "item.minecraft.furnace_minecart": "Minecart with Furnace", + "item.minecraft.ghast_spawn_egg": "Ghast Spawn Egg", + "item.minecraft.ghast_tear": "Ghast Tear", + "item.minecraft.glass_bottle": "Glass Bottle", + "item.minecraft.glistering_melon_slice": "Glistering Melon Slice", + "item.minecraft.globe_banner_pattern": "Banner Pattern", + "item.minecraft.globe_banner_pattern.desc": "Globe", + "item.minecraft.glow_berries": "Glow Berries", + "item.minecraft.glow_ink_sac": "Glow Ink Sac", + "item.minecraft.glow_item_frame": "Glow Item Frame", + "item.minecraft.glow_squid_spawn_egg": "Glow Squid Spawn Egg", + "item.minecraft.glowstone_dust": "Glowstone Dust", + "item.minecraft.goat_horn": "Goat Horn", + "item.minecraft.goat_spawn_egg": "Goat Spawn Egg", + "item.minecraft.gold_ingot": "Gold Ingot", + "item.minecraft.gold_nugget": "Gold Nugget", + "item.minecraft.golden_apple": "Golden Apple", + "item.minecraft.golden_axe": "Golden Axe", + "item.minecraft.golden_boots": "Golden Boots", + "item.minecraft.golden_carrot": "Golden Carrot", + "item.minecraft.golden_chestplate": "Golden Chestplate", + "item.minecraft.golden_helmet": "Golden Helmet", + "item.minecraft.golden_hoe": "Golden Hoe", + "item.minecraft.golden_horse_armor": "Golden Horse Armor", + "item.minecraft.golden_leggings": "Golden Leggings", + "item.minecraft.golden_pickaxe": "Golden Pickaxe", + "item.minecraft.golden_shovel": "Golden Shovel", + "item.minecraft.golden_sword": "Golden Sword", + "item.minecraft.gray_dye": "Gray Dye", + "item.minecraft.green_dye": "Green Dye", + "item.minecraft.guardian_spawn_egg": "Guardian Spawn Egg", + "item.minecraft.gunpowder": "Gunpowder", + "item.minecraft.heart_of_the_sea": "Heart of the Sea", + "item.minecraft.heart_pottery_shard": "Heart Pottery Shard", + "item.minecraft.heart_pottery_sherd": "Heart Pottery Sherd", + "item.minecraft.heartbreak_pottery_shard": "Heartbreak Pottery Shard", + "item.minecraft.heartbreak_pottery_sherd": "Heartbreak Pottery Sherd", + "item.minecraft.hoglin_spawn_egg": "Hoglin Spawn Egg", + "item.minecraft.honey_bottle": "Honey Bottle", + "item.minecraft.honeycomb": "Honeycomb", + "item.minecraft.hopper_minecart": "Minecart with Hopper", + "item.minecraft.horse_spawn_egg": "Horse Spawn Egg", + "item.minecraft.host_armor_trim_smithing_template": "Smithing Template", + "item.minecraft.howl_pottery_shard": "Howl Pottery Shard", + "item.minecraft.howl_pottery_sherd": "Howl Pottery Sherd", + "item.minecraft.husk_spawn_egg": "Husk Spawn Egg", + "item.minecraft.ink_sac": "Ink Sac", + "item.minecraft.iron_axe": "Iron Axe", + "item.minecraft.iron_boots": "Iron Boots", + "item.minecraft.iron_chestplate": "Iron Chestplate", + "item.minecraft.iron_golem_spawn_egg": "Iron Golem Spawn Egg", + "item.minecraft.iron_helmet": "Iron Helmet", + "item.minecraft.iron_hoe": "Iron Hoe", + "item.minecraft.iron_horse_armor": "Iron Horse Armor", + "item.minecraft.iron_ingot": "Iron Ingot", + "item.minecraft.iron_leggings": "Iron Leggings", + "item.minecraft.iron_nugget": "Iron Nugget", + "item.minecraft.iron_pickaxe": "Iron Pickaxe", + "item.minecraft.iron_shovel": "Iron Shovel", + "item.minecraft.iron_sword": "Iron Sword", + "item.minecraft.item_frame": "Item Frame", + "item.minecraft.jungle_boat": "Jungle Boat", + "item.minecraft.jungle_chest_boat": "Jungle Boat with Chest", + "item.minecraft.knowledge_book": "Knowledge Book", + "item.minecraft.lapis_lazuli": "Lapis Lazuli", + "item.minecraft.lava_bucket": "Lava Bucket", + "item.minecraft.lead": "Lead", + "item.minecraft.leather": "Leather", + "item.minecraft.leather_boots": "Leather Boots", + "item.minecraft.leather_chestplate": "Leather Tunic", + "item.minecraft.leather_helmet": "Leather Cap", + "item.minecraft.leather_horse_armor": "Leather Horse Armor", + "item.minecraft.leather_leggings": "Leather Pants", + "item.minecraft.light_blue_dye": "Light Blue Dye", + "item.minecraft.light_gray_dye": "Light Gray Dye", + "item.minecraft.lime_dye": "Lime Dye", + "item.minecraft.lingering_potion": "Lingering Potion", + "item.minecraft.lingering_potion.effect.awkward": "Awkward Lingering Potion", + "item.minecraft.lingering_potion.effect.empty": "Lingering Uncraftable Potion", + "item.minecraft.lingering_potion.effect.fire_resistance": "Lingering Potion of Fire Resistance", + "item.minecraft.lingering_potion.effect.harming": "Lingering Potion of Harming", + "item.minecraft.lingering_potion.effect.healing": "Lingering Potion of Healing", + "item.minecraft.lingering_potion.effect.invisibility": "Lingering Potion of Invisibility", + "item.minecraft.lingering_potion.effect.leaping": "Lingering Potion of Leaping", + "item.minecraft.lingering_potion.effect.levitation": "Lingering Potion of Levitation", + "item.minecraft.lingering_potion.effect.luck": "Lingering Potion of Luck", + "item.minecraft.lingering_potion.effect.mundane": "Mundane Lingering Potion", + "item.minecraft.lingering_potion.effect.night_vision": "Lingering Potion of Night Vision", + "item.minecraft.lingering_potion.effect.poison": "Lingering Potion of Poison", + "item.minecraft.lingering_potion.effect.regeneration": "Lingering Potion of Regeneration", + "item.minecraft.lingering_potion.effect.slow_falling": "Lingering Potion of Slow Falling", + "item.minecraft.lingering_potion.effect.slowness": "Lingering Potion of Slowness", + "item.minecraft.lingering_potion.effect.strength": "Lingering Potion of Strength", + "item.minecraft.lingering_potion.effect.swiftness": "Lingering Potion of Swiftness", + "item.minecraft.lingering_potion.effect.thick": "Thick Lingering Potion", + "item.minecraft.lingering_potion.effect.turtle_master": "Lingering Potion of the Turtle Master", + "item.minecraft.lingering_potion.effect.water": "Lingering Water Bottle", + "item.minecraft.lingering_potion.effect.water_breathing": "Lingering Potion of Water Breathing", + "item.minecraft.lingering_potion.effect.weakness": "Lingering Potion of Weakness", + "item.minecraft.llama_spawn_egg": "Llama Spawn Egg", + "item.minecraft.lodestone_compass": "Lodestone Compass", + "item.minecraft.magenta_dye": "Magenta Dye", + "item.minecraft.magma_cream": "Magma Cream", + "item.minecraft.magma_cube_spawn_egg": "Magma Cube Spawn Egg", + "item.minecraft.mangrove_boat": "Mangrove Boat", + "item.minecraft.mangrove_chest_boat": "Mangrove Boat with Chest", + "item.minecraft.map": "Empty Map", + "item.minecraft.melon_seeds": "Melon Seeds", + "item.minecraft.melon_slice": "Melon Slice", + "item.minecraft.milk_bucket": "Milk Bucket", + "item.minecraft.minecart": "Minecart", + "item.minecraft.miner_pottery_shard": "Miner Pottery Shard", + "item.minecraft.miner_pottery_sherd": "Miner Pottery Sherd", + "item.minecraft.mojang_banner_pattern": "Banner Pattern", + "item.minecraft.mojang_banner_pattern.desc": "Thing", + "item.minecraft.mooshroom_spawn_egg": "Mooshroom Spawn Egg", + "item.minecraft.mourner_pottery_shard": "Mourner Pottery Shard", + "item.minecraft.mourner_pottery_sherd": "Mourner Pottery Sherd", + "item.minecraft.mule_spawn_egg": "Mule Spawn Egg", + "item.minecraft.mushroom_stew": "Mushroom Stew", + "item.minecraft.music_disc_5": "Music Disc", + "item.minecraft.music_disc_5.desc": "Samuel Åberg - 5", + "item.minecraft.music_disc_11": "Music Disc", + "item.minecraft.music_disc_11.desc": "C418 - 11", + "item.minecraft.music_disc_13": "Music Disc", + "item.minecraft.music_disc_13.desc": "C418 - 13", + "item.minecraft.music_disc_blocks": "Music Disc", + "item.minecraft.music_disc_blocks.desc": "C418 - blocks", + "item.minecraft.music_disc_cat": "Music Disc", + "item.minecraft.music_disc_cat.desc": "C418 - cat", + "item.minecraft.music_disc_chirp": "Music Disc", + "item.minecraft.music_disc_chirp.desc": "C418 - chirp", + "item.minecraft.music_disc_far": "Music Disc", + "item.minecraft.music_disc_far.desc": "C418 - far", + "item.minecraft.music_disc_mall": "Music Disc", + "item.minecraft.music_disc_mall.desc": "C418 - mall", + "item.minecraft.music_disc_mellohi": "Music Disc", + "item.minecraft.music_disc_mellohi.desc": "C418 - mellohi", + "item.minecraft.music_disc_otherside": "Music Disc", + "item.minecraft.music_disc_otherside.desc": "Lena Raine - otherside", + "item.minecraft.music_disc_pigstep": "Music Disc", + "item.minecraft.music_disc_pigstep.desc": "Lena Raine - Pigstep", + "item.minecraft.music_disc_relic": "Music Disc", + "item.minecraft.music_disc_relic.desc": "Aaron Cherof - Relic", + "item.minecraft.music_disc_stal": "Music Disc", + "item.minecraft.music_disc_stal.desc": "C418 - stal", + "item.minecraft.music_disc_strad": "Music Disc", + "item.minecraft.music_disc_strad.desc": "C418 - strad", + "item.minecraft.music_disc_wait": "Music Disc", + "item.minecraft.music_disc_wait.desc": "C418 - wait", + "item.minecraft.music_disc_ward": "Music Disc", + "item.minecraft.music_disc_ward.desc": "C418 - ward", + "item.minecraft.mutton": "Raw Mutton", + "item.minecraft.name_tag": "Name Tag", + "item.minecraft.nautilus_shell": "Nautilus Shell", + "item.minecraft.nether_brick": "Nether Brick", + "item.minecraft.nether_star": "Nether Star", + "item.minecraft.nether_wart": "Nether Wart", + "item.minecraft.netherite_axe": "Netherite Axe", + "item.minecraft.netherite_boots": "Netherite Boots", + "item.minecraft.netherite_chestplate": "Netherite Chestplate", + "item.minecraft.netherite_helmet": "Netherite Helmet", + "item.minecraft.netherite_hoe": "Netherite Hoe", + "item.minecraft.netherite_ingot": "Netherite Ingot", + "item.minecraft.netherite_leggings": "Netherite Leggings", + "item.minecraft.netherite_pickaxe": "Netherite Pickaxe", + "item.minecraft.netherite_scrap": "Netherite Scrap", + "item.minecraft.netherite_shovel": "Netherite Shovel", + "item.minecraft.netherite_sword": "Netherite Sword", + "item.minecraft.netherite_upgrade_smithing_template": "Smithing Template", + "item.minecraft.oak_boat": "Oak Boat", + "item.minecraft.oak_chest_boat": "Oak Boat with Chest", + "item.minecraft.ocelot_spawn_egg": "Ocelot Spawn Egg", + "item.minecraft.orange_dye": "Orange Dye", + "item.minecraft.painting": "Painting", + "item.minecraft.panda_spawn_egg": "Panda Spawn Egg", + "item.minecraft.paper": "Paper", + "item.minecraft.parrot_spawn_egg": "Parrot Spawn Egg", + "item.minecraft.phantom_membrane": "Phantom Membrane", + "item.minecraft.phantom_spawn_egg": "Phantom Spawn Egg", + "item.minecraft.pig_spawn_egg": "Pig Spawn Egg", + "item.minecraft.piglin_banner_pattern": "Banner Pattern", + "item.minecraft.piglin_banner_pattern.desc": "Snout", + "item.minecraft.piglin_brute_spawn_egg": "Piglin Brute Spawn Egg", + "item.minecraft.piglin_spawn_egg": "Piglin Spawn Egg", + "item.minecraft.pillager_spawn_egg": "Pillager Spawn Egg", + "item.minecraft.pink_dye": "Pink Dye", + "item.minecraft.pitcher_plant": "Pitcher Plant", + "item.minecraft.pitcher_pod": "Pitcher Pod", + "item.minecraft.plenty_pottery_shard": "Plenty Pottery Shard", + "item.minecraft.plenty_pottery_sherd": "Plenty Pottery Sherd", + "item.minecraft.poisonous_potato": "Poisonous Potato", + "item.minecraft.polar_bear_spawn_egg": "Polar Bear Spawn Egg", + "item.minecraft.popped_chorus_fruit": "Popped Chorus Fruit", + "item.minecraft.porkchop": "Raw Porkchop", + "item.minecraft.potato": "Potato", + "item.minecraft.potion": "Potion", + "item.minecraft.potion.effect.awkward": "Awkward Potion", + "item.minecraft.potion.effect.empty": "Uncraftable Potion", + "item.minecraft.potion.effect.fire_resistance": "Potion of Fire Resistance", + "item.minecraft.potion.effect.harming": "Potion of Harming", + "item.minecraft.potion.effect.healing": "Potion of Healing", + "item.minecraft.potion.effect.invisibility": "Potion of Invisibility", + "item.minecraft.potion.effect.leaping": "Potion of Leaping", + "item.minecraft.potion.effect.levitation": "Potion of Levitation", + "item.minecraft.potion.effect.luck": "Potion of Luck", + "item.minecraft.potion.effect.mundane": "Mundane Potion", + "item.minecraft.potion.effect.night_vision": "Potion of Night Vision", + "item.minecraft.potion.effect.poison": "Potion of Poison", + "item.minecraft.potion.effect.regeneration": "Potion of Regeneration", + "item.minecraft.potion.effect.slow_falling": "Potion of Slow Falling", + "item.minecraft.potion.effect.slowness": "Potion of Slowness", + "item.minecraft.potion.effect.strength": "Potion of Strength", + "item.minecraft.potion.effect.swiftness": "Potion of Swiftness", + "item.minecraft.potion.effect.thick": "Thick Potion", + "item.minecraft.potion.effect.turtle_master": "Potion of the Turtle Master", + "item.minecraft.potion.effect.water": "Water Bottle", + "item.minecraft.potion.effect.water_breathing": "Potion of Water Breathing", + "item.minecraft.potion.effect.weakness": "Potion of Weakness", + "item.minecraft.pottery_shard_archer": "Archer Pottery Shard", + "item.minecraft.pottery_shard_arms_up": "Arms Up Pottery Shard", + "item.minecraft.pottery_shard_prize": "Prize Pottery Shard", + "item.minecraft.pottery_shard_skull": "Skull Pottery Shard", + "item.minecraft.powder_snow_bucket": "Powder Snow Bucket", + "item.minecraft.prismarine_crystals": "Prismarine Crystals", + "item.minecraft.prismarine_shard": "Prismarine Shard", + "item.minecraft.prize_pottery_shard": "Prize Pottery Shard", + "item.minecraft.prize_pottery_sherd": "Prize Pottery Sherd", + "item.minecraft.pufferfish": "Pufferfish", + "item.minecraft.pufferfish_bucket": "Bucket of Pufferfish", + "item.minecraft.pufferfish_spawn_egg": "Pufferfish Spawn Egg", + "item.minecraft.pumpkin_pie": "Pumpkin Pie", + "item.minecraft.pumpkin_seeds": "Pumpkin Seeds", + "item.minecraft.purple_dye": "Purple Dye", + "item.minecraft.quartz": "Nether Quartz", + "item.minecraft.rabbit": "Raw Rabbit", + "item.minecraft.rabbit_foot": "Rabbit's Foot", + "item.minecraft.rabbit_hide": "Rabbit Hide", + "item.minecraft.rabbit_spawn_egg": "Rabbit Spawn Egg", + "item.minecraft.rabbit_stew": "Rabbit Stew", + "item.minecraft.raiser_armor_trim_smithing_template": "Smithing Template", + "item.minecraft.ravager_spawn_egg": "Ravager Spawn Egg", + "item.minecraft.raw_copper": "Raw Copper", + "item.minecraft.raw_gold": "Raw Gold", + "item.minecraft.raw_iron": "Raw Iron", + "item.minecraft.recovery_compass": "Recovery Compass", + "item.minecraft.red_dye": "Red Dye", + "item.minecraft.redstone": "Redstone Dust", + "item.minecraft.rib_armor_trim_smithing_template": "Smithing Template", + "item.minecraft.rotten_flesh": "Rotten Flesh", + "item.minecraft.saddle": "Saddle", + "item.minecraft.salmon": "Raw Salmon", + "item.minecraft.salmon_bucket": "Bucket of Salmon", + "item.minecraft.salmon_spawn_egg": "Salmon Spawn Egg", + "item.minecraft.scute": "Scute", + "item.minecraft.sentry_armor_trim_smithing_template": "Smithing Template", + "item.minecraft.shaper_armor_trim_smithing_template": "Smithing Template", + "item.minecraft.sheaf_pottery_shard": "Sheaf Pottery Shard", + "item.minecraft.sheaf_pottery_sherd": "Sheaf Pottery Sherd", + "item.minecraft.shears": "Shears", + "item.minecraft.sheep_spawn_egg": "Sheep Spawn Egg", + "item.minecraft.shelter_pottery_shard": "Shelter Pottery Shard", + "item.minecraft.shelter_pottery_sherd": "Shelter Pottery Sherd", + "item.minecraft.shield": "Shield", + "item.minecraft.shield.black": "Black Shield", + "item.minecraft.shield.blue": "Blue Shield", + "item.minecraft.shield.brown": "Brown Shield", + "item.minecraft.shield.cyan": "Cyan Shield", + "item.minecraft.shield.gray": "Gray Shield", + "item.minecraft.shield.green": "Green Shield", + "item.minecraft.shield.light_blue": "Light Blue Shield", + "item.minecraft.shield.light_gray": "Light Gray Shield", + "item.minecraft.shield.lime": "Lime Shield", + "item.minecraft.shield.magenta": "Magenta Shield", + "item.minecraft.shield.orange": "Orange Shield", + "item.minecraft.shield.pink": "Pink Shield", + "item.minecraft.shield.purple": "Purple Shield", + "item.minecraft.shield.red": "Red Shield", + "item.minecraft.shield.white": "White Shield", + "item.minecraft.shield.yellow": "Yellow Shield", + "item.minecraft.shulker_shell": "Shulker Shell", + "item.minecraft.shulker_spawn_egg": "Shulker Spawn Egg", + "item.minecraft.sign": "Sign", + "item.minecraft.silence_armor_trim_smithing_template": "Smithing Template", + "item.minecraft.silverfish_spawn_egg": "Silverfish Spawn Egg", + "item.minecraft.skeleton_horse_spawn_egg": "Skeleton Horse Spawn Egg", + "item.minecraft.skeleton_spawn_egg": "Skeleton Spawn Egg", + "item.minecraft.skull_banner_pattern": "Banner Pattern", + "item.minecraft.skull_banner_pattern.desc": "Skull Charge", + "item.minecraft.skull_pottery_shard": "Skull Pottery Shard", + "item.minecraft.skull_pottery_sherd": "Skull Pottery Sherd", + "item.minecraft.slime_ball": "Slimeball", + "item.minecraft.slime_spawn_egg": "Slime Spawn Egg", + "item.minecraft.smithing_template": "Smithing Template", + "item.minecraft.smithing_template.applies_to": "Applies to:", + "item.minecraft.smithing_template.armor_trim.additions_slot_description": "Add ingot or crystal", + "item.minecraft.smithing_template.armor_trim.applies_to": "Armor", + "item.minecraft.smithing_template.armor_trim.base_slot_description": "Add a piece of armor", + "item.minecraft.smithing_template.armor_trim.ingredients": "Ingots & Crystals", + "item.minecraft.smithing_template.ingredients": "Ingredients:", + "item.minecraft.smithing_template.netherite_upgrade.additions_slot_description": "Add Netherite Ingot", + "item.minecraft.smithing_template.netherite_upgrade.applies_to": "Diamond Equipment", + "item.minecraft.smithing_template.netherite_upgrade.base_slot_description": "Add diamond armor, weapon, or tool", + "item.minecraft.smithing_template.netherite_upgrade.ingredients": "Netherite Ingot", + "item.minecraft.smithing_template.upgrade": "Upgrade: ", + "item.minecraft.sniffer_spawn_egg": "Sniffer Spawn Egg", + "item.minecraft.snort_pottery_shard": "Snort Pottery Shard", + "item.minecraft.snort_pottery_sherd": "Snort Pottery Sherd", + "item.minecraft.snout_armor_trim_smithing_template": "Smithing Template", + "item.minecraft.snow_golem_spawn_egg": "Snow Golem Spawn Egg", + "item.minecraft.snowball": "Snowball", + "item.minecraft.spectral_arrow": "Spectral Arrow", + "item.minecraft.spider_eye": "Spider Eye", + "item.minecraft.spider_spawn_egg": "Spider Spawn Egg", + "item.minecraft.spire_armor_trim_smithing_template": "Smithing Template", + "item.minecraft.splash_potion": "Splash Potion", + "item.minecraft.splash_potion.effect.awkward": "Awkward Splash Potion", + "item.minecraft.splash_potion.effect.empty": "Splash Uncraftable Potion", + "item.minecraft.splash_potion.effect.fire_resistance": "Splash Potion of Fire Resistance", + "item.minecraft.splash_potion.effect.harming": "Splash Potion of Harming", + "item.minecraft.splash_potion.effect.healing": "Splash Potion of Healing", + "item.minecraft.splash_potion.effect.invisibility": "Splash Potion of Invisibility", + "item.minecraft.splash_potion.effect.leaping": "Splash Potion of Leaping", + "item.minecraft.splash_potion.effect.levitation": "Splash Potion of Levitation", + "item.minecraft.splash_potion.effect.luck": "Splash Potion of Luck", + "item.minecraft.splash_potion.effect.mundane": "Mundane Splash Potion", + "item.minecraft.splash_potion.effect.night_vision": "Splash Potion of Night Vision", + "item.minecraft.splash_potion.effect.poison": "Splash Potion of Poison", + "item.minecraft.splash_potion.effect.regeneration": "Splash Potion of Regeneration", + "item.minecraft.splash_potion.effect.slow_falling": "Splash Potion of Slow Falling", + "item.minecraft.splash_potion.effect.slowness": "Splash Potion of Slowness", + "item.minecraft.splash_potion.effect.strength": "Splash Potion of Strength", + "item.minecraft.splash_potion.effect.swiftness": "Splash Potion of Swiftness", + "item.minecraft.splash_potion.effect.thick": "Thick Splash Potion", + "item.minecraft.splash_potion.effect.turtle_master": "Splash Potion of the Turtle Master", + "item.minecraft.splash_potion.effect.water": "Splash Water Bottle", + "item.minecraft.splash_potion.effect.water_breathing": "Splash Potion of Water Breathing", + "item.minecraft.splash_potion.effect.weakness": "Splash Potion of Weakness", + "item.minecraft.spruce_boat": "Spruce Boat", + "item.minecraft.spruce_chest_boat": "Spruce Boat with Chest", + "item.minecraft.spyglass": "Spyglass", + "item.minecraft.squid_spawn_egg": "Squid Spawn Egg", + "item.minecraft.stick": "Stick", + "item.minecraft.stone_axe": "Stone Axe", + "item.minecraft.stone_hoe": "Stone Hoe", + "item.minecraft.stone_pickaxe": "Stone Pickaxe", + "item.minecraft.stone_shovel": "Stone Shovel", + "item.minecraft.stone_sword": "Stone Sword", + "item.minecraft.stray_spawn_egg": "Stray Spawn Egg", + "item.minecraft.strider_spawn_egg": "Strider Spawn Egg", + "item.minecraft.string": "String", + "item.minecraft.sugar": "Sugar", + "item.minecraft.suspicious_stew": "Suspicious Stew", + "item.minecraft.sweet_berries": "Sweet Berries", + "item.minecraft.tadpole_bucket": "Bucket of Tadpole", + "item.minecraft.tadpole_spawn_egg": "Tadpole Spawn Egg", + "item.minecraft.tide_armor_trim_smithing_template": "Smithing Template", + "item.minecraft.tipped_arrow": "Tipped Arrow", + "item.minecraft.tipped_arrow.effect.awkward": "Tipped Arrow", + "item.minecraft.tipped_arrow.effect.empty": "Uncraftable Tipped Arrow", + "item.minecraft.tipped_arrow.effect.fire_resistance": "Arrow of Fire Resistance", + "item.minecraft.tipped_arrow.effect.harming": "Arrow of Harming", + "item.minecraft.tipped_arrow.effect.healing": "Arrow of Healing", + "item.minecraft.tipped_arrow.effect.invisibility": "Arrow of Invisibility", + "item.minecraft.tipped_arrow.effect.leaping": "Arrow of Leaping", + "item.minecraft.tipped_arrow.effect.levitation": "Arrow of Levitation", + "item.minecraft.tipped_arrow.effect.luck": "Arrow of Luck", + "item.minecraft.tipped_arrow.effect.mundane": "Tipped Arrow", + "item.minecraft.tipped_arrow.effect.night_vision": "Arrow of Night Vision", + "item.minecraft.tipped_arrow.effect.poison": "Arrow of Poison", + "item.minecraft.tipped_arrow.effect.regeneration": "Arrow of Regeneration", + "item.minecraft.tipped_arrow.effect.slow_falling": "Arrow of Slow Falling", + "item.minecraft.tipped_arrow.effect.slowness": "Arrow of Slowness", + "item.minecraft.tipped_arrow.effect.strength": "Arrow of Strength", + "item.minecraft.tipped_arrow.effect.swiftness": "Arrow of Swiftness", + "item.minecraft.tipped_arrow.effect.thick": "Tipped Arrow", + "item.minecraft.tipped_arrow.effect.turtle_master": "Arrow of the Turtle Master", + "item.minecraft.tipped_arrow.effect.water": "Arrow of Splashing", + "item.minecraft.tipped_arrow.effect.water_breathing": "Arrow of Water Breathing", + "item.minecraft.tipped_arrow.effect.weakness": "Arrow of Weakness", + "item.minecraft.tnt_minecart": "Minecart with TNT", + "item.minecraft.torchflower_seeds": "Torchflower Seeds", + "item.minecraft.totem_of_undying": "Totem of Undying", + "item.minecraft.trader_llama_spawn_egg": "Trader Llama Spawn Egg", + "item.minecraft.trident": "Trident", + "item.minecraft.tropical_fish": "Tropical Fish", + "item.minecraft.tropical_fish_bucket": "Bucket of Tropical Fish", + "item.minecraft.tropical_fish_spawn_egg": "Tropical Fish Spawn Egg", + "item.minecraft.turtle_helmet": "Turtle Shell", + "item.minecraft.turtle_spawn_egg": "Turtle Spawn Egg", + "item.minecraft.vex_armor_trim_smithing_template": "Smithing Template", + "item.minecraft.vex_spawn_egg": "Vex Spawn Egg", + "item.minecraft.villager_spawn_egg": "Villager Spawn Egg", + "item.minecraft.vindicator_spawn_egg": "Vindicator Spawn Egg", + "item.minecraft.wandering_trader_spawn_egg": "Wandering Trader Spawn Egg", + "item.minecraft.ward_armor_trim_smithing_template": "Smithing Template", + "item.minecraft.warden_spawn_egg": "Warden Spawn Egg", + "item.minecraft.warped_fungus_on_a_stick": "Warped Fungus on a Stick", + "item.minecraft.water_bucket": "Water Bucket", + "item.minecraft.wayfinder_armor_trim_smithing_template": "Smithing Template", + "item.minecraft.wheat": "Wheat", + "item.minecraft.wheat_seeds": "Wheat Seeds", + "item.minecraft.white_dye": "White Dye", + "item.minecraft.wild_armor_trim_smithing_template": "Smithing Template", + "item.minecraft.witch_spawn_egg": "Witch Spawn Egg", + "item.minecraft.wither_skeleton_spawn_egg": "Wither Skeleton Spawn Egg", + "item.minecraft.wither_spawn_egg": "Wither Spawn Egg", + "item.minecraft.wolf_spawn_egg": "Wolf Spawn Egg", + "item.minecraft.wooden_axe": "Wooden Axe", + "item.minecraft.wooden_hoe": "Wooden Hoe", + "item.minecraft.wooden_pickaxe": "Wooden Pickaxe", + "item.minecraft.wooden_shovel": "Wooden Shovel", + "item.minecraft.wooden_sword": "Wooden Sword", + "item.minecraft.writable_book": "Book and Quill", + "item.minecraft.written_book": "Written Book", + "item.minecraft.yellow_dye": "Yellow Dye", + "item.minecraft.zoglin_spawn_egg": "Zoglin Spawn Egg", + "item.minecraft.zombie_horse_spawn_egg": "Zombie Horse Spawn Egg", + "item.minecraft.zombie_spawn_egg": "Zombie Spawn Egg", + "item.minecraft.zombie_villager_spawn_egg": "Zombie Villager Spawn Egg", + "item.minecraft.zombified_piglin_spawn_egg": "Zombified Piglin Spawn Egg", + "item.modifiers.chest": "When on Body:", + "item.modifiers.feet": "When on Feet:", + "item.modifiers.head": "When on Head:", + "item.modifiers.legs": "When on Legs:", + "item.modifiers.mainhand": "When in Main Hand:", + "item.modifiers.offhand": "When in Off Hand:", + "item.nbt_tags": "NBT: %s tag(s)", + "item.unbreakable": "Unbreakable", + "itemGroup.buildingBlocks": "Building Blocks", + "itemGroup.coloredBlocks": "Colored Blocks", + "itemGroup.combat": "Combat", + "itemGroup.consumables": "Consumables", + "itemGroup.crafting": "Crafting", + "itemGroup.foodAndDrink": "Food & Drinks", + "itemGroup.functional": "Functional Blocks", + "itemGroup.hotbar": "Saved Hotbars", + "itemGroup.ingredients": "Ingredients", + "itemGroup.inventory": "Survival Inventory", + "itemGroup.natural": "Natural Blocks", + "itemGroup.op": "Operator Utilities", + "itemGroup.redstone": "Redstone Blocks", + "itemGroup.search": "Search Items", + "itemGroup.spawnEggs": "Spawn Eggs", + "itemGroup.tools": "Tools & Utilities", + "jigsaw_block.final_state": "Turns into:", + "jigsaw_block.generate": "Generate", + "jigsaw_block.joint_label": "Joint Type:", + "jigsaw_block.joint.aligned": "Aligned", + "jigsaw_block.joint.rollable": "Rollable", + "jigsaw_block.keep_jigsaws": "Keep Jigsaws", + "jigsaw_block.levels": "Levels: %s", + "jigsaw_block.name": "Name:", + "jigsaw_block.pool": "Target Pool:", + "jigsaw_block.target": "Target Name:", + "key.advancements": "Advancements", + "key.attack": "Attack/Destroy", + "key.back": "Walk Backwards", + "key.categories.creative": "Creative Mode", + "key.categories.gameplay": "Gameplay", + "key.categories.inventory": "Inventory", + "key.categories.misc": "Miscellaneous", + "key.categories.movement": "Movement", + "key.categories.multiplayer": "Multiplayer", + "key.categories.ui": "Game Interface", + "key.chat": "Open Chat", + "key.command": "Open Command", + "key.drop": "Drop Selected Item", + "key.forward": "Walk Forwards", + "key.fullscreen": "Toggle Fullscreen", + "key.hotbar.1": "Hotbar Slot 1", + "key.hotbar.2": "Hotbar Slot 2", + "key.hotbar.3": "Hotbar Slot 3", + "key.hotbar.4": "Hotbar Slot 4", + "key.hotbar.5": "Hotbar Slot 5", + "key.hotbar.6": "Hotbar Slot 6", + "key.hotbar.7": "Hotbar Slot 7", + "key.hotbar.8": "Hotbar Slot 8", + "key.hotbar.9": "Hotbar Slot 9", + "key.inventory": "Open/Close Inventory", + "key.jump": "Jump", + "key.keyboard.apostrophe": "'", + "key.keyboard.backslash": "\\", + "key.keyboard.backspace": "Backspace", + "key.keyboard.caps.lock": "Caps Lock", + "key.keyboard.comma": ",", + "key.keyboard.delete": "Delete", + "key.keyboard.down": "Down Arrow", + "key.keyboard.end": "End", + "key.keyboard.enter": "Enter", + "key.keyboard.equal": "=", + "key.keyboard.escape": "Escape", + "key.keyboard.f1": "F1", + "key.keyboard.f2": "F2", + "key.keyboard.f3": "F3", + "key.keyboard.f4": "F4", + "key.keyboard.f5": "F5", + "key.keyboard.f6": "F6", + "key.keyboard.f7": "F7", + "key.keyboard.f8": "F8", + "key.keyboard.f9": "F9", + "key.keyboard.f10": "F10", + "key.keyboard.f11": "F11", + "key.keyboard.f12": "F12", + "key.keyboard.f13": "F13", + "key.keyboard.f14": "F14", + "key.keyboard.f15": "F15", + "key.keyboard.f16": "F16", + "key.keyboard.f17": "F17", + "key.keyboard.f18": "F18", + "key.keyboard.f19": "F19", + "key.keyboard.f20": "F20", + "key.keyboard.f21": "F21", + "key.keyboard.f22": "F22", + "key.keyboard.f23": "F23", + "key.keyboard.f24": "F24", + "key.keyboard.f25": "F25", + "key.keyboard.grave.accent": "`", + "key.keyboard.home": "Home", + "key.keyboard.insert": "Insert", + "key.keyboard.keypad.0": "Keypad 0", + "key.keyboard.keypad.1": "Keypad 1", + "key.keyboard.keypad.2": "Keypad 2", + "key.keyboard.keypad.3": "Keypad 3", + "key.keyboard.keypad.4": "Keypad 4", + "key.keyboard.keypad.5": "Keypad 5", + "key.keyboard.keypad.6": "Keypad 6", + "key.keyboard.keypad.7": "Keypad 7", + "key.keyboard.keypad.8": "Keypad 8", + "key.keyboard.keypad.9": "Keypad 9", + "key.keyboard.keypad.add": "Keypad +", + "key.keyboard.keypad.decimal": "Keypad Decimal", + "key.keyboard.keypad.divide": "Keypad /", + "key.keyboard.keypad.enter": "Keypad Enter", + "key.keyboard.keypad.equal": "Keypad =", + "key.keyboard.keypad.multiply": "Keypad *", + "key.keyboard.keypad.subtract": "Keypad -", + "key.keyboard.left": "Left Arrow", + "key.keyboard.left.alt": "Left Alt", + "key.keyboard.left.bracket": "[", + "key.keyboard.left.control": "Left Control", + "key.keyboard.left.shift": "Left Shift", + "key.keyboard.left.win": "Left Win", + "key.keyboard.menu": "Menu", + "key.keyboard.minus": "-", + "key.keyboard.num.lock": "Num Lock", + "key.keyboard.page.down": "Page Down", + "key.keyboard.page.up": "Page Up", + "key.keyboard.pause": "Pause", + "key.keyboard.period": ".", + "key.keyboard.print.screen": "Print Screen", + "key.keyboard.right": "Right Arrow", + "key.keyboard.right.alt": "Right Alt", + "key.keyboard.right.bracket": "]", + "key.keyboard.right.control": "Right Control", + "key.keyboard.right.shift": "Right Shift", + "key.keyboard.right.win": "Right Win", + "key.keyboard.scroll.lock": "Scroll Lock", + "key.keyboard.semicolon": ";", + "key.keyboard.slash": "/", + "key.keyboard.space": "Space", + "key.keyboard.tab": "Tab", + "key.keyboard.unknown": "Not Bound", + "key.keyboard.up": "Up Arrow", + "key.keyboard.world.1": "World 1", + "key.keyboard.world.2": "World 2", + "key.left": "Strafe Left", + "key.loadToolbarActivator": "Load Hotbar Activator", + "key.mouse": "Button %1$s", + "key.mouse.left": "Left Button", + "key.mouse.middle": "Middle Button", + "key.mouse.right": "Right Button", + "key.pickItem": "Pick Block", + "key.playerlist": "List Players", + "key.right": "Strafe Right", + "key.saveToolbarActivator": "Save Hotbar Activator", + "key.screenshot": "Take Screenshot", + "key.smoothCamera": "Toggle Cinematic Camera", + "key.sneak": "Sneak", + "key.socialInteractions": "Social Interactions Screen", + "key.spectatorOutlines": "Highlight Players (Spectators)", + "key.sprint": "Sprint", + "key.swapOffhand": "Swap Item With Offhand", + "key.togglePerspective": "Toggle Perspective", + "key.use": "Use Item/Place Block", + "language.code": "en_us", + "language.name": "English", + "language.region": "United States", + "lanServer.otherPlayers": "Settings for Other Players", + "lanServer.port": "Port Number", + "lanServer.port.invalid": "Not a valid port.\nLeave the edit box empty or enter a number between 1024 and 65535.", + "lanServer.port.invalid.new": "Not a valid port.\nLeave the edit box empty or enter a number between %s and %s.", + "lanServer.port.unavailable": "Port not available.\nLeave the edit box empty or enter a different number between 1024 and 65535.", + "lanServer.port.unavailable.new": "Port not available.\nLeave the edit box empty or enter a different number between %s and %s.", + "lanServer.scanning": "Scanning for games on your local network", + "lanServer.start": "Start LAN World", + "lanServer.title": "LAN World", + "lectern.take_book": "Take Book", + "loading.progress": "%s%%", + "mco.account.privacy.info": "Read more about Mojang and privacy laws", + "mco.account.privacyinfo": "Mojang implements certain procedures to help protect children and their privacy including complying with the Children’s Online Privacy Protection Act (COPPA) and General Data Protection Regulation (GDPR).\n\nYou may need to obtain parental consent before accessing your Realms account.\n\nIf you have an older Minecraft account (you log in with your username), you need to migrate the account to a Mojang account in order to access Realms.", + "mco.account.update": "Update account", + "mco.activity.noactivity": "No activity for the past %s day(s)", + "mco.activity.title": "Player activity", + "mco.backup.button.download": "Download latest", + "mco.backup.button.reset": "Reset world", + "mco.backup.button.restore": "Restore", + "mco.backup.button.upload": "Upload world", + "mco.backup.changes.tooltip": "Changes", + "mco.backup.entry": "Backup (%s)", + "mco.backup.entry.description": "Description", + "mco.backup.entry.enabledPack": "Enabled Pack", + "mco.backup.entry.gameDifficulty": "Game Difficulty", + "mco.backup.entry.gameMode": "Game Mode", + "mco.backup.entry.gameServerVersion": "Game Server Version", + "mco.backup.entry.name": "Name", + "mco.backup.entry.seed": "Seed", + "mco.backup.entry.templateName": "Template Name", + "mco.backup.entry.undefined": "Undefined Change", + "mco.backup.entry.uploaded": "Uploaded", + "mco.backup.entry.worldType": "World Type", + "mco.backup.generate.world": "Generate world", + "mco.backup.info.title": "Changes from last backup", + "mco.backup.nobackups": "This realm doesn't have any backups currently.", + "mco.backup.restoring": "Restoring your realm", + "mco.backup.unknown": "UNKNOWN", + "mco.brokenworld.download": "Download", + "mco.brokenworld.downloaded": "Downloaded", + "mco.brokenworld.message.line1": "Please reset or select another world.", + "mco.brokenworld.message.line2": "You can also choose to download the world to singleplayer.", + "mco.brokenworld.minigame.title": "This minigame is no longer supported", + "mco.brokenworld.nonowner.error": "Please wait for the realm owner to reset the world", + "mco.brokenworld.nonowner.title": "World is out of date", + "mco.brokenworld.play": "Play", + "mco.brokenworld.reset": "Reset", + "mco.brokenworld.title": "Your current world is no longer supported", + "mco.client.incompatible.msg.line1": "Your client is not compatible with Realms.", + "mco.client.incompatible.msg.line2": "Please use the most recent version of Minecraft.", + "mco.client.incompatible.msg.line3": "Realms is not compatible with snapshot versions.", + "mco.client.incompatible.title": "Client incompatible!", + "mco.configure.current.minigame": "Current", + "mco.configure.world.activityfeed.disabled": "Player feed temporarily disabled", + "mco.configure.world.backup": "World backups", + "mco.configure.world.buttons.activity": "Player activity", + "mco.configure.world.buttons.close": "Close realm", + "mco.configure.world.buttons.delete": "Delete", + "mco.configure.world.buttons.done": "Done", + "mco.configure.world.buttons.edit": "Settings", + "mco.configure.world.buttons.invite": "Invite player", + "mco.configure.world.buttons.moreoptions": "More options", + "mco.configure.world.buttons.open": "Open realm", + "mco.configure.world.buttons.options": "World options", + "mco.configure.world.buttons.players": "Players", + "mco.configure.world.buttons.resetworld": "Reset world", + "mco.configure.world.buttons.settings": "Settings", + "mco.configure.world.buttons.subscription": "Subscription", + "mco.configure.world.buttons.switchminigame": "Switch minigame", + "mco.configure.world.close.question.line1": "Your realm will become unavailable.", + "mco.configure.world.close.question.line2": "Are you sure you want to continue?", + "mco.configure.world.closing": "Closing the realm...", + "mco.configure.world.commandBlocks": "Command blocks", + "mco.configure.world.delete.button": "Delete realm", + "mco.configure.world.delete.question.line1": "Your realm will be permanently deleted", + "mco.configure.world.delete.question.line2": "Are you sure you want to continue?", + "mco.configure.world.description": "Realm description", + "mco.configure.world.edit.slot.name": "World name", + "mco.configure.world.edit.subscreen.adventuremap": "Some settings are disabled since your current world is an adventure", + "mco.configure.world.edit.subscreen.experience": "Some settings are disabled since your current world is an experience", + "mco.configure.world.edit.subscreen.inspiration": "Some settings are disabled since your current world is an inspiration", + "mco.configure.world.forceGameMode": "Force game mode", + "mco.configure.world.invite.narration": "You have %s new invite(s)", + "mco.configure.world.invite.profile.name": "Name", + "mco.configure.world.invited": "Invited", + "mco.configure.world.invited.number": "Invited (%s)", + "mco.configure.world.invites.normal.tooltip": "Normal user", + "mco.configure.world.invites.ops.tooltip": "Operator", + "mco.configure.world.invites.remove.tooltip": "Remove", + "mco.configure.world.leave.question.line1": "If you leave this realm you won't see it unless you are invited again", + "mco.configure.world.leave.question.line2": "Are you sure you want to continue?", + "mco.configure.world.location": "Location", + "mco.configure.world.minigame": "Current: %s", + "mco.configure.world.name": "Realm name", + "mco.configure.world.opening": "Opening the realm...", + "mco.configure.world.players.error": "A player with the provided name does not exist", + "mco.configure.world.players.inviting": "Inviting player...", + "mco.configure.world.players.title": "Players", + "mco.configure.world.pvp": "PVP", + "mco.configure.world.reset.question.line1": "Your world will be regenerated and your current world will be lost", + "mco.configure.world.reset.question.line2": "Are you sure you want to continue?", + "mco.configure.world.resourcepack.question.line1": "You need a custom resource pack to play on this realm", + "mco.configure.world.resourcepack.question.line2": "Do you want to download it and play?", + "mco.configure.world.restore.download.question.line1": "The world will be downloaded and added to your single player worlds.", + "mco.configure.world.restore.download.question.line2": "Do you want to continue?", + "mco.configure.world.restore.question.line1": "Your world will be restored to date '%s' (%s)", + "mco.configure.world.restore.question.line2": "Are you sure you want to continue?", + "mco.configure.world.settings.title": "Settings", + "mco.configure.world.slot": "World %s", + "mco.configure.world.slot.empty": "Empty", + "mco.configure.world.slot.switch.question.line1": "Your realm will be switched to another world", + "mco.configure.world.slot.switch.question.line2": "Are you sure you want to continue?", + "mco.configure.world.slot.tooltip": "Switch to world", + "mco.configure.world.slot.tooltip.active": "Join", + "mco.configure.world.slot.tooltip.minigame": "Switch to minigame", + "mco.configure.world.spawn_toggle.message": "Turning this option off will REMOVE ALL existing entities of that type", + "mco.configure.world.spawn_toggle.message.npc": "Turning this option off will REMOVE ALL existing entities of that type, like Villagers", + "mco.configure.world.spawn_toggle.title": "Warning!", + "mco.configure.world.spawnAnimals": "Spawn animals", + "mco.configure.world.spawnMonsters": "Spawn monsters", + "mco.configure.world.spawnNPCs": "Spawn NPCs", + "mco.configure.world.spawnProtection": "Spawn protection", + "mco.configure.world.status": "Status", + "mco.configure.world.subscription.day": "day", + "mco.configure.world.subscription.days": "days", + "mco.configure.world.subscription.expired": "Expired", + "mco.configure.world.subscription.extend": "Extend subscription", + "mco.configure.world.subscription.less_than_a_day": "Less than a day", + "mco.configure.world.subscription.month": "month", + "mco.configure.world.subscription.months": "months", + "mco.configure.world.subscription.recurring.daysleft": "Renewed automatically in", + "mco.configure.world.subscription.recurring.info": "Changes made to your Realms subscription such as stacking time or turning off recurring billing will not be reflected until your next bill date.", + "mco.configure.world.subscription.remaining.days": "%1$s day(s)", + "mco.configure.world.subscription.remaining.months": "%1$s month(s)", + "mco.configure.world.subscription.remaining.months.days": "%1$s month(s), %2$s day(s)", + "mco.configure.world.subscription.start": "Start date", + "mco.configure.world.subscription.timeleft": "Time left", + "mco.configure.world.subscription.title": "Your subscription", + "mco.configure.world.subscription.unknown": "Unknown", + "mco.configure.world.switch.slot": "Create world", + "mco.configure.world.switch.slot.subtitle": "This world is empty, choose how to create your world", + "mco.configure.world.title": "Configure realm:", + "mco.configure.world.uninvite.player": "Are you sure that you want to uninvite '%s'?", + "mco.configure.world.uninvite.question": "Are you sure that you want to uninvite", + "mco.configure.worlds.title": "Worlds", + "mco.connect.authorizing": "Logging in...", + "mco.connect.connecting": "Connecting to the realm...", + "mco.connect.failed": "Failed to connect to the realm", + "mco.connect.success": "Done", + "mco.create.world": "Create", + "mco.create.world.error": "You must enter a name!", + "mco.create.world.reset.title": "Creating world...", + "mco.create.world.skip": "Skip", + "mco.create.world.subtitle": "Optionally, select what world to put on your new realm", + "mco.create.world.wait": "Creating the realm...", + "mco.download.cancelled": "Download cancelled", + "mco.download.confirmation.line1": "The world you are going to download is larger than %s", + "mco.download.confirmation.line2": "You won't be able to upload this world to your realm again", + "mco.download.done": "Download done", + "mco.download.downloading": "Downloading", + "mco.download.extracting": "Extracting", + "mco.download.failed": "Download failed", + "mco.download.percent": "%s %%", + "mco.download.preparing": "Preparing download", + "mco.download.resourcePack.fail": "Failed to download resource pack!", + "mco.download.speed": "(%s/s)", + "mco.download.speed.narration": "%s/s", + "mco.download.title": "Downloading latest world", + "mco.error.invalid.session.message": "Please try restarting Minecraft", + "mco.error.invalid.session.title": "Invalid session", + "mco.errorMessage.6001": "Client outdated", + "mco.errorMessage.6002": "Terms of service not accepted", + "mco.errorMessage.6003": "Download limit reached", + "mco.errorMessage.6004": "Upload limit reached", + "mco.errorMessage.6005": "World locked", + "mco.errorMessage.6006": "World is out of date", + "mco.errorMessage.6007": "User in too many Realms", + "mco.errorMessage.6008": "Invalid Realm name", + "mco.errorMessage.6009": "Invalid Realm description", + "mco.errorMessage.connectionFailure": "An error occurred, please try again later.", + "mco.errorMessage.generic": "An error occurred: ", + "mco.errorMessage.noDetails": "No error details provided", + "mco.errorMessage.realmsService": "An error occurred (%s):", + "mco.errorMessage.realmsService.connectivity": "Could not connect to Realms: %s", + "mco.errorMessage.realmsService.realmsError": "Realms (%s):", + "mco.errorMessage.realmsService.unknownCompatibility": "Could not check compatible version, got response: %s", + "mco.errorMessage.retry": "Retry operation", + "mco.errorMessage.serviceBusy": "Realms is busy at the moment.\nPlease try connecting to your Realm again in a couple of minutes.", + "mco.gui.button": "Button", + "mco.gui.ok": "Ok", + "mco.info": "Info!", + "mco.invites.button.accept": "Accept", + "mco.invites.button.reject": "Reject", + "mco.invites.nopending": "No pending invites!", + "mco.invites.pending": "New invite(s)!", + "mco.invites.title": "Pending Invites", + "mco.minigame.world.changeButton": "Select another minigame", + "mco.minigame.world.info.line1": "This will temporarily replace your world with a minigame!", + "mco.minigame.world.info.line2": "You can later return to your original world without losing anything.", + "mco.minigame.world.noSelection": "Please make a selection", + "mco.minigame.world.restore": "Ending minigame...", + "mco.minigame.world.restore.question.line1": "The minigame will end and your realm will be restored.", + "mco.minigame.world.restore.question.line2": "Are you sure you want to continue?", + "mco.minigame.world.selected": "Selected minigame:", + "mco.minigame.world.slot.screen.title": "Switching world...", + "mco.minigame.world.startButton": "Switch", + "mco.minigame.world.starting.screen.title": "Starting minigame...", + "mco.minigame.world.stopButton": "End minigame", + "mco.minigame.world.switch.new": "Select another minigame?", + "mco.minigame.world.switch.title": "Switch minigame", + "mco.minigame.world.title": "Switch realm to minigame", + "mco.news": "Realms news", + "mco.notification.dismiss": "Dismiss", + "mco.notification.visitUrl.buttonText.default": "Open link", + "mco.notification.visitUrl.message.default": "Please visit the link below", + "mco.question": "Question", + "mco.reset.world.adventure": "Adventures", + "mco.reset.world.experience": "Experiences", + "mco.reset.world.generate": "New world", + "mco.reset.world.inspiration": "Inspiration", + "mco.reset.world.resetting.screen.title": "Resetting world...", + "mco.reset.world.seed": "Seed (Optional)", + "mco.reset.world.template": "World templates", + "mco.reset.world.title": "Reset world", + "mco.reset.world.upload": "Upload world", + "mco.reset.world.warning": "This will replace the current world of your realm", + "mco.selectServer.buy": "Buy a realm!", + "mco.selectServer.close": "Close", + "mco.selectServer.closed": "Closed realm", + "mco.selectServer.closeserver": "Close realm", + "mco.selectServer.configure": "Configure", + "mco.selectServer.configureRealm": "Configure realm", + "mco.selectServer.create": "Create realm", + "mco.selectServer.create.subtitle": "Select what world to put on your new realm", + "mco.selectServer.expired": "Expired realm", + "mco.selectServer.expiredList": "Your subscription has expired", + "mco.selectServer.expiredRenew": "Renew", + "mco.selectServer.expiredSubscribe": "Subscribe", + "mco.selectServer.expiredTrial": "Your trial has ended", + "mco.selectServer.expires.day": "Expires in a day", + "mco.selectServer.expires.days": "Expires in %s days", + "mco.selectServer.expires.soon": "Expires soon", + "mco.selectServer.leave": "Leave realm", + "mco.selectServer.loading": "Loading Realms List", + "mco.selectServer.mapOnlySupportedForVersion": "This map is unsupported in %s", + "mco.selectServer.minigame": "Minigame:", + "mco.selectServer.minigameNotSupportedInVersion": "Can't play this minigame in %s", + "mco.selectServer.noRealms": "You don't seem to have a Realm. Add a Realm to play together with your friends.", + "mco.selectServer.note": "Note:", + "mco.selectServer.open": "Open realm", + "mco.selectServer.openserver": "Open realm", + "mco.selectServer.play": "Play", + "mco.selectServer.popup": "Realms is a safe, simple way to enjoy an online Minecraft world with up to ten friends at a time. It supports loads of minigames and plenty of custom worlds! Only the owner of the realm needs to pay.", + "mco.selectServer.purchase": "Add Realm", + "mco.selectServer.trial": "Get a trial!", + "mco.selectServer.uninitialized": "Click to start your new realm!", + "mco.template.button.publisher": "Publisher", + "mco.template.button.select": "Select", + "mco.template.button.trailer": "Trailer", + "mco.template.default.name": "World template", + "mco.template.info.tooltip": "Publisher website", + "mco.template.name": "Template", + "mco.template.select.failure": "We couldn't retrieve the list of content for this category.\nPlease check your internet connection, or try again later.", + "mco.template.select.narrate.authors": "Authors: %s", + "mco.template.select.narrate.version": "version %s", + "mco.template.select.none": "Oops, it looks like this content category is currently empty.\nPlease check back later for new content, or if you're a creator,\n%s.", + "mco.template.select.none.linkTitle": "consider submitting something yourself", + "mco.template.title": "World templates", + "mco.template.title.minigame": "Minigames", + "mco.template.trailer.tooltip": "Map trailer", + "mco.terms.buttons.agree": "Agree", + "mco.terms.buttons.disagree": "Don't agree", + "mco.terms.sentence.1": "I agree to the Minecraft Realms", + "mco.terms.sentence.2": "Terms of Service", + "mco.terms.title": "Realms Terms of Service", + "mco.time.daysAgo": "%1$s day(s) ago", + "mco.time.hoursAgo": "%1$s hour(s) ago", + "mco.time.minutesAgo": "%1$s minute(s) ago", + "mco.time.now": "right now", + "mco.time.secondsAgo": "%1$s second(s) ago", + "mco.trial.message.line1": "Want to get your own realm?", + "mco.trial.message.line2": "Click here for more info!", + "mco.upload.button.name": "Upload", + "mco.upload.cancelled": "Upload cancelled", + "mco.upload.close.failure": "Could not close your realm, please try again later", + "mco.upload.done": "Upload done", + "mco.upload.entry.cheats": "%1$s, %2$s", + "mco.upload.entry.id": "%1$s (%2$s)", + "mco.upload.failed": "Upload failed! (%s)", + "mco.upload.hardcore": "Hardcore worlds can't be uploaded!", + "mco.upload.percent": "%s %%", + "mco.upload.preparing": "Preparing your world", + "mco.upload.select.world.none": "No singleplayer worlds found!", + "mco.upload.select.world.subtitle": "Please select a singleplayer world to upload", + "mco.upload.select.world.title": "Upload world", + "mco.upload.size.failure.line1": "'%s' is too big!", + "mco.upload.size.failure.line2": "It is %s. The maximum allowed size is %s.", + "mco.upload.uploading": "Uploading '%s'", + "mco.upload.verifying": "Verifying your world", + "mco.warning": "Warning!", + "mco.worldSlot.minigame": "Minigame", + "menu.convertingLevel": "Converting world", + "menu.disconnect": "Disconnect", + "menu.game": "Game Menu", + "menu.generatingLevel": "Generating world", + "menu.generatingTerrain": "Building terrain", + "menu.loadingForcedChunks": "Loading forced chunks for dimension %s", + "menu.loadingLevel": "Loading world", + "menu.modded": " (Modded)", + "menu.multiplayer": "Multiplayer", + "menu.online": "Minecraft Realms", + "menu.options": "Options...", + "menu.paused": "Game Paused", + "menu.playdemo": "Play Demo World", + "menu.playerReporting": "Player Reporting", + "menu.preparingSpawn": "Preparing spawn area: %s%%", + "menu.quit": "Quit Game", + "menu.reportBugs": "Report Bugs", + "menu.resetdemo": "Reset Demo World", + "menu.respawning": "Respawning", + "menu.returnToGame": "Back to Game", + "menu.returnToMenu": "Save and Quit to Title", + "menu.savingChunks": "Saving chunks", + "menu.savingLevel": "Saving world", + "menu.sendFeedback": "Give Feedback", + "menu.shareToLan": "Open to LAN", + "menu.singleplayer": "Singleplayer", + "menu.working": "Working...", + "merchant.current_level": "Trader's current level", + "merchant.deprecated": "Villagers restock up to two times per day.", + "merchant.level.1": "Novice", + "merchant.level.2": "Apprentice", + "merchant.level.3": "Journeyman", + "merchant.level.4": "Expert", + "merchant.level.5": "Master", + "merchant.next_level": "Trader's next level", + "merchant.title": "%s - %s", + "merchant.trades": "Trades", + "mirror.front_back": "↑ ↓", + "mirror.left_right": "← →", + "mirror.none": "|", + "mount.onboard": "Press %1$s to Dismount", + "multiplayer.applyingPack": "Applying resource pack", + "multiplayer.disconnect.authservers_down": "Authentication servers are down. Please try again later, sorry!", + "multiplayer.disconnect.banned": "You are banned from this server", + "multiplayer.disconnect.banned_ip.expiration": "\nYour ban will be removed on %s", + "multiplayer.disconnect.banned_ip.reason": "Your IP address is banned from this server.\nReason: %s", + "multiplayer.disconnect.banned.expiration": "\nYour ban will be removed on %s", + "multiplayer.disconnect.banned.reason": "You are banned from this server.\nReason: %s", + "multiplayer.disconnect.chat_validation_failed": "Chat message validation failure", + "multiplayer.disconnect.duplicate_login": "You logged in from another location", + "multiplayer.disconnect.expired_public_key": "Expired profile public key. Check that your system time is synchronized, and try restarting your game.", + "multiplayer.disconnect.flying": "Flying is not enabled on this server", + "multiplayer.disconnect.generic": "Disconnected", + "multiplayer.disconnect.idling": "You have been idle for too long!", + "multiplayer.disconnect.illegal_characters": "Illegal characters in chat", + "multiplayer.disconnect.incompatible": "Incompatible client! Please use %s", + "multiplayer.disconnect.invalid_entity_attacked": "Attempting to attack an invalid entity", + "multiplayer.disconnect.invalid_packet": "Server sent an invalid packet", + "multiplayer.disconnect.invalid_player_data": "Invalid player data", + "multiplayer.disconnect.invalid_player_movement": "Invalid move player packet received", + "multiplayer.disconnect.invalid_public_key_signature": "Invalid signature for profile public key.\nTry restarting your game.", + "multiplayer.disconnect.invalid_public_key_signature.new": "Invalid signature for profile public key.\nTry restarting your game.", + "multiplayer.disconnect.invalid_vehicle_movement": "Invalid move vehicle packet received", + "multiplayer.disconnect.ip_banned": "You have been IP banned from this server", + "multiplayer.disconnect.kicked": "Kicked by an operator", + "multiplayer.disconnect.missing_tags": "Incomplete set of tags received from server.\nPlease contact server operator.", + "multiplayer.disconnect.name_taken": "That name is already taken", + "multiplayer.disconnect.not_whitelisted": "You are not white-listed on this server!", + "multiplayer.disconnect.out_of_order_chat": "Out-of-order chat packet received. Did your system time change?", + "multiplayer.disconnect.outdated_client": "Incompatible client! Please use %s", + "multiplayer.disconnect.outdated_server": "Incompatible client! Please use %s", + "multiplayer.disconnect.server_full": "The server is full!", + "multiplayer.disconnect.server_shutdown": "Server closed", + "multiplayer.disconnect.slow_login": "Took too long to log in", + "multiplayer.disconnect.too_many_pending_chats": "Too many unacknowledged chat messages", + "multiplayer.disconnect.unexpected_query_response": "Unexpected custom data from client", + "multiplayer.disconnect.unsigned_chat": "Received chat packet with missing or invalid signature.", + "multiplayer.disconnect.unverified_username": "Failed to verify username!", + "multiplayer.downloadingStats": "Retrieving statistics...", + "multiplayer.downloadingTerrain": "Loading terrain...", + "multiplayer.lan.server_found": "New server found: %s", + "multiplayer.message_not_delivered": "Can't deliver chat message, check server logs: %s", + "multiplayer.player.joined": "%s joined the game", + "multiplayer.player.joined.renamed": "%s (formerly known as %s) joined the game", + "multiplayer.player.left": "%s left the game", + "multiplayer.player.list.hp": "%shp", + "multiplayer.player.list.narration": "Online players: %s", + "multiplayer.requiredTexturePrompt.disconnect": "Server requires a custom resource pack", + "multiplayer.requiredTexturePrompt.line1": "This server requires the use of a custom resource pack.", + "multiplayer.requiredTexturePrompt.line2": "Rejecting this custom resource pack will disconnect you from this server.", + "multiplayer.socialInteractions.not_available": "Social Interactions are only available in Multiplayer worlds", + "multiplayer.status.and_more": "... and %s more ...", + "multiplayer.status.cancelled": "Cancelled", + "multiplayer.status.cannot_connect": "Can't connect to server", + "multiplayer.status.cannot_resolve": "Can't resolve hostname", + "multiplayer.status.finished": "Finished", + "multiplayer.status.incompatible": "Incompatible version!", + "multiplayer.status.motd.narration": "Message of the day: %s", + "multiplayer.status.no_connection": "(no connection)", + "multiplayer.status.old": "Old", + "multiplayer.status.online": "Online", + "multiplayer.status.ping": "%s ms", + "multiplayer.status.ping.narration": "Ping %s milliseconds", + "multiplayer.status.pinging": "Pinging...", + "multiplayer.status.player_count": "%s/%s", + "multiplayer.status.player_count.narration": "%s out of %s players online", + "multiplayer.status.quitting": "Quitting", + "multiplayer.status.request_handled": "Status request has been handled", + "multiplayer.status.unknown": "???", + "multiplayer.status.unrequested": "Received unrequested status", + "multiplayer.status.version.narration": "Server version: %s", + "multiplayer.stopSleeping": "Leave Bed", + "multiplayer.texturePrompt.failure.line1": "Server resource pack couldn't be applied", + "multiplayer.texturePrompt.failure.line2": "Any functionality that requires custom resources might not work as expected", + "multiplayer.texturePrompt.line1": "This server recommends the use of a custom resource pack.", + "multiplayer.texturePrompt.line2": "Would you like to download and install it automagically?", + "multiplayer.texturePrompt.serverPrompt": "%s\n\nMessage from server:\n%s", + "multiplayer.title": "Play Multiplayer", + "multiplayer.unsecureserver.toast": "Messages sent on this server may be modified and might not reflect the original message", + "multiplayer.unsecureserver.toast.title": "Chat messages can't be verified", + "multiplayerWarning.check": "Do not show this screen again", + "multiplayerWarning.header": "Caution: Third-Party Online Play", + "multiplayerWarning.message": "Caution: Online play is offered by third-party servers that are not owned, operated, or supervised by Mojang Studios or Microsoft. During online play, you may be exposed to unmoderated chat messages or other types of user-generated content that may not be suitable for everyone.", + "narration.button": "Button: %s", + "narration.button.usage.focused": "Press Enter to activate", + "narration.button.usage.hovered": "Left click to activate", + "narration.checkbox": "Checkbox: %s", + "narration.checkbox.usage.focused": "Press Enter to toggle", + "narration.checkbox.usage.hovered": "Left click to toggle", + "narration.component_list.usage": "Press Tab to navigate to next element", + "narration.cycle_button.usage.focused": "Press Enter to switch to %s", + "narration.cycle_button.usage.hovered": "Left click to switch to %s", + "narration.edit_box": "Edit box: %s", + "narration.recipe": "Recipe for %s", + "narration.recipe.usage": "Left click to select", + "narration.recipe.usage.more": "Right click to show more recipes", + "narration.selection.usage": "Press up and down buttons to move to another entry", + "narration.slider.usage.focused": "Press left or right keyboard buttons to change value", + "narration.slider.usage.hovered": "Drag slider to change value", + "narration.suggestion": "Selected suggestion %d out of %d: %s", + "narration.suggestion.tooltip": "Selected suggestion %d out of %d: %s (%s)", + "narration.suggestion.usage.cycle.fixed": "Press Tab to cycle to the next suggestion", + "narration.suggestion.usage.cycle.hidable": "Press Tab to cycle to the next suggestion, or Escape to leave suggestions", + "narration.suggestion.usage.fill.fixed": "Press Tab to use suggestion", + "narration.suggestion.usage.fill.hidable": "Press Tab to use suggestion, or Escape to leave suggestions", + "narration.tab_navigation.usage": "Press Ctrl and Tab to switch between tabs", + "narrator.button.accessibility": "Accessibility", + "narrator.button.difficulty_lock": "Difficulty lock", + "narrator.button.difficulty_lock.locked": "Locked", + "narrator.button.difficulty_lock.unlocked": "Unlocked", + "narrator.button.language": "Language", + "narrator.controls.bound": "%s is bound to %s", + "narrator.controls.reset": "Reset %s button", + "narrator.controls.unbound": "%s is not bound", + "narrator.joining": "Joining", + "narrator.loading": "Loading: %s", + "narrator.loading.done": "Done", + "narrator.position.list": "Selected list row %s out of %s", + "narrator.position.object_list": "Selected row element %s out of %s", + "narrator.position.screen": "Screen element %s out of %s", + "narrator.position.tab": "Selected tab %s out of %s", + "narrator.ready_to_play": "Ready to play", + "narrator.screen.title": "Title Screen", + "narrator.screen.usage": "Use mouse cursor or Tab button to select element", + "narrator.select": "Selected: %s", + "narrator.select.world": "Selected %s, last played: %s, %s, %s, version: %s", + "narrator.select.world_info": "Selected %s, last played: %s, %s", + "narrator.toast.disabled": "Narrator Disabled", + "narrator.toast.enabled": "Narrator Enabled", + "optimizeWorld.confirm.description": "This will attempt to optimize your world by making sure all data is stored in the most recent game format. This can take a very long time, depending on your world. Once done, your world may play faster but will no longer be compatible with older versions of the game. Are you sure you wish to proceed?", + "optimizeWorld.confirm.title": "Optimize World", + "optimizeWorld.info.converted": "Upgraded chunks: %s", + "optimizeWorld.info.skipped": "Skipped chunks: %s", + "optimizeWorld.info.total": "Total chunks: %s", + "optimizeWorld.progress.counter": "%s / %s", + "optimizeWorld.progress.percentage": "%s%%", + "optimizeWorld.stage.counting": "Counting chunks...", + "optimizeWorld.stage.failed": "Failed! :(", + "optimizeWorld.stage.finished": "Finishing up...", + "optimizeWorld.stage.upgrading": "Upgrading all chunks...", + "optimizeWorld.title": "Optimizing World '%s'", + "options.accessibility": "Accessibility Settings...", + "options.accessibility.high_contrast": "High Contrast", + "options.accessibility.high_contrast.error.tooltip": "High Contrast resource pack is not available", + "options.accessibility.high_contrast.tooltip": "Enhances the contrast of UI elements", + "options.accessibility.link": "Accessibility Guide", + "options.accessibility.narrator_hotkey": "Narrator Hotkey", + "options.accessibility.narrator_hotkey.tooltip": "Allows the Narrator to be toggled on and off with 'Ctrl+B'", + "options.accessibility.panorama_speed": "Panorama Scroll Speed", + "options.accessibility.text_background": "Text Background", + "options.accessibility.text_background_opacity": "Text Background Opacity", + "options.accessibility.text_background.chat": "Chat", + "options.accessibility.text_background.everywhere": "Everywhere", + "options.accessibility.title": "Accessibility Settings", + "options.allowServerListing": "Allow Server Listings", + "options.allowServerListing.tooltip": "Servers may list online players as part of their public status.\nWith this option off your name will not show up in such lists.", + "options.ao": "Smooth Lighting", + "options.ao.max": "Maximum", + "options.ao.min": "Minimum", + "options.ao.off": "OFF", + "options.attack.crosshair": "Crosshair", + "options.attack.hotbar": "Hotbar", + "options.attackIndicator": "Attack Indicator", + "options.audioDevice": "Device", + "options.audioDevice.default": "System Default", + "options.autoJump": "Auto-Jump", + "options.autosaveIndicator": "Autosave Indicator", + "options.autoSuggestCommands": "Command Suggestions", + "options.biomeBlendRadius": "Biome Blend", + "options.biomeBlendRadius.1": "OFF (Fastest)", + "options.biomeBlendRadius.3": "3x3 (Fast)", + "options.biomeBlendRadius.5": "5x5 (Normal)", + "options.biomeBlendRadius.7": "7x7 (High)", + "options.biomeBlendRadius.9": "9x9 (Very High)", + "options.biomeBlendRadius.11": "11x11 (Extreme)", + "options.biomeBlendRadius.13": "13x13 (Showoff)", + "options.biomeBlendRadius.15": "15x15 (Maximum)", + "options.chat": "Chat Settings...", + "options.chat.color": "Colors", + "options.chat.delay": "Chat Delay: %s seconds", + "options.chat.delay_none": "Chat Delay: None", + "options.chat.height.focused": "Focused Height", + "options.chat.height.unfocused": "Unfocused Height", + "options.chat.line_spacing": "Line Spacing", + "options.chat.links": "Web Links", + "options.chat.links.prompt": "Prompt on Links", + "options.chat.opacity": "Chat Text Opacity", + "options.chat.scale": "Chat Text Size", + "options.chat.title": "Chat Settings", + "options.chat.visibility": "Chat", + "options.chat.visibility.full": "Shown", + "options.chat.visibility.hidden": "Hidden", + "options.chat.visibility.system": "Commands Only", + "options.chat.width": "Width", + "options.chunks": "%s chunks", + "options.clouds.fancy": "Fancy", + "options.clouds.fast": "Fast", + "options.controls": "Controls...", + "options.credits_and_attribution": "Credits & Attribution...", + "options.customizeTitle": "Customize World Settings", + "options.damageTiltStrength": "Damage Tilt", + "options.damageTiltStrength.tooltip": "The amount of camera shake caused by being hurt.", + "options.darkMojangStudiosBackgroundColor": "Monochrome Logo", + "options.darkMojangStudiosBackgroundColor.tooltip": "Changes the Mojang Studios loading screen background color to black.", + "options.darknessEffectScale": "Darkness Pulsing", + "options.darknessEffectScale.tooltip": "Controls how much the Darkness effect pulses when a Warden or Sculk Shrieker gives it to you.", + "options.difficulty": "Difficulty", + "options.difficulty.easy": "Easy", + "options.difficulty.easy.info": "Hostile mobs spawn but deal less damage. Hunger bar depletes and drains health down to 5 hearts.", + "options.difficulty.hard": "Hard", + "options.difficulty.hard.info": "Hostile mobs spawn and deal more damage. Hunger bar depletes and drains all health.", + "options.difficulty.hardcore": "Hardcore", + "options.difficulty.normal": "Normal", + "options.difficulty.normal.info": "Hostile mobs spawn and deal standard damage. Hunger bar depletes and drains health down to half a heart.", + "options.difficulty.online": "Server Difficulty", + "options.difficulty.peaceful": "Peaceful", + "options.difficulty.peaceful.info": "No hostile mobs and only some neutral mobs spawn. Hunger bar doesn't deplete and health replenishes over time.", + "options.directionalAudio": "Directional Audio", + "options.directionalAudio.off.tooltip": "Classic Stereo sound", + "options.directionalAudio.on.tooltip": "Uses HRTF-based directional audio to improve the simulation of 3D sound. Requires HRTF compatible audio hardware, and is best experienced with headphones.", + "options.discrete_mouse_scroll": "Discrete Scrolling", + "options.entityDistanceScaling": "Entity Distance", + "options.entityShadows": "Entity Shadows", + "options.forceUnicodeFont": "Force Unicode Font", + "options.fov": "FOV", + "options.fov.max": "Quake Pro", + "options.fov.min": "Normal", + "options.fovEffectScale": "FOV Effects", + "options.fovEffectScale.tooltip": "Controls how much the field of view can change with gameplay effects.", + "options.framerate": "%s fps", + "options.framerateLimit": "Max Framerate", + "options.framerateLimit.max": "Unlimited", + "options.fullscreen": "Fullscreen", + "options.fullscreen.current": "Current", + "options.fullscreen.entry": "%sx%s@%s (%sbit)", + "options.fullscreen.resolution": "Fullscreen Resolution", + "options.fullscreen.unavailable": "Setting unavailable", + "options.gamma": "Brightness", + "options.gamma.default": "Default", + "options.gamma.max": "Bright", + "options.gamma.min": "Moody", + "options.generic_value": "%s: %s", + "options.glintSpeed": "Glint Speed", + "options.glintSpeed.tooltip": "Controls how fast the visual glint shimmers across enchanted items.", + "options.glintStrength": "Glint Strength", + "options.glintStrength.tooltip": "Controls how transparent the visual glint is on enchanted items.", + "options.graphics": "Graphics", + "options.graphics.fabulous": "Fabulous!", + "options.graphics.fabulous.tooltip": "%s graphics uses screen shaders for drawing weather, clouds, and particles behind translucent blocks and water.\nThis may severely impact performance for portable devices and 4K displays.", + "options.graphics.fancy": "Fancy", + "options.graphics.fancy.tooltip": "Fancy graphics balances performance and quality for the majority of machines.\nWeather, clouds, and particles may not appear behind translucent blocks or water.", + "options.graphics.fast": "Fast", + "options.graphics.fast.tooltip": "Fast graphics reduces the amount of visible rain and snow.\nTransparency effects are disabled for various blocks such as leaves.", + "options.graphics.warning.accept": "Continue Without Support", + "options.graphics.warning.cancel": "Take Me Back", + "options.graphics.warning.message": "Your graphics device is detected as unsupported for the %s graphics option.\n\nYou may ignore this and continue, however support will not be provided for your device if you choose to use %s graphics.", + "options.graphics.warning.renderer": "Renderer detected: [%s]", + "options.graphics.warning.title": "Graphics Device Unsupported", + "options.graphics.warning.vendor": "Vendor detected: [%s]", + "options.graphics.warning.version": "OpenGL Version detected: [%s]", + "options.guiScale": "GUI Scale", + "options.guiScale.auto": "Auto", + "options.hidden": "Hidden", + "options.hideLightningFlashes": "Hide Lightning Flashes", + "options.hideLightningFlashes.tooltip": "Prevents Lightning Bolts from making the sky flash. The bolts themselves will still be visible.", + "options.hideMatchedNames": "Hide Matched Names", + "options.hideMatchedNames.tooltip": "3rd-party Servers may send chat messages in non-standard formats.\nWith this option on, hidden players will be matched based on chat sender names.", + "options.invertMouse": "Invert Mouse", + "options.key.hold": "Hold", + "options.key.toggle": "Toggle", + "options.language": "Language...", + "options.language.title": "Language", + "options.languageAccuracyWarning": "(Language translations may not be 100%% accurate)", + "options.languageWarning": "Language translations may not be 100%% accurate", + "options.mainHand": "Main Hand", + "options.mainHand.left": "Left", + "options.mainHand.right": "Right", + "options.mipmapLevels": "Mipmap Levels", + "options.modelPart.cape": "Cape", + "options.modelPart.hat": "Hat", + "options.modelPart.jacket": "Jacket", + "options.modelPart.left_pants_leg": "Left Pants Leg", + "options.modelPart.left_sleeve": "Left Sleeve", + "options.modelPart.right_pants_leg": "Right Pants Leg", + "options.modelPart.right_sleeve": "Right Sleeve", + "options.mouse_settings": "Mouse Settings...", + "options.mouse_settings.title": "Mouse Settings", + "options.mouseWheelSensitivity": "Scroll Sensitivity", + "options.multiplayer.title": "Multiplayer Settings...", + "options.multiplier": "%sx", + "options.narrator": "Narrator", + "options.narrator.all": "Narrates All", + "options.narrator.chat": "Narrates Chat", + "options.narrator.notavailable": "Not Available", + "options.narrator.off": "OFF", + "options.narrator.system": "Narrates System", + "options.notifications.display_time": "Notification Time", + "options.notifications.display_time.tooltip": "Affects the length of time that all notifications stay visible on the screen.", + "options.off": "OFF", + "options.off.composed": "%s: OFF", + "options.on": "ON", + "options.on.composed": "%s: ON", + "options.online": "Online...", + "options.online.title": "Online Options", + "options.onlyShowSecureChat": "Only Show Secure Chat", + "options.onlyShowSecureChat.tooltip": "Only display messages from other players that can be verified to have been sent by that player, and have not been modified.", + "options.operatorItemsTab": "Operator Items Tab", + "options.particles": "Particles", + "options.particles.all": "All", + "options.particles.decreased": "Decreased", + "options.particles.minimal": "Minimal", + "options.percent_add_value": "%s: +%s%%", + "options.percent_value": "%s: %s%%", + "options.pixel_value": "%s: %spx", + "options.prioritizeChunkUpdates": "Chunk Builder", + "options.prioritizeChunkUpdates.byPlayer": "Semi Blocking", + "options.prioritizeChunkUpdates.byPlayer.tooltip": "Some actions within a chunk will recompile the chunk immediately. This includes block placing & destroying.", + "options.prioritizeChunkUpdates.nearby": "Fully Blocking", + "options.prioritizeChunkUpdates.nearby.tooltip": "Nearby chunks are always compiled immediately. This may impact game performance when blocks are placed or destroyed.", + "options.prioritizeChunkUpdates.none": "Threaded", + "options.prioritizeChunkUpdates.none.tooltip": "Nearby chunks are compiled in parallel threads. This may result in brief visual holes when blocks are destroyed.", + "options.rawMouseInput": "Raw Input", + "options.realmsNotifications": "Realms News & Invites", + "options.reducedDebugInfo": "Reduced Debug Info", + "options.renderClouds": "Clouds", + "options.renderDistance": "Render Distance", + "options.resourcepack": "Resource Packs...", + "options.screenEffectScale": "Distortion Effects", + "options.screenEffectScale.tooltip": "Strength of nausea and Nether portal screen distortion effects.\nAt lower values, the nausea effect is replaced with a green overlay.", + "options.sensitivity": "Sensitivity", + "options.sensitivity.max": "HYPERSPEED!!!", + "options.sensitivity.min": "*yawn*", + "options.showSubtitles": "Show Subtitles", + "options.simulationDistance": "Simulation Distance", + "options.skinCustomisation": "Skin Customization...", + "options.skinCustomisation.title": "Skin Customization", + "options.sounds": "Music & Sounds...", + "options.sounds.title": "Music & Sound Options", + "options.telemetry": "Telemetry Data...", + "options.telemetry.button": "Data Collection", + "options.telemetry.button.tooltip": "\"%s\" includes only the required data.\n\"%s\" includes optional, as well as the required data.", + "options.telemetry.state.all": "All", + "options.telemetry.state.minimal": "Minimal", + "options.telemetry.state.none": "None", + "options.title": "Options", + "options.touchscreen": "Touchscreen Mode", + "options.video": "Video Settings...", + "options.videoTitle": "Video Settings", + "options.viewBobbing": "View Bobbing", + "options.visible": "Shown", + "options.vsync": "VSync", + "outOfMemory.message": "Minecraft has run out of memory.\n\nThis could be caused by a bug in the game or by the Java Virtual Machine not being allocated enough memory.\n\nTo prevent world corruption, the current game has quit. We've tried to free up enough memory to let you go back to the main menu and back to playing, but this may not have worked.\n\nPlease restart the game if you see this message again.", + "outOfMemory.title": "Out of memory!", + "pack.available.title": "Available", + "pack.copyFailure": "Failed to copy packs", + "pack.dropConfirm": "Do you want to add the following packs to Minecraft?", + "pack.dropInfo": "Drag and drop files into this window to add packs", + "pack.dropRejected.message": "The following entries were not valid packs and were not copied:\n %s", + "pack.dropRejected.title": "Non-pack entries", + "pack.folderInfo": "(Place pack files here)", + "pack.incompatible": "Incompatible", + "pack.incompatible.confirm.new": "This pack was made for a newer version of Minecraft and may not work correctly.", + "pack.incompatible.confirm.old": "This pack was made for an older version of Minecraft and may no longer work correctly.", + "pack.incompatible.confirm.title": "Are you sure you want to load this pack?", + "pack.incompatible.new": "(Made for a newer version of Minecraft)", + "pack.incompatible.old": "(Made for an older version of Minecraft)", + "pack.nameAndSource": "%s (%s)", + "pack.openFolder": "Open Pack Folder", + "pack.selected.title": "Selected", + "pack.source.builtin": "built-in", + "pack.source.feature": "feature", + "pack.source.local": "local", + "pack.source.server": "server", + "pack.source.world": "world", + "painting.dimensions": "%sx%s", + "painting.minecraft.alban.author": "Kristoffer Zetterstrand", + "painting.minecraft.alban.title": "Albanian", + "painting.minecraft.aztec.author": "Kristoffer Zetterstrand", + "painting.minecraft.aztec.title": "de_aztec", + "painting.minecraft.aztec2.author": "Kristoffer Zetterstrand", + "painting.minecraft.aztec2.title": "de_aztec", + "painting.minecraft.bomb.author": "Kristoffer Zetterstrand", + "painting.minecraft.bomb.title": "Target Successfully Bombed", + "painting.minecraft.burning_skull.author": "Kristoffer Zetterstrand", + "painting.minecraft.burning_skull.title": "Skull On Fire", + "painting.minecraft.bust.author": "Kristoffer Zetterstrand", + "painting.minecraft.bust.title": "Bust", + "painting.minecraft.courbet.author": "Kristoffer Zetterstrand", + "painting.minecraft.courbet.title": "Bonjour Monsieur Courbet", + "painting.minecraft.creebet.author": "Kristoffer Zetterstrand", + "painting.minecraft.creebet.title": "Creebet", + "painting.minecraft.donkey_kong.author": "Kristoffer Zetterstrand", + "painting.minecraft.donkey_kong.title": "Kong", + "painting.minecraft.earth.author": "Mojang", + "painting.minecraft.earth.title": "Earth", + "painting.minecraft.fighters.author": "Kristoffer Zetterstrand", + "painting.minecraft.fighters.title": "Fighters", + "painting.minecraft.fire.author": "Mojang", + "painting.minecraft.fire.title": "Fire", + "painting.minecraft.graham.author": "Kristoffer Zetterstrand", + "painting.minecraft.graham.title": "Graham", + "painting.minecraft.kebab.author": "Kristoffer Zetterstrand", + "painting.minecraft.kebab.title": "Kebab med tre pepperoni", + "painting.minecraft.match.author": "Kristoffer Zetterstrand", + "painting.minecraft.match.title": "Match", + "painting.minecraft.pigscene.author": "Kristoffer Zetterstrand", + "painting.minecraft.pigscene.title": "Pigscene", + "painting.minecraft.plant.author": "Kristoffer Zetterstrand", + "painting.minecraft.plant.title": "Paradisträd", + "painting.minecraft.pointer.author": "Kristoffer Zetterstrand", + "painting.minecraft.pointer.title": "Pointer", + "painting.minecraft.pool.author": "Kristoffer Zetterstrand", + "painting.minecraft.pool.title": "The Pool", + "painting.minecraft.sea.author": "Kristoffer Zetterstrand", + "painting.minecraft.sea.title": "Seaside", + "painting.minecraft.skeleton.author": "Kristoffer Zetterstrand", + "painting.minecraft.skeleton.title": "Mortal Coil", + "painting.minecraft.skull_and_roses.author": "Kristoffer Zetterstrand", + "painting.minecraft.skull_and_roses.title": "Skull and Roses", + "painting.minecraft.stage.author": "Kristoffer Zetterstrand", + "painting.minecraft.stage.title": "The Stage Is Set", + "painting.minecraft.sunset.author": "Kristoffer Zetterstrand", + "painting.minecraft.sunset.title": "sunset_dense", + "painting.minecraft.void.author": "Kristoffer Zetterstrand", + "painting.minecraft.void.title": "The void", + "painting.minecraft.wanderer.author": "Kristoffer Zetterstrand", + "painting.minecraft.wanderer.title": "Wanderer", + "painting.minecraft.wasteland.author": "Kristoffer Zetterstrand", + "painting.minecraft.wasteland.title": "Wasteland", + "painting.minecraft.water.author": "Mojang", + "painting.minecraft.water.title": "Water", + "painting.minecraft.wind.author": "Mojang", + "painting.minecraft.wind.title": "Wind", + "painting.minecraft.wither.author": "Mojang", + "painting.minecraft.wither.title": "Wither", + "painting.random": "Random variant", + "parsing.bool.expected": "Expected boolean", + "parsing.bool.invalid": "Invalid boolean, expected 'true' or 'false' but found '%s'", + "parsing.double.expected": "Expected double", + "parsing.double.invalid": "Invalid double '%s'", + "parsing.expected": "Expected '%s'", + "parsing.float.expected": "Expected float", + "parsing.float.invalid": "Invalid float '%s'", + "parsing.int.expected": "Expected integer", + "parsing.int.invalid": "Invalid integer '%s'", + "parsing.long.expected": "Expected long", + "parsing.long.invalid": "Invalid long '%s'", + "parsing.quote.escape": "Invalid escape sequence '\\%s' in quoted string", + "parsing.quote.expected.end": "Unclosed quoted string", + "parsing.quote.expected.start": "Expected quote to start a string", + "particle.notFound": "Unknown particle: %s", + "permissions.requires.entity": "An entity is required to run this command here", + "permissions.requires.player": "A player is required to run this command here", + "potion.potency.0": "", + "potion.potency.1": "II", + "potion.potency.2": "III", + "potion.potency.3": "IV", + "potion.potency.4": "V", + "potion.potency.5": "VI", + "potion.whenDrank": "When Applied:", + "potion.withAmplifier": "%s %s", + "potion.withDuration": "%s (%s)", + "predicate.unknown": "Unknown predicate: %s", + "quickplay.error.invalid_identifier": "Could not find world with the provided identifier", + "quickplay.error.realm_connect": "Could not connect to Realm", + "quickplay.error.realm_permission": "Lacking permission to connect to this Realm", + "quickplay.error.title": "Failed to Quick Play", + "realms.missing.module.error.text": "Realms could not be opened right now, please try again later", + "realms.missing.snapshot.error.text": "Realms is currently not supported in snapshots", + "recipe.notFound": "Unknown recipe: %s", + "recipe.toast.description": "Check your recipe book", + "recipe.toast.title": "New Recipes Unlocked!", + "record.nowPlaying": "Now Playing: %s", + "resourcePack.broken_assets": "BROKEN ASSETS DETECTED", + "resourcepack.downloading": "Downloading Resource Pack", + "resourcePack.high_contrast.name": "High Contrast", + "resourcePack.load_fail": "Resource reload failed", + "resourcePack.programmer_art.name": "Programmer Art", + "resourcepack.progress": "Downloading file (%s MB)...", + "resourcepack.requesting": "Making Request...", + "resourcePack.server.name": "World Specific Resources", + "resourcePack.title": "Select Resource Packs", + "resourcePack.vanilla.description": "The default look and feel of Minecraft", + "resourcePack.vanilla.name": "Default", + "screenshot.failure": "Couldn't save screenshot: %s", + "screenshot.success": "Saved screenshot as %s", + "selectServer.add": "Add Server", + "selectServer.defaultName": "Minecraft Server", + "selectServer.delete": "Delete", + "selectServer.deleteButton": "Delete", + "selectServer.deleteQuestion": "Are you sure you want to remove this server?", + "selectServer.deleteWarning": "'%s' will be lost forever! (A long time!)", + "selectServer.direct": "Direct Connection", + "selectServer.edit": "Edit", + "selectServer.hiddenAddress": "(Hidden)", + "selectServer.refresh": "Refresh", + "selectServer.select": "Join Server", + "selectServer.title": "Select Server", + "selectWorld.access_failure": "Failed to access world", + "selectWorld.allowCommands": "Allow Cheats", + "selectWorld.allowCommands.info": "Commands like /gamemode, /experience", + "selectWorld.backupEraseCache": "Erase Cached Data", + "selectWorld.backupJoinConfirmButton": "Create Backup and Load", + "selectWorld.backupJoinSkipButton": "I know what I'm doing!", + "selectWorld.backupQuestion.customized": "Customized worlds are no longer supported", + "selectWorld.backupQuestion.downgrade": "Downgrading a world is not supported", + "selectWorld.backupQuestion.experimental": "Worlds using Experimental Settings are not supported", + "selectWorld.backupQuestion.snapshot": "Do you really want to load this world?", + "selectWorld.backupWarning.customized": "Unfortunately, we do not support customized worlds in this version of Minecraft. We can still load this world and keep everything the way it was, but any newly generated terrain will no longer be customized. We're sorry for the inconvenience!", + "selectWorld.backupWarning.downgrade": "This world was last played in version %s; you are on version %s. Downgrading a world could cause corruption - we cannot guarantee that it will load or work. If you still want to continue, please make a backup!", + "selectWorld.backupWarning.experimental": "This world uses experimental settings that could stop working at any time. We cannot guarantee it will load or work. Here be dragons!", + "selectWorld.backupWarning.snapshot": "This world was last played in version %s; you are on version %s. Please make a backup in case you experience world corruptions!", + "selectWorld.bonusItems": "Bonus Chest", + "selectWorld.cheats": "Cheats", + "selectWorld.conversion": "Must be converted!", + "selectWorld.conversion.tooltip": "This world must be opened in an older version (like 1.6.4) to be safely converted", + "selectWorld.create": "Create New World", + "selectWorld.createDemo": "Play New Demo World", + "selectWorld.customizeType": "Customize", + "selectWorld.data_read": "Reading world data...", + "selectWorld.dataPacks": "Data Packs", + "selectWorld.delete": "Delete", + "selectWorld.delete_failure": "Failed to delete world", + "selectWorld.deleteButton": "Delete", + "selectWorld.deleteQuestion": "Are you sure you want to delete this world?", + "selectWorld.deleteWarning": "'%s' will be lost forever! (A long time!)", + "selectWorld.edit": "Edit", + "selectWorld.edit.backup": "Make Backup", + "selectWorld.edit.backupCreated": "Backed up: %s", + "selectWorld.edit.backupFailed": "Backup failed", + "selectWorld.edit.backupFolder": "Open Backups Folder", + "selectWorld.edit.backupSize": "size: %s MB", + "selectWorld.edit.export_worldgen_settings": "Export World Generation Settings", + "selectWorld.edit.export_worldgen_settings.failure": "Export failed", + "selectWorld.edit.export_worldgen_settings.success": "Exported", + "selectWorld.edit.openFolder": "Open World Folder", + "selectWorld.edit.optimize": "Optimize World", + "selectWorld.edit.resetIcon": "Reset Icon", + "selectWorld.edit.save": "Save", + "selectWorld.edit.title": "Edit World", + "selectWorld.enterName": "World Name", + "selectWorld.enterSeed": "Seed for the world generator", + "selectWorld.experimental": "Experimental", + "selectWorld.experimental.details": "Details", + "selectWorld.experimental.details.entry": "Required experimental features: %s", + "selectWorld.experimental.details.title": "Experimental feature requirements", + "selectWorld.experimental.message": "Be careful!\nThis configuration requires features that are still under development. Your world might crash, break, or not work with future updates.", + "selectWorld.experimental.title": "Experimental Features Warning", + "selectWorld.experiments": "Experiments", + "selectWorld.experiments.info": "Experiments are potential new features. Be careful as things might break. Experiments can't be turned off after world creation.", + "selectWorld.futureworld.error.text": "Something went wrong while trying to load a world from a future version. This was a risky operation to begin with; sorry it didn't work.", + "selectWorld.futureworld.error.title": "An error occurred!", + "selectWorld.gameMode": "Game Mode", + "selectWorld.gameMode.adventure": "Adventure", + "selectWorld.gameMode.adventure.info": "Same as Survival Mode, but blocks can't be added or removed.", + "selectWorld.gameMode.adventure.line1": "Same as Survival Mode, but blocks can't", + "selectWorld.gameMode.adventure.line2": "be added or removed", + "selectWorld.gameMode.creative": "Creative", + "selectWorld.gameMode.creative.info": "Create, build, and explore without limits. You can fly, have endless materials, and can't be hurt by monsters.", + "selectWorld.gameMode.creative.line1": "Unlimited resources, free flying and", + "selectWorld.gameMode.creative.line2": "destroy blocks instantly", + "selectWorld.gameMode.hardcore": "Hardcore", + "selectWorld.gameMode.hardcore.info": "Survival Mode locked to 'Hard' difficulty. You can't respawn if you die.", + "selectWorld.gameMode.hardcore.line1": "Same as Survival Mode, locked at hardest", + "selectWorld.gameMode.hardcore.line2": "difficulty, and one life only", + "selectWorld.gameMode.spectator": "Spectator", + "selectWorld.gameMode.spectator.info": "You can look but don't touch.", + "selectWorld.gameMode.spectator.line1": "You can look but don't touch", + "selectWorld.gameMode.spectator.line2": "", + "selectWorld.gameMode.survival": "Survival", + "selectWorld.gameMode.survival.info": "Explore a mysterious world where you build, collect, craft, and fight monsters.", + "selectWorld.gameMode.survival.line1": "Search for resources, craft, gain", + "selectWorld.gameMode.survival.line2": "levels, health and hunger", + "selectWorld.gameRules": "Game Rules", + "selectWorld.import_worldgen_settings": "Import Settings", + "selectWorld.import_worldgen_settings.failure": "Error importing settings", + "selectWorld.import_worldgen_settings.select_file": "Select settings file (.json)", + "selectWorld.incompatible_series": "Created by an incompatible version", + "selectWorld.load_folder_access": "Unable to read or access folder where game worlds are saved!", + "selectWorld.loading_list": "Loading World List", + "selectWorld.locked": "Locked by another running instance of Minecraft", + "selectWorld.mapFeatures": "Generate Structures", + "selectWorld.mapFeatures.info": "Villages, Shipwrecks, etc.", + "selectWorld.mapType": "World Type", + "selectWorld.mapType.normal": "Normal", + "selectWorld.moreWorldOptions": "More World Options...", + "selectWorld.newWorld": "New World", + "selectWorld.recreate": "Re-Create", + "selectWorld.recreate.customized.text": "Customized worlds are no longer supported in this version of Minecraft. We can try to recreate it with the same seed and properties, but any terrain customizations will be lost. We're sorry for the inconvenience!", + "selectWorld.recreate.customized.title": "Customized worlds are no longer supported", + "selectWorld.recreate.error.text": "Something went wrong while trying to recreate a world.", + "selectWorld.recreate.error.title": "An error occurred!", + "selectWorld.resultFolder": "Will be saved in:", + "selectWorld.search": "search for worlds", + "selectWorld.seedInfo": "Leave blank for a random seed", + "selectWorld.select": "Play Selected World", + "selectWorld.targetFolder": "Save folder: %s", + "selectWorld.title": "Select World", + "selectWorld.tooltip.fromNewerVersion1": "World was saved in a newer version,", + "selectWorld.tooltip.fromNewerVersion2": "loading this world could cause problems!", + "selectWorld.tooltip.snapshot1": "Don't forget to back up this world", + "selectWorld.tooltip.snapshot2": "before you load it in this snapshot.", + "selectWorld.unable_to_load": "Unable to load worlds", + "selectWorld.version": "Version:", + "selectWorld.versionJoinButton": "Load Anyway", + "selectWorld.versionQuestion": "Do you really want to load this world?", + "selectWorld.versionUnknown": "unknown", + "selectWorld.versionWarning": "This world was last played in version %s and loading it in this version could cause corruption!", + "selectWorld.warning.deprecated.question": "Some features used are deprecated and will stop working in the future. Do you wish to proceed?", + "selectWorld.warning.deprecated.title": "Warning! These settings are using deprecated features", + "selectWorld.warning.experimental.question": "These settings are experimental and could one day stop working. Do you wish to proceed?", + "selectWorld.warning.experimental.title": "Warning! These settings are using experimental features", + "selectWorld.world": "World", + "sign.edit": "Edit Sign Message", + "sleep.not_possible": "No amount of rest can pass this night", + "sleep.players_sleeping": "%s/%s players sleeping", + "sleep.skipping_night": "Sleeping through this night", + "slot.unknown": "Unknown slot '%s'", + "soundCategory.ambient": "Ambient/Environment", + "soundCategory.block": "Blocks", + "soundCategory.hostile": "Hostile Creatures", + "soundCategory.master": "Master Volume", + "soundCategory.music": "Music", + "soundCategory.neutral": "Friendly Creatures", + "soundCategory.player": "Players", + "soundCategory.record": "Jukebox/Note Blocks", + "soundCategory.voice": "Voice/Speech", + "soundCategory.weather": "Weather", + "spectatorMenu.close": "Close Menu", + "spectatorMenu.next_page": "Next Page", + "spectatorMenu.previous_page": "Previous Page", + "spectatorMenu.root.prompt": "Press a key to select a command, and again to use it.", + "spectatorMenu.team_teleport": "Teleport to Team Member", + "spectatorMenu.team_teleport.prompt": "Select a team to teleport to", + "spectatorMenu.teleport": "Teleport to Player", + "spectatorMenu.teleport.prompt": "Select a player to teleport to", + "stat_type.minecraft.broken": "Times Broken", + "stat_type.minecraft.crafted": "Times Crafted", + "stat_type.minecraft.dropped": "Dropped", + "stat_type.minecraft.killed": "You killed %s %s", + "stat_type.minecraft.killed_by": "%s killed you %s time(s)", + "stat_type.minecraft.killed_by.none": "You have never been killed by %s", + "stat_type.minecraft.killed.none": "You have never killed %s", + "stat_type.minecraft.mined": "Times Mined", + "stat_type.minecraft.picked_up": "Picked Up", + "stat_type.minecraft.used": "Times Used", + "stat.generalButton": "General", + "stat.itemsButton": "Items", + "stat.minecraft.animals_bred": "Animals Bred", + "stat.minecraft.aviate_one_cm": "Distance by Elytra", + "stat.minecraft.bell_ring": "Bells Rung", + "stat.minecraft.boat_one_cm": "Distance by Boat", + "stat.minecraft.clean_armor": "Armor Pieces Cleaned", + "stat.minecraft.clean_banner": "Banners Cleaned", + "stat.minecraft.clean_shulker_box": "Shulker Boxes Cleaned", + "stat.minecraft.climb_one_cm": "Distance Climbed", + "stat.minecraft.crouch_one_cm": "Distance Crouched", + "stat.minecraft.damage_absorbed": "Damage Absorbed", + "stat.minecraft.damage_blocked_by_shield": "Damage Blocked by Shield", + "stat.minecraft.damage_dealt": "Damage Dealt", + "stat.minecraft.damage_dealt_absorbed": "Damage Dealt (Absorbed)", + "stat.minecraft.damage_dealt_resisted": "Damage Dealt (Resisted)", + "stat.minecraft.damage_resisted": "Damage Resisted", + "stat.minecraft.damage_taken": "Damage Taken", + "stat.minecraft.deaths": "Number of Deaths", + "stat.minecraft.drop": "Items Dropped", + "stat.minecraft.eat_cake_slice": "Cake Slices Eaten", + "stat.minecraft.enchant_item": "Items Enchanted", + "stat.minecraft.fall_one_cm": "Distance Fallen", + "stat.minecraft.fill_cauldron": "Cauldrons Filled", + "stat.minecraft.fish_caught": "Fish Caught", + "stat.minecraft.fly_one_cm": "Distance Flown", + "stat.minecraft.horse_one_cm": "Distance by Horse", + "stat.minecraft.inspect_dispenser": "Dispensers Searched", + "stat.minecraft.inspect_dropper": "Droppers Searched", + "stat.minecraft.inspect_hopper": "Hoppers Searched", + "stat.minecraft.interact_with_anvil": "Interactions with Anvil", + "stat.minecraft.interact_with_beacon": "Interactions with Beacon", + "stat.minecraft.interact_with_blast_furnace": "Interactions with Blast Furnace", + "stat.minecraft.interact_with_brewingstand": "Interactions with Brewing Stand", + "stat.minecraft.interact_with_campfire": "Interactions with Campfire", + "stat.minecraft.interact_with_cartography_table": "Interactions with Cartography Table", + "stat.minecraft.interact_with_crafting_table": "Interactions with Crafting Table", + "stat.minecraft.interact_with_furnace": "Interactions with Furnace", + "stat.minecraft.interact_with_grindstone": "Interactions with Grindstone", + "stat.minecraft.interact_with_lectern": "Interactions with Lectern", + "stat.minecraft.interact_with_loom": "Interactions with Loom", + "stat.minecraft.interact_with_smithing_table": "Interactions with Smithing Table", + "stat.minecraft.interact_with_smoker": "Interactions with Smoker", + "stat.minecraft.interact_with_stonecutter": "Interactions with Stonecutter", + "stat.minecraft.jump": "Jumps", + "stat.minecraft.junk_fished": "Junk Fished", + "stat.minecraft.leave_game": "Games Quit", + "stat.minecraft.minecart_one_cm": "Distance by Minecart", + "stat.minecraft.mob_kills": "Mob Kills", + "stat.minecraft.open_barrel": "Barrels Opened", + "stat.minecraft.open_chest": "Chests Opened", + "stat.minecraft.open_enderchest": "Ender Chests Opened", + "stat.minecraft.open_shulker_box": "Shulker Boxes Opened", + "stat.minecraft.pig_one_cm": "Distance by Pig", + "stat.minecraft.play_noteblock": "Note Blocks Played", + "stat.minecraft.play_record": "Music Discs Played", + "stat.minecraft.play_time": "Time Played", + "stat.minecraft.player_kills": "Player Kills", + "stat.minecraft.pot_flower": "Plants Potted", + "stat.minecraft.raid_trigger": "Raids Triggered", + "stat.minecraft.raid_win": "Raids Won", + "stat.minecraft.ring_bell": "Bells Rung", + "stat.minecraft.sleep_in_bed": "Times Slept in a Bed", + "stat.minecraft.sneak_time": "Sneak Time", + "stat.minecraft.sprint_one_cm": "Distance Sprinted", + "stat.minecraft.strider_one_cm": "Distance by Strider", + "stat.minecraft.swim_one_cm": "Distance Swum", + "stat.minecraft.talked_to_villager": "Talked to Villagers", + "stat.minecraft.target_hit": "Targets Hit", + "stat.minecraft.time_since_death": "Time Since Last Death", + "stat.minecraft.time_since_rest": "Time Since Last Rest", + "stat.minecraft.total_world_time": "Time with World Open", + "stat.minecraft.traded_with_villager": "Traded with Villagers", + "stat.minecraft.treasure_fished": "Treasure Fished", + "stat.minecraft.trigger_trapped_chest": "Trapped Chests Triggered", + "stat.minecraft.tune_noteblock": "Note Blocks Tuned", + "stat.minecraft.use_cauldron": "Water Taken from Cauldron", + "stat.minecraft.walk_on_water_one_cm": "Distance Walked on Water", + "stat.minecraft.walk_one_cm": "Distance Walked", + "stat.minecraft.walk_under_water_one_cm": "Distance Walked under Water", + "stat.mobsButton": "Mobs", + "stats.none": "-", + "stats.tooltip.type.statistic": "Statistic", + "structure_block.button.detect_size": "DETECT", + "structure_block.button.load": "LOAD", + "structure_block.button.save": "SAVE", + "structure_block.custom_data": "Custom Data Tag Name", + "structure_block.detect_size": "Detect Structure Size and Position:", + "structure_block.hover.corner": "Corner: %s", + "structure_block.hover.data": "Data: %s", + "structure_block.hover.load": "Load: %s", + "structure_block.hover.save": "Save: %s", + "structure_block.include_entities": "Include Entities:", + "structure_block.integrity": "Structure Integrity and Seed", + "structure_block.integrity.integrity": "Structure Integrity", + "structure_block.integrity.seed": "Structure Seed", + "structure_block.invalid_structure_name": "Invalid structure name '%s'", + "structure_block.load_not_found": "Structure '%s' is not available", + "structure_block.load_prepare": "Structure '%s' position prepared", + "structure_block.load_success": "Structure loaded from '%s'", + "structure_block.mode_info.corner": "Corner Mode - Placement and Size Marker", + "structure_block.mode_info.data": "Data Mode - Game Logic Marker", + "structure_block.mode_info.load": "Load Mode - Load from File", + "structure_block.mode_info.save": "Save Mode - Write to File", + "structure_block.mode.corner": "Corner", + "structure_block.mode.data": "Data", + "structure_block.mode.load": "Load", + "structure_block.mode.save": "Save", + "structure_block.position": "Relative Position", + "structure_block.position.x": "relative Position x", + "structure_block.position.y": "relative position y", + "structure_block.position.z": "relative position z", + "structure_block.save_failure": "Unable to save structure '%s'", + "structure_block.save_success": "Structure saved as '%s'", + "structure_block.show_air": "Show Invisible Blocks:", + "structure_block.show_boundingbox": "Show Bounding Box:", + "structure_block.size": "Structure Size", + "structure_block.size_failure": "Unable to detect structure size. Add corners with matching structure names", + "structure_block.size_success": "Size successfully detected for '%s'", + "structure_block.size.x": "structure size x", + "structure_block.size.y": "structure size y", + "structure_block.size.z": "structure size z", + "structure_block.structure_name": "Structure Name", + "subtitles.ambient.cave": "Eerie noise", + "subtitles.block.amethyst_block.chime": "Amethyst chimes", + "subtitles.block.amethyst_block.resonate": "Amethyst resonates", + "subtitles.block.anvil.destroy": "Anvil destroyed", + "subtitles.block.anvil.land": "Anvil landed", + "subtitles.block.anvil.use": "Anvil used", + "subtitles.block.barrel.close": "Barrel closes", + "subtitles.block.barrel.open": "Barrel opens", + "subtitles.block.beacon.activate": "Beacon activates", + "subtitles.block.beacon.ambient": "Beacon hums", + "subtitles.block.beacon.deactivate": "Beacon deactivates", + "subtitles.block.beacon.power_select": "Beacon power selected", + "subtitles.block.beehive.drip": "Honey drips", + "subtitles.block.beehive.enter": "Bee enters hive", + "subtitles.block.beehive.exit": "Bee leaves hive", + "subtitles.block.beehive.shear": "Shears scrape", + "subtitles.block.beehive.work": "Bees work", + "subtitles.block.bell.resonate": "Bell resonates", + "subtitles.block.bell.use": "Bell rings", + "subtitles.block.big_dripleaf.tilt_down": "Dripleaf tilts down", + "subtitles.block.big_dripleaf.tilt_up": "Dripleaf tilts up", + "subtitles.block.blastfurnace.fire_crackle": "Blast Furnace crackles", + "subtitles.block.brewing_stand.brew": "Brewing Stand bubbles", + "subtitles.block.bubble_column.bubble_pop": "Bubbles pop", + "subtitles.block.bubble_column.upwards_ambient": "Bubbles flow", + "subtitles.block.bubble_column.upwards_inside": "Bubbles woosh", + "subtitles.block.bubble_column.whirlpool_ambient": "Bubbles whirl", + "subtitles.block.bubble_column.whirlpool_inside": "Bubbles zoom", + "subtitles.block.button.click": "Button clicks", + "subtitles.block.cake.add_candle": "Cake squishes", + "subtitles.block.campfire.crackle": "Campfire crackles", + "subtitles.block.candle.crackle": "Candle crackles", + "subtitles.block.chest.close": "Chest closes", + "subtitles.block.chest.locked": "Chest locked", + "subtitles.block.chest.open": "Chest opens", + "subtitles.block.chorus_flower.death": "Chorus Flower withers", + "subtitles.block.chorus_flower.grow": "Chorus Flower grows", + "subtitles.block.comparator.click": "Comparator clicks", + "subtitles.block.composter.empty": "Composter emptied", + "subtitles.block.composter.fill": "Composter filled", + "subtitles.block.composter.ready": "Composter composts", + "subtitles.block.conduit.activate": "Conduit activates", + "subtitles.block.conduit.ambient": "Conduit pulses", + "subtitles.block.conduit.attack.target": "Conduit attacks", + "subtitles.block.conduit.deactivate": "Conduit deactivates", + "subtitles.block.decorated_pot.shatter": "Pot shatters", + "subtitles.block.dispenser.dispense": "Dispensed item", + "subtitles.block.dispenser.fail": "Dispenser failed", + "subtitles.block.door.toggle": "Door creaks", + "subtitles.block.enchantment_table.use": "Enchanting Table used", + "subtitles.block.end_portal_frame.fill": "Eye of Ender attaches", + "subtitles.block.end_portal.spawn": "End Portal opens", + "subtitles.block.fence_gate.toggle": "Fence Gate creaks", + "subtitles.block.fire.ambient": "Fire crackles", + "subtitles.block.fire.extinguish": "Fire extinguished", + "subtitles.block.frogspawn.hatch": "Tadpole hatches", + "subtitles.block.furnace.fire_crackle": "Furnace crackles", + "subtitles.block.generic.break": "Block broken", + "subtitles.block.generic.footsteps": "Footsteps", + "subtitles.block.generic.hit": "Block breaking", + "subtitles.block.generic.place": "Block placed", + "subtitles.block.grindstone.use": "Grindstone used", + "subtitles.block.growing_plant.crop": "Plant cropped", + "subtitles.block.honey_block.slide": "Sliding down a honey block", + "subtitles.block.iron_trapdoor.close": "Trapdoor closes", + "subtitles.block.iron_trapdoor.open": "Trapdoor opens", + "subtitles.block.lava.ambient": "Lava pops", + "subtitles.block.lava.extinguish": "Lava hisses", + "subtitles.block.lever.click": "Lever clicks", + "subtitles.block.note_block.note": "Note Block plays", + "subtitles.block.piston.move": "Piston moves", + "subtitles.block.pointed_dripstone.drip_lava": "Lava drips", + "subtitles.block.pointed_dripstone.drip_lava_into_cauldron": "Lava drips into Cauldron", + "subtitles.block.pointed_dripstone.drip_water": "Water drips", + "subtitles.block.pointed_dripstone.drip_water_into_cauldron": "Water drips into Cauldron", + "subtitles.block.pointed_dripstone.land": "Stalactite crashes down", + "subtitles.block.portal.ambient": "Portal whooshes", + "subtitles.block.portal.travel": "Portal noise fades", + "subtitles.block.portal.trigger": "Portal noise intensifies", + "subtitles.block.pressure_plate.click": "Pressure Plate clicks", + "subtitles.block.pumpkin.carve": "Shears carve", + "subtitles.block.redstone_torch.burnout": "Torch fizzes", + "subtitles.block.respawn_anchor.ambient": "Portal whooshes", + "subtitles.block.respawn_anchor.charge": "Respawn Anchor is charged", + "subtitles.block.respawn_anchor.deplete": "Respawn Anchor depletes", + "subtitles.block.respawn_anchor.set_spawn": "Respawn Anchor sets spawn", + "subtitles.block.sculk_catalyst.bloom": "Sculk Catalyst blooms", + "subtitles.block.sculk_sensor.clicking": "Sculk Sensor starts clicking", + "subtitles.block.sculk_sensor.clicking_stop": "Sculk Sensor stops clicking", + "subtitles.block.sculk_shrieker.shriek": "Sculk Shrieker shrieks", + "subtitles.block.sculk.charge": "Sculk bubbles", + "subtitles.block.sculk.spread": "Sculk spreads", + "subtitles.block.shulker_box.close": "Shulker closes", + "subtitles.block.shulker_box.open": "Shulker opens", + "subtitles.block.sign.waxed_interact_fail": "Sign wobbles", + "subtitles.block.smithing_table.use": "Smithing Table used", + "subtitles.block.smoker.smoke": "Smoker smokes", + "subtitles.block.sniffer_egg.crack": "Sniffer Egg cracks", + "subtitles.block.sniffer_egg.hatch": "Sniffer Egg hatches", + "subtitles.block.sniffer_egg.plop": "Sniffer plops", + "subtitles.block.sponge.absorb": "Sponge sucks", + "subtitles.block.sweet_berry_bush.pick_berries": "Berries pop", + "subtitles.block.trapdoor.toggle": "Trapdoor creaks", + "subtitles.block.tripwire.attach": "Tripwire attaches", + "subtitles.block.tripwire.click": "Tripwire clicks", + "subtitles.block.tripwire.detach": "Tripwire detaches", + "subtitles.block.water.ambient": "Water flows", + "subtitles.chiseled_bookshelf.insert": "Book placed", + "subtitles.chiseled_bookshelf.insert_enchanted": "Enchanted Book placed", + "subtitles.chiseled_bookshelf.take": "Book taken", + "subtitles.chiseled_bookshelf.take_enchanted": "Enchanted Book taken", + "subtitles.enchant.thorns.hit": "Thorns prick", + "subtitles.entity.allay.ambient_with_item": "Allay seeks", + "subtitles.entity.allay.ambient_without_item": "Allay yearns", + "subtitles.entity.allay.death": "Allay dies", + "subtitles.entity.allay.hurt": "Allay hurts", + "subtitles.entity.allay.item_given": "Allay chortles", + "subtitles.entity.allay.item_taken": "Allay allays", + "subtitles.entity.allay.item_thrown": "Allay tosses", + "subtitles.entity.armor_stand.fall": "Something fell", + "subtitles.entity.arrow.hit": "Arrow hits", + "subtitles.entity.arrow.hit_player": "Player hit", + "subtitles.entity.arrow.shoot": "Arrow fired", + "subtitles.entity.axolotl.attack": "Axolotl attacks", + "subtitles.entity.axolotl.death": "Axolotl dies", + "subtitles.entity.axolotl.hurt": "Axolotl hurts", + "subtitles.entity.axolotl.idle_air": "Axolotl chirps", + "subtitles.entity.axolotl.idle_water": "Axolotl chirps", + "subtitles.entity.axolotl.splash": "Axolotl splashes", + "subtitles.entity.axolotl.swim": "Axolotl swims", + "subtitles.entity.bat.ambient": "Bat screeches", + "subtitles.entity.bat.death": "Bat dies", + "subtitles.entity.bat.hurt": "Bat hurts", + "subtitles.entity.bat.takeoff": "Bat takes off", + "subtitles.entity.bee.ambient": "Bee buzzes", + "subtitles.entity.bee.death": "Bee dies", + "subtitles.entity.bee.hurt": "Bee hurts", + "subtitles.entity.bee.loop": "Bee buzzes", + "subtitles.entity.bee.loop_aggressive": "Bee buzzes angrily", + "subtitles.entity.bee.pollinate": "Bee buzzes happily", + "subtitles.entity.bee.sting": "Bee stings", + "subtitles.entity.blaze.ambient": "Blaze breathes", + "subtitles.entity.blaze.burn": "Blaze crackles", + "subtitles.entity.blaze.death": "Blaze dies", + "subtitles.entity.blaze.hurt": "Blaze hurts", + "subtitles.entity.blaze.shoot": "Blaze shoots", + "subtitles.entity.boat.paddle_land": "Rowing", + "subtitles.entity.boat.paddle_water": "Rowing", + "subtitles.entity.camel.ambient": "Camel grunts", + "subtitles.entity.camel.dash": "Camel yeets", + "subtitles.entity.camel.dash_ready": "Camel recovers", + "subtitles.entity.camel.death": "Camel dies", + "subtitles.entity.camel.eat": "Camel eats", + "subtitles.entity.camel.hurt": "Camel hurts", + "subtitles.entity.camel.saddle": "Saddle equips", + "subtitles.entity.camel.sit": "Camel sits down", + "subtitles.entity.camel.stand": "Camel stands up", + "subtitles.entity.camel.step": "Camel steps", + "subtitles.entity.camel.step_sand": "Camel sands", + "subtitles.entity.cat.ambient": "Cat meows", + "subtitles.entity.cat.beg_for_food": "Cat begs", + "subtitles.entity.cat.death": "Cat dies", + "subtitles.entity.cat.eat": "Cat eats", + "subtitles.entity.cat.hiss": "Cat hisses", + "subtitles.entity.cat.hurt": "Cat hurts", + "subtitles.entity.cat.purr": "Cat purrs", + "subtitles.entity.chicken.ambient": "Chicken clucks", + "subtitles.entity.chicken.death": "Chicken dies", + "subtitles.entity.chicken.egg": "Chicken plops", + "subtitles.entity.chicken.hurt": "Chicken hurts", + "subtitles.entity.cod.death": "Cod dies", + "subtitles.entity.cod.flop": "Cod flops", + "subtitles.entity.cod.hurt": "Cod hurts", + "subtitles.entity.cow.ambient": "Cow moos", + "subtitles.entity.cow.death": "Cow dies", + "subtitles.entity.cow.hurt": "Cow hurts", + "subtitles.entity.cow.milk": "Cow gets milked", + "subtitles.entity.creeper.death": "Creeper dies", + "subtitles.entity.creeper.hurt": "Creeper hurts", + "subtitles.entity.creeper.primed": "Creeper hisses", + "subtitles.entity.dolphin.ambient": "Dolphin chirps", + "subtitles.entity.dolphin.ambient_water": "Dolphin whistles", + "subtitles.entity.dolphin.attack": "Dolphin attacks", + "subtitles.entity.dolphin.death": "Dolphin dies", + "subtitles.entity.dolphin.eat": "Dolphin eats", + "subtitles.entity.dolphin.hurt": "Dolphin hurts", + "subtitles.entity.dolphin.jump": "Dolphin jumps", + "subtitles.entity.dolphin.play": "Dolphin plays", + "subtitles.entity.dolphin.splash": "Dolphin splashes", + "subtitles.entity.dolphin.swim": "Dolphin swims", + "subtitles.entity.donkey.ambient": "Donkey hee-haws", + "subtitles.entity.donkey.angry": "Donkey neighs", + "subtitles.entity.donkey.chest": "Donkey Chest equips", + "subtitles.entity.donkey.death": "Donkey dies", + "subtitles.entity.donkey.eat": "Donkey eats", + "subtitles.entity.donkey.hurt": "Donkey hurts", + "subtitles.entity.drowned.ambient": "Drowned gurgles", + "subtitles.entity.drowned.ambient_water": "Drowned gurgles", + "subtitles.entity.drowned.death": "Drowned dies", + "subtitles.entity.drowned.hurt": "Drowned hurts", + "subtitles.entity.drowned.shoot": "Drowned throws Trident", + "subtitles.entity.drowned.step": "Drowned steps", + "subtitles.entity.drowned.swim": "Drowned swims", + "subtitles.entity.egg.throw": "Egg flies", + "subtitles.entity.elder_guardian.ambient": "Elder Guardian moans", + "subtitles.entity.elder_guardian.ambient_land": "Elder Guardian flaps", + "subtitles.entity.elder_guardian.curse": "Elder Guardian curses", + "subtitles.entity.elder_guardian.death": "Elder Guardian dies", + "subtitles.entity.elder_guardian.flop": "Elder Guardian flops", + "subtitles.entity.elder_guardian.hurt": "Elder Guardian hurts", + "subtitles.entity.ender_dragon.ambient": "Dragon roars", + "subtitles.entity.ender_dragon.death": "Dragon dies", + "subtitles.entity.ender_dragon.flap": "Dragon flaps", + "subtitles.entity.ender_dragon.growl": "Dragon growls", + "subtitles.entity.ender_dragon.hurt": "Dragon hurts", + "subtitles.entity.ender_dragon.shoot": "Dragon shoots", + "subtitles.entity.ender_eye.death": "Eye of Ender falls", + "subtitles.entity.ender_eye.launch": "Eye of Ender shoots", + "subtitles.entity.ender_pearl.throw": "Ender Pearl flies", + "subtitles.entity.enderman.ambient": "Enderman vwoops", + "subtitles.entity.enderman.death": "Enderman dies", + "subtitles.entity.enderman.hurt": "Enderman hurts", + "subtitles.entity.enderman.scream": "Enderman screams", + "subtitles.entity.enderman.stare": "Enderman cries out", + "subtitles.entity.enderman.teleport": "Enderman teleports", + "subtitles.entity.endermite.ambient": "Endermite scuttles", + "subtitles.entity.endermite.death": "Endermite dies", + "subtitles.entity.endermite.hurt": "Endermite hurts", + "subtitles.entity.evoker_fangs.attack": "Fangs snap", + "subtitles.entity.evoker.ambient": "Evoker murmurs", + "subtitles.entity.evoker.cast_spell": "Evoker casts spell", + "subtitles.entity.evoker.celebrate": "Evoker cheers", + "subtitles.entity.evoker.death": "Evoker dies", + "subtitles.entity.evoker.hurt": "Evoker hurts", + "subtitles.entity.evoker.prepare_attack": "Evoker prepares attack", + "subtitles.entity.evoker.prepare_summon": "Evoker prepares summoning", + "subtitles.entity.evoker.prepare_wololo": "Evoker prepares charming", + "subtitles.entity.experience_orb.pickup": "Experience gained", + "subtitles.entity.firework_rocket.blast": "Firework blasts", + "subtitles.entity.firework_rocket.launch": "Firework launches", + "subtitles.entity.firework_rocket.twinkle": "Firework twinkles", + "subtitles.entity.fishing_bobber.retrieve": "Bobber retrieved", + "subtitles.entity.fishing_bobber.splash": "Fishing Bobber splashes", + "subtitles.entity.fishing_bobber.throw": "Bobber thrown", + "subtitles.entity.fox.aggro": "Fox angers", + "subtitles.entity.fox.ambient": "Fox squeaks", + "subtitles.entity.fox.bite": "Fox bites", + "subtitles.entity.fox.death": "Fox dies", + "subtitles.entity.fox.eat": "Fox eats", + "subtitles.entity.fox.hurt": "Fox hurts", + "subtitles.entity.fox.screech": "Fox screeches", + "subtitles.entity.fox.sleep": "Fox snores", + "subtitles.entity.fox.sniff": "Fox sniffs", + "subtitles.entity.fox.spit": "Fox spits", + "subtitles.entity.fox.teleport": "Fox teleports", + "subtitles.entity.frog.ambient": "Frog croaks", + "subtitles.entity.frog.death": "Frog dies", + "subtitles.entity.frog.eat": "Frog eats", + "subtitles.entity.frog.hurt": "Frog hurts", + "subtitles.entity.frog.lay_spawn": "Frog lays spawn", + "subtitles.entity.frog.long_jump": "Frog jumps", + "subtitles.entity.generic.big_fall": "Something fell", + "subtitles.entity.generic.burn": "Burning", + "subtitles.entity.generic.death": "Dying", + "subtitles.entity.generic.drink": "Sipping", + "subtitles.entity.generic.eat": "Eating", + "subtitles.entity.generic.explode": "Explosion", + "subtitles.entity.generic.extinguish_fire": "Fire extinguishes", + "subtitles.entity.generic.hurt": "Something hurts", + "subtitles.entity.generic.small_fall": "Something trips", + "subtitles.entity.generic.splash": "Splashing", + "subtitles.entity.generic.swim": "Swimming", + "subtitles.entity.ghast.ambient": "Ghast cries", + "subtitles.entity.ghast.death": "Ghast dies", + "subtitles.entity.ghast.hurt": "Ghast hurts", + "subtitles.entity.ghast.shoot": "Ghast shoots", + "subtitles.entity.glow_item_frame.add_item": "Glow Item Frame fills", + "subtitles.entity.glow_item_frame.break": "Glow Item Frame breaks", + "subtitles.entity.glow_item_frame.place": "Glow Item Frame placed", + "subtitles.entity.glow_item_frame.remove_item": "Glow Item Frame empties", + "subtitles.entity.glow_item_frame.rotate_item": "Glow Item Frame clicks", + "subtitles.entity.glow_squid.ambient": "Glow Squid swims", + "subtitles.entity.glow_squid.death": "Glow Squid dies", + "subtitles.entity.glow_squid.hurt": "Glow Squid hurts", + "subtitles.entity.glow_squid.squirt": "Glow Squid shoots ink", + "subtitles.entity.goat.ambient": "Goat bleats", + "subtitles.entity.goat.death": "Goat dies", + "subtitles.entity.goat.eat": "Goat eats", + "subtitles.entity.goat.horn_break": "Goat Horn breaks off", + "subtitles.entity.goat.hurt": "Goat hurts", + "subtitles.entity.goat.long_jump": "Goat leaps", + "subtitles.entity.goat.milk": "Goat gets milked", + "subtitles.entity.goat.prepare_ram": "Goat stomps", + "subtitles.entity.goat.ram_impact": "Goat rams", + "subtitles.entity.goat.screaming.ambient": "Goat bellows", + "subtitles.entity.goat.step": "Goat steps", + "subtitles.entity.guardian.ambient": "Guardian moans", + "subtitles.entity.guardian.ambient_land": "Guardian flaps", + "subtitles.entity.guardian.attack": "Guardian shoots", + "subtitles.entity.guardian.death": "Guardian dies", + "subtitles.entity.guardian.flop": "Guardian flops", + "subtitles.entity.guardian.hurt": "Guardian hurts", + "subtitles.entity.hoglin.ambient": "Hoglin growls", + "subtitles.entity.hoglin.angry": "Hoglin growls angrily", + "subtitles.entity.hoglin.attack": "Hoglin attacks", + "subtitles.entity.hoglin.converted_to_zombified": "Hoglin converts to Zoglin", + "subtitles.entity.hoglin.death": "Hoglin dies", + "subtitles.entity.hoglin.hurt": "Hoglin hurts", + "subtitles.entity.hoglin.retreat": "Hoglin retreats", + "subtitles.entity.hoglin.step": "Hoglin steps", + "subtitles.entity.horse.ambient": "Horse neighs", + "subtitles.entity.horse.angry": "Horse neighs", + "subtitles.entity.horse.armor": "Horse armor equips", + "subtitles.entity.horse.breathe": "Horse breathes", + "subtitles.entity.horse.death": "Horse dies", + "subtitles.entity.horse.eat": "Horse eats", + "subtitles.entity.horse.gallop": "Horse gallops", + "subtitles.entity.horse.hurt": "Horse hurts", + "subtitles.entity.horse.jump": "Horse jumps", + "subtitles.entity.horse.saddle": "Saddle equips", + "subtitles.entity.husk.ambient": "Husk groans", + "subtitles.entity.husk.converted_to_zombie": "Husk converts to Zombie", + "subtitles.entity.husk.death": "Husk dies", + "subtitles.entity.husk.hurt": "Husk hurts", + "subtitles.entity.illusioner.ambient": "Illusioner murmurs", + "subtitles.entity.illusioner.cast_spell": "Illusioner casts spell", + "subtitles.entity.illusioner.death": "Illusioner dies", + "subtitles.entity.illusioner.hurt": "Illusioner hurts", + "subtitles.entity.illusioner.mirror_move": "Illusioner displaces", + "subtitles.entity.illusioner.prepare_blindness": "Illusioner prepares blindness", + "subtitles.entity.illusioner.prepare_mirror": "Illusioner prepares mirror image", + "subtitles.entity.iron_golem.attack": "Iron Golem attacks", + "subtitles.entity.iron_golem.damage": "Iron Golem breaks", + "subtitles.entity.iron_golem.death": "Iron Golem dies", + "subtitles.entity.iron_golem.hurt": "Iron Golem hurts", + "subtitles.entity.iron_golem.repair": "Iron Golem repaired", + "subtitles.entity.item_frame.add_item": "Item Frame fills", + "subtitles.entity.item_frame.break": "Item Frame breaks", + "subtitles.entity.item_frame.place": "Item Frame placed", + "subtitles.entity.item_frame.remove_item": "Item Frame empties", + "subtitles.entity.item_frame.rotate_item": "Item Frame clicks", + "subtitles.entity.item.break": "Item breaks", + "subtitles.entity.item.pickup": "Item plops", + "subtitles.entity.leash_knot.break": "Leash Knot breaks", + "subtitles.entity.leash_knot.place": "Leash Knot tied", + "subtitles.entity.lightning_bolt.impact": "Lightning strikes", + "subtitles.entity.lightning_bolt.thunder": "Thunder roars", + "subtitles.entity.llama.ambient": "Llama bleats", + "subtitles.entity.llama.angry": "Llama bleats angrily", + "subtitles.entity.llama.chest": "Llama Chest equips", + "subtitles.entity.llama.death": "Llama dies", + "subtitles.entity.llama.eat": "Llama eats", + "subtitles.entity.llama.hurt": "Llama hurts", + "subtitles.entity.llama.spit": "Llama spits", + "subtitles.entity.llama.step": "Llama steps", + "subtitles.entity.llama.swag": "Llama is decorated", + "subtitles.entity.magma_cube.death": "Magma Cube dies", + "subtitles.entity.magma_cube.hurt": "Magma Cube hurts", + "subtitles.entity.magma_cube.squish": "Magma Cube squishes", + "subtitles.entity.minecart.riding": "Minecart rolls", + "subtitles.entity.mooshroom.convert": "Mooshroom transforms", + "subtitles.entity.mooshroom.eat": "Mooshroom eats", + "subtitles.entity.mooshroom.milk": "Mooshroom gets milked", + "subtitles.entity.mooshroom.suspicious_milk": "Mooshroom gets milked suspiciously", + "subtitles.entity.mule.ambient": "Mule hee-haws", + "subtitles.entity.mule.angry": "Mule neighs", + "subtitles.entity.mule.chest": "Mule Chest equips", + "subtitles.entity.mule.death": "Mule dies", + "subtitles.entity.mule.eat": "Mule eats", + "subtitles.entity.mule.hurt": "Mule hurts", + "subtitles.entity.painting.break": "Painting breaks", + "subtitles.entity.painting.place": "Painting placed", + "subtitles.entity.panda.aggressive_ambient": "Panda huffs", + "subtitles.entity.panda.ambient": "Panda pants", + "subtitles.entity.panda.bite": "Panda bites", + "subtitles.entity.panda.cant_breed": "Panda bleats", + "subtitles.entity.panda.death": "Panda dies", + "subtitles.entity.panda.eat": "Panda eats", + "subtitles.entity.panda.hurt": "Panda hurts", + "subtitles.entity.panda.pre_sneeze": "Panda's nose tickles", + "subtitles.entity.panda.sneeze": "Panda sneezes", + "subtitles.entity.panda.step": "Panda steps", + "subtitles.entity.panda.worried_ambient": "Panda whimpers", + "subtitles.entity.parrot.ambient": "Parrot talks", + "subtitles.entity.parrot.death": "Parrot dies", + "subtitles.entity.parrot.eats": "Parrot eats", + "subtitles.entity.parrot.fly": "Parrot flutters", + "subtitles.entity.parrot.hurts": "Parrot hurts", + "subtitles.entity.parrot.imitate.blaze": "Parrot breathes", + "subtitles.entity.parrot.imitate.creeper": "Parrot hisses", + "subtitles.entity.parrot.imitate.drowned": "Parrot gurgles", + "subtitles.entity.parrot.imitate.elder_guardian": "Parrot moans", + "subtitles.entity.parrot.imitate.ender_dragon": "Parrot roars", + "subtitles.entity.parrot.imitate.endermite": "Parrot scuttles", + "subtitles.entity.parrot.imitate.evoker": "Parrot murmurs", + "subtitles.entity.parrot.imitate.ghast": "Parrot cries", + "subtitles.entity.parrot.imitate.guardian": "Parrot moans", + "subtitles.entity.parrot.imitate.hoglin": "Parrot growls", + "subtitles.entity.parrot.imitate.husk": "Parrot groans", + "subtitles.entity.parrot.imitate.illusioner": "Parrot murmurs", + "subtitles.entity.parrot.imitate.magma_cube": "Parrot squishes", + "subtitles.entity.parrot.imitate.phantom": "Parrot screeches", + "subtitles.entity.parrot.imitate.piglin": "Parrot snorts", + "subtitles.entity.parrot.imitate.piglin_brute": "Parrot snorts", + "subtitles.entity.parrot.imitate.pillager": "Parrot murmurs", + "subtitles.entity.parrot.imitate.ravager": "Parrot grunts", + "subtitles.entity.parrot.imitate.shulker": "Parrot lurks", + "subtitles.entity.parrot.imitate.silverfish": "Parrot hisses", + "subtitles.entity.parrot.imitate.skeleton": "Parrot rattles", + "subtitles.entity.parrot.imitate.slime": "Parrot squishes", + "subtitles.entity.parrot.imitate.spider": "Parrot hisses", + "subtitles.entity.parrot.imitate.stray": "Parrot rattles", + "subtitles.entity.parrot.imitate.vex": "Parrot vexes", + "subtitles.entity.parrot.imitate.vindicator": "Parrot mutters", + "subtitles.entity.parrot.imitate.warden": "Parrot whines", + "subtitles.entity.parrot.imitate.witch": "Parrot giggles", + "subtitles.entity.parrot.imitate.wither": "Parrot angers", + "subtitles.entity.parrot.imitate.wither_skeleton": "Parrot rattles", + "subtitles.entity.parrot.imitate.zoglin": "Parrot growls", + "subtitles.entity.parrot.imitate.zombie": "Parrot groans", + "subtitles.entity.parrot.imitate.zombie_villager": "Parrot groans", + "subtitles.entity.phantom.ambient": "Phantom screeches", + "subtitles.entity.phantom.bite": "Phantom bites", + "subtitles.entity.phantom.death": "Phantom dies", + "subtitles.entity.phantom.flap": "Phantom flaps", + "subtitles.entity.phantom.hurt": "Phantom hurts", + "subtitles.entity.phantom.swoop": "Phantom swoops", + "subtitles.entity.pig.ambient": "Pig oinks", + "subtitles.entity.pig.death": "Pig dies", + "subtitles.entity.pig.hurt": "Pig hurts", + "subtitles.entity.pig.saddle": "Saddle equips", + "subtitles.entity.piglin_brute.ambient": "Piglin Brute snorts", + "subtitles.entity.piglin_brute.angry": "Piglin Brute snorts angrily", + "subtitles.entity.piglin_brute.converted_to_zombified": "Piglin Brute converts to Zombified Piglin", + "subtitles.entity.piglin_brute.death": "Piglin Brute dies", + "subtitles.entity.piglin_brute.hurt": "Piglin Brute hurts", + "subtitles.entity.piglin_brute.step": "Piglin Brute steps", + "subtitles.entity.piglin.admiring_item": "Piglin admires item", + "subtitles.entity.piglin.ambient": "Piglin snorts", + "subtitles.entity.piglin.angry": "Piglin snorts angrily", + "subtitles.entity.piglin.celebrate": "Piglin celebrates", + "subtitles.entity.piglin.converted_to_zombified": "Piglin converts to Zombified Piglin", + "subtitles.entity.piglin.death": "Piglin dies", + "subtitles.entity.piglin.hurt": "Piglin hurts", + "subtitles.entity.piglin.jealous": "Piglin snorts enviously", + "subtitles.entity.piglin.retreat": "Piglin retreats", + "subtitles.entity.piglin.step": "Piglin steps", + "subtitles.entity.pillager.ambient": "Pillager murmurs", + "subtitles.entity.pillager.celebrate": "Pillager cheers", + "subtitles.entity.pillager.death": "Pillager dies", + "subtitles.entity.pillager.hurt": "Pillager hurts", + "subtitles.entity.player.attack.crit": "Critical attack", + "subtitles.entity.player.attack.knockback": "Knockback attack", + "subtitles.entity.player.attack.strong": "Strong attack", + "subtitles.entity.player.attack.sweep": "Sweeping attack", + "subtitles.entity.player.attack.weak": "Weak attack", + "subtitles.entity.player.burp": "Burp", + "subtitles.entity.player.death": "Player dies", + "subtitles.entity.player.freeze_hurt": "Player freezes", + "subtitles.entity.player.hurt": "Player hurts", + "subtitles.entity.player.hurt_drown": "Player drowning", + "subtitles.entity.player.hurt_on_fire": "Player burns", + "subtitles.entity.player.levelup": "Player dings", + "subtitles.entity.polar_bear.ambient": "Polar Bear groans", + "subtitles.entity.polar_bear.ambient_baby": "Polar Bear hums", + "subtitles.entity.polar_bear.death": "Polar Bear dies", + "subtitles.entity.polar_bear.hurt": "Polar Bear hurts", + "subtitles.entity.polar_bear.warning": "Polar Bear roars", + "subtitles.entity.potion.splash": "Bottle smashes", + "subtitles.entity.potion.throw": "Bottle thrown", + "subtitles.entity.puffer_fish.blow_out": "Pufferfish deflates", + "subtitles.entity.puffer_fish.blow_up": "Pufferfish inflates", + "subtitles.entity.puffer_fish.death": "Pufferfish dies", + "subtitles.entity.puffer_fish.flop": "Pufferfish flops", + "subtitles.entity.puffer_fish.hurt": "Pufferfish hurts", + "subtitles.entity.puffer_fish.sting": "Pufferfish stings", + "subtitles.entity.rabbit.ambient": "Rabbit squeaks", + "subtitles.entity.rabbit.attack": "Rabbit attacks", + "subtitles.entity.rabbit.death": "Rabbit dies", + "subtitles.entity.rabbit.hurt": "Rabbit hurts", + "subtitles.entity.rabbit.jump": "Rabbit hops", + "subtitles.entity.ravager.ambient": "Ravager grunts", + "subtitles.entity.ravager.attack": "Ravager bites", + "subtitles.entity.ravager.celebrate": "Ravager cheers", + "subtitles.entity.ravager.death": "Ravager dies", + "subtitles.entity.ravager.hurt": "Ravager hurts", + "subtitles.entity.ravager.roar": "Ravager roars", + "subtitles.entity.ravager.step": "Ravager steps", + "subtitles.entity.ravager.stunned": "Ravager stunned", + "subtitles.entity.salmon.death": "Salmon dies", + "subtitles.entity.salmon.flop": "Salmon flops", + "subtitles.entity.salmon.hurt": "Salmon hurts", + "subtitles.entity.sheep.ambient": "Sheep baahs", + "subtitles.entity.sheep.death": "Sheep dies", + "subtitles.entity.sheep.hurt": "Sheep hurts", + "subtitles.entity.shulker_bullet.hit": "Shulker Bullet explodes", + "subtitles.entity.shulker_bullet.hurt": "Shulker Bullet breaks", + "subtitles.entity.shulker.ambient": "Shulker lurks", + "subtitles.entity.shulker.close": "Shulker closes", + "subtitles.entity.shulker.death": "Shulker dies", + "subtitles.entity.shulker.hurt": "Shulker hurts", + "subtitles.entity.shulker.open": "Shulker opens", + "subtitles.entity.shulker.shoot": "Shulker shoots", + "subtitles.entity.shulker.teleport": "Shulker teleports", + "subtitles.entity.silverfish.ambient": "Silverfish hisses", + "subtitles.entity.silverfish.death": "Silverfish dies", + "subtitles.entity.silverfish.hurt": "Silverfish hurts", + "subtitles.entity.skeleton_horse.ambient": "Skeleton Horse cries", + "subtitles.entity.skeleton_horse.death": "Skeleton Horse dies", + "subtitles.entity.skeleton_horse.hurt": "Skeleton Horse hurts", + "subtitles.entity.skeleton_horse.swim": "Skeleton Horse swims", + "subtitles.entity.skeleton.ambient": "Skeleton rattles", + "subtitles.entity.skeleton.converted_to_stray": "Skeleton converts to Stray", + "subtitles.entity.skeleton.death": "Skeleton dies", + "subtitles.entity.skeleton.hurt": "Skeleton hurts", + "subtitles.entity.skeleton.shoot": "Skeleton shoots", + "subtitles.entity.slime.attack": "Slime attacks", + "subtitles.entity.slime.death": "Slime dies", + "subtitles.entity.slime.hurt": "Slime hurts", + "subtitles.entity.slime.squish": "Slime squishes", + "subtitles.entity.sniffer.death": "Sniffer dies", + "subtitles.entity.sniffer.digging": "Sniffer digs", + "subtitles.entity.sniffer.digging_stop": "Sniffer stands up", + "subtitles.entity.sniffer.drop_seed": "Sniffer drops seed", + "subtitles.entity.sniffer.eat": "Sniffer eats", + "subtitles.entity.sniffer.egg_crack": "Sniffer Egg cracks", + "subtitles.entity.sniffer.egg_hatch": "Sniffer Egg hatches", + "subtitles.entity.sniffer.happy": "Sniffer delights", + "subtitles.entity.sniffer.hurt": "Sniffer hurts", + "subtitles.entity.sniffer.idle": "Sniffer grunts", + "subtitles.entity.sniffer.scenting": "Sniffer scents", + "subtitles.entity.sniffer.searching": "Sniffer searches", + "subtitles.entity.sniffer.sniffing": "Sniffer sniffs", + "subtitles.entity.sniffer.step": "Sniffer steps", + "subtitles.entity.snow_golem.death": "Snow Golem dies", + "subtitles.entity.snow_golem.hurt": "Snow Golem hurts", + "subtitles.entity.snowball.throw": "Snowball flies", + "subtitles.entity.spider.ambient": "Spider hisses", + "subtitles.entity.spider.death": "Spider dies", + "subtitles.entity.spider.hurt": "Spider hurts", + "subtitles.entity.squid.ambient": "Squid swims", + "subtitles.entity.squid.death": "Squid dies", + "subtitles.entity.squid.hurt": "Squid hurts", + "subtitles.entity.squid.squirt": "Squid shoots ink", + "subtitles.entity.stray.ambient": "Stray rattles", + "subtitles.entity.stray.death": "Stray dies", + "subtitles.entity.stray.hurt": "Stray hurts", + "subtitles.entity.strider.death": "Strider dies", + "subtitles.entity.strider.eat": "Strider eats", + "subtitles.entity.strider.happy": "Strider warbles", + "subtitles.entity.strider.hurt": "Strider hurts", + "subtitles.entity.strider.idle": "Strider chirps", + "subtitles.entity.strider.retreat": "Strider retreats", + "subtitles.entity.tadpole.death": "Tadpole dies", + "subtitles.entity.tadpole.flop": "Tadpole flops", + "subtitles.entity.tadpole.grow_up": "Tadpole grows up", + "subtitles.entity.tadpole.hurt": "Tadpole hurts", + "subtitles.entity.tnt.primed": "TNT fizzes", + "subtitles.entity.tropical_fish.death": "Tropical Fish dies", + "subtitles.entity.tropical_fish.flop": "Tropical Fish flops", + "subtitles.entity.tropical_fish.hurt": "Tropical Fish hurts", + "subtitles.entity.turtle.ambient_land": "Turtle chirps", + "subtitles.entity.turtle.death": "Turtle dies", + "subtitles.entity.turtle.death_baby": "Turtle baby dies", + "subtitles.entity.turtle.egg_break": "Turtle Egg breaks", + "subtitles.entity.turtle.egg_crack": "Turtle Egg cracks", + "subtitles.entity.turtle.egg_hatch": "Turtle Egg hatches", + "subtitles.entity.turtle.hurt": "Turtle hurts", + "subtitles.entity.turtle.hurt_baby": "Turtle baby hurts", + "subtitles.entity.turtle.lay_egg": "Turtle lays egg", + "subtitles.entity.turtle.shamble": "Turtle shambles", + "subtitles.entity.turtle.shamble_baby": "Turtle baby shambles", + "subtitles.entity.turtle.swim": "Turtle swims", + "subtitles.entity.vex.ambient": "Vex vexes", + "subtitles.entity.vex.charge": "Vex shrieks", + "subtitles.entity.vex.death": "Vex dies", + "subtitles.entity.vex.hurt": "Vex hurts", + "subtitles.entity.villager.ambient": "Villager mumbles", + "subtitles.entity.villager.celebrate": "Villager cheers", + "subtitles.entity.villager.death": "Villager dies", + "subtitles.entity.villager.hurt": "Villager hurts", + "subtitles.entity.villager.no": "Villager disagrees", + "subtitles.entity.villager.trade": "Villager trades", + "subtitles.entity.villager.work_armorer": "Armorer works", + "subtitles.entity.villager.work_butcher": "Butcher works", + "subtitles.entity.villager.work_cartographer": "Cartographer works", + "subtitles.entity.villager.work_cleric": "Cleric works", + "subtitles.entity.villager.work_farmer": "Farmer works", + "subtitles.entity.villager.work_fisherman": "Fisherman works", + "subtitles.entity.villager.work_fletcher": "Fletcher works", + "subtitles.entity.villager.work_leatherworker": "Leatherworker works", + "subtitles.entity.villager.work_librarian": "Librarian works", + "subtitles.entity.villager.work_mason": "Mason works", + "subtitles.entity.villager.work_shepherd": "Shepherd works", + "subtitles.entity.villager.work_toolsmith": "Toolsmith works", + "subtitles.entity.villager.work_weaponsmith": "Weaponsmith works", + "subtitles.entity.villager.yes": "Villager agrees", + "subtitles.entity.vindicator.ambient": "Vindicator mutters", + "subtitles.entity.vindicator.celebrate": "Vindicator cheers", + "subtitles.entity.vindicator.death": "Vindicator dies", + "subtitles.entity.vindicator.hurt": "Vindicator hurts", + "subtitles.entity.wandering_trader.ambient": "Wandering Trader mumbles", + "subtitles.entity.wandering_trader.death": "Wandering Trader dies", + "subtitles.entity.wandering_trader.disappeared": "Wandering Trader disappears", + "subtitles.entity.wandering_trader.drink_milk": "Wandering Trader drinks milk", + "subtitles.entity.wandering_trader.drink_potion": "Wandering Trader drinks potion", + "subtitles.entity.wandering_trader.hurt": "Wandering Trader hurts", + "subtitles.entity.wandering_trader.no": "Wandering Trader disagrees", + "subtitles.entity.wandering_trader.reappeared": "Wandering Trader appears", + "subtitles.entity.wandering_trader.trade": "Wandering Trader trades", + "subtitles.entity.wandering_trader.yes": "Wandering Trader agrees", + "subtitles.entity.warden.agitated": "Warden groans angrily", + "subtitles.entity.warden.ambient": "Warden whines", + "subtitles.entity.warden.angry": "Warden rages", + "subtitles.entity.warden.attack_impact": "Warden lands hit", + "subtitles.entity.warden.death": "Warden dies", + "subtitles.entity.warden.dig": "Warden digs", + "subtitles.entity.warden.emerge": "Warden emerges", + "subtitles.entity.warden.heartbeat": "Warden's heart beats", + "subtitles.entity.warden.hurt": "Warden hurts", + "subtitles.entity.warden.listening": "Warden takes notice", + "subtitles.entity.warden.listening_angry": "Warden takes notice angrily", + "subtitles.entity.warden.nearby_close": "Warden approaches", + "subtitles.entity.warden.nearby_closer": "Warden advances", + "subtitles.entity.warden.nearby_closest": "Warden draws close", + "subtitles.entity.warden.roar": "Warden roars", + "subtitles.entity.warden.sniff": "Warden sniffs", + "subtitles.entity.warden.sonic_boom": "Warden booms", + "subtitles.entity.warden.sonic_charge": "Warden charges", + "subtitles.entity.warden.step": "Warden steps", + "subtitles.entity.warden.tendril_clicks": "Warden's tendrils click", + "subtitles.entity.witch.ambient": "Witch giggles", + "subtitles.entity.witch.celebrate": "Witch cheers", + "subtitles.entity.witch.death": "Witch dies", + "subtitles.entity.witch.drink": "Witch drinks", + "subtitles.entity.witch.hurt": "Witch hurts", + "subtitles.entity.witch.throw": "Witch throws", + "subtitles.entity.wither_skeleton.ambient": "Wither Skeleton rattles", + "subtitles.entity.wither_skeleton.death": "Wither Skeleton dies", + "subtitles.entity.wither_skeleton.hurt": "Wither Skeleton hurts", + "subtitles.entity.wither.ambient": "Wither angers", + "subtitles.entity.wither.death": "Wither dies", + "subtitles.entity.wither.hurt": "Wither hurts", + "subtitles.entity.wither.shoot": "Wither attacks", + "subtitles.entity.wither.spawn": "Wither released", + "subtitles.entity.wolf.ambient": "Wolf pants", + "subtitles.entity.wolf.death": "Wolf dies", + "subtitles.entity.wolf.growl": "Wolf growls", + "subtitles.entity.wolf.hurt": "Wolf hurts", + "subtitles.entity.wolf.shake": "Wolf shakes", + "subtitles.entity.zoglin.ambient": "Zoglin growls", + "subtitles.entity.zoglin.angry": "Zoglin growls angrily", + "subtitles.entity.zoglin.attack": "Zoglin attacks", + "subtitles.entity.zoglin.death": "Zoglin dies", + "subtitles.entity.zoglin.hurt": "Zoglin hurts", + "subtitles.entity.zoglin.step": "Zoglin steps", + "subtitles.entity.zombie_horse.ambient": "Zombie Horse cries", + "subtitles.entity.zombie_horse.death": "Zombie Horse dies", + "subtitles.entity.zombie_horse.hurt": "Zombie Horse hurts", + "subtitles.entity.zombie_villager.ambient": "Zombie Villager groans", + "subtitles.entity.zombie_villager.converted": "Zombie Villager vociferates", + "subtitles.entity.zombie_villager.cure": "Zombie Villager snuffles", + "subtitles.entity.zombie_villager.death": "Zombie Villager dies", + "subtitles.entity.zombie_villager.hurt": "Zombie Villager hurts", + "subtitles.entity.zombie.ambient": "Zombie groans", + "subtitles.entity.zombie.attack_wooden_door": "Door shakes", + "subtitles.entity.zombie.break_wooden_door": "Door breaks", + "subtitles.entity.zombie.converted_to_drowned": "Zombie converts to Drowned", + "subtitles.entity.zombie.death": "Zombie dies", + "subtitles.entity.zombie.destroy_egg": "Turtle Egg stomped", + "subtitles.entity.zombie.hurt": "Zombie hurts", + "subtitles.entity.zombie.infect": "Zombie infects", + "subtitles.entity.zombified_piglin.ambient": "Zombified Piglin grunts", + "subtitles.entity.zombified_piglin.angry": "Zombified Piglin grunts angrily", + "subtitles.entity.zombified_piglin.death": "Zombified Piglin dies", + "subtitles.entity.zombified_piglin.hurt": "Zombified Piglin hurts", + "subtitles.event.raid.horn": "Ominous horn blares", + "subtitles.item.armor.equip": "Gear equips", + "subtitles.item.armor.equip_chain": "Chain armor jingles", + "subtitles.item.armor.equip_diamond": "Diamond armor clangs", + "subtitles.item.armor.equip_elytra": "Elytra rustle", + "subtitles.item.armor.equip_gold": "Gold armor clinks", + "subtitles.item.armor.equip_iron": "Iron armor clanks", + "subtitles.item.armor.equip_leather": "Leather armor rustles", + "subtitles.item.armor.equip_netherite": "Netherite armor clanks", + "subtitles.item.armor.equip_turtle": "Turtle Shell thunks", + "subtitles.item.axe.scrape": "Axe scrapes", + "subtitles.item.axe.strip": "Axe strips", + "subtitles.item.axe.wax_off": "Wax off", + "subtitles.item.bone_meal.use": "Bone Meal crinkles", + "subtitles.item.book.page_turn": "Page rustles", + "subtitles.item.book.put": "Book thumps", + "subtitles.item.bottle.empty": "Bottle empties", + "subtitles.item.bottle.fill": "Bottle fills", + "subtitles.item.brush.brushing.generic": "Brushing", + "subtitles.item.brush.brushing.gravel": "Brushing Gravel", + "subtitles.item.brush.brushing.gravel.complete": "Brushing Gravel completed", + "subtitles.item.brush.brushing.sand": "Brushing Sand", + "subtitles.item.brush.brushing.sand.complete": "Brushing Sand completed", + "subtitles.item.bucket.empty": "Bucket empties", + "subtitles.item.bucket.fill": "Bucket fills", + "subtitles.item.bucket.fill_axolotl": "Axolotl scooped", + "subtitles.item.bucket.fill_fish": "Fish captured", + "subtitles.item.bucket.fill_tadpole": "Tadpole captured", + "subtitles.item.bundle.drop_contents": "Bundle empties", + "subtitles.item.bundle.insert": "Item packed", + "subtitles.item.bundle.remove_one": "Item unpacked", + "subtitles.item.chorus_fruit.teleport": "Player teleports", + "subtitles.item.crop.plant": "Crop planted", + "subtitles.item.crossbow.charge": "Crossbow charges up", + "subtitles.item.crossbow.hit": "Arrow hits", + "subtitles.item.crossbow.load": "Crossbow loads", + "subtitles.item.crossbow.shoot": "Crossbow fires", + "subtitles.item.dye.use": "Dye stains", + "subtitles.item.firecharge.use": "Fireball whooshes", + "subtitles.item.flintandsteel.use": "Flint and Steel click", + "subtitles.item.glow_ink_sac.use": "Glow Ink Sac splotches", + "subtitles.item.goat_horn.play": "Goat Horn plays", + "subtitles.item.hoe.till": "Hoe tills", + "subtitles.item.honey_bottle.drink": "Gulping", + "subtitles.item.honeycomb.wax_on": "Wax on", + "subtitles.item.ink_sac.use": "Ink Sac splotches", + "subtitles.item.lodestone_compass.lock": "Lodestone Compass locks onto Lodestone", + "subtitles.item.nether_wart.plant": "Crop planted", + "subtitles.item.shears.shear": "Shears click", + "subtitles.item.shield.block": "Shield blocks", + "subtitles.item.shovel.flatten": "Shovel flattens", + "subtitles.item.spyglass.stop_using": "Spyglass retracts", + "subtitles.item.spyglass.use": "Spyglass expands", + "subtitles.item.totem.use": "Totem activates", + "subtitles.item.trident.hit": "Trident stabs", + "subtitles.item.trident.hit_ground": "Trident vibrates", + "subtitles.item.trident.return": "Trident returns", + "subtitles.item.trident.riptide": "Trident zooms", + "subtitles.item.trident.throw": "Trident clangs", + "subtitles.item.trident.thunder": "Trident thunder cracks", + "subtitles.particle.soul_escape": "Soul escapes", + "subtitles.ui.cartography_table.take_result": "Map drawn", + "subtitles.ui.loom.take_result": "Loom used", + "subtitles.ui.stonecutter.take_result": "Stonecutter used", + "subtitles.weather.rain": "Rain falls", + "symlink_warning.message": "Loading worlds from folders with symbolic links can be unsafe if you don't know exactly what you are doing. Please visit %s to learn more.", + "symlink_warning.message.pack": "Loading packs with symbolic links can be unsafe if you don't know exactly what you are doing. Please visit %s to learn more.", + "symlink_warning.message.world": "Loading worlds from folders with symbolic links can be unsafe if you don't know exactly what you are doing. Please visit %s to learn more.", + "symlink_warning.title": "World folder contains symbolic links", + "symlink_warning.title.pack": "Added pack(s) contain(s) symbolic links", + "symlink_warning.title.world": "The world folder contains symbolic links", + "team.collision.always": "Always", + "team.collision.never": "Never", + "team.collision.pushOtherTeams": "Push other teams", + "team.collision.pushOwnTeam": "Push own team", + "team.notFound": "Unknown team '%s'", + "team.visibility.always": "Always", + "team.visibility.hideForOtherTeams": "Hide for other teams", + "team.visibility.hideForOwnTeam": "Hide for own team", + "team.visibility.never": "Never", + "telemetry_info.button.give_feedback": "Give Feedback", + "telemetry_info.button.privacy_statement": "Privacy Statement", + "telemetry_info.button.show_data": "Open My Data", + "telemetry_info.property_title": "Included Data", + "telemetry_info.screen.description": "Collecting this data helps us improve Minecraft by guiding us in directions that are relevant to our players.\nYou can also send in additional feedback to help us keep improving Minecraft.", + "telemetry_info.screen.title": "Telemetry Data Collection", + "telemetry.event.advancement_made.description": "Understanding the context behind receiving an advancement can help us better understand and improve the progression of the game.", + "telemetry.event.advancement_made.title": "Advancement Made", + "telemetry.event.game_load_times.description": "This event can help us figure out where startup performance improvements are needed by measuring the execution times of the startup phases.", + "telemetry.event.game_load_times.title": "Game Load Times", + "telemetry.event.optional": "%s (Optional)", + "telemetry.event.performance_metrics.description": "Knowing the overall performance profile of Minecraft helps us tune and optimize the game for a wide range of machine specifications and operating systems. \nGame version is included to help us compare the performance profile for new versions of Minecraft.", + "telemetry.event.performance_metrics.title": "Performance Metrics", + "telemetry.event.required": "%s (Required)", + "telemetry.event.world_load_times.description": "It’s important for us to understand how long it takes to join a world, and how that changes over time. For example, when we add new features or do larger technical changes, we need to see what impact that had on load times.", + "telemetry.event.world_load_times.title": "World Load Times", + "telemetry.event.world_loaded.description": "Knowing how players play Minecraft (such as Game Mode, client or server modded, and game version) allows us to focus game updates to improve the areas that players care about most.\nThe World Loaded event is paired with the World Unloaded event to calculate how long the play session has lasted.", + "telemetry.event.world_loaded.title": "World Loaded", + "telemetry.event.world_unloaded.description": "This event is paired with the World Loaded event to calculate how long the world session has lasted.\nThe duration (in seconds and ticks) is measured when a world session has ended (quitting to title, disconnecting from a server).", + "telemetry.event.world_unloaded.title": "World Unloaded", + "telemetry.property.advancement_game_time.title": "Game Time (Ticks)", + "telemetry.property.advancement_id.title": "Advancement ID", + "telemetry.property.client_id.title": "Client ID", + "telemetry.property.client_modded.title": "Client Modded", + "telemetry.property.dedicated_memory_kb.title": "Dedicated Memory (kB)", + "telemetry.property.event_timestamp_utc.title": "Event Timestamp (UTC)", + "telemetry.property.frame_rate_samples.title": "Frame Rate Samples (FPS)", + "telemetry.property.game_mode.title": "Game Mode", + "telemetry.property.game_version.title": "Game Version", + "telemetry.property.launcher_name.title": "Launcher Name", + "telemetry.property.load_time_bootstrap_ms.title": "Bootstrap Time (Milliseconds)", + "telemetry.property.load_time_loading_overlay_ms.title": "Time in Loading Screen (Milliseconds)", + "telemetry.property.load_time_pre_window_ms.title": "Time Before Window Opens (Milliseconds)", + "telemetry.property.load_time_total_time_ms.title": "Total Load Time (Milliseconds)", + "telemetry.property.minecraft_session_id.title": "Minecraft Session ID", + "telemetry.property.new_world.title": "New World", + "telemetry.property.number_of_samples.title": "Sample Count", + "telemetry.property.operating_system.title": "Operating System", + "telemetry.property.opt_in.title": "Opt-In", + "telemetry.property.platform.title": "Platform", + "telemetry.property.realms_map_content.title": "Realms Map Content (Minigame Name)", + "telemetry.property.render_distance.title": "Render Distance", + "telemetry.property.render_time_samples.title": "Render Time Samples", + "telemetry.property.seconds_since_load.title": "Time Since Load (Seconds)", + "telemetry.property.server_modded.title": "Server Modded", + "telemetry.property.server_type.title": "Server Type", + "telemetry.property.ticks_since_load.title": "Time Since Load (Ticks)", + "telemetry.property.used_memory_samples.title": "Used Random Access Memory", + "telemetry.property.user_id.title": "User ID", + "telemetry.property.world_load_time_ms.title": "World Load Time (Milliseconds)", + "telemetry.property.world_session_id.title": "World Session ID", + "title.32bit.deprecation": "32-bit system detected: this may prevent you from playing in the future as a 64-bit system will be required!", + "title.32bit.deprecation.realms": "Minecraft will soon require a 64-bit system, which will prevent you from playing or using Realms on this device. You will need to manually cancel any Realms subscription.", + "title.32bit.deprecation.realms.check": "Do not show this screen again", + "title.32bit.deprecation.realms.header": "32-bit system detected", + "title.credits": "Copyright Mojang AB. Do not distribute!", + "title.multiplayer.disabled": "Multiplayer is disabled. Please check your Microsoft account settings.", + "title.multiplayer.disabled.banned.name": "You must change your name before you can play online", + "title.multiplayer.disabled.banned.permanent": "Your account is permanently suspended from online play", + "title.multiplayer.disabled.banned.temporary": "Your account is temporarily suspended from online play", + "title.multiplayer.lan": "Multiplayer (LAN)", + "title.multiplayer.other": "Multiplayer (3rd-party Server)", + "title.multiplayer.realms": "Multiplayer (Realms)", + "title.singleplayer": "Singleplayer", + "translation.test.args": "%s %s", + "translation.test.complex": "Prefix, %s%2$s again %s and %1$s lastly %s and also %1$s again!", + "translation.test.escape": "%%s %%%s %%%%s %%%%%s", + "translation.test.invalid": "hi %", + "translation.test.invalid2": "hi % s", + "translation.test.none": "Hello, world!", + "translation.test.world": "world", + "trim_material.minecraft.amethyst": "Amethyst Material", + "trim_material.minecraft.copper": "Copper Material", + "trim_material.minecraft.diamond": "Diamond Material", + "trim_material.minecraft.emerald": "Emerald Material", + "trim_material.minecraft.gold": "Gold Material", + "trim_material.minecraft.iron": "Iron Material", + "trim_material.minecraft.lapis": "Lapis Material", + "trim_material.minecraft.netherite": "Netherite Material", + "trim_material.minecraft.quartz": "Quartz Material", + "trim_material.minecraft.redstone": "Redstone Material", + "trim_pattern.minecraft.coast": "Coast Armor Trim", + "trim_pattern.minecraft.dune": "Dune Armor Trim", + "trim_pattern.minecraft.eye": "Eye Armor Trim", + "trim_pattern.minecraft.host": "Host Armor Trim", + "trim_pattern.minecraft.raiser": "Raiser Armor Trim", + "trim_pattern.minecraft.rib": "Rib Armor Trim", + "trim_pattern.minecraft.sentry": "Sentry Armor Trim", + "trim_pattern.minecraft.shaper": "Shaper Armor Trim", + "trim_pattern.minecraft.silence": "Silence Armor Trim", + "trim_pattern.minecraft.snout": "Snout Armor Trim", + "trim_pattern.minecraft.spire": "Spire Armor Trim", + "trim_pattern.minecraft.tide": "Tide Armor Trim", + "trim_pattern.minecraft.vex": "Vex Armor Trim", + "trim_pattern.minecraft.ward": "Ward Armor Trim", + "trim_pattern.minecraft.wayfinder": "Wayfinder Armor Trim", + "trim_pattern.minecraft.wild": "Wild Armor Trim", + "tutorial.bundleInsert.description": "Right Click to add items", + "tutorial.bundleInsert.title": "Use a Bundle", + "tutorial.craft_planks.description": "The recipe book can help", + "tutorial.craft_planks.title": "Craft wooden planks", + "tutorial.find_tree.description": "Punch it to collect wood", + "tutorial.find_tree.title": "Find a tree", + "tutorial.look.description": "Use your mouse to turn", + "tutorial.look.title": "Look around", + "tutorial.move.description": "Jump with %s", + "tutorial.move.title": "Move with %s, %s, %s and %s", + "tutorial.open_inventory.description": "Press %s", + "tutorial.open_inventory.title": "Open your inventory", + "tutorial.punch_tree.description": "Hold down %s", + "tutorial.punch_tree.title": "Destroy the tree", + "tutorial.socialInteractions.description": "Press %s to open", + "tutorial.socialInteractions.title": "Social Interactions", + "upgrade.minecraft.netherite_upgrade": "Netherite Upgrade" +} \ No newline at end of file diff --git a/data/pc/1.20.2/mapIcons.json b/data/pc/1.20.2/mapIcons.json new file mode 100644 index 000000000..99feb46be --- /dev/null +++ b/data/pc/1.20.2/mapIcons.json @@ -0,0 +1,212 @@ +[ + { + "id": 0, + "name": "player", + "appearance": "White marker", + "visibleInItemFrame": false + }, + { + "id": 1, + "name": "frame", + "appearance": "Green marker", + "visibleInItemFrame": true + }, + { + "id": 2, + "name": "red_marker", + "appearance": "Red marker", + "visibleInItemFrame": false + }, + { + "id": 3, + "name": "blue_marker", + "appearance": "Blue marker", + "visibleInItemFrame": false + }, + { + "id": 4, + "name": "target_x", + "appearance": "White X", + "visibleInItemFrame": true + }, + { + "id": 5, + "name": "target_point", + "appearance": "Red triangle", + "visibleInItemFrame": true + }, + { + "id": 6, + "name": "player_off_map", + "appearance": "Large white dot", + "visibleInItemFrame": false + }, + { + "id": 7, + "name": "player_off_limits", + "appearance": "Small white dot", + "visibleInItemFrame": false + }, + { + "id": 8, + "name": "mansion", + "appearance": "Woodland mansion", + "visibleInItemFrame": true + }, + { + "id": 9, + "name": "monument", + "appearance": "Ocean monument", + "visibleInItemFrame": true + }, + { + "id": 10, + "name": "banner_white", + "appearance": "White banner", + "visibleInItemFrame": true + }, + { + "id": 11, + "name": "banner_orange", + "appearance": "Orange banner", + "visibleInItemFrame": true + }, + { + "id": 12, + "name": "banner_magenta", + "appearance": "Magenta banner", + "visibleInItemFrame": true + }, + { + "id": 13, + "name": "banner_light_blue", + "appearance": "Light blue banner", + "visibleInItemFrame": true + }, + { + "id": 14, + "name": "banner_yellow", + "appearance": "Yellow banner", + "visibleInItemFrame": true + }, + { + "id": 15, + "name": "banner_lime", + "appearance": "Lime banner", + "visibleInItemFrame": true + }, + { + "id": 16, + "name": "banner_pink", + "appearance": "Pink banner", + "visibleInItemFrame": true + }, + { + "id": 17, + "name": "banner_gray", + "appearance": "Gray banner", + "visibleInItemFrame": true + }, + { + "id": 18, + "name": "banner_light_gray", + "appearance": "Light gray banner", + "visibleInItemFrame": true + }, + { + "id": 19, + "name": "banner_cyan", + "appearance": "Cyan banner", + "visibleInItemFrame": true + }, + { + "id": 20, + "name": "banner_purple", + "appearance": "Purple banner", + "visibleInItemFrame": true + }, + { + "id": 21, + "name": "banner_blue", + "appearance": "Blue banner", + "visibleInItemFrame": true + }, + { + "id": 22, + "name": "banner_brown", + "appearance": "Brown banner", + "visibleInItemFrame": true + }, + { + "id": 23, + "name": "banner_green", + "appearance": "Green banner", + "visibleInItemFrame": true + }, + { + "id": 24, + "name": "banner_red", + "appearance": "Red banner", + "visibleInItemFrame": true + }, + { + "id": 25, + "name": "banner_black", + "appearance": "Black banner", + "visibleInItemFrame": true + }, + { + "id": 26, + "name": "red_x", + "appearance": "Red X", + "visibleInItemFrame": true + }, + { + "id": 27, + "name": "village_desert", + "appearance": "Desert Village", + "visibleInItemFrame": true + }, + { + "id": 28, + "name": "village_plains", + "appearance": "Plains Village", + "visibleInItemFrame": true + } + , + { + "id": 29, + "name": "village_savanna", + "appearance": "Savanna Village", + "visibleInItemFrame": true + } + , + { + "id": 30, + "name": "village_snowy", + "appearance": "Snowy Village", + "visibleInItemFrame": true + } + , + { + "id": 31, + "name": "village_taiga", + "appearance": "Taiga Village", + "visibleInItemFrame": true + } + , + { + "id": 32, + "name": "jungle_temple", + "appearance": "Jungle Temple", + "visibleInItemFrame": true + } + , + { + "id": 33, + "name": "swamp_hut", + "appearance": "Swap Hut", + "visibleInItemFrame": true + } + +] diff --git a/data/pc/1.20.2/materials.json b/data/pc/1.20.2/materials.json new file mode 100644 index 000000000..db27b1170 --- /dev/null +++ b/data/pc/1.20.2/materials.json @@ -0,0 +1,154 @@ +{ + "gourd": { + "782": 1.5, + "792": 1.5, + "797": 1.5, + "777": 1.5, + "787": 1.5, + "802": 1.5 + }, + "wool": { + "942": 5.0 + }, + "leaves;mineable/hoe": { + "782": 1.5, + "792": 1.5, + "786": 4.0, + "791": 12.0, + "942": 15.0, + "801": 8.0, + "781": 2.0, + "806": 9.0, + "797": 1.5, + "777": 1.5, + "796": 6.0, + "787": 1.5, + "802": 1.5 + }, + "mineable/axe": { + "800": 8.0, + "795": 6.0, + "805": 9.0, + "780": 2.0, + "790": 12.0, + "785": 4.0 + }, + "coweb": { + "782": 15.0, + "792": 15.0, + "797": 15.0, + "942": 15.0, + "777": 15.0, + "787": 15.0, + "802": 15.0 + }, + "default": {}, + "mineable/shovel": { + "798": 8.0, + "788": 12.0, + "778": 2.0, + "783": 4.0, + "793": 6.0, + "803": 9.0 + }, + "leaves": { + "782": 1.5, + "792": 1.5, + "797": 1.5, + "942": 15.0, + "777": 1.5, + "787": 1.5, + "802": 1.5 + }, + "plant": { + "782": 1.5, + "792": 1.5, + "797": 1.5, + "777": 1.5, + "787": 1.5, + "802": 1.5 + }, + "mineable/pickaxe": { + "789": 12.0, + "804": 9.0, + "794": 6.0, + "799": 8.0, + "784": 4.0, + "779": 2.0 + }, + "vine_or_glow_lichen": { + "942": 2.0 + }, + "mineable/hoe": { + "786": 4.0, + "791": 12.0, + "801": 8.0, + "796": 6.0, + "781": 2.0, + "806": 9.0 + }, + "gourd;mineable/axe": { + "800": 8.0, + "782": 1.5, + "792": 1.5, + "797": 1.5, + "795": 6.0, + "805": 9.0, + "777": 1.5, + "787": 1.5, + "780": 2.0, + "790": 12.0, + "785": 4.0, + "802": 1.5 + }, + "plant;mineable/axe": { + "800": 8.0, + "782": 1.5, + "792": 1.5, + "797": 1.5, + "795": 6.0, + "805": 9.0, + "777": 1.5, + "787": 1.5, + "780": 2.0, + "790": 12.0, + "785": 4.0, + "802": 1.5 + }, + "vine_or_glow_lichen;plant;mineable/axe": { + "800": 8.0, + "782": 1.5, + "792": 1.5, + "795": 6.0, + "805": 9.0, + "942": 2.0, + "790": 12.0, + "785": 4.0, + "797": 1.5, + "777": 1.5, + "787": 1.5, + "780": 2.0, + "802": 1.5 + }, + "leaves;mineable/axe;mineable/hoe": { + "800": 8.0, + "782": 1.5, + "792": 1.5, + "795": 6.0, + "786": 4.0, + "791": 12.0, + "805": 9.0, + "942": 15.0, + "801": 8.0, + "790": 12.0, + "785": 4.0, + "781": 2.0, + "806": 9.0, + "797": 1.5, + "777": 1.5, + "796": 6.0, + "787": 1.5, + "780": 2.0, + "802": 1.5 + } +} \ No newline at end of file diff --git a/data/pc/1.20.2/particles.json b/data/pc/1.20.2/particles.json new file mode 100644 index 000000000..c2a032d14 --- /dev/null +++ b/data/pc/1.20.2/particles.json @@ -0,0 +1,382 @@ +[ + { + "id": 0, + "name": "ambient_entity_effect" + }, + { + "id": 1, + "name": "angry_villager" + }, + { + "id": 2, + "name": "block" + }, + { + "id": 3, + "name": "block_marker" + }, + { + "id": 4, + "name": "bubble" + }, + { + "id": 5, + "name": "cloud" + }, + { + "id": 6, + "name": "crit" + }, + { + "id": 7, + "name": "damage_indicator" + }, + { + "id": 8, + "name": "dragon_breath" + }, + { + "id": 9, + "name": "dripping_lava" + }, + { + "id": 10, + "name": "falling_lava" + }, + { + "id": 11, + "name": "landing_lava" + }, + { + "id": 12, + "name": "dripping_water" + }, + { + "id": 13, + "name": "falling_water" + }, + { + "id": 14, + "name": "dust" + }, + { + "id": 15, + "name": "dust_color_transition" + }, + { + "id": 16, + "name": "effect" + }, + { + "id": 17, + "name": "elder_guardian" + }, + { + "id": 18, + "name": "enchanted_hit" + }, + { + "id": 19, + "name": "enchant" + }, + { + "id": 20, + "name": "end_rod" + }, + { + "id": 21, + "name": "entity_effect" + }, + { + "id": 22, + "name": "explosion_emitter" + }, + { + "id": 23, + "name": "explosion" + }, + { + "id": 24, + "name": "sonic_boom" + }, + { + "id": 25, + "name": "falling_dust" + }, + { + "id": 26, + "name": "firework" + }, + { + "id": 27, + "name": "fishing" + }, + { + "id": 28, + "name": "flame" + }, + { + "id": 29, + "name": "cherry_leaves" + }, + { + "id": 30, + "name": "sculk_soul" + }, + { + "id": 31, + "name": "sculk_charge" + }, + { + "id": 32, + "name": "sculk_charge_pop" + }, + { + "id": 33, + "name": "soul_fire_flame" + }, + { + "id": 34, + "name": "soul" + }, + { + "id": 35, + "name": "flash" + }, + { + "id": 36, + "name": "happy_villager" + }, + { + "id": 37, + "name": "composter" + }, + { + "id": 38, + "name": "heart" + }, + { + "id": 39, + "name": "instant_effect" + }, + { + "id": 40, + "name": "item" + }, + { + "id": 41, + "name": "vibration" + }, + { + "id": 42, + "name": "item_slime" + }, + { + "id": 43, + "name": "item_snowball" + }, + { + "id": 44, + "name": "large_smoke" + }, + { + "id": 45, + "name": "lava" + }, + { + "id": 46, + "name": "mycelium" + }, + { + "id": 47, + "name": "note" + }, + { + "id": 48, + "name": "poof" + }, + { + "id": 49, + "name": "portal" + }, + { + "id": 50, + "name": "rain" + }, + { + "id": 51, + "name": "smoke" + }, + { + "id": 52, + "name": "sneeze" + }, + { + "id": 53, + "name": "spit" + }, + { + "id": 54, + "name": "squid_ink" + }, + { + "id": 55, + "name": "sweep_attack" + }, + { + "id": 56, + "name": "totem_of_undying" + }, + { + "id": 57, + "name": "underwater" + }, + { + "id": 58, + "name": "splash" + }, + { + "id": 59, + "name": "witch" + }, + { + "id": 60, + "name": "bubble_pop" + }, + { + "id": 61, + "name": "current_down" + }, + { + "id": 62, + "name": "bubble_column_up" + }, + { + "id": 63, + "name": "nautilus" + }, + { + "id": 64, + "name": "dolphin" + }, + { + "id": 65, + "name": "campfire_cosy_smoke" + }, + { + "id": 66, + "name": "campfire_signal_smoke" + }, + { + "id": 67, + "name": "dripping_honey" + }, + { + "id": 68, + "name": "falling_honey" + }, + { + "id": 69, + "name": "landing_honey" + }, + { + "id": 70, + "name": "falling_nectar" + }, + { + "id": 71, + "name": "falling_spore_blossom" + }, + { + "id": 72, + "name": "ash" + }, + { + "id": 73, + "name": "crimson_spore" + }, + { + "id": 74, + "name": "warped_spore" + }, + { + "id": 75, + "name": "spore_blossom_air" + }, + { + "id": 76, + "name": "dripping_obsidian_tear" + }, + { + "id": 77, + "name": "falling_obsidian_tear" + }, + { + "id": 78, + "name": "landing_obsidian_tear" + }, + { + "id": 79, + "name": "reverse_portal" + }, + { + "id": 80, + "name": "white_ash" + }, + { + "id": 81, + "name": "small_flame" + }, + { + "id": 82, + "name": "snowflake" + }, + { + "id": 83, + "name": "dripping_dripstone_lava" + }, + { + "id": 84, + "name": "falling_dripstone_lava" + }, + { + "id": 85, + "name": "dripping_dripstone_water" + }, + { + "id": 86, + "name": "falling_dripstone_water" + }, + { + "id": 87, + "name": "glow_squid_ink" + }, + { + "id": 88, + "name": "glow" + }, + { + "id": 89, + "name": "wax_on" + }, + { + "id": 90, + "name": "wax_off" + }, + { + "id": 91, + "name": "electric_spark" + }, + { + "id": 92, + "name": "scrape" + }, + { + "id": 93, + "name": "shriek" + }, + { + "id": 94, + "name": "egg_crack" + } +] \ No newline at end of file diff --git a/data/pc/1.20.2/protocol.json b/data/pc/1.20.2/protocol.json new file mode 100644 index 000000000..6799652b7 --- /dev/null +++ b/data/pc/1.20.2/protocol.json @@ -0,0 +1,7092 @@ +{ + "types": { + "varint": "native", + "varlong": "native", + "optvarint": "varint", + "pstring": "native", + "buffer": "native", + "u8": "native", + "u16": "native", + "u32": "native", + "u64": "native", + "i8": "native", + "i16": "native", + "i32": "native", + "i64": "native", + "bool": "native", + "f32": "native", + "f64": "native", + "UUID": "native", + "option": "native", + "entityMetadataLoop": "native", + "topBitSetTerminatedArray": "native", + "bitfield": "native", + "container": "native", + "switch": "native", + "void": "native", + "array": "native", + "restBuffer": "native", + "nbt": "native", + "optionalNbt": "native", + "string": [ + "pstring", + { + "countType": "varint" + } + ], + "vec3f": [ + "container", + [ + { + "name": "x", + "type": "f32" + }, + { + "name": "y", + "type": "f32" + }, + { + "name": "z", + "type": "f32" + } + ] + ], + "vec4f": [ + "container", + [ + { + "name": "x", + "type": "f32" + }, + { + "name": "y", + "type": "f32" + }, + { + "name": "z", + "type": "f32" + }, + { + "name": "w", + "type": "f32" + } + ] + ], + "vec3f64": [ + "container", + [ + { + "name": "x", + "type": "f64" + }, + { + "name": "y", + "type": "f64" + }, + { + "name": "z", + "type": "f64" + } + ] + ], + "slot": [ + "container", + [ + { + "name": "present", + "type": "bool" + }, + { + "anon": true, + "type": [ + "switch", + { + "compareTo": "present", + "fields": { + "false": "void", + "true": [ + "container", + [ + { + "name": "itemId", + "type": "varint" + }, + { + "name": "itemCount", + "type": "i8" + }, + { + "name": "nbtData", + "type": "optionalNbt" + } + ] + ] + } + } + ] + } + ] + ], + "particle": [ + "container", + [ + { + "name": "particleId", + "type": "varint" + }, + { + "name": "data", + "type": [ + "particleData", + { + "compareTo": "particleId" + } + ] + } + ] + ], + "particleData": [ + "switch", + { + "compareTo": "$compareTo", + "fields": { + "2": [ + "container", + [ + { + "name": "blockState", + "type": "varint" + } + ] + ], + "3": [ + "container", + [ + { + "name": "blockState", + "type": "varint" + } + ] + ], + "14": [ + "container", + [ + { + "name": "red", + "type": "f32" + }, + { + "name": "green", + "type": "f32" + }, + { + "name": "blue", + "type": "f32" + }, + { + "name": "scale", + "type": "f32" + } + ] + ], + "15": [ + "container", + [ + { + "name": "fromRed", + "type": "f32" + }, + { + "name": "fromGreen", + "type": "f32" + }, + { + "name": "fromBlue", + "type": "f32" + }, + { + "name": "scale", + "type": "f32" + }, + { + "name": "toRed", + "type": "f32" + }, + { + "name": "toGreen", + "type": "f32" + }, + { + "name": "toBlue", + "type": "f32" + } + ] + ], + "25": [ + "container", + [ + { + "name": "blockState", + "type": "varint" + } + ] + ], + "31": [ + "container", + [ + { + "name": "rotation", + "type": "f32" + } + ] + ], + "40": [ + "container", + [ + { + "name": "item", + "type": "slot" + } + ] + ], + "41": [ + "container", + [ + { + "name": "positionType", + "type": "string" + }, + { + "name": "entityId", + "type": [ + "switch", + { + "compareTo": "positionType", + "fields": { + "minecraft:entity": "varint" + }, + "default": "void" + } + ] + }, + { + "name": "entityEyeHeight", + "type": [ + "switch", + { + "compareTo": "positionType", + "fields": { + "minecraft:entity": "varint" + }, + "default": "void" + } + ] + }, + { + "name": "destination", + "type": [ + "switch", + { + "compareTo": "positionType", + "fields": { + "minecraft:block": "position", + "minecraft:entity": "varint" + } + } + ] + }, + { + "name": "ticks", + "type": "varint" + } + ] + ], + "93": [ + "container", + [ + { + "name": "delayInTicksBeforeShown", + "type": "varint" + } + ] + ] + }, + "default": "void" + } + ], + "ingredient": [ + "array", + { + "countType": "varint", + "type": "slot" + } + ], + "position": [ + "bitfield", + [ + { + "name": "x", + "size": 26, + "signed": true + }, + { + "name": "z", + "size": 26, + "signed": true + }, + { + "name": "y", + "size": 12, + "signed": true + } + ] + ], + "previousMessages": [ + "array", + { + "countType": "varint", + "type": [ + "container", + [ + { + "name": "id", + "type": "varint" + }, + { + "name": "signature", + "type": [ + "switch", + { + "compareTo": "id", + "fields": { + "0": [ + "buffer", + { + "count": 256 + } + ] + }, + "default": "void" + } + ] + } + ] + ] + } + ], + "entityMetadataItem": [ + "switch", + { + "compareTo": "$compareTo", + "fields": { + "byte": "i8", + "int": "varint", + "long": "varlong", + "float": "f32", + "string": "string", + "component": "string", + "optional_component": [ + "option", + "string" + ], + "item_stack": "slot", + "boolean": "bool", + "rotations": [ + "container", + [ + { + "name": "pitch", + "type": "f32" + }, + { + "name": "yaw", + "type": "f32" + }, + { + "name": "roll", + "type": "f32" + } + ] + ], + "block_pos": "position", + "optional_block_pos": [ + "option", + "position" + ], + "direction": "varint", + "optional_uuid": [ + "option", + "UUID" + ], + "block_state": "varint", + "optional_block_state": "optvarint", + "compound_tag": "nbt", + "particle": "particle", + "villager_data": [ + "container", + [ + { + "name": "villagerType", + "type": "varint" + }, + { + "name": "villagerProfession", + "type": "varint" + }, + { + "name": "level", + "type": "varint" + } + ] + ], + "optional_unsigned_int": "optvarint", + "pose": "varint", + "cat_variant": "varint", + "frog_variant": "varint", + "optional_global_pos": [ + "option", + "string" + ], + "painting_variant": "varint", + "sniffer_state": "varint", + "vector3": "vec3f", + "quaternion": "vec4f" + } + } + ], + "entityMetadata": [ + "entityMetadataLoop", + { + "endVal": 255, + "type": [ + "container", + [ + { + "name": "key", + "type": "u8" + }, + { + "name": "type", + "type": [ + "mapper", + { + "type": "varint", + "mappings": { + "0": "byte", + "1": "int", + "2": "long", + "3": "float", + "4": "string", + "5": "component", + "6": "optional_component", + "7": "item_stack", + "8": "boolean", + "9": "rotations", + "10": "block_pos", + "11": "optional_block_pos", + "12": "direction", + "13": "optional_uuid", + "14": "block_state", + "15": "optional_block_state", + "16": "compound_tag", + "17": "particle", + "18": "villager_data", + "19": "optional_unsigned_int", + "20": "pose", + "21": "cat_variant", + "22": "frog_variant", + "23": "optional_global_pos", + "24": "painting_variant", + "25": "sniffer_state", + "26": "vector3", + "27": "quaternion" + } + } + ] + }, + { + "name": "value", + "type": [ + "entityMetadataItem", + { + "compareTo": "type" + } + ] + } + ] + ] + } + ], + "minecraft_simple_recipe_format": [ + "container", + [ + { + "name": "category", + "type": "varint" + } + ] + ], + "minecraft_smelting_format": [ + "container", + [ + { + "name": "group", + "type": "string" + }, + { + "name": "category", + "type": "varint" + }, + { + "name": "ingredient", + "type": "ingredient" + }, + { + "name": "result", + "type": "slot" + }, + { + "name": "experience", + "type": "f32" + }, + { + "name": "cookTime", + "type": "varint" + } + ] + ], + "tags": [ + "array", + { + "countType": "varint", + "type": [ + "container", + [ + { + "name": "tagName", + "type": "string" + }, + { + "name": "entries", + "type": [ + "array", + { + "countType": "varint", + "type": "varint" + } + ] + } + ] + ] + } + ], + "chunkBlockEntity": [ + "container", + [ + { + "anon": true, + "type": [ + "bitfield", + [ + { + "name": "x", + "size": 4, + "signed": false + }, + { + "name": "z", + "size": 4, + "signed": false + } + ] + ] + }, + { + "name": "y", + "type": "i16" + }, + { + "name": "type", + "type": "varint" + }, + { + "name": "nbtData", + "type": "optionalNbt" + } + ] + ], + "chat_session": [ + "option", + [ + "container", + [ + { + "name": "uuid", + "type": "UUID" + }, + { + "name": "publicKey", + "type": [ + "container", + [ + { + "name": "expireTime", + "type": "i64" + }, + { + "name": "keyBytes", + "type": [ + "buffer", + { + "countType": "varint" + } + ] + }, + { + "name": "keySignature", + "type": [ + "buffer", + { + "countType": "varint" + } + ] + } + ] + ] + } + ] + ] + ], + "game_profile": [ + "container", + [ + { + "name": "name", + "type": "string" + }, + { + "name": "properties", + "type": [ + "array", + { + "countType": "varint", + "type": [ + "container", + [ + { + "name": "key", + "type": "string" + }, + { + "name": "value", + "type": "string" + }, + { + "name": "signature", + "type": [ + "option", + "string" + ] + } + ] + ] + } + ] + } + ] + ], + "command_node": [ + "container", + [ + { + "name": "flags", + "type": [ + "bitfield", + [ + { + "name": "unused", + "size": 3, + "signed": false + }, + { + "name": "has_custom_suggestions", + "size": 1, + "signed": false + }, + { + "name": "has_redirect_node", + "size": 1, + "signed": false + }, + { + "name": "has_command", + "size": 1, + "signed": false + }, + { + "name": "command_node_type", + "size": 2, + "signed": false + } + ] + ] + }, + { + "name": "children", + "type": [ + "array", + { + "countType": "varint", + "type": "varint" + } + ] + }, + { + "name": "redirectNode", + "type": [ + "switch", + { + "compareTo": "flags/has_redirect_node", + "fields": { + "1": "varint" + }, + "default": "void" + } + ] + }, + { + "name": "extraNodeData", + "type": [ + "switch", + { + "compareTo": "flags/command_node_type", + "fields": { + "0": "void", + "1": [ + "container", + [ + { + "name": "name", + "type": "string" + } + ] + ], + "2": [ + "container", + [ + { + "name": "name", + "type": "string" + }, + { + "name": "parser", + "type": [ + "mapper", + { + "type": "varint", + "mappings": { + "0": "brigadier:bool", + "1": "brigadier:float", + "2": "brigadier:double", + "3": "brigadier:integer", + "4": "brigadier:long", + "5": "brigadier:string", + "6": "minecraft:entity", + "7": "minecraft:game_profile", + "8": "minecraft:block_pos", + "9": "minecraft:column_pos", + "10": "minecraft:vec3", + "11": "minecraft:vec2", + "12": "minecraft:block_state", + "13": "minecraft:block_predicate", + "14": "minecraft:item_stack", + "15": "minecraft:item_predicate", + "16": "minecraft:color", + "17": "minecraft:component", + "18": "minecraft:message", + "19": "minecraft:nbt", + "20": "minecraft:nbt_tag", + "21": "minecraft:nbt_path", + "22": "minecraft:objective", + "23": "minecraft:objective_criteria", + "24": "minecraft:operation", + "25": "minecraft:particle", + "26": "minecraft:angle", + "27": "minecraft:rotation", + "28": "minecraft:scoreboard_slot", + "29": "minecraft:score_holder", + "30": "minecraft:swizzle", + "31": "minecraft:team", + "32": "minecraft:item_slot", + "33": "minecraft:resource_location", + "34": "minecraft:function", + "35": "minecraft:entity_anchor", + "36": "minecraft:int_range", + "37": "minecraft:float_range", + "38": "minecraft:dimension", + "39": "minecraft:gamemode", + "40": "minecraft:time", + "41": "minecraft:resource_or_tag", + "42": "minecraft:resource_or_tag_key", + "43": "minecraft:resource", + "44": "minecraft:resource_key", + "45": "minecraft:template_mirror", + "46": "minecraft:template_rotation", + "47": "minecraft:heightmap", + "48": "minecraft:uuid" + } + } + ] + }, + { + "name": "properties", + "type": [ + "switch", + { + "compareTo": "parser", + "fields": { + "brigadier:bool": "void", + "brigadier:float": [ + "container", + [ + { + "name": "flags", + "type": [ + "bitfield", + [ + { + "name": "unused", + "size": 6, + "signed": false + }, + { + "name": "max_present", + "size": 1, + "signed": false + }, + { + "name": "min_present", + "size": 1, + "signed": false + } + ] + ] + }, + { + "name": "min", + "type": [ + "switch", + { + "compareTo": "flags/min_present", + "fields": { + "1": "f32" + }, + "default": "void" + } + ] + }, + { + "name": "max", + "type": [ + "switch", + { + "compareTo": "flags/max_present", + "fields": { + "1": "f32" + }, + "default": "void" + } + ] + } + ] + ], + "brigadier:double": [ + "container", + [ + { + "name": "flags", + "type": [ + "bitfield", + [ + { + "name": "unused", + "size": 6, + "signed": false + }, + { + "name": "max_present", + "size": 1, + "signed": false + }, + { + "name": "min_present", + "size": 1, + "signed": false + } + ] + ] + }, + { + "name": "min", + "type": [ + "switch", + { + "compareTo": "flags/min_present", + "fields": { + "1": "f64" + }, + "default": "void" + } + ] + }, + { + "name": "max", + "type": [ + "switch", + { + "compareTo": "flags/max_present", + "fields": { + "1": "f64" + }, + "default": "void" + } + ] + } + ] + ], + "brigadier:integer": [ + "container", + [ + { + "name": "flags", + "type": [ + "bitfield", + [ + { + "name": "unused", + "size": 6, + "signed": false + }, + { + "name": "max_present", + "size": 1, + "signed": false + }, + { + "name": "min_present", + "size": 1, + "signed": false + } + ] + ] + }, + { + "name": "min", + "type": [ + "switch", + { + "compareTo": "flags/min_present", + "fields": { + "1": "i32" + }, + "default": "void" + } + ] + }, + { + "name": "max", + "type": [ + "switch", + { + "compareTo": "flags/max_present", + "fields": { + "1": "i32" + }, + "default": "void" + } + ] + } + ] + ], + "brigadier:long": [ + "container", + [ + { + "name": "flags", + "type": [ + "bitfield", + [ + { + "name": "unused", + "size": 6, + "signed": false + }, + { + "name": "max_present", + "size": 1, + "signed": false + }, + { + "name": "min_present", + "size": 1, + "signed": false + } + ] + ] + }, + { + "name": "min", + "type": [ + "switch", + { + "compareTo": "flags/min_present", + "fields": { + "1": "i64" + }, + "default": "void" + } + ] + }, + { + "name": "max", + "type": [ + "switch", + { + "compareTo": "flags/max_present", + "fields": { + "1": "i64" + }, + "default": "void" + } + ] + } + ] + ], + "brigadier:string": [ + "mapper", + { + "type": "varint", + "mappings": { + "0": "SINGLE_WORD", + "1": "QUOTABLE_PHRASE", + "2": "GREEDY_PHRASE" + } + } + ], + "minecraft:entity": [ + "bitfield", + [ + { + "name": "unused", + "size": 6, + "signed": false + }, + { + "name": "onlyAllowPlayers", + "size": 1, + "signed": false + }, + { + "name": "onlyAllowEntities", + "size": 1, + "signed": false + } + ] + ], + "minecraft:game_profile": "void", + "minecraft:block_pos": "void", + "minecraft:column_pos": "void", + "minecraft:vec3": "void", + "minecraft:vec2": "void", + "minecraft:block_state": "void", + "minecraft:block_predicate": "void", + "minecraft:item_stack": "void", + "minecraft:item_predicate": "void", + "minecraft:color": "void", + "minecraft:component": "void", + "minecraft:message": "void", + "minecraft:nbt": "void", + "minecraft:nbt_path": "void", + "minecraft:objective": "void", + "minecraft:objective_criteria": "void", + "minecraft:operation": "void", + "minecraft:particle": "void", + "minecraft:angle": "void", + "minecraft:rotation": "void", + "minecraft:scoreboard_slot": "void", + "minecraft:score_holder": [ + "bitfield", + [ + { + "name": "unused", + "size": 7, + "signed": false + }, + { + "name": "allowMultiple", + "size": 1, + "signed": false + } + ] + ], + "minecraft:swizzle": "void", + "minecraft:team": "void", + "minecraft:item_slot": "void", + "minecraft:resource_location": "void", + "minecraft:function": "void", + "minecraft:entity_anchor": "void", + "minecraft:int_range": "void", + "minecraft:float_range": "void", + "minecraft:dimension": "void", + "minecraft:gamemode": "void", + "minecraft:time": [ + "container", + [ + { + "name": "min", + "type": "i32" + } + ] + ], + "minecraft:resource_or_tag": [ + "container", + [ + { + "name": "registry", + "type": "string" + } + ] + ], + "minecraft:resource_or_tag_key": [ + "container", + [ + { + "name": "registry", + "type": "string" + } + ] + ], + "minecraft:resource": [ + "container", + [ + { + "name": "registry", + "type": "string" + } + ] + ], + "minecraft:resource_key": [ + "container", + [ + { + "name": "registry", + "type": "string" + } + ] + ], + "minecraft:template_mirror": "void", + "minecraft:template_rotation": "void", + "minecraft:heightmap": "void", + "minecraft:uuid": "void" + } + } + ] + }, + { + "name": "suggestionType", + "type": [ + "switch", + { + "compareTo": "../flags/has_custom_suggestions", + "fields": { + "1": "string" + }, + "default": "void" + } + ] + } + ] + ] + } + } + ] + } + ] + ] + }, + "handshaking": { + "toClient": { + "types": { + "packet": [ + "container", + [ + { + "name": "name", + "type": [ + "mapper", + { + "type": "varint", + "mappings": {} + } + ] + }, + { + "name": "params", + "type": [ + "switch", + { + "compareTo": "name", + "fields": {} + } + ] + } + ] + ] + } + }, + "toServer": { + "types": { + "packet_set_protocol": [ + "container", + [ + { + "name": "protocolVersion", + "type": "varint" + }, + { + "name": "serverHost", + "type": "string" + }, + { + "name": "serverPort", + "type": "u16" + }, + { + "name": "nextState", + "type": "varint" + } + ] + ], + "packet_legacy_server_list_ping": [ + "container", + [ + { + "name": "payload", + "type": "u8" + } + ] + ], + "packet": [ + "container", + [ + { + "name": "name", + "type": [ + "mapper", + { + "type": "varint", + "mappings": { + "0x00": "set_protocol", + "0xfe": "legacy_server_list_ping" + } + } + ] + }, + { + "name": "params", + "type": [ + "switch", + { + "compareTo": "name", + "fields": { + "set_protocol": "packet_set_protocol", + "legacy_server_list_ping": "packet_legacy_server_list_ping" + } + } + ] + } + ] + ] + } + } + }, + "status": { + "toClient": { + "types": { + "packet_server_info": [ + "container", + [ + { + "name": "response", + "type": "string" + } + ] + ], + "packet_ping": [ + "container", + [ + { + "name": "time", + "type": "i64" + } + ] + ], + "packet": [ + "container", + [ + { + "name": "name", + "type": [ + "mapper", + { + "type": "varint", + "mappings": { + "0x00": "server_info", + "0x01": "ping" + } + } + ] + }, + { + "name": "params", + "type": [ + "switch", + { + "compareTo": "name", + "fields": { + "server_info": "packet_server_info", + "ping": "packet_ping" + } + } + ] + } + ] + ] + } + }, + "toServer": { + "types": { + "packet_ping_start": [ + "container", + [] + ], + "packet_ping": [ + "container", + [ + { + "name": "time", + "type": "i64" + } + ] + ], + "packet": [ + "container", + [ + { + "name": "name", + "type": [ + "mapper", + { + "type": "varint", + "mappings": { + "0x00": "ping_start", + "0x01": "ping" + } + } + ] + }, + { + "name": "params", + "type": [ + "switch", + { + "compareTo": "name", + "fields": { + "ping_start": "packet_ping_start", + "ping": "packet_ping" + } + } + ] + } + ] + ] + } + } + }, + "login": { + "toClient": { + "types": { + "packet_disconnect": [ + "container", + [ + { + "name": "reason", + "type": "string" + } + ] + ], + "packet_encryption_begin": [ + "container", + [ + { + "name": "serverId", + "type": "string" + }, + { + "name": "publicKey", + "type": [ + "buffer", + { + "countType": "varint" + } + ] + }, + { + "name": "verifyToken", + "type": [ + "buffer", + { + "countType": "varint" + } + ] + } + ] + ], + "packet_success": [ + "container", + [ + { + "name": "uuid", + "type": "UUID" + }, + { + "name": "username", + "type": "string" + }, + { + "name": "properties", + "type": [ + "array", + { + "countType": "varint", + "type": [ + "container", + [ + { + "name": "name", + "type": "string" + }, + { + "name": "value", + "type": "string" + }, + { + "name": "signature", + "type": [ + "option", + "string" + ] + } + ] + ] + } + ] + } + ] + ], + "packet_compress": [ + "container", + [ + { + "name": "threshold", + "type": "varint" + } + ] + ], + "packet_login_plugin_request": [ + "container", + [ + { + "name": "messageId", + "type": "varint" + }, + { + "name": "channel", + "type": "string" + }, + { + "name": "data", + "type": "restBuffer" + } + ] + ], + "packet": [ + "container", + [ + { + "name": "name", + "type": [ + "mapper", + { + "type": "varint", + "mappings": { + "0x00": "disconnect", + "0x01": "encryption_begin", + "0x02": "success", + "0x03": "compress", + "0x04": "login_plugin_request" + } + } + ] + }, + { + "name": "params", + "type": [ + "switch", + { + "compareTo": "name", + "fields": { + "disconnect": "packet_disconnect", + "encryption_begin": "packet_encryption_begin", + "success": "packet_success", + "compress": "packet_compress", + "login_plugin_request": "packet_login_plugin_request" + } + } + ] + } + ] + ] + } + }, + "toServer": { + "types": { + "packet_login_start": [ + "container", + [ + { + "name": "username", + "type": "string" + }, + { + "name": "playerUUID", + "type": "UUID" + } + ] + ], + "packet_encryption_begin": [ + "container", + [ + { + "name": "sharedSecret", + "type": [ + "buffer", + { + "countType": "varint" + } + ] + }, + { + "name": "verifyToken", + "type": [ + "buffer", + { + "countType": "varint" + } + ] + } + ] + ], + "packet_login_plugin_response": [ + "container", + [ + { + "name": "messageId", + "type": "varint" + }, + { + "name": "data", + "type": [ + "option", + "restBuffer" + ] + } + ] + ], + "packet_login_acknowledged": [ + "container", + [] + ], + "packet": [ + "container", + [ + { + "name": "name", + "type": [ + "mapper", + { + "type": "varint", + "mappings": { + "0x00": "login_start", + "0x01": "encryption_begin", + "0x02": "login_plugin_response", + "0x03": "login_acknowledged" + } + } + ] + }, + { + "name": "params", + "type": [ + "switch", + { + "compareTo": "name", + "fields": { + "login_start": "packet_login_start", + "encryption_begin": "packet_encryption_begin", + "login_plugin_response": "packet_login_plugin_response", + "login_acknowledged": "packet_login_acknowledged" + } + } + ] + } + ] + ] + } + } + }, + "configutation": { + "toClient": { + "types": { + "packet_custom_payload": [ + "container", + [ + { + "name": "channel", + "type": "string" + }, + { + "name": "data", + "type": "restBuffer" + } + ] + ], + "packet_disconnect": [ + "container", + [ + { + "name": "reason", + "type": "string" + } + ] + ], + "packet_finish_configuation": [ + "container", + [] + ], + "packet_keep_alive": [ + "container", + [ + { + "name": "keepAliveId", + "type": "i64" + } + ] + ], + "packet_ping": [ + "container", + [ + { + "name": "id", + "type": "i32" + } + ] + ], + "packet_registry_data": [ + "container", + [ + { + "name": "codec", + "type": "nbt" + } + ] + ], + "packet_resource_pack_send": [ + "container", + [ + { + "name": "url", + "type": "string" + }, + { + "name": "hash", + "type": "string" + }, + { + "name": "forced", + "type": "bool" + }, + { + "name": "promptMessage", + "type": [ + "option", + "string" + ] + } + ] + ], + "packet_feature_flags": [ + "container", + [ + { + "name": "features", + "type": [ + "array", + { + "countType": "varint", + "type": "string" + } + ] + } + ] + ], + "packet_tags": [ + "container", + [ + { + "name": "tags", + "type": [ + "array", + { + "countType": "varint", + "type": [ + "container", + [ + { + "name": "tagType", + "type": "string" + }, + { + "name": "tags", + "type": "tags" + } + ] + ] + } + ] + } + ] + ], + "packet": [ + "container", + [ + { + "name": "name", + "type": [ + "mapper", + { + "type": "varint", + "mappings": { + "0x00": "custom_payload", + "0x01": "disconnect", + "0x02": "finish_configuration", + "0x03": "keep_alive", + "0x04": "ping", + "0x05": "registry_data", + "0x06": "resource_pack_send", + "0x07": "feature_flags", + "0x08": "tags" + } + } + ] + }, + { + "name": "params", + "type": [ + "switch", + { + "compareTo": "name", + "fields": { + "custom_payload": "packet_custom_payload", + "disconnect": "packet_disconnect", + "finish_configuration": "packet_finish_configuation", + "keep_alive": "packet_keep_alive", + "ping": "packet_ping", + "registry_data": "packet_registry_data", + "resource_pack_send": "packet_resource_pack_send", + "feature_flags": "packet_feature_flags", + "tags": "packet_tags" + } + } + ] + } + ] + ] + } + }, + "toServer": { + "types": { + "packet_settings": [ + "container", + [ + { + "name": "locale", + "type": "string" + }, + { + "name": "viewDistance", + "type": "i8" + }, + { + "name": "chatFlags", + "type": "varint" + }, + { + "name": "chatColors", + "type": "bool" + }, + { + "name": "skinParts", + "type": "u8" + }, + { + "name": "mainHand", + "type": "varint" + }, + { + "name": "enableTextFiltering", + "type": "bool" + }, + { + "name": "enableServerListing", + "type": "bool" + } + ] + ], + "packet_custom_payload": [ + "container", + [ + { + "name": "channel", + "type": "string" + }, + { + "name": "data", + "type": "restBuffer" + } + ] + ], + "packet_finish_configuation": [ + "container", + [] + ], + "packet_keep_alive": [ + "container", + [ + { + "name": "keepAliveId", + "type": "i64" + } + ] + ], + "packet_pong": [ + "container", + [ + { + "name": "id", + "type": "i32" + } + ] + ], + "packet_resource_pack_receive": [ + "container", + [ + { + "name": "result", + "type": "varint" + } + ] + ], + "packet": [ + "container", + [ + { + "name": "name", + "type": [ + "mapper", + { + "type": "varint", + "mappings": { + "0x00": "settings", + "0x01": "custom_payload", + "0x02": "finish_configuation", + "0x03": "keep_alive", + "0x04": "pong", + "0x05": "resource_pack_receive" + } + } + ] + }, + { + "name": "params", + "type": [ + "switch", + { + "compareTo": "name", + "fields": { + "settings": "packet_settings", + "custom_payload": "packet_custom_payload", + "finish_configuation": "packet_finish_configuation", + "keep_alive": "packet_keep_alive", + "pong": "packet_pong", + "resource_pack_receive": "packet_resource_pack_receive" + } + } + ] + } + ] + ] + } + } + }, + "play": { + "toClient": { + "types": { + "packet_spawn_entity": [ + "container", + [ + { + "name": "entityId", + "type": "varint" + }, + { + "name": "objectUUID", + "type": "UUID" + }, + { + "name": "type", + "type": "varint" + }, + { + "name": "x", + "type": "f64" + }, + { + "name": "y", + "type": "f64" + }, + { + "name": "z", + "type": "f64" + }, + { + "name": "pitch", + "type": "i8" + }, + { + "name": "yaw", + "type": "i8" + }, + { + "name": "headPitch", + "type": "i8" + }, + { + "name": "objectData", + "type": "varint" + }, + { + "name": "velocityX", + "type": "i16" + }, + { + "name": "velocityY", + "type": "i16" + }, + { + "name": "velocityZ", + "type": "i16" + } + ] + ], + "packet_spawn_entity_experience_orb": [ + "container", + [ + { + "name": "entityId", + "type": "varint" + }, + { + "name": "x", + "type": "f64" + }, + { + "name": "y", + "type": "f64" + }, + { + "name": "z", + "type": "f64" + }, + { + "name": "count", + "type": "i16" + } + ] + ], + "packet_animation": [ + "container", + [ + { + "name": "entityId", + "type": "varint" + }, + { + "name": "animation", + "type": "u8" + } + ] + ], + "packet_statistics": [ + "container", + [ + { + "name": "entries", + "type": [ + "array", + { + "countType": "varint", + "type": [ + "container", + [ + { + "name": "categoryId", + "type": "varint" + }, + { + "name": "statisticId", + "type": "varint" + }, + { + "name": "value", + "type": "varint" + } + ] + ] + } + ] + } + ] + ], + "packet_advancements": [ + "container", + [ + { + "name": "reset", + "type": "bool" + }, + { + "name": "advancementMapping", + "type": [ + "array", + { + "countType": "varint", + "type": [ + "container", + [ + { + "name": "key", + "type": "string" + }, + { + "name": "value", + "type": [ + "container", + [ + { + "name": "parentId", + "type": [ + "option", + "string" + ] + }, + { + "name": "displayData", + "type": [ + "option", + [ + "container", + [ + { + "name": "title", + "type": "string" + }, + { + "name": "description", + "type": "string" + }, + { + "name": "icon", + "type": "slot" + }, + { + "name": "frameType", + "type": "varint" + }, + { + "name": "flags", + "type": [ + "bitfield", + [ + { + "name": "_unused", + "size": 29, + "signed": false + }, + { + "name": "hidden", + "size": 1, + "signed": false + }, + { + "name": "show_toast", + "size": 1, + "signed": false + }, + { + "name": "has_background_texture", + "size": 1, + "signed": false + } + ] + ] + }, + { + "name": "backgroundTexture", + "type": [ + "switch", + { + "compareTo": "flags/has_background_texture", + "fields": { + "1": "string" + }, + "default": "void" + } + ] + }, + { + "name": "xCord", + "type": "f32" + }, + { + "name": "yCord", + "type": "f32" + } + ] + ] + ] + }, + { + "name": "requirements", + "type": [ + "array", + { + "countType": "varint", + "type": [ + "array", + { + "countType": "varint", + "type": "string" + } + ] + } + ] + }, + { + "name": "sendsTelemtryData", + "type": "bool" + } + ] + ] + } + ] + ] + } + ] + }, + { + "name": "identifiers", + "type": [ + "array", + { + "countType": "varint", + "type": "string" + } + ] + }, + { + "name": "progressMapping", + "type": [ + "array", + { + "countType": "varint", + "type": [ + "container", + [ + { + "name": "key", + "type": "string" + }, + { + "name": "value", + "type": [ + "array", + { + "countType": "varint", + "type": [ + "container", + [ + { + "name": "criterionIdentifier", + "type": "string" + }, + { + "name": "criterionProgress", + "type": [ + "option", + "i64" + ] + } + ] + ] + } + ] + } + ] + ] + } + ] + } + ] + ], + "packet_block_break_animation": [ + "container", + [ + { + "name": "entityId", + "type": "varint" + }, + { + "name": "location", + "type": "position" + }, + { + "name": "destroyStage", + "type": "i8" + } + ] + ], + "packet_tile_entity_data": [ + "container", + [ + { + "name": "location", + "type": "position" + }, + { + "name": "action", + "type": "varint" + }, + { + "name": "nbtData", + "type": "optionalNbt" + } + ] + ], + "packet_block_action": [ + "container", + [ + { + "name": "location", + "type": "position" + }, + { + "name": "byte1", + "type": "u8" + }, + { + "name": "byte2", + "type": "u8" + }, + { + "name": "blockId", + "type": "varint" + } + ] + ], + "packet_block_change": [ + "container", + [ + { + "name": "location", + "type": "position" + }, + { + "name": "type", + "type": "varint" + } + ] + ], + "packet_boss_bar": [ + "container", + [ + { + "name": "entityUUID", + "type": "UUID" + }, + { + "name": "action", + "type": "varint" + }, + { + "name": "title", + "type": [ + "switch", + { + "compareTo": "action", + "fields": { + "0": "string", + "3": "string" + }, + "default": "void" + } + ] + }, + { + "name": "health", + "type": [ + "switch", + { + "compareTo": "action", + "fields": { + "0": "f32", + "2": "f32" + }, + "default": "void" + } + ] + }, + { + "name": "color", + "type": [ + "switch", + { + "compareTo": "action", + "fields": { + "0": "varint", + "4": "varint" + }, + "default": "void" + } + ] + }, + { + "name": "dividers", + "type": [ + "switch", + { + "compareTo": "action", + "fields": { + "0": "varint", + "4": "varint" + }, + "default": "void" + } + ] + }, + { + "name": "flags", + "type": [ + "switch", + { + "compareTo": "action", + "fields": { + "0": "u8", + "5": "u8" + }, + "default": "void" + } + ] + } + ] + ], + "packet_difficulty": [ + "container", + [ + { + "name": "difficulty", + "type": "u8" + }, + { + "name": "difficultyLocked", + "type": "bool" + } + ] + ], + "packet_chunk_batch_finished": [ + "container", + [ + { + "name": "batchSize", + "type": "varint" + } + ] + ], + "packet_chunk_batch_start": [ + "container", + [ + { + "name": "batchSize", + "type": "varint" + } + ] + ], + "packet_tab_complete": [ + "container", + [ + { + "name": "transactionId", + "type": "varint" + }, + { + "name": "start", + "type": "varint" + }, + { + "name": "length", + "type": "varint" + }, + { + "name": "matches", + "type": [ + "array", + { + "countType": "varint", + "type": [ + "container", + [ + { + "name": "match", + "type": "string" + }, + { + "name": "tooltip", + "type": [ + "option", + "string" + ] + } + ] + ] + } + ] + } + ] + ], + "packet_declare_commands": [ + "container", + [ + { + "name": "nodes", + "type": [ + "array", + { + "countType": "varint", + "type": "command_node" + } + ] + }, + { + "name": "rootIndex", + "type": "varint" + } + ] + ], + "packet_face_player": [ + "container", + [ + { + "name": "feet_eyes", + "type": "varint" + }, + { + "name": "x", + "type": "f64" + }, + { + "name": "y", + "type": "f64" + }, + { + "name": "z", + "type": "f64" + }, + { + "name": "isEntity", + "type": "bool" + }, + { + "name": "entityId", + "type": [ + "switch", + { + "compareTo": "isEntity", + "fields": { + "true": "varint" + }, + "default": "void" + } + ] + }, + { + "name": "entity_feet_eyes", + "type": [ + "switch", + { + "compareTo": "isEntity", + "fields": { + "true": "string" + }, + "default": "void" + } + ] + } + ] + ], + "packet_nbt_query_response": [ + "container", + [ + { + "name": "transactionId", + "type": "varint" + }, + { + "name": "nbt", + "type": "optionalNbt" + } + ] + ], + "packet_multi_block_change": [ + "container", + [ + { + "name": "chunkCoordinates", + "type": [ + "bitfield", + [ + { + "name": "x", + "size": 22, + "signed": true + }, + { + "name": "z", + "size": 22, + "signed": true + }, + { + "name": "y", + "size": 20, + "signed": true + } + ] + ] + }, + { + "name": "records", + "type": [ + "array", + { + "countType": "varint", + "type": "varint" + } + ] + } + ] + ], + "packet_close_window": [ + "container", + [ + { + "name": "windowId", + "type": "u8" + } + ] + ], + "packet_open_window": [ + "container", + [ + { + "name": "windowId", + "type": "varint" + }, + { + "name": "inventoryType", + "type": "varint" + }, + { + "name": "windowTitle", + "type": "string" + } + ] + ], + "packet_window_items": [ + "container", + [ + { + "name": "windowId", + "type": "u8" + }, + { + "name": "stateId", + "type": "varint" + }, + { + "name": "items", + "type": [ + "array", + { + "countType": "varint", + "type": "slot" + } + ] + }, + { + "name": "carriedItem", + "type": "slot" + } + ] + ], + "packet_craft_progress_bar": [ + "container", + [ + { + "name": "windowId", + "type": "u8" + }, + { + "name": "property", + "type": "i16" + }, + { + "name": "value", + "type": "i16" + } + ] + ], + "packet_set_slot": [ + "container", + [ + { + "name": "windowId", + "type": "i8" + }, + { + "name": "stateId", + "type": "varint" + }, + { + "name": "slot", + "type": "i16" + }, + { + "name": "item", + "type": "slot" + } + ] + ], + "packet_set_cooldown": [ + "container", + [ + { + "name": "itemID", + "type": "varint" + }, + { + "name": "cooldownTicks", + "type": "varint" + } + ] + ], + "packet_chat_suggestions": [ + "container", + [ + { + "name": "action", + "type": "varint" + }, + { + "name": "entries", + "type": [ + "array", + { + "countType": "varint", + "type": "string" + } + ] + } + ] + ], + "packet_custom_payload": [ + "container", + [ + { + "name": "channel", + "type": "string" + }, + { + "name": "data", + "type": "restBuffer" + } + ] + ], + "packet_hide_message": [ + "container", + [ + { + "name": "id", + "type": "varint" + }, + { + "name": "signature", + "type": [ + "switch", + { + "compareTo": "id", + "fields": { + "0": [ + "buffer", + { + "count": 256 + } + ] + }, + "default": "void" + } + ] + } + ] + ], + "packet_kick_disconnect": [ + "container", + [ + { + "name": "reason", + "type": "string" + } + ] + ], + "packet_profileless_chat": [ + "container", + [ + { + "name": "message", + "type": "string" + }, + { + "name": "type", + "type": "varint" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "target", + "type": [ + "option", + "string" + ] + } + ] + ], + "packet_entity_status": [ + "container", + [ + { + "name": "entityId", + "type": "i32" + }, + { + "name": "entityStatus", + "type": "i8" + } + ] + ], + "packet_explosion": [ + "container", + [ + { + "name": "x", + "type": "f64" + }, + { + "name": "y", + "type": "f64" + }, + { + "name": "z", + "type": "f64" + }, + { + "name": "radius", + "type": "f32" + }, + { + "name": "affectedBlockOffsets", + "type": [ + "array", + { + "countType": "varint", + "type": [ + "container", + [ + { + "name": "x", + "type": "i8" + }, + { + "name": "y", + "type": "i8" + }, + { + "name": "z", + "type": "i8" + } + ] + ] + } + ] + }, + { + "name": "playerMotionX", + "type": "f32" + }, + { + "name": "playerMotionY", + "type": "f32" + }, + { + "name": "playerMotionZ", + "type": "f32" + } + ] + ], + "packet_unload_chunk": [ + "container", + [ + { + "name": "chunkX", + "type": "i32" + }, + { + "name": "chunkZ", + "type": "i32" + } + ] + ], + "packet_game_state_change": [ + "container", + [ + { + "name": "reason", + "type": "u8" + }, + { + "name": "gameMode", + "type": "f32" + } + ] + ], + "packet_open_horse_window": [ + "container", + [ + { + "name": "windowId", + "type": "u8" + }, + { + "name": "nbSlots", + "type": "varint" + }, + { + "name": "entityId", + "type": "i32" + } + ] + ], + "packet_keep_alive": [ + "container", + [ + { + "name": "keepAliveId", + "type": "i64" + } + ] + ], + "packet_map_chunk": [ + "container", + [ + { + "name": "x", + "type": "i32" + }, + { + "name": "z", + "type": "i32" + }, + { + "name": "heightmaps", + "type": "nbt" + }, + { + "name": "chunkData", + "type": [ + "buffer", + { + "countType": "varint" + } + ] + }, + { + "name": "blockEntities", + "type": [ + "array", + { + "countType": "varint", + "type": "chunkBlockEntity" + } + ] + }, + { + "name": "skyLightMask", + "type": [ + "array", + { + "countType": "varint", + "type": "i64" + } + ] + }, + { + "name": "blockLightMask", + "type": [ + "array", + { + "countType": "varint", + "type": "i64" + } + ] + }, + { + "name": "emptySkyLightMask", + "type": [ + "array", + { + "countType": "varint", + "type": "i64" + } + ] + }, + { + "name": "emptyBlockLightMask", + "type": [ + "array", + { + "countType": "varint", + "type": "i64" + } + ] + }, + { + "name": "skyLight", + "type": [ + "array", + { + "countType": "varint", + "type": [ + "array", + { + "countType": "varint", + "type": "u8" + } + ] + } + ] + }, + { + "name": "blockLight", + "type": [ + "array", + { + "countType": "varint", + "type": [ + "array", + { + "countType": "varint", + "type": "u8" + } + ] + } + ] + } + ] + ], + "packet_world_event": [ + "container", + [ + { + "name": "effectId", + "type": "i32" + }, + { + "name": "location", + "type": "position" + }, + { + "name": "data", + "type": "i32" + }, + { + "name": "global", + "type": "bool" + } + ] + ], + "packet_world_particles": [ + "container", + [ + { + "name": "particleId", + "type": "varint" + }, + { + "name": "longDistance", + "type": "bool" + }, + { + "name": "x", + "type": "f64" + }, + { + "name": "y", + "type": "f64" + }, + { + "name": "z", + "type": "f64" + }, + { + "name": "offsetX", + "type": "f32" + }, + { + "name": "offsetY", + "type": "f32" + }, + { + "name": "offsetZ", + "type": "f32" + }, + { + "name": "particleData", + "type": "f32" + }, + { + "name": "particles", + "type": "i32" + }, + { + "name": "data", + "type": [ + "particleData", + { + "compareTo": "particleId" + } + ] + } + ] + ], + "packet_update_light": [ + "container", + [ + { + "name": "chunkX", + "type": "varint" + }, + { + "name": "chunkZ", + "type": "varint" + }, + { + "name": "skyLightMask", + "type": [ + "array", + { + "countType": "varint", + "type": "i64" + } + ] + }, + { + "name": "blockLightMask", + "type": [ + "array", + { + "countType": "varint", + "type": "i64" + } + ] + }, + { + "name": "emptySkyLightMask", + "type": [ + "array", + { + "countType": "varint", + "type": "i64" + } + ] + }, + { + "name": "emptyBlockLightMask", + "type": [ + "array", + { + "countType": "varint", + "type": "i64" + } + ] + }, + { + "name": "skyLight", + "type": [ + "array", + { + "countType": "varint", + "type": [ + "array", + { + "countType": "varint", + "type": "u8" + } + ] + } + ] + }, + { + "name": "blockLight", + "type": [ + "array", + { + "countType": "varint", + "type": [ + "array", + { + "countType": "varint", + "type": "u8" + } + ] + } + ] + } + ] + ], + "packet_login": [ + "container", + [ + { + "name": "entityId", + "type": "i32" + }, + { + "name": "isHardcore", + "type": "bool" + }, + { + "name": "worldNames", + "type": [ + "array", + { + "countType": "varint", + "type": "string" + } + ] + }, + { + "name": "maxPlayers", + "type": "varint" + }, + { + "name": "viewDistance", + "type": "varint" + }, + { + "name": "simulationDistance", + "type": "varint" + }, + { + "name": "reducedDebugInfo", + "type": "bool" + }, + { + "name": "enableRespawnScreen", + "type": "bool" + }, + { + "name": "doLimitedCrafting", + "type": "bool" + }, + { + "name": "worldType", + "type": "string" + }, + { + "name": "worldName", + "type": "string" + }, + { + "name": "hashedSeed", + "type": "i64" + }, + { + "name": "gameMode", + "type": "u8" + }, + { + "name": "previousGameMode", + "type": "i8" + }, + { + "name": "isDebug", + "type": "bool" + }, + { + "name": "isFlat", + "type": "bool" + }, + { + "name": "death", + "type": [ + "option", + [ + "container", + [ + { + "name": "dimensionName", + "type": "string" + }, + { + "name": "location", + "type": "position" + } + ] + ] + ] + }, + { + "name": "portalCooldown", + "type": "varint" + } + ] + ], + "packet_map": [ + "container", + [ + { + "name": "itemDamage", + "type": "varint" + }, + { + "name": "scale", + "type": "i8" + }, + { + "name": "locked", + "type": "bool" + }, + { + "name": "icons", + "type": [ + "option", + [ + "array", + { + "countType": "varint", + "type": [ + "container", + [ + { + "name": "type", + "type": "varint" + }, + { + "name": "x", + "type": "i8" + }, + { + "name": "z", + "type": "i8" + }, + { + "name": "direction", + "type": "u8" + }, + { + "name": "displayName", + "type": [ + "option", + "string" + ] + } + ] + ] + } + ] + ] + }, + { + "name": "columns", + "type": "u8" + }, + { + "name": "rows", + "type": [ + "switch", + { + "compareTo": "columns", + "fields": { + "0": "void" + }, + "default": "u8" + } + ] + }, + { + "name": "x", + "type": [ + "switch", + { + "compareTo": "columns", + "fields": { + "0": "void" + }, + "default": "u8" + } + ] + }, + { + "name": "y", + "type": [ + "switch", + { + "compareTo": "columns", + "fields": { + "0": "void" + }, + "default": "u8" + } + ] + }, + { + "name": "data", + "type": [ + "switch", + { + "compareTo": "columns", + "fields": { + "0": "void" + }, + "default": [ + "buffer", + { + "countType": "varint" + } + ] + } + ] + } + ] + ], + "packet_trade_list": [ + "container", + [ + { + "name": "windowId", + "type": "varint" + }, + { + "name": "trades", + "type": [ + "array", + { + "countType": "varint", + "type": [ + "container", + [ + { + "name": "inputItem1", + "type": "slot" + }, + { + "name": "outputItem", + "type": "slot" + }, + { + "name": "inputItem2", + "type": "slot" + }, + { + "name": "tradeDisabled", + "type": "bool" + }, + { + "name": "nbTradeUses", + "type": "i32" + }, + { + "name": "maximumNbTradeUses", + "type": "i32" + }, + { + "name": "xp", + "type": "i32" + }, + { + "name": "specialPrice", + "type": "i32" + }, + { + "name": "priceMultiplier", + "type": "f32" + }, + { + "name": "demand", + "type": "i32" + } + ] + ] + } + ] + }, + { + "name": "villagerLevel", + "type": "varint" + }, + { + "name": "experience", + "type": "varint" + }, + { + "name": "isRegularVillager", + "type": "bool" + }, + { + "name": "canRestock", + "type": "bool" + } + ] + ], + "packet_rel_entity_move": [ + "container", + [ + { + "name": "entityId", + "type": "varint" + }, + { + "name": "dX", + "type": "i16" + }, + { + "name": "dY", + "type": "i16" + }, + { + "name": "dZ", + "type": "i16" + }, + { + "name": "onGround", + "type": "bool" + } + ] + ], + "packet_entity_move_look": [ + "container", + [ + { + "name": "entityId", + "type": "varint" + }, + { + "name": "dX", + "type": "i16" + }, + { + "name": "dY", + "type": "i16" + }, + { + "name": "dZ", + "type": "i16" + }, + { + "name": "yaw", + "type": "i8" + }, + { + "name": "pitch", + "type": "i8" + }, + { + "name": "onGround", + "type": "bool" + } + ] + ], + "packet_entity_look": [ + "container", + [ + { + "name": "entityId", + "type": "varint" + }, + { + "name": "yaw", + "type": "i8" + }, + { + "name": "pitch", + "type": "i8" + }, + { + "name": "onGround", + "type": "bool" + } + ] + ], + "packet_vehicle_move": [ + "container", + [ + { + "name": "x", + "type": "f64" + }, + { + "name": "y", + "type": "f64" + }, + { + "name": "z", + "type": "f64" + }, + { + "name": "yaw", + "type": "f32" + }, + { + "name": "pitch", + "type": "f32" + } + ] + ], + "packet_open_book": [ + "container", + [ + { + "name": "hand", + "type": "varint" + } + ] + ], + "packet_open_sign_entity": [ + "container", + [ + { + "name": "location", + "type": "position" + }, + { + "name": "isFrontText", + "type": "bool" + } + ] + ], + "packet_craft_recipe_response": [ + "container", + [ + { + "name": "windowId", + "type": "i8" + }, + { + "name": "recipe", + "type": "string" + } + ] + ], + "packet_abilities": [ + "container", + [ + { + "name": "flags", + "type": "i8" + }, + { + "name": "flyingSpeed", + "type": "f32" + }, + { + "name": "walkingSpeed", + "type": "f32" + } + ] + ], + "packet_player_chat": [ + "container", + [ + { + "name": "senderUuid", + "type": "UUID" + }, + { + "name": "index", + "type": "varint" + }, + { + "name": "signature", + "type": [ + "option", + [ + "buffer", + { + "count": 256 + } + ] + ] + }, + { + "name": "plainMessage", + "type": "string" + }, + { + "name": "timestamp", + "type": "i64" + }, + { + "name": "salt", + "type": "i64" + }, + { + "name": "previousMessages", + "type": "previousMessages" + }, + { + "name": "unsignedChatContent", + "type": [ + "option", + "string" + ] + }, + { + "name": "filterType", + "type": "varint" + }, + { + "name": "filterTypeMask", + "type": [ + "switch", + { + "compareTo": "filterType", + "fields": { + "2": [ + "array", + { + "countType": "varint", + "type": "i64" + } + ] + }, + "default": "void" + } + ] + }, + { + "name": "type", + "type": "varint" + }, + { + "name": "networkName", + "type": "string" + }, + { + "name": "networkTargetName", + "type": [ + "option", + "string" + ] + } + ] + ], + "packet_end_combat_event": [ + "container", + [ + { + "name": "duration", + "type": "varint" + } + ] + ], + "packet_enter_combat_event": [ + "container", + [] + ], + "packet_death_combat_event": [ + "container", + [ + { + "name": "playerId", + "type": "varint" + }, + { + "name": "message", + "type": "string" + } + ] + ], + "packet_player_remove": [ + "container", + [ + { + "name": "players", + "type": [ + "array", + { + "countType": "varint", + "type": "UUID" + } + ] + } + ] + ], + "packet_player_info": [ + "container", + [ + { + "name": "action", + "type": "i8" + }, + { + "name": "data", + "type": [ + "array", + { + "countType": "varint", + "type": [ + "container", + [ + { + "name": "uuid", + "type": "UUID" + }, + { + "name": "player", + "type": [ + "switch", + { + "compareTo": "../action", + "fields": { + "1": "game_profile", + "3": "game_profile", + "5": "game_profile", + "7": "game_profile", + "9": "game_profile", + "11": "game_profile", + "13": "game_profile", + "15": "game_profile", + "17": "game_profile", + "19": "game_profile", + "21": "game_profile", + "23": "game_profile", + "25": "game_profile", + "27": "game_profile", + "29": "game_profile", + "31": "game_profile", + "33": "game_profile", + "35": "game_profile", + "37": "game_profile", + "39": "game_profile", + "41": "game_profile", + "43": "game_profile", + "45": "game_profile", + "47": "game_profile", + "49": "game_profile", + "51": "game_profile", + "53": "game_profile", + "55": "game_profile", + "57": "game_profile", + "59": "game_profile", + "61": "game_profile", + "63": "game_profile" + }, + "default": "void" + } + ] + }, + { + "name": "chatSession", + "type": [ + "switch", + { + "compareTo": "../action", + "fields": { + "2": "chat_session", + "3": "chat_session", + "6": "chat_session", + "7": "chat_session", + "10": "chat_session", + "11": "chat_session", + "14": "chat_session", + "15": "chat_session", + "18": "chat_session", + "19": "chat_session", + "22": "chat_session", + "23": "chat_session", + "26": "chat_session", + "27": "chat_session", + "30": "chat_session", + "31": "chat_session", + "34": "chat_session", + "35": "chat_session", + "38": "chat_session", + "39": "chat_session", + "42": "chat_session", + "43": "chat_session", + "46": "chat_session", + "47": "chat_session", + "50": "chat_session", + "51": "chat_session", + "54": "chat_session", + "55": "chat_session", + "58": "chat_session", + "59": "chat_session", + "62": "chat_session", + "63": "chat_session" + }, + "default": "void" + } + ] + }, + { + "name": "gamemode", + "type": [ + "switch", + { + "compareTo": "../action", + "fields": { + "4": "varint", + "5": "varint", + "6": "varint", + "7": "varint", + "12": "varint", + "13": "varint", + "14": "varint", + "15": "varint", + "20": "varint", + "21": "varint", + "22": "varint", + "23": "varint", + "28": "varint", + "29": "varint", + "30": "varint", + "31": "varint", + "36": "varint", + "37": "varint", + "38": "varint", + "39": "varint", + "44": "varint", + "45": "varint", + "46": "varint", + "47": "varint", + "52": "varint", + "53": "varint", + "54": "varint", + "55": "varint", + "60": "varint", + "61": "varint", + "62": "varint", + "63": "varint" + }, + "default": "void" + } + ] + }, + { + "name": "listed", + "type": [ + "switch", + { + "compareTo": "../action", + "fields": { + "8": "bool", + "9": "bool", + "10": "bool", + "11": "bool", + "12": "bool", + "13": "bool", + "14": "bool", + "15": "bool", + "24": "bool", + "25": "bool", + "26": "bool", + "27": "bool", + "28": "bool", + "29": "bool", + "30": "bool", + "31": "bool", + "40": "bool", + "41": "bool", + "42": "bool", + "43": "bool", + "44": "bool", + "45": "bool", + "46": "bool", + "47": "bool", + "56": "bool", + "57": "bool", + "58": "bool", + "59": "bool", + "60": "bool", + "61": "bool", + "62": "bool", + "63": "bool" + }, + "default": "void" + } + ] + }, + { + "name": "latency", + "type": [ + "switch", + { + "compareTo": "../action", + "fields": { + "16": "varint", + "17": "varint", + "18": "varint", + "19": "varint", + "20": "varint", + "21": "varint", + "22": "varint", + "23": "varint", + "24": "varint", + "25": "varint", + "26": "varint", + "27": "varint", + "28": "varint", + "29": "varint", + "30": "varint", + "31": "varint", + "48": "varint", + "49": "varint", + "50": "varint", + "51": "varint", + "52": "varint", + "53": "varint", + "54": "varint", + "55": "varint", + "56": "varint", + "57": "varint", + "58": "varint", + "59": "varint", + "60": "varint", + "61": "varint", + "62": "varint", + "63": "varint" + }, + "default": "void" + } + ] + }, + { + "name": "displayName", + "type": [ + "switch", + { + "compareTo": "../action", + "fields": { + "32": [ + "option", + "string" + ], + "33": [ + "option", + "string" + ], + "34": [ + "option", + "string" + ], + "35": [ + "option", + "string" + ], + "36": [ + "option", + "string" + ], + "37": [ + "option", + "string" + ], + "38": [ + "option", + "string" + ], + "39": [ + "option", + "string" + ], + "40": [ + "option", + "string" + ], + "41": [ + "option", + "string" + ], + "42": [ + "option", + "string" + ], + "43": [ + "option", + "string" + ], + "44": [ + "option", + "string" + ], + "45": [ + "option", + "string" + ], + "46": [ + "option", + "string" + ], + "47": [ + "option", + "string" + ], + "48": [ + "option", + "string" + ], + "49": [ + "option", + "string" + ], + "50": [ + "option", + "string" + ], + "51": [ + "option", + "string" + ], + "52": [ + "option", + "string" + ], + "53": [ + "option", + "string" + ], + "54": [ + "option", + "string" + ], + "55": [ + "option", + "string" + ], + "56": [ + "option", + "string" + ], + "57": [ + "option", + "string" + ], + "58": [ + "option", + "string" + ], + "59": [ + "option", + "string" + ], + "60": [ + "option", + "string" + ], + "61": [ + "option", + "string" + ], + "62": [ + "option", + "string" + ], + "63": [ + "option", + "string" + ] + }, + "default": "void" + } + ] + } + ] + ] + } + ] + } + ] + ], + "packet_position": [ + "container", + [ + { + "name": "x", + "type": "f64" + }, + { + "name": "y", + "type": "f64" + }, + { + "name": "z", + "type": "f64" + }, + { + "name": "yaw", + "type": "f32" + }, + { + "name": "pitch", + "type": "f32" + }, + { + "name": "flags", + "type": "i8" + }, + { + "name": "teleportId", + "type": "varint" + } + ] + ], + "packet_unlock_recipes": [ + "container", + [ + { + "name": "action", + "type": "varint" + }, + { + "name": "craftingBookOpen", + "type": "bool" + }, + { + "name": "filteringCraftable", + "type": "bool" + }, + { + "name": "smeltingBookOpen", + "type": "bool" + }, + { + "name": "filteringSmeltable", + "type": "bool" + }, + { + "name": "blastFurnaceOpen", + "type": "bool" + }, + { + "name": "filteringBlastFurnace", + "type": "bool" + }, + { + "name": "smokerBookOpen", + "type": "bool" + }, + { + "name": "filteringSmoker", + "type": "bool" + }, + { + "name": "recipes1", + "type": [ + "array", + { + "countType": "varint", + "type": "string" + } + ] + }, + { + "name": "recipes2", + "type": [ + "switch", + { + "compareTo": "action", + "fields": { + "0": [ + "array", + { + "countType": "varint", + "type": "string" + } + ] + }, + "default": "void" + } + ] + } + ] + ], + "packet_entity_destroy": [ + "container", + [ + { + "name": "entityIds", + "type": [ + "array", + { + "countType": "varint", + "type": "varint" + } + ] + } + ] + ], + "packet_remove_entity_effect": [ + "container", + [ + { + "name": "entityId", + "type": "varint" + }, + { + "name": "effectId", + "type": "varint" + } + ] + ], + "packet_resource_pack_send": [ + "container", + [ + { + "name": "url", + "type": "string" + }, + { + "name": "hash", + "type": "string" + }, + { + "name": "forced", + "type": "bool" + }, + { + "name": "promptMessage", + "type": [ + "option", + "string" + ] + } + ] + ], + "packet_respawn": [ + "container", + [ + { + "name": "dimension", + "type": "string" + }, + { + "name": "worldName", + "type": "string" + }, + { + "name": "hashedSeed", + "type": "i64" + }, + { + "name": "gamemode", + "type": "i8" + }, + { + "name": "previousGamemode", + "type": "u8" + }, + { + "name": "isDebug", + "type": "bool" + }, + { + "name": "isFlat", + "type": "bool" + }, + { + "name": "death", + "type": [ + "option", + [ + "container", + [ + { + "name": "dimensionName", + "type": "string" + }, + { + "name": "location", + "type": "position" + } + ] + ] + ] + }, + { + "name": "portalCooldown", + "type": "varint" + }, + { + "name": "copyMetadata", + "type": "bool" + } + ] + ], + "packet_entity_head_rotation": [ + "container", + [ + { + "name": "entityId", + "type": "varint" + }, + { + "name": "headYaw", + "type": "i8" + } + ] + ], + "packet_camera": [ + "container", + [ + { + "name": "cameraId", + "type": "varint" + } + ] + ], + "packet_held_item_slot": [ + "container", + [ + { + "name": "slot", + "type": "i8" + } + ] + ], + "packet_update_view_position": [ + "container", + [ + { + "name": "chunkX", + "type": "varint" + }, + { + "name": "chunkZ", + "type": "varint" + } + ] + ], + "packet_update_view_distance": [ + "container", + [ + { + "name": "viewDistance", + "type": "varint" + } + ] + ], + "packet_scoreboard_display_objective": [ + "container", + [ + { + "name": "position", + "type": "varint" + }, + { + "name": "name", + "type": "string" + } + ] + ], + "packet_entity_metadata": [ + "container", + [ + { + "name": "entityId", + "type": "varint" + }, + { + "name": "metadata", + "type": "entityMetadata" + } + ] + ], + "packet_attach_entity": [ + "container", + [ + { + "name": "entityId", + "type": "i32" + }, + { + "name": "vehicleId", + "type": "i32" + } + ] + ], + "packet_entity_velocity": [ + "container", + [ + { + "name": "entityId", + "type": "varint" + }, + { + "name": "velocityX", + "type": "i16" + }, + { + "name": "velocityY", + "type": "i16" + }, + { + "name": "velocityZ", + "type": "i16" + } + ] + ], + "packet_entity_equipment": [ + "container", + [ + { + "name": "entityId", + "type": "varint" + }, + { + "name": "equipments", + "type": [ + "topBitSetTerminatedArray", + { + "type": [ + "container", + [ + { + "name": "slot", + "type": "i8" + }, + { + "name": "item", + "type": "slot" + } + ] + ] + } + ] + } + ] + ], + "packet_experience": [ + "container", + [ + { + "name": "experienceBar", + "type": "f32" + }, + { + "name": "totalExperience", + "type": "varint" + }, + { + "name": "level", + "type": "varint" + } + ] + ], + "packet_update_health": [ + "container", + [ + { + "name": "health", + "type": "f32" + }, + { + "name": "food", + "type": "varint" + }, + { + "name": "foodSaturation", + "type": "f32" + } + ] + ], + "packet_scoreboard_objective": [ + "container", + [ + { + "name": "name", + "type": "string" + }, + { + "name": "action", + "type": "i8" + }, + { + "name": "displayText", + "type": [ + "switch", + { + "compareTo": "action", + "fields": { + "0": "string", + "2": "string" + }, + "default": "void" + } + ] + }, + { + "name": "type", + "type": [ + "switch", + { + "compareTo": "action", + "fields": { + "0": "varint", + "2": "varint" + }, + "default": "void" + } + ] + } + ] + ], + "packet_set_passengers": [ + "container", + [ + { + "name": "entityId", + "type": "varint" + }, + { + "name": "passengers", + "type": [ + "array", + { + "countType": "varint", + "type": "varint" + } + ] + } + ] + ], + "packet_teams": [ + "container", + [ + { + "name": "team", + "type": "string" + }, + { + "name": "mode", + "type": "i8" + }, + { + "name": "name", + "type": [ + "switch", + { + "compareTo": "mode", + "fields": { + "0": "string", + "2": "string" + }, + "default": "void" + } + ] + }, + { + "name": "friendlyFire", + "type": [ + "switch", + { + "compareTo": "mode", + "fields": { + "0": "i8", + "2": "i8" + }, + "default": "void" + } + ] + }, + { + "name": "nameTagVisibility", + "type": [ + "switch", + { + "compareTo": "mode", + "fields": { + "0": "string", + "2": "string" + }, + "default": "void" + } + ] + }, + { + "name": "collisionRule", + "type": [ + "switch", + { + "compareTo": "mode", + "fields": { + "0": "string", + "2": "string" + }, + "default": "void" + } + ] + }, + { + "name": "formatting", + "type": [ + "switch", + { + "compareTo": "mode", + "fields": { + "0": "varint", + "2": "varint" + }, + "default": "void" + } + ] + }, + { + "name": "prefix", + "type": [ + "switch", + { + "compareTo": "mode", + "fields": { + "0": "string", + "2": "string" + }, + "default": "void" + } + ] + }, + { + "name": "suffix", + "type": [ + "switch", + { + "compareTo": "mode", + "fields": { + "0": "string", + "2": "string" + }, + "default": "void" + } + ] + }, + { + "name": "players", + "type": [ + "switch", + { + "compareTo": "mode", + "fields": { + "0": [ + "array", + { + "countType": "varint", + "type": "string" + } + ], + "3": [ + "array", + { + "countType": "varint", + "type": "string" + } + ], + "4": [ + "array", + { + "countType": "varint", + "type": "string" + } + ] + }, + "default": "void" + } + ] + } + ] + ], + "packet_scoreboard_score": [ + "container", + [ + { + "name": "itemName", + "type": "string" + }, + { + "name": "action", + "type": "varint" + }, + { + "name": "scoreName", + "type": "string" + }, + { + "name": "value", + "type": [ + "switch", + { + "compareTo": "action", + "fields": { + "1": "void" + }, + "default": "varint" + } + ] + } + ] + ], + "packet_spawn_position": [ + "container", + [ + { + "name": "location", + "type": "position" + }, + { + "name": "angle", + "type": "f32" + } + ] + ], + "packet_update_time": [ + "container", + [ + { + "name": "age", + "type": "i64" + }, + { + "name": "time", + "type": "i64" + } + ] + ], + "packet_entity_sound_effect": [ + "container", + [ + { + "name": "soundId", + "type": "varint" + }, + { + "name": "soundEvent", + "type": [ + "switch", + { + "compareTo": "soundId", + "fields": { + "0": [ + "container", + [ + { + "name": "resource", + "type": "string" + }, + { + "name": "range", + "type": [ + "option", + "f32" + ] + } + ] + ] + }, + "default": "void" + } + ] + }, + { + "name": "soundCategory", + "type": "varint" + }, + { + "name": "entityId", + "type": "varint" + }, + { + "name": "volume", + "type": "f32" + }, + { + "name": "pitch", + "type": "f32" + }, + { + "name": "seed", + "type": "i64" + } + ] + ], + "packet_stop_sound": [ + "container", + [ + { + "name": "flags", + "type": "i8" + }, + { + "name": "source", + "type": [ + "switch", + { + "compareTo": "flags", + "fields": { + "1": "varint", + "3": "varint" + }, + "default": "void" + } + ] + }, + { + "name": "sound", + "type": [ + "switch", + { + "compareTo": "flags", + "fields": { + "2": "string", + "3": "string" + }, + "default": "void" + } + ] + } + ] + ], + "packet_sound_effect": [ + "container", + [ + { + "name": "soundId", + "type": "varint" + }, + { + "name": "soundEvent", + "type": [ + "switch", + { + "compareTo": "soundId", + "fields": { + "0": [ + "container", + [ + { + "name": "resource", + "type": "string" + }, + { + "name": "range", + "type": [ + "option", + "f32" + ] + } + ] + ] + }, + "default": "void" + } + ] + }, + { + "name": "soundCategory", + "type": "varint" + }, + { + "name": "x", + "type": "i32" + }, + { + "name": "y", + "type": "i32" + }, + { + "name": "z", + "type": "i32" + }, + { + "name": "volume", + "type": "f32" + }, + { + "name": "pitch", + "type": "f32" + }, + { + "name": "seed", + "type": "i64" + } + ] + ], + "packet_system_chat": [ + "container", + [ + { + "name": "content", + "type": "string" + }, + { + "name": "isActionBar", + "type": "bool" + } + ] + ], + "packet_playerlist_header": [ + "container", + [ + { + "name": "header", + "type": "string" + }, + { + "name": "footer", + "type": "string" + } + ] + ], + "packet_collect": [ + "container", + [ + { + "name": "collectedEntityId", + "type": "varint" + }, + { + "name": "collectorEntityId", + "type": "varint" + }, + { + "name": "pickupItemCount", + "type": "varint" + } + ] + ], + "packet_entity_teleport": [ + "container", + [ + { + "name": "entityId", + "type": "varint" + }, + { + "name": "x", + "type": "f64" + }, + { + "name": "y", + "type": "f64" + }, + { + "name": "z", + "type": "f64" + }, + { + "name": "yaw", + "type": "i8" + }, + { + "name": "pitch", + "type": "i8" + }, + { + "name": "onGround", + "type": "bool" + } + ] + ], + "packet_entity_update_attributes": [ + "container", + [ + { + "name": "entityId", + "type": "varint" + }, + { + "name": "properties", + "type": [ + "array", + { + "countType": "varint", + "type": [ + "container", + [ + { + "name": "key", + "type": "string" + }, + { + "name": "value", + "type": "f64" + }, + { + "name": "modifiers", + "type": [ + "array", + { + "countType": "varint", + "type": [ + "container", + [ + { + "name": "uuid", + "type": "UUID" + }, + { + "name": "amount", + "type": "f64" + }, + { + "name": "operation", + "type": "i8" + } + ] + ] + } + ] + } + ] + ] + } + ] + } + ] + ], + "packet_entity_effect": [ + "container", + [ + { + "name": "entityId", + "type": "varint" + }, + { + "name": "effectId", + "type": "varint" + }, + { + "name": "amplifier", + "type": "i8" + }, + { + "name": "duration", + "type": "varint" + }, + { + "name": "hideParticles", + "type": "i8" + }, + { + "name": "factorCodec", + "type": [ + "option", + "nbt" + ] + } + ] + ], + "packet_select_advancement_tab": [ + "container", + [ + { + "name": "id", + "type": [ + "option", + "string" + ] + } + ] + ], + "packet_server_data": [ + "container", + [ + { + "name": "motd", + "type": "string" + }, + { + "name": "iconBytes", + "type": [ + "option", + [ + "buffer", + { + "countType": "varint" + } + ] + ] + }, + { + "name": "enforcesSecureChat", + "type": "bool" + } + ] + ], + "packet_declare_recipes": [ + "container", + [ + { + "name": "recipes", + "type": [ + "array", + { + "countType": "varint", + "type": [ + "container", + [ + { + "name": "type", + "type": "string" + }, + { + "name": "recipeId", + "type": "string" + }, + { + "name": "data", + "type": [ + "switch", + { + "compareTo": "type", + "fields": { + "minecraft:crafting_shapeless": [ + "container", + [ + { + "name": "group", + "type": "string" + }, + { + "name": "category", + "type": "varint" + }, + { + "name": "ingredients", + "type": [ + "array", + { + "countType": "varint", + "type": "ingredient" + } + ] + }, + { + "name": "result", + "type": "slot" + } + ] + ], + "minecraft:crafting_shaped": [ + "container", + [ + { + "name": "width", + "type": "varint" + }, + { + "name": "height", + "type": "varint" + }, + { + "name": "group", + "type": "string" + }, + { + "name": "category", + "type": "varint" + }, + { + "name": "ingredients", + "type": [ + "array", + { + "count": "width", + "type": [ + "array", + { + "count": "height", + "type": "ingredient" + } + ] + } + ] + }, + { + "name": "result", + "type": "slot" + }, + { + "name": "showNotification", + "type": "bool" + } + ] + ], + "minecraft:crafting_special_armordye": "minecraft_simple_recipe_format", + "minecraft:crafting_special_bookcloning": "minecraft_simple_recipe_format", + "minecraft:crafting_special_mapcloning": "minecraft_simple_recipe_format", + "minecraft:crafting_special_mapextending": "minecraft_simple_recipe_format", + "minecraft:crafting_special_firework_rocket": "minecraft_simple_recipe_format", + "minecraft:crafting_special_firework_star": "minecraft_simple_recipe_format", + "minecraft:crafting_special_firework_star_fade": "minecraft_simple_recipe_format", + "minecraft:crafting_special_repairitem": "minecraft_simple_recipe_format", + "minecraft:crafting_special_tippedarrow": "minecraft_simple_recipe_format", + "minecraft:crafting_special_bannerduplicate": "minecraft_simple_recipe_format", + "minecraft:crafting_special_banneraddpattern": "minecraft_simple_recipe_format", + "minecraft:crafting_special_shielddecoration": "minecraft_simple_recipe_format", + "minecraft:crafting_special_shulkerboxcoloring": "minecraft_simple_recipe_format", + "minecraft:crafting_special_suspiciousstew": "minecraft_simple_recipe_format", + "minecraft:smelting": "minecraft_smelting_format", + "minecraft:blasting": "minecraft_smelting_format", + "minecraft:smoking": "minecraft_smelting_format", + "minecraft:campfire_cooking": "minecraft_smelting_format", + "minecraft:stonecutting": [ + "container", + [ + { + "name": "group", + "type": "string" + }, + { + "name": "ingredient", + "type": "ingredient" + }, + { + "name": "result", + "type": "slot" + } + ] + ], + "minecraft:smithing_transform": [ + "container", + [ + { + "name": "template", + "type": "ingredient" + }, + { + "name": "base", + "type": "ingredient" + }, + { + "name": "addition", + "type": "ingredient" + }, + { + "name": "result", + "type": "slot" + } + ] + ], + "minecraft:smithing_trim": [ + "container", + [ + { + "name": "template", + "type": "ingredient" + }, + { + "name": "base", + "type": "ingredient" + }, + { + "name": "addition", + "type": "ingredient" + } + ] + ], + "minecraft:crafting_decorated_pot": "minecraft_simple_recipe_format" + } + } + ] + } + ] + ] + } + ] + } + ] + ], + "packet_tags": [ + "container", + [ + { + "name": "tags", + "type": [ + "array", + { + "countType": "varint", + "type": [ + "container", + [ + { + "name": "tagType", + "type": "string" + }, + { + "name": "tags", + "type": "tags" + } + ] + ] + } + ] + } + ] + ], + "packet_acknowledge_player_digging": [ + "container", + [ + { + "name": "sequenceId", + "type": "varint" + } + ] + ], + "packet_clear_titles": [ + "container", + [ + { + "name": "reset", + "type": "bool" + } + ] + ], + "packet_initialize_world_border": [ + "container", + [ + { + "name": "x", + "type": "f64" + }, + { + "name": "z", + "type": "f64" + }, + { + "name": "oldDiameter", + "type": "f64" + }, + { + "name": "newDiameter", + "type": "f64" + }, + { + "name": "speed", + "type": "varint" + }, + { + "name": "portalTeleportBoundary", + "type": "varint" + }, + { + "name": "warningBlocks", + "type": "varint" + }, + { + "name": "warningTime", + "type": "varint" + } + ] + ], + "packet_action_bar": [ + "container", + [ + { + "name": "text", + "type": "string" + } + ] + ], + "packet_world_border_center": [ + "container", + [ + { + "name": "x", + "type": "f64" + }, + { + "name": "z", + "type": "f64" + } + ] + ], + "packet_world_border_lerp_size": [ + "container", + [ + { + "name": "oldDiameter", + "type": "f64" + }, + { + "name": "newDiameter", + "type": "f64" + }, + { + "name": "speed", + "type": "varint" + } + ] + ], + "packet_world_border_size": [ + "container", + [ + { + "name": "diameter", + "type": "f64" + } + ] + ], + "packet_world_border_warning_delay": [ + "container", + [ + { + "name": "warningTime", + "type": "varint" + } + ] + ], + "packet_world_border_warning_reach": [ + "container", + [ + { + "name": "warningBlocks", + "type": "varint" + } + ] + ], + "packet_ping": [ + "container", + [ + { + "name": "id", + "type": "i32" + } + ] + ], + "packet_ping_response": [ + "container", + [ + { + "name": "id", + "type": "i64" + } + ] + ], + "packet_set_title_subtitle": [ + "container", + [ + { + "name": "text", + "type": "string" + } + ] + ], + "packet_set_title_text": [ + "container", + [ + { + "name": "text", + "type": "string" + } + ] + ], + "packet_set_title_time": [ + "container", + [ + { + "name": "fadeIn", + "type": "i32" + }, + { + "name": "stay", + "type": "i32" + }, + { + "name": "fadeOut", + "type": "i32" + } + ] + ], + "packet_simulation_distance": [ + "container", + [ + { + "name": "distance", + "type": "varint" + } + ] + ], + "packet_chunk_biomes": [ + "container", + [ + { + "name": "biomes", + "type": [ + "array", + { + "countType": "varint", + "type": [ + "container", + [ + { + "name": "position", + "type": "position" + }, + { + "name": "data", + "type": [ + "buffer", + { + "countType": "varint" + } + ] + } + ] + ] + } + ] + } + ] + ], + "packet_damage_event": [ + "container", + [ + { + "name": "entityId", + "type": "varint" + }, + { + "name": "sourceTypeId", + "type": "varint" + }, + { + "name": "sourceCauseId", + "type": "varint" + }, + { + "name": "sourceDirectId", + "type": "varint" + }, + { + "name": "sourcePosition", + "type": [ + "option", + "vec3f64" + ] + } + ] + ], + "packet_hurt_animation": [ + "container", + [ + { + "name": "entityId", + "type": "varint" + }, + { + "name": "yaw", + "type": "f32" + } + ] + ], + "packet_start_configuration": [ + "container", + [] + ], + "packet": [ + "container", + [ + { + "name": "name", + "type": [ + "mapper", + { + "type": "varint", + "mappings": { + "0x00": "bundle_delimiter", + "0x01": "spawn_entity", + "0x02": "spawn_entity_experience_orb", + "0x03": "animation", + "0x04": "statistics", + "0x05": "acknowledge_player_digging", + "0x06": "block_break_animation", + "0x07": "tile_entity_data", + "0x08": "block_action", + "0x09": "block_change", + "0x0a": "boss_bar", + "0x0b": "difficulty", + "0x0c": "chunk_batch_finished", + "0x0d": "chunk_batch_start", + "0x0e": "chunk_biomes", + "0x0f": "clear_titles", + "0x10": "tab_complete", + "0x11": "declare_commands", + "0x12": "close_window", + "0x13": "window_items", + "0x14": "craft_progress_bar", + "0x15": "set_slot", + "0x16": "set_cooldown", + "0x17": "chat_suggestions", + "0x18": "custom_payload", + "0x19": "damage_event", + "0x1a": "hide_message", + "0x1b": "kick_disconnect", + "0x1c": "profileless_chat", + "0x1d": "entity_status", + "0x1e": "explosion", + "0x1f": "unload_chunk", + "0x20": "game_state_change", + "0x21": "open_horse_window", + "0x22": "hurt_animation", + "0x23": "initialize_world_border", + "0x24": "keep_alive", + "0x25": "map_chunk", + "0x26": "world_event", + "0x27": "world_particles", + "0x28": "update_light", + "0x29": "login", + "0x2a": "map", + "0x2b": "trade_list", + "0x2c": "rel_entity_move", + "0x2d": "entity_move_look", + "0x2e": "entity_look", + "0x2f": "vehicle_move", + "0x30": "open_book", + "0x31": "open_window", + "0x32": "open_sign_entity", + "0x33": "ping", + "0x34": "ping_response", + "0x35": "craft_recipe_response", + "0x36": "abilities", + "0x37": "player_chat", + "0x38": "end_combat_event", + "0x39": "enter_combat_event", + "0x3a": "death_combat_event", + "0x3b": "player_remove", + "0x3c": "player_info", + "0x3d": "face_player", + "0x3e": "position", + "0x3f": "unlock_recipes", + "0x40": "entity_destroy", + "0x41": "remove_entity_effect", + "0x42": "resource_pack_send", + "0x43": "respawn", + "0x44": "entity_head_rotation", + "0x45": "multi_block_change", + "0x46": "select_advancement_tab", + "0x47": "server_data", + "0x48": "action_bar", + "0x49": "world_border_center", + "0x4a": "world_border_lerp_size", + "0x4b": "world_border_size", + "0x4c": "world_border_warning_delay", + "0x4d": "world_border_warning_reach", + "0x4e": "camera", + "0x4f": "held_item_slot", + "0x50": "update_view_position", + "0x51": "update_view_distance", + "0x52": "spawn_position", + "0x53": "scoreboard_display_objective", + "0x54": "entity_metadata", + "0x55": "attach_entity", + "0x56": "entity_velocity", + "0x57": "entity_equipment", + "0x58": "experience", + "0x59": "update_health", + "0x5a": "scoreboard_objective", + "0x5b": "set_passengers", + "0x5c": "teams", + "0x5d": "scoreboard_score", + "0x5e": "simulation_distance", + "0x5f": "set_title_subtitle", + "0x60": "update_time", + "0x61": "set_title_text", + "0x62": "set_title_time", + "0x63": "entity_sound_effect", + "0x64": "sound_effect", + "0x65": "start_configuration", + "0x66": "stop_sound", + "0x67": "system_chat", + "0x68": "playerlist_header", + "0x69": "nbt_query_response", + "0x6a": "collect", + "0x6b": "entity_teleport", + "0x6c": "advancements", + "0x6d": "entity_update_attributes", + "0x6e": "entity_effect", + "0x6f": "declare_recipes", + "0x70": "tags" + } + } + ] + }, + { + "name": "params", + "type": [ + "switch", + { + "compareTo": "name", + "fields": { + "bundle_delimiter": "void", + "spawn_entity": "packet_spawn_entity", + "spawn_entity_experience_orb": "packet_spawn_entity_experience_orb", + "animation": "packet_animation", + "statistics": "packet_statistics", + "acknowledge_player_digging": "packet_acknowledge_player_digging", + "block_break_animation": "packet_block_break_animation", + "tile_entity_data": "packet_tile_entity_data", + "block_action": "packet_block_action", + "block_change": "packet_block_change", + "boss_bar": "packet_boss_bar", + "difficulty": "packet_difficulty", + "chunk_batch_finished": "packet_chunk_batch_finished", + "chunk_batch_start": "packet_chunk_batch_start", + "chunk_biomes": "packet_chunk_biomes", + "clear_titles": "packet_clear_titles", + "tab_complete": "packet_tab_complete", + "declare_commands": "packet_declare_commands", + "close_window": "packet_close_window", + "window_items": "packet_window_items", + "craft_progress_bar": "packet_craft_progress_bar", + "set_slot": "packet_set_slot", + "set_cooldown": "packet_set_cooldown", + "chat_suggestions": "packet_chat_suggestions", + "custom_payload": "packet_custom_payload", + "damage_event": "packet_damage_event", + "hide_message": "packet_hide_message", + "kick_disconnect": "packet_kick_disconnect", + "profileless_chat": "packet_profileless_chat", + "entity_status": "packet_entity_status", + "explosion": "packet_explosion", + "unload_chunk": "packet_unload_chunk", + "game_state_change": "packet_game_state_change", + "open_horse_window": "packet_open_horse_window", + "hurt_animation": "packet_hurt_animation", + "initialize_world_border": "packet_initialize_world_border", + "keep_alive": "packet_keep_alive", + "map_chunk": "packet_map_chunk", + "world_event": "packet_world_event", + "world_particles": "packet_world_particles", + "update_light": "packet_update_light", + "login": "packet_login", + "map": "packet_map", + "trade_list": "packet_trade_list", + "rel_entity_move": "packet_rel_entity_move", + "entity_move_look": "packet_entity_move_look", + "entity_look": "packet_entity_look", + "vehicle_move": "packet_vehicle_move", + "open_book": "packet_open_book", + "open_window": "packet_open_window", + "open_sign_entity": "packet_open_sign_entity", + "ping": "packet_ping", + "ping_response": "packet_ping_response", + "craft_recipe_response": "packet_craft_recipe_response", + "abilities": "packet_abilities", + "player_chat": "packet_player_chat", + "end_combat_event": "packet_end_combat_event", + "enter_combat_event": "packet_enter_combat_event", + "death_combat_event": "packet_death_combat_event", + "player_remove": "packet_player_remove", + "player_info": "packet_player_info", + "face_player": "packet_face_player", + "position": "packet_position", + "unlock_recipes": "packet_unlock_recipes", + "entity_destroy": "packet_entity_destroy", + "remove_entity_effect": "packet_remove_entity_effect", + "resource_pack_send": "packet_resource_pack_send", + "respawn": "packet_respawn", + "entity_head_rotation": "packet_entity_head_rotation", + "multi_block_change": "packet_multi_block_change", + "select_advancement_tab": "packet_select_advancement_tab", + "server_data": "packet_server_data", + "action_bar": "packet_action_bar", + "world_border_center": "packet_world_border_center", + "world_border_lerp_size": "packet_world_border_lerp_size", + "world_border_size": "packet_world_border_size", + "world_border_warning_delay": "packet_world_border_warning_delay", + "world_border_warning_reach": "packet_world_border_warning_reach", + "camera": "packet_camera", + "held_item_slot": "packet_held_item_slot", + "update_view_position": "packet_update_view_position", + "update_view_distance": "packet_update_view_distance", + "spawn_position": "packet_spawn_position", + "scoreboard_display_objective": "packet_scoreboard_display_objective", + "entity_metadata": "packet_entity_metadata", + "attach_entity": "packet_attach_entity", + "entity_velocity": "packet_entity_velocity", + "entity_equipment": "packet_entity_equipment", + "experience": "packet_experience", + "update_health": "packet_update_health", + "scoreboard_objective": "packet_scoreboard_objective", + "set_passengers": "packet_set_passengers", + "teams": "packet_teams", + "scoreboard_score": "packet_scoreboard_score", + "simulation_distance": "packet_simulation_distance", + "set_title_subtitle": "packet_set_title_subtitle", + "update_time": "packet_update_time", + "set_title_text": "packet_set_title_text", + "set_title_time": "packet_set_title_time", + "entity_sound_effect": "packet_entity_sound_effect", + "sound_effect": "packet_sound_effect", + "start_configuration": "packet_start_configuration", + "stop_sound": "packet_stop_sound", + "system_chat": "packet_system_chat", + "playerlist_header": "packet_playerlist_header", + "nbt_query_response": "packet_nbt_query_response", + "collect": "packet_collect", + "entity_teleport": "packet_entity_teleport", + "advancements": "packet_advancements", + "entity_update_attributes": "packet_entity_update_attributes", + "entity_effect": "packet_entity_effect", + "declare_recipes": "packet_declare_recipes", + "tags": "packet_tags" + } + } + ] + } + ] + ] + } + }, + "toServer": { + "types": { + "packet_teleport_confirm": [ + "container", + [ + { + "name": "teleportId", + "type": "varint" + } + ] + ], + "packet_query_block_nbt": [ + "container", + [ + { + "name": "transactionId", + "type": "varint" + }, + { + "name": "location", + "type": "position" + } + ] + ], + "packet_chat_command": [ + "container", + [ + { + "name": "command", + "type": "string" + }, + { + "name": "timestamp", + "type": "i64" + }, + { + "name": "salt", + "type": "i64" + }, + { + "name": "argumentSignatures", + "type": [ + "array", + { + "countType": "varint", + "type": [ + "container", + [ + { + "name": "argumentName", + "type": "string" + }, + { + "name": "signature", + "type": [ + "buffer", + { + "count": 256 + } + ] + } + ] + ] + } + ] + }, + { + "name": "messageCount", + "type": "varint" + }, + { + "name": "acknowledged", + "type": [ + "buffer", + { + "count": 3 + } + ] + } + ] + ], + "packet_chat_message": [ + "container", + [ + { + "name": "message", + "type": "string" + }, + { + "name": "timestamp", + "type": "i64" + }, + { + "name": "salt", + "type": "i64" + }, + { + "name": "signature", + "type": [ + "option", + [ + "buffer", + { + "count": 256 + } + ] + ] + }, + { + "name": "offset", + "type": "varint" + }, + { + "name": "acknowledged", + "type": [ + "buffer", + { + "count": 3 + } + ] + } + ] + ], + "packet_set_difficulty": [ + "container", + [ + { + "name": "newDifficulty", + "type": "u8" + } + ] + ], + "packet_message_acknowledgement": [ + "container", + [ + { + "name": "count", + "type": "varint" + } + ] + ], + "packet_edit_book": [ + "container", + [ + { + "name": "hand", + "type": "varint" + }, + { + "name": "pages", + "type": [ + "array", + { + "countType": "varint", + "type": "string" + } + ] + }, + { + "name": "title", + "type": [ + "option", + "string" + ] + } + ] + ], + "packet_query_entity_nbt": [ + "container", + [ + { + "name": "transactionId", + "type": "varint" + }, + { + "name": "entityId", + "type": "varint" + } + ] + ], + "packet_pick_item": [ + "container", + [ + { + "name": "slot", + "type": "varint" + } + ] + ], + "packet_name_item": [ + "container", + [ + { + "name": "name", + "type": "string" + } + ] + ], + "packet_select_trade": [ + "container", + [ + { + "name": "slot", + "type": "varint" + } + ] + ], + "packet_set_beacon_effect": [ + "container", + [ + { + "name": "primary_effect", + "type": [ + "option", + "varint" + ] + }, + { + "name": "secondary_effect", + "type": [ + "option", + "varint" + ] + } + ] + ], + "packet_update_command_block": [ + "container", + [ + { + "name": "location", + "type": "position" + }, + { + "name": "command", + "type": "string" + }, + { + "name": "mode", + "type": "varint" + }, + { + "name": "flags", + "type": "u8" + } + ] + ], + "packet_update_command_block_minecart": [ + "container", + [ + { + "name": "entityId", + "type": "varint" + }, + { + "name": "command", + "type": "string" + }, + { + "name": "track_output", + "type": "bool" + } + ] + ], + "packet_update_structure_block": [ + "container", + [ + { + "name": "location", + "type": "position" + }, + { + "name": "action", + "type": "varint" + }, + { + "name": "mode", + "type": "varint" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "offset_x", + "type": "i8" + }, + { + "name": "offset_y", + "type": "i8" + }, + { + "name": "offset_z", + "type": "i8" + }, + { + "name": "size_x", + "type": "i8" + }, + { + "name": "size_y", + "type": "i8" + }, + { + "name": "size_z", + "type": "i8" + }, + { + "name": "mirror", + "type": "varint" + }, + { + "name": "rotation", + "type": "varint" + }, + { + "name": "metadata", + "type": "string" + }, + { + "name": "integrity", + "type": "f32" + }, + { + "name": "seed", + "type": "varint" + }, + { + "name": "flags", + "type": "u8" + } + ] + ], + "packet_tab_complete": [ + "container", + [ + { + "name": "transactionId", + "type": "varint" + }, + { + "name": "text", + "type": "string" + } + ] + ], + "packet_client_command": [ + "container", + [ + { + "name": "actionId", + "type": "varint" + } + ] + ], + "packet_settings": [ + "container", + [ + { + "name": "locale", + "type": "string" + }, + { + "name": "viewDistance", + "type": "i8" + }, + { + "name": "chatFlags", + "type": "varint" + }, + { + "name": "chatColors", + "type": "bool" + }, + { + "name": "skinParts", + "type": "u8" + }, + { + "name": "mainHand", + "type": "varint" + }, + { + "name": "enableTextFiltering", + "type": "bool" + }, + { + "name": "enableServerListing", + "type": "bool" + } + ] + ], + "packet_enchant_item": [ + "container", + [ + { + "name": "windowId", + "type": "i8" + }, + { + "name": "enchantment", + "type": "i8" + } + ] + ], + "packet_window_click": [ + "container", + [ + { + "name": "windowId", + "type": "u8" + }, + { + "name": "stateId", + "type": "varint" + }, + { + "name": "slot", + "type": "i16" + }, + { + "name": "mouseButton", + "type": "i8" + }, + { + "name": "mode", + "type": "varint" + }, + { + "name": "changedSlots", + "type": [ + "array", + { + "countType": "varint", + "type": [ + "container", + [ + { + "name": "location", + "type": "i16" + }, + { + "name": "item", + "type": "slot" + } + ] + ] + } + ] + }, + { + "name": "cursorItem", + "type": "slot" + } + ] + ], + "packet_close_window": [ + "container", + [ + { + "name": "windowId", + "type": "u8" + } + ] + ], + "packet_custom_payload": [ + "container", + [ + { + "name": "channel", + "type": "string" + }, + { + "name": "data", + "type": "restBuffer" + } + ] + ], + "packet_use_entity": [ + "container", + [ + { + "name": "target", + "type": "varint" + }, + { + "name": "mouse", + "type": "varint" + }, + { + "name": "x", + "type": [ + "switch", + { + "compareTo": "mouse", + "fields": { + "2": "f32" + }, + "default": "void" + } + ] + }, + { + "name": "y", + "type": [ + "switch", + { + "compareTo": "mouse", + "fields": { + "2": "f32" + }, + "default": "void" + } + ] + }, + { + "name": "z", + "type": [ + "switch", + { + "compareTo": "mouse", + "fields": { + "2": "f32" + }, + "default": "void" + } + ] + }, + { + "name": "hand", + "type": [ + "switch", + { + "compareTo": "mouse", + "fields": { + "0": "varint", + "2": "varint" + }, + "default": "void" + } + ] + }, + { + "name": "sneaking", + "type": "bool" + } + ] + ], + "packet_generate_structure": [ + "container", + [ + { + "name": "location", + "type": "position" + }, + { + "name": "levels", + "type": "varint" + }, + { + "name": "keepJigsaws", + "type": "bool" + } + ] + ], + "packet_keep_alive": [ + "container", + [ + { + "name": "keepAliveId", + "type": "i64" + } + ] + ], + "packet_lock_difficulty": [ + "container", + [ + { + "name": "locked", + "type": "bool" + } + ] + ], + "packet_position": [ + "container", + [ + { + "name": "x", + "type": "f64" + }, + { + "name": "y", + "type": "f64" + }, + { + "name": "z", + "type": "f64" + }, + { + "name": "onGround", + "type": "bool" + } + ] + ], + "packet_position_look": [ + "container", + [ + { + "name": "x", + "type": "f64" + }, + { + "name": "y", + "type": "f64" + }, + { + "name": "z", + "type": "f64" + }, + { + "name": "yaw", + "type": "f32" + }, + { + "name": "pitch", + "type": "f32" + }, + { + "name": "onGround", + "type": "bool" + } + ] + ], + "packet_look": [ + "container", + [ + { + "name": "yaw", + "type": "f32" + }, + { + "name": "pitch", + "type": "f32" + }, + { + "name": "onGround", + "type": "bool" + } + ] + ], + "packet_flying": [ + "container", + [ + { + "name": "onGround", + "type": "bool" + } + ] + ], + "packet_vehicle_move": [ + "container", + [ + { + "name": "x", + "type": "f64" + }, + { + "name": "y", + "type": "f64" + }, + { + "name": "z", + "type": "f64" + }, + { + "name": "yaw", + "type": "f32" + }, + { + "name": "pitch", + "type": "f32" + } + ] + ], + "packet_steer_boat": [ + "container", + [ + { + "name": "leftPaddle", + "type": "bool" + }, + { + "name": "rightPaddle", + "type": "bool" + } + ] + ], + "packet_craft_recipe_request": [ + "container", + [ + { + "name": "windowId", + "type": "i8" + }, + { + "name": "recipe", + "type": "string" + }, + { + "name": "makeAll", + "type": "bool" + } + ] + ], + "packet_abilities": [ + "container", + [ + { + "name": "flags", + "type": "i8" + } + ] + ], + "packet_block_dig": [ + "container", + [ + { + "name": "status", + "type": "varint" + }, + { + "name": "location", + "type": "position" + }, + { + "name": "face", + "type": "i8" + }, + { + "name": "sequence", + "type": "varint" + } + ] + ], + "packet_entity_action": [ + "container", + [ + { + "name": "entityId", + "type": "varint" + }, + { + "name": "actionId", + "type": "varint" + }, + { + "name": "jumpBoost", + "type": "varint" + } + ] + ], + "packet_steer_vehicle": [ + "container", + [ + { + "name": "sideways", + "type": "f32" + }, + { + "name": "forward", + "type": "f32" + }, + { + "name": "jump", + "type": "u8" + } + ] + ], + "packet_displayed_recipe": [ + "container", + [ + { + "name": "recipeId", + "type": "string" + } + ] + ], + "packet_recipe_book": [ + "container", + [ + { + "name": "bookId", + "type": "varint" + }, + { + "name": "bookOpen", + "type": "bool" + }, + { + "name": "filterActive", + "type": "bool" + } + ] + ], + "packet_resource_pack_receive": [ + "container", + [ + { + "name": "result", + "type": "varint" + } + ] + ], + "packet_held_item_slot": [ + "container", + [ + { + "name": "slotId", + "type": "i16" + } + ] + ], + "packet_set_creative_slot": [ + "container", + [ + { + "name": "slot", + "type": "i16" + }, + { + "name": "item", + "type": "slot" + } + ] + ], + "packet_update_jigsaw_block": [ + "container", + [ + { + "name": "location", + "type": "position" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "target", + "type": "string" + }, + { + "name": "pool", + "type": "string" + }, + { + "name": "finalState", + "type": "string" + }, + { + "name": "jointType", + "type": "string" + } + ] + ], + "packet_update_sign": [ + "container", + [ + { + "name": "location", + "type": "position" + }, + { + "name": "isFrontText", + "type": "bool" + }, + { + "name": "text1", + "type": "string" + }, + { + "name": "text2", + "type": "string" + }, + { + "name": "text3", + "type": "string" + }, + { + "name": "text4", + "type": "string" + } + ] + ], + "packet_arm_animation": [ + "container", + [ + { + "name": "hand", + "type": "varint" + } + ] + ], + "packet_spectate": [ + "container", + [ + { + "name": "target", + "type": "UUID" + } + ] + ], + "packet_block_place": [ + "container", + [ + { + "name": "hand", + "type": "varint" + }, + { + "name": "location", + "type": "position" + }, + { + "name": "direction", + "type": "varint" + }, + { + "name": "cursorX", + "type": "f32" + }, + { + "name": "cursorY", + "type": "f32" + }, + { + "name": "cursorZ", + "type": "f32" + }, + { + "name": "insideBlock", + "type": "bool" + }, + { + "name": "sequence", + "type": "varint" + } + ] + ], + "packet_use_item": [ + "container", + [ + { + "name": "hand", + "type": "varint" + }, + { + "name": "sequence", + "type": "varint" + } + ] + ], + "packet_advancement_tab": [ + "container", + [ + { + "name": "action", + "type": "varint" + }, + { + "name": "tabId", + "type": [ + "switch", + { + "compareTo": "action", + "fields": { + "0": "string", + "1": "void" + } + } + ] + } + ] + ], + "packet_pong": [ + "container", + [ + { + "name": "id", + "type": "i32" + } + ] + ], + "packet_chat_session_update": [ + "container", + [ + { + "name": "sessionUUID", + "type": "UUID" + }, + { + "name": "expireTime", + "type": "i64" + }, + { + "name": "publicKey", + "type": [ + "buffer", + { + "countType": "varint" + } + ] + }, + { + "name": "signature", + "type": [ + "buffer", + { + "countType": "varint" + } + ] + } + ] + ], + "packet_chunk_batch_received": [ + "container", + [ + { + "name": "chunksPerTick", + "type": "f32" + } + ] + ], + "packet_configuation_acknowledged": [ + "container", + [] + ], + "packet_ping_request": [ + "container", + [ + { + "name":"id", + "type": "i64" + } + ] + ], + "packet": [ + "container", + [ + { + "name": "name", + "type": [ + "mapper", + { + "type": "varint", + "mappings": { + "0x00": "teleport_confirm", + "0x01": "query_block_nbt", + "0x02": "set_difficulty", + "0x03": "message_acknowledgement", + "0x04": "chat_command", + "0x05": "chat_message", + "0x06": "chat_session_update", + "0x07": "chunk_batch_received", + "0x08": "client_command", + "0x09": "settings", + "0x0a": "tab_complete", + "0x0b": "configuation_acknowledged", + "0x0c": "enchant_item", + "0x0d": "window_click", + "0x0e": "close_window", + "0x0f": "custom_payload", + "0x10": "edit_book", + "0x11": "query_entity_nbt", + "0x12": "use_entity", + "0x13": "generate_structure", + "0x14": "keep_alive", + "0x15": "lock_difficulty", + "0x16": "position", + "0x17": "position_look", + "0x18": "look", + "0x19": "flying", + "0x1a": "vehicle_move", + "0x1b": "steer_boat", + "0x1c": "pick_item", + "0x1d": "ping_request", + "0x1e": "craft_recipe_request", + "0x1f": "abilities", + "0x20": "block_dig", + "0x21": "entity_action", + "0x22": "steer_vehicle", + "0x23": "pong", + "0x24": "recipe_book", + "0x25": "displayed_recipe", + "0x26": "name_item", + "0x27": "resource_pack_receive", + "0x28": "advancement_tab", + "0x29": "select_trade", + "0x2a": "set_beacon_effect", + "0x2b": "held_item_slot", + "0x2c": "update_command_block", + "0x2d": "update_command_block_minecart", + "0x2e": "set_creative_slot", + "0x2f": "update_jigsaw_block", + "0x30": "update_structure_block", + "0x31": "update_sign", + "0x32": "arm_animation", + "0x33": "spectate", + "0x34": "block_place", + "0x35": "use_item" + } + } + ] + }, + { + "name": "params", + "type": [ + "switch", + { + "compareTo": "name", + "fields": { + "teleport_confirm": "packet_teleport_confirm", + "query_block_nbt": "packet_query_block_nbt", + "set_difficulty": "packet_set_difficulty", + "message_acknowledgement": "packet_message_acknowledgement", + "chat_command": "packet_chat_command", + "chat_message": "packet_chat_message", + "client_command": "packet_client_command", + "settings": "packet_settings", + "tab_complete": "packet_tab_complete", + "enchant_item": "packet_enchant_item", + "window_click": "packet_window_click", + "close_window": "packet_close_window", + "custom_payload": "packet_custom_payload", + "edit_book": "packet_edit_book", + "query_entity_nbt": "packet_query_entity_nbt", + "use_entity": "packet_use_entity", + "generate_structure": "packet_generate_structure", + "keep_alive": "packet_keep_alive", + "lock_difficulty": "packet_lock_difficulty", + "position": "packet_position", + "position_look": "packet_position_look", + "look": "packet_look", + "flying": "packet_flying", + "vehicle_move": "packet_vehicle_move", + "steer_boat": "packet_steer_boat", + "pick_item": "packet_pick_item", + "craft_recipe_request": "packet_craft_recipe_request", + "abilities": "packet_abilities", + "block_dig": "packet_block_dig", + "entity_action": "packet_entity_action", + "steer_vehicle": "packet_steer_vehicle", + "pong": "packet_pong", + "chat_session_update": "packet_chat_session_update", + "recipe_book": "packet_recipe_book", + "displayed_recipe": "packet_displayed_recipe", + "name_item": "packet_name_item", + "resource_pack_receive": "packet_resource_pack_receive", + "advancement_tab": "packet_advancement_tab", + "select_trade": "packet_select_trade", + "set_beacon_effect": "packet_set_beacon_effect", + "held_item_slot": "packet_held_item_slot", + "update_command_block": "packet_update_command_block", + "update_command_block_minecart": "packet_update_command_block_minecart", + "set_creative_slot": "packet_set_creative_slot", + "update_jigsaw_block": "packet_update_jigsaw_block", + "update_structure_block": "packet_update_structure_block", + "update_sign": "packet_update_sign", + "arm_animation": "packet_arm_animation", + "spectate": "packet_spectate", + "block_place": "packet_block_place", + "use_item": "packet_use_item", + "chunk_batch_received": "packet_chunk_batch_received", + "configuation_acknowledged": "packet_configuation_acknowledged", + "ping_request": "packet_ping_request" + } + } + ] + } + ] + ] + } + } + } +} diff --git a/data/pc/1.20.2/recipes.json b/data/pc/1.20.2/recipes.json new file mode 100644 index 000000000..f4c84d377 --- /dev/null +++ b/data/pc/1.20.2/recipes.json @@ -0,0 +1,15143 @@ +{ + "1186": [ + { + "inShape": [ + [ + 1185, + 1185, + 1185 + ] + ], + "result": { + "id": 1186, + "count": 6 + } + } + ], + "328": [ + { + "inShape": [ + [ + 630, + 630, + null + ] + ], + "result": { + "id": 328, + "count": 1 + } + } + ], + "139": [ + { + "inShape": [ + [ + 129, + 129, + 129 + ], + [ + 129, + null, + null + ] + ], + "result": { + "id": 139, + "count": 3 + } + } + ], + "1161": [ + { + "inShape": [ + [ + null, + 770, + null + ], + [ + 1, + 1, + 1 + ] + ], + "result": { + "id": 1161, + "count": 1 + } + } + ], + "309": [ + { + "inShape": [ + [ + 762, + 807, + 304 + ] + ], + "result": { + "id": 309, + "count": 4 + } + } + ], + "498": [ + { + "inShape": [ + [ + 920, + 920, + 920 + ], + [ + 920, + 920, + 920 + ], + [ + 920, + 920, + 920 + ] + ], + "result": { + "id": 498, + "count": 1 + } + } + ], + "1224": [ + { + "inShape": [ + [ + 764, + 1224, + 764 + ], + [ + 764, + 355, + 764 + ], + [ + 764, + 764, + 764 + ] + ], + "result": { + "id": 1224, + "count": 2 + } + } + ], + "291": [ + { + "inShape": [ + [ + 25, + 807, + 25 + ], + [ + 25, + 807, + 25 + ] + ], + "result": { + "id": 291, + "count": 3 + } + } + ], + "627": [ + { + "inShape": [ + [ + 497, + 497, + 497 + ] + ], + "result": { + "id": 627, + "count": 6 + } + } + ], + "722": [ + { + "inShape": [ + [ + 807, + 33, + 807 + ], + [ + 807, + 33, + 807 + ] + ], + "result": { + "id": 722, + "count": 1 + } + } + ], + "720": [ + { + "inShape": [ + [ + 807, + 31, + 807 + ], + [ + 807, + 31, + 807 + ] + ], + "result": { + "id": 720, + "count": 1 + } + } + ], + "1089": [ + { + "inShape": [ + [ + 182, + 182, + 182 + ], + [ + 182, + 182, + 182 + ], + [ + null, + 807, + null + ] + ], + "result": { + "id": 1089, + "count": 1 + } + } + ], + "375": [ + { + "inShape": [ + [ + 22, + 22, + 22 + ], + [ + 22, + 22, + 22 + ] + ], + "result": { + "id": 375, + "count": 6 + } + } + ], + "470": [ + { + "inShape": [ + [ + 454, + 454, + 454 + ], + [ + 454, + 454, + 454 + ] + ], + "result": { + "id": 470, + "count": 16 + } + }, + { + "inShape": [ + [ + 335, + 335, + 335 + ], + [ + 335, + 909, + 335 + ], + [ + 335, + 335, + 335 + ] + ], + "result": { + "id": 470, + "count": 8 + } + } + ], + "719": [ + { + "inShape": [ + [ + 807, + 30, + 807 + ], + [ + 807, + 30, + 807 + ] + ], + "result": { + "id": 719, + "count": 1 + } + } + ], + "687": [ + { + "inShape": [ + [ + 33, + 33, + null + ] + ], + "result": { + "id": 687, + "count": 1 + } + } + ], + "106": [ + { + "inShape": [ + [ + 98, + 98, + 98 + ] + ], + "result": { + "id": 106, + "count": 6 + } + }, + { + "ingredients": [ + 90, + 1170 + ], + "result": { + "id": 106, + "count": 1 + } + } + ], + "68": [ + { + "inShape": [ + [ + 762, + 762, + 762 + ], + [ + 762, + 762, + 762 + ], + [ + 762, + 762, + 762 + ] + ], + "result": { + "id": 68, + "count": 1 + } + } + ], + "713": [ + { + "inShape": [ + [ + 807, + 24, + 807 + ], + [ + 807, + 24, + 807 + ] + ], + "result": { + "id": 713, + "count": 1 + } + } + ], + "817": [ + { + "inShape": [ + [ + 873, + null, + 873 + ], + [ + 873, + 873, + 873 + ], + [ + 873, + 873, + 873 + ] + ], + "result": { + "id": 817, + "count": 1 + } + } + ], + "928": [ + { + "inShape": [ + [ + 184, + 184, + 184 + ], + [ + 23, + 23, + 23 + ] + ], + "result": { + "id": 928, + "count": 1 + } + }, + { + "ingredients": [ + 908, + 939 + ], + "result": { + "id": 928, + "count": 1 + } + } + ], + "74": [ + { + "inShape": [ + [ + 770, + 770, + 770 + ], + [ + 770, + 770, + 770 + ], + [ + 770, + 770, + 770 + ] + ], + "result": { + "id": 74, + "count": 1 + } + } + ], + "1172": [ + { + "inShape": [ + [ + 23, + 23, + 23 + ], + [ + 1170, + 1170, + 1170 + ], + [ + 23, + 23, + 23 + ] + ], + "result": { + "id": 1172, + "count": 1 + } + } + ], + "1055": [ + { + "inShape": [ + [ + 884, + 884, + 884 + ], + [ + 884, + 941, + 884 + ], + [ + 884, + 884, + 884 + ] + ], + "result": { + "id": 1055, + "count": 1 + } + }, + { + "inShape": [ + [ + 884, + 884, + 884 + ], + [ + 884, + 888, + 884 + ], + [ + 884, + 884, + 884 + ] + ], + "result": { + "id": 1055, + "count": 1 + } + } + ], + "847": [ + { + "inShape": [ + [ + 24, + 24, + 24 + ], + [ + 24, + 24, + 24 + ], + [ + null, + 807, + null + ] + ], + "result": { + "id": 847, + "count": 3 + } + } + ], + "465": [ + { + "inShape": [ + [ + 335, + 335, + 335 + ], + [ + 335, + 904, + 335 + ], + [ + 335, + 335, + 335 + ] + ], + "result": { + "id": 465, + "count": 8 + } + }, + { + "inShape": [ + [ + 449, + 449, + 449 + ], + [ + 449, + 449, + 449 + ] + ], + "result": { + "id": 465, + "count": 16 + } + } + ], + "695": [ + { + "inShape": [ + [ + 29, + 29, + 29 + ], + [ + 29, + 29, + 29 + ] + ], + "result": { + "id": 695, + "count": 3 + } + } + ], + "146": [ + { + "inShape": [ + [ + 112, + 112, + 112 + ], + [ + 112, + null, + null + ] + ], + "result": { + "id": 146, + "count": 3 + } + } + ], + "816": [ + { + "inShape": [ + [ + 873, + 873, + 873 + ], + [ + 873, + null, + 873 + ] + ], + "result": { + "id": 816, + "count": 1 + } + } + ], + "927": [ + { + "inShape": [ + [ + 183, + 183, + 183 + ], + [ + 23, + 23, + 23 + ] + ], + "result": { + "id": 927, + "count": 1 + } + }, + { + "ingredients": [ + 907, + 939 + ], + "result": { + "id": 927, + "count": 1 + } + } + ], + "34": [ + { + "inShape": [ + [ + 238, + 238, + null + ] + ], + "result": { + "id": 34, + "count": 1 + } + } + ], + "144": [ + { + "inShape": [ + [ + 110, + 110, + 110 + ], + [ + 110, + null, + null + ] + ], + "result": { + "id": 144, + "count": 3 + } + } + ], + "634": [ + { + "inShape": [ + [ + 229, + 810, + 229 + ], + [ + 229, + null, + 229 + ], + [ + 229, + null, + 229 + ] + ], + "result": { + "id": 634, + "count": 6 + } + } + ], + "360": [ + { + "inShape": [ + [ + 765, + 765, + 765 + ], + [ + 765, + 765, + 765 + ], + [ + 765, + 765, + 765 + ] + ], + "result": { + "id": 360, + "count": 1 + } + } + ], + "844": [ + { + "inShape": [ + [ + 774, + 774, + 774 + ], + [ + 774, + 759, + 774 + ], + [ + 774, + 774, + 774 + ] + ], + "result": { + "id": 844, + "count": 1 + } + } + ], + "346": [ + { + "inShape": [ + [ + 251, + 251, + null + ] + ], + "result": { + "id": 346, + "count": 1 + } + } + ], + "799": [ + { + "inShape": [ + [ + 764, + 764, + 764 + ], + [ + null, + 807, + null + ], + [ + null, + 807, + null + ] + ], + "result": { + "id": 799, + "count": 1 + } + } + ], + "1050": [ + { + "inShape": [ + [ + 881, + null, + 881 + ], + [ + null, + 881, + null + ] + ], + "result": { + "id": 1050, + "count": 1 + } + } + ], + "467": [ + { + "inShape": [ + [ + 451, + 451, + 451 + ], + [ + 451, + 451, + 451 + ] + ], + "result": { + "id": 467, + "count": 16 + } + }, + { + "inShape": [ + [ + 335, + 335, + 335 + ], + [ + 335, + 906, + 335 + ], + [ + 335, + 335, + 335 + ] + ], + "result": { + "id": 467, + "count": 8 + } + } + ], + "75": [ + { + "inShape": [ + [ + 772, + 772, + 772 + ], + [ + 772, + 772, + 772 + ], + [ + 772, + 772, + 772 + ] + ], + "result": { + "id": 75, + "count": 1 + } + } + ], + "348": [ + { + "inShape": [ + [ + 344, + null, + null + ], + [ + 344, + 344, + null + ], + [ + 344, + 344, + 344 + ] + ], + "result": { + "id": 348, + "count": 4 + } + } + ], + "889": [ + { + "inShape": [ + [ + 1216, + 1216, + 1216 + ], + [ + 1216, + 888, + 1216 + ], + [ + 1216, + 1216, + 1216 + ] + ], + "result": { + "id": 889, + "count": 1 + } + } + ], + "926": [ + { + "inShape": [ + [ + 182, + 182, + 182 + ], + [ + 23, + 23, + 23 + ] + ], + "result": { + "id": 926, + "count": 1 + } + }, + { + "ingredients": [ + 906, + 939 + ], + "result": { + "id": 926, + "count": 1 + } + } + ], + "792": [ + { + "inShape": [ + [ + 770, + 770, + 807 + ] + ], + "result": { + "id": 792, + "count": 1 + } + } + ], + "145": [ + { + "inShape": [ + [ + 111, + 111, + 111 + ], + [ + 111, + null, + null + ] + ], + "result": { + "id": 145, + "count": 3 + } + } + ], + "462": [ + { + "inShape": [ + [ + 166, + 166, + 166 + ], + [ + 166, + 917, + 166 + ], + [ + 166, + 166, + 166 + ] + ], + "result": { + "id": 462, + "count": 8 + } + } + ], + "290": [ + { + "inShape": [ + [ + 24, + 807, + 24 + ], + [ + 24, + 807, + 24 + ] + ], + "result": { + "id": 290, + "count": 3 + } + } + ], + "294": [ + { + "inShape": [ + [ + 28, + 807, + 28 + ], + [ + 28, + 807, + 28 + ] + ], + "result": { + "id": 294, + "count": 3 + } + } + ], + "619": [ + { + "inShape": [ + [ + 319, + 319, + 319 + ] + ], + "result": { + "id": 619, + "count": 6 + } + } + ], + "626": [ + { + "inShape": [ + [ + 6, + 6, + 6 + ] + ], + "result": { + "id": 626, + "count": 6 + } + } + ], + "258": [ + { + "inShape": [ + [ + 483, + 483, + 483 + ] + ], + "result": { + "id": 258, + "count": 6 + } + } + ], + "643": [ + { + "inShape": [ + [ + 1173, + 1173, + 1173 + ], + [ + 1173, + null, + null + ] + ], + "result": { + "id": 643, + "count": 1 + } + } + ], + "411": [ + { + "inShape": [ + [ + 440, + 440, + 440 + ], + [ + 440, + 910, + 440 + ], + [ + 440, + 440, + 440 + ] + ], + "result": { + "id": 411, + "count": 8 + } + } + ], + "103": [ + { + "inShape": [ + [ + 99, + null, + null + ], + [ + 99, + 99, + null + ], + [ + 99, + 99, + 99 + ] + ], + "result": { + "id": 103, + "count": 4 + } + }, + { + "ingredients": [ + 87, + 1170 + ], + "result": { + "id": 103, + "count": 1 + } + } + ], + "450": [ + { + "inShape": [ + [ + 166, + 166, + 166 + ], + [ + 166, + 905, + 166 + ], + [ + 166, + 166, + 166 + ] + ], + "result": { + "id": 450, + "count": 8 + } + } + ], + "91": [ + { + "inShape": [ + [ + 83, + 83, + 83 + ] + ], + "result": { + "id": 91, + "count": 6 + } + } + ], + "391": [ + { + "inShape": [ + [ + 1181, + 1181, + 1181 + ], + [ + 1181, + 1181, + 1181 + ] + ], + "result": { + "id": 391, + "count": 6 + } + } + ], + "282": [ + { + "inShape": [ + [ + 22, + null, + null + ], + [ + 22, + 22, + null + ], + [ + 22, + 22, + 22 + ] + ], + "result": { + "id": 282, + "count": 4 + } + } + ], + "245": [ + { + "inShape": [ + [ + 171, + 171, + 171 + ] + ], + "result": { + "id": 245, + "count": 6 + } + } + ], + "618": [ + { + "inShape": [ + [ + 260, + 260, + 260 + ] + ], + "result": { + "id": 618, + "count": 6 + } + } + ], + "685": [ + { + "inShape": [ + [ + 31, + 31, + null + ] + ], + "result": { + "id": 685, + "count": 1 + } + } + ], + "694": [ + { + "inShape": [ + [ + 28, + 28, + 28 + ], + [ + 28, + 28, + 28 + ] + ], + "result": { + "id": 694, + "count": 3 + } + } + ], + "703": [ + { + "inShape": [ + [ + 25, + 25, + 25 + ], + [ + 25, + 25, + 25 + ] + ], + "result": { + "id": 703, + "count": 2 + } + } + ], + "92": [ + { + "inShape": [ + [ + 84, + 84, + 84 + ] + ], + "result": { + "id": 92, + "count": 6 + } + } + ], + "835": [ + { + "inShape": [ + [ + 774, + null, + 774 + ], + [ + 774, + null, + 774 + ] + ], + "result": { + "id": 835, + "count": 1 + } + } + ], + "693": [ + { + "inShape": [ + [ + 27, + 27, + 27 + ], + [ + 27, + 27, + 27 + ] + ], + "result": { + "id": 693, + "count": 3 + } + } + ], + "151": [ + { + "inShape": [ + [ + 117, + 117, + 117 + ], + [ + 117, + null, + null + ] + ], + "result": { + "id": 151, + "count": 3 + } + } + ], + "307": [ + { + "inShape": [ + [ + 306, + 306, + 306 + ], + [ + 306, + null, + null + ] + ], + "result": { + "id": 307, + "count": 4 + } + } + ], + "484": [ + { + "inShape": [ + [ + 481, + null, + null + ], + [ + 481, + 481, + null + ], + [ + 481, + 481, + 481 + ] + ], + "result": { + "id": 484, + "count": 4 + } + } + ], + "598": [ + { + "inShape": [ + [ + 1141, + 1141, + 1141 + ], + [ + 1141, + 1142, + 1141 + ], + [ + 1141, + 1141, + 1141 + ] + ], + "result": { + "id": 598, + "count": 1 + } + } + ], + "617": [ + { + "inShape": [ + [ + 3, + 3, + 3 + ] + ], + "result": { + "id": 617, + "count": 6 + } + } + ], + "791": [ + { + "inShape": [ + [ + 774, + 774, + null + ], + [ + 807, + null, + 807 + ] + ], + "result": { + "id": 791, + "count": 1 + } + } + ], + "641": [ + { + "inShape": [ + [ + 886, + 640, + null + ] + ], + "result": { + "id": 641, + "count": 1 + } + } + ], + "1219": [ + { + "inShape": [ + [ + 764, + 1219, + 764 + ], + [ + 764, + 22, + 764 + ], + [ + 764, + 764, + 764 + ] + ], + "result": { + "id": 1219, + "count": 2 + } + } + ], + "628": [ + { + "inShape": [ + [ + 7, + 7, + 7 + ] + ], + "result": { + "id": 628, + "count": 6 + } + } + ], + "779": [ + { + "inShape": [ + [ + 23, + 23, + 23 + ], + [ + null, + 807, + null + ], + [ + null, + 807, + null + ] + ], + "result": { + "id": 779, + "count": 1 + } + } + ], + "723": [ + { + "inShape": [ + [ + 774, + null, + 774 + ], + [ + 774, + 807, + 774 + ], + [ + 774, + 635, + 774 + ] + ], + "result": { + "id": 723, + "count": 6 + } + } + ], + "867": [ + { + "inShape": [ + [ + 334, + null, + 334 + ], + [ + 132, + 132, + 132 + ], + [ + 132, + 132, + 132 + ] + ], + "result": { + "id": 867, + "count": 6 + } + } + ], + "361": [ + { + "inShape": [ + [ + 23, + null, + null + ], + [ + 23, + 23, + null + ], + [ + 23, + 23, + 23 + ] + ], + "result": { + "id": 361, + "count": 4 + } + } + ], + "1232": [ + { + "inShape": [ + [ + 764, + 1232, + 764 + ], + [ + 764, + 9, + 764 + ], + [ + 764, + 764, + 764 + ] + ], + "result": { + "id": 1232, + "count": 2 + } + } + ], + "1187": [ + { + "inShape": [ + [ + 1185, + null, + null + ], + [ + 1185, + 1185, + null + ], + [ + 1185, + 1185, + 1185 + ] + ], + "result": { + "id": 1187, + "count": 4 + } + } + ], + "461": [ + { + "inShape": [ + [ + 166, + 166, + 166 + ], + [ + 166, + 916, + 166 + ], + [ + 166, + 166, + 166 + ] + ], + "result": { + "id": 461, + "count": 8 + } + } + ], + "807": [ + { + "inShape": [ + [ + 229, + 229, + null + ] + ], + "result": { + "id": 807, + "count": 1 + } + }, + { + "inShape": [ + [ + 23, + 23, + null + ] + ], + "result": { + "id": 807, + "count": 4 + } + } + ], + "167": [ + { + "inShape": [ + [ + null, + 768, + null + ], + [ + 768, + 166, + 768 + ], + [ + null, + 768, + null + ] + ], + "result": { + "id": 167, + "count": 2 + } + } + ], + "416": [ + { + "inShape": [ + [ + 440, + 440, + 440 + ], + [ + 440, + 915, + 440 + ], + [ + 440, + 440, + 440 + ] + ], + "result": { + "id": 416, + "count": 8 + } + } + ], + "133": [ + { + "inShape": [ + [ + 123, + 123, + 123 + ], + [ + 123, + null, + null + ] + ], + "result": { + "id": 133, + "count": 3 + } + } + ], + "169": [ + { + "inShape": [ + [ + 44, + 44, + 44 + ], + [ + 44, + null, + null + ] + ], + "result": { + "id": 169, + "count": 1 + } + } + ], + "412": [ + { + "inShape": [ + [ + 440, + 440, + 440 + ], + [ + 440, + 911, + 440 + ], + [ + 440, + 440, + 440 + ] + ], + "result": { + "id": 412, + "count": 8 + } + } + ], + "715": [ + { + "inShape": [ + [ + 807, + 26, + 807 + ], + [ + 807, + 26, + 807 + ] + ], + "result": { + "id": 715, + "count": 1 + } + } + ], + "639": [ + { + "inShape": [ + [ + null, + 636, + null + ], + [ + 636, + 767, + 636 + ], + [ + 1, + 1, + 1 + ] + ], + "result": { + "id": 639, + "count": 1 + } + } + ], + "1175": [ + { + "inShape": [ + [ + 321, + 321, + 321 + ], + [ + 321, + 775, + 321 + ], + [ + 321, + 321, + 321 + ] + ], + "result": { + "id": 1175, + "count": 1 + } + } + ], + "638": [ + { + "inShape": [ + [ + 636, + 635, + 636 + ], + [ + 1, + 1, + 1 + ] + ], + "result": { + "id": 638, + "count": 1 + } + } + ], + "273": [ + { + "inShape": [ + [ + 1105, + 1105, + 1105 + ], + [ + 1105, + null, + null + ] + ], + "result": { + "id": 273, + "count": 4 + } + } + ], + "1182": [ + { + "inShape": [ + [ + 1181, + 1181, + 1181 + ] + ], + "result": { + "id": 1182, + "count": 6 + } + } + ], + "605": [ + { + "inShape": [ + [ + 1, + null, + null + ], + [ + 1, + 1, + null + ], + [ + 1, + 1, + 1 + ] + ], + "result": { + "id": 605, + "count": 4 + } + } + ], + "891": [ + { + "inShape": [ + [ + null, + null, + 807 + ], + [ + null, + 807, + 810 + ], + [ + 807, + null, + 810 + ] + ], + "result": { + "id": 891, + "count": 1 + } + } + ], + "883": [ + { + "inShape": [ + [ + 944, + 944, + 944 + ], + [ + 944, + 944, + 944 + ], + [ + 944, + 944, + 944 + ] + ], + "result": { + "id": 883, + "count": 1 + } + } + ], + "604": [ + { + "inShape": [ + [ + 356, + null, + null + ], + [ + 356, + 356, + null + ], + [ + 356, + 356, + 356 + ] + ], + "result": { + "id": 604, + "count": 4 + } + } + ], + "826": [ + { + "inShape": [ + [ + 770, + 770, + 770 + ], + [ + 770, + null, + 770 + ], + [ + 770, + null, + 770 + ] + ], + "result": { + "id": 826, + "count": 1 + } + } + ], + "141": [ + { + "inShape": [ + [ + 131, + 131, + 131 + ], + [ + 131, + null, + null + ] + ], + "result": { + "id": 141, + "count": 3 + } + } + ], + "433": [ + { + "inShape": [ + [ + 189, + 189, + null + ] + ], + "result": { + "id": 433, + "count": 3 + } + }, + { + "ingredients": [ + 913, + 439 + ], + "result": { + "id": 433, + "count": 1 + } + } + ], + "384": [ + { + "inShape": [ + [ + 344, + 344, + 344 + ], + [ + 344, + 344, + 344 + ] + ], + "result": { + "id": 384, + "count": 6 + } + } + ], + "1230": [ + { + "inShape": [ + [ + 764, + 1230, + 764 + ], + [ + 764, + 440, + 764 + ], + [ + 764, + 764, + 764 + ] + ], + "result": { + "id": 1230, + "count": 2 + } + } + ], + "608": [ + { + "inShape": [ + [ + 2, + null, + null + ], + [ + 2, + 2, + null + ], + [ + 2, + 2, + 2 + ] + ], + "result": { + "id": 608, + "count": 4 + } + } + ], + "414": [ + { + "inShape": [ + [ + 440, + 440, + 440 + ], + [ + 440, + 913, + 440 + ], + [ + 440, + 440, + 440 + ] + ], + "result": { + "id": 414, + "count": 8 + } + } + ], + "490": [ + { + "inShape": [ + [ + 488, + 488, + 488 + ], + [ + 488, + null, + null + ] + ], + "result": { + "id": 490, + "count": 4 + } + } + ], + "296": [ + { + "inShape": [ + [ + 30, + 807, + 30 + ], + [ + 30, + 807, + 30 + ] + ], + "result": { + "id": 296, + "count": 3 + } + } + ], + "374": [ + { + "inShape": [ + [ + 166, + 166, + 166 + ], + [ + 166, + 1064, + 166 + ], + [ + 268, + 268, + 268 + ] + ], + "result": { + "id": 374, + "count": 1 + } + } + ], + "657": [ + { + "inShape": [ + [ + 812, + 44, + 812 + ], + [ + 44, + 812, + 44 + ], + [ + 812, + 44, + 812 + ] + ], + "result": { + "id": 657, + "count": 1 + } + } + ], + "932": [ + { + "inShape": [ + [ + 188, + 188, + 188 + ], + [ + 23, + 23, + 23 + ] + ], + "result": { + "id": 932, + "count": 1 + } + }, + { + "ingredients": [ + 912, + 939 + ], + "result": { + "id": 932, + "count": 1 + } + } + ], + "436": [ + { + "inShape": [ + [ + 192, + 192, + null + ] + ], + "result": { + "id": 436, + "count": 3 + } + }, + { + "ingredients": [ + 916, + 439 + ], + "result": { + "id": 436, + "count": 1 + } + } + ], + "692": [ + { + "inShape": [ + [ + 26, + 26, + 26 + ], + [ + 26, + 26, + 26 + ] + ], + "result": { + "id": 692, + "count": 3 + } + } + ], + "480": [ + { + "inShape": [ + [ + 464, + 464, + 464 + ], + [ + 464, + 464, + 464 + ] + ], + "result": { + "id": 480, + "count": 16 + } + }, + { + "inShape": [ + [ + 335, + 335, + 335 + ], + [ + 335, + 919, + 335 + ], + [ + 335, + 335, + 335 + ] + ], + "result": { + "id": 480, + "count": 8 + } + } + ], + "257": [ + { + "inShape": [ + [ + 482, + 482, + 482 + ] + ], + "result": { + "id": 257, + "count": 6 + } + } + ], + "344": [ + { + "inShape": [ + [ + 1069, + 1069, + 1069 + ], + [ + 1069, + null, + null + ] + ], + "result": { + "id": 344, + "count": 1 + } + } + ], + "435": [ + { + "inShape": [ + [ + 191, + 191, + null + ] + ], + "result": { + "id": 435, + "count": 3 + } + }, + { + "ingredients": [ + 915, + 439 + ], + "result": { + "id": 435, + "count": 1 + } + } + ], + "697": [ + { + "inShape": [ + [ + 31, + 31, + 31 + ], + [ + 31, + 31, + 31 + ] + ], + "result": { + "id": 697, + "count": 3 + } + } + ], + "825": [ + { + "inShape": [ + [ + 770, + null, + 770 + ], + [ + 770, + 770, + 770 + ], + [ + 770, + 770, + 770 + ] + ], + "result": { + "id": 825, + "count": 1 + } + } + ], + "298": [ + { + "inShape": [ + [ + 32, + 807, + 32 + ], + [ + 32, + 807, + 32 + ] + ], + "result": { + "id": 298, + "count": 3 + } + } + ], + "318": [ + { + "inShape": [ + [ + 1, + 1, + 1 + ], + [ + 1, + null, + null + ] + ], + "result": { + "id": 318, + "count": 4 + } + } + ], + "93": [ + { + "inShape": [ + [ + 85, + 85, + 85 + ] + ], + "result": { + "id": 93, + "count": 6 + } + } + ], + "363": [ + { + "inShape": [ + [ + 25, + null, + null + ], + [ + 25, + 25, + null + ], + [ + 25, + 25, + 25 + ] + ], + "result": { + "id": 363, + "count": 4 + } + } + ], + "1225": [ + { + "inShape": [ + [ + 764, + 1225, + 764 + ], + [ + 764, + 22, + 764 + ], + [ + 764, + 764, + 764 + ] + ], + "result": { + "id": 1225, + "count": 2 + } + } + ], + "457": [ + { + "inShape": [ + [ + 166, + 166, + 166 + ], + [ + 166, + 912, + 166 + ], + [ + 166, + 166, + 166 + ] + ], + "result": { + "id": 457, + "count": 8 + } + } + ], + "180": [ + { + "inShape": [ + [ + 810, + 810, + 810 + ], + [ + 810, + null, + null + ] + ], + "result": { + "id": 180, + "count": 1 + } + }, + { + "ingredients": [ + 904, + 195 + ], + "result": { + "id": 180, + "count": 1 + } + } + ], + "790": [ + { + "inShape": [ + [ + 774, + 774, + 774 + ], + [ + 807, + null, + 807 + ] + ], + "result": { + "id": 790, + "count": 1 + } + } + ], + "371": [ + { + "inShape": [ + [ + 32, + null, + null + ], + [ + 32, + 32, + null + ], + [ + 32, + 32, + 32 + ] + ], + "result": { + "id": 371, + "count": 4 + } + } + ], + "266": [ + { + "inShape": [ + [ + null, + 881, + null + ], + [ + 881, + null, + 881 + ], + [ + null, + 881, + null + ] + ], + "result": { + "id": 266, + "count": 1 + } + } + ], + "468": [ + { + "inShape": [ + [ + 452, + 452, + 452 + ], + [ + 452, + 452, + 452 + ] + ], + "result": { + "id": 468, + "count": 16 + } + }, + { + "inShape": [ + [ + 335, + 335, + 335 + ], + [ + 335, + 907, + 335 + ], + [ + 335, + 335, + 335 + ] + ], + "result": { + "id": 468, + "count": 8 + } + } + ], + "458": [ + { + "inShape": [ + [ + 166, + 166, + 166 + ], + [ + 166, + 913, + 166 + ], + [ + 166, + 166, + 166 + ] + ], + "result": { + "id": 458, + "count": 8 + } + } + ], + "677": [ + { + "inShape": [ + [ + 23, + 23, + null + ] + ], + "result": { + "id": 677, + "count": 1 + } + } + ], + "340": [ + { + "inShape": [ + [ + 318, + null, + null + ], + [ + 318, + 318, + null + ], + [ + 318, + 318, + 318 + ] + ], + "result": { + "id": 340, + "count": 4 + } + } + ], + "782": [ + { + "inShape": [ + [ + 22, + 22, + 807 + ] + ], + "result": { + "id": 782, + "count": 1 + } + } + ], + "4": [ + { + "inShape": [ + [ + 22, + 767, + 767 + ], + [ + 22, + null, + null + ] + ], + "result": { + "id": 4, + "count": 2 + } + } + ], + "293": [ + { + "inShape": [ + [ + 27, + 807, + 27 + ], + [ + 27, + 807, + 27 + ] + ], + "result": { + "id": 293, + "count": 3 + } + } + ], + "152": [ + { + "inShape": [ + [ + 120, + 120, + 120 + ], + [ + 120, + null, + null + ] + ], + "result": { + "id": 152, + "count": 3 + } + } + ], + "230": [ + { + "inShape": [ + [ + 23, + 23, + 23 + ] + ], + "result": { + "id": 230, + "count": 6 + } + } + ], + "1096": [ + { + "inShape": [ + [ + 189, + 189, + 189 + ], + [ + 189, + 189, + 189 + ], + [ + null, + 807, + null + ] + ], + "result": { + "id": 1096, + "count": 1 + } + } + ], + "13": [ + { + "inShape": [ + [ + 1211, + 1211, + 1211 + ], + [ + 1211, + null, + null + ] + ], + "result": { + "id": 13, + "count": 1 + } + } + ], + "966": [ + { + "inShape": [ + [ + 955, + 955, + 955 + ], + [ + 955, + 943, + 955 + ], + [ + 955, + 955, + 955 + ] + ], + "result": { + "id": 966, + "count": 1 + } + } + ], + "699": [ + { + "inShape": [ + [ + 33, + 33, + 33 + ], + [ + 33, + 33, + 33 + ] + ], + "result": { + "id": 699, + "count": 3 + } + } + ], + "796": [ + { + "inShape": [ + [ + 770, + 770, + null + ], + [ + 807, + null, + 807 + ] + ], + "result": { + "id": 796, + "count": 1 + } + } + ], + "860": [ + { + "inShape": [ + [ + 334, + null, + 334 + ], + [ + 126, + 126, + 126 + ], + [ + 126, + 126, + 126 + ] + ], + "result": { + "id": 860, + "count": 6 + } + } + ], + "283": [ + { + "inShape": [ + [ + 285, + 285, + 285 + ] + ], + "result": { + "id": 283, + "count": 6 + } + } + ], + "716": [ + { + "inShape": [ + [ + 807, + 27, + 807 + ], + [ + 807, + 27, + 807 + ] + ], + "result": { + "id": 716, + "count": 1 + } + } + ], + "892": [ + { + "inShape": [ + [ + null, + 774, + null + ], + [ + 774, + 635, + 774 + ], + [ + null, + 774, + null + ] + ], + "result": { + "id": 892, + "count": 1 + } + } + ], + "853": [ + { + "inShape": [ + [ + 30, + 30, + 30 + ], + [ + 30, + 30, + 30 + ], + [ + null, + 807, + null + ] + ], + "result": { + "id": 853, + "count": 3 + } + } + ], + "426": [ + { + "inShape": [ + [ + 182, + 182, + null + ] + ], + "result": { + "id": 426, + "count": 3 + } + }, + { + "ingredients": [ + 906, + 439 + ], + "result": { + "id": 426, + "count": 1 + } + } + ], + "466": [ + { + "inShape": [ + [ + 335, + 335, + 335 + ], + [ + 335, + 905, + 335 + ], + [ + 335, + 335, + 335 + ] + ], + "result": { + "id": 466, + "count": 8 + } + }, + { + "inShape": [ + [ + 450, + 450, + 450 + ], + [ + 450, + 450, + 450 + ] + ], + "result": { + "id": 466, + "count": 16 + } + } + ], + "704": [ + { + "inShape": [ + [ + 26, + 26, + 26 + ], + [ + 26, + 26, + 26 + ] + ], + "result": { + "id": 704, + "count": 2 + } + } + ], + "1159": [ + { + "inShape": [ + [ + 807, + 242, + 807 + ], + [ + 23, + null, + 23 + ] + ], + "result": { + "id": 1159, + "count": 1 + } + } + ], + "497": [ + { + "inShape": [ + [ + 1069, + 956, + 956 + ], + [ + 1069, + null, + null + ] + ], + "result": { + "id": 497, + "count": 1 + } + } + ], + "335": [ + { + "inShape": [ + [ + 166, + 166, + 166 + ], + [ + 166, + 166, + 166 + ] + ], + "result": { + "id": 335, + "count": 16 + } + } + ], + "830": [ + { + "inShape": [ + [ + 764, + 764, + 764 + ], + [ + 764, + null, + 764 + ], + [ + 764, + null, + 764 + ] + ], + "result": { + "id": 830, + "count": 1 + } + } + ], + "241": [ + { + "inShape": [ + [ + 33, + 33, + 33 + ] + ], + "result": { + "id": 241, + "count": 6 + } + } + ], + "648": [ + { + "inShape": [ + [ + 230, + 230, + 230 + ], + [ + null, + 264, + null + ], + [ + null, + 230, + null + ] + ], + "result": { + "id": 648, + "count": 1 + } + } + ], + "368": [ + { + "inShape": [ + [ + 30, + null, + null + ], + [ + 30, + 30, + null + ], + [ + 30, + 30, + 30 + ] + ], + "result": { + "id": 368, + "count": 4 + } + } + ], + "481": [ + { + "inShape": [ + [ + 1070, + 1070, + 1070 + ], + [ + 1070, + null, + null + ] + ], + "result": { + "id": 481, + "count": 1 + } + } + ], + "787": [ + { + "inShape": [ + [ + 774, + 774, + 807 + ] + ], + "result": { + "id": 787, + "count": 1 + } + } + ], + "459": [ + { + "inShape": [ + [ + 166, + 166, + 166 + ], + [ + 166, + 914, + 166 + ], + [ + 166, + 166, + 166 + ] + ], + "result": { + "id": 459, + "count": 8 + } + } + ], + "770": [ + { + "inShape": [ + [ + 1119, + 1119, + 1119 + ], + [ + 1119, + 1119, + 1119 + ], + [ + 1119, + 1119, + 1119 + ] + ], + "result": { + "id": 770, + "count": 1 + } + }, + { + "ingredients": [ + 74 + ], + "result": { + "id": 770, + "count": 9 + } + } + ], + "170": [ + { + "inShape": [ + [ + 244, + 244, + null + ] + ], + "result": { + "id": 170, + "count": 1 + } + } + ], + "287": [ + { + "inShape": [ + [ + 882, + 882, + 882 + ], + [ + 882, + null, + null + ] + ], + "result": { + "id": 287, + "count": 1 + } + } + ], + "789": [ + { + "inShape": [ + [ + 774, + 774, + 774 + ], + [ + null, + 807, + null + ], + [ + null, + 807, + null + ] + ], + "result": { + "id": 789, + "count": 1 + } + } + ], + "86": [ + { + "inShape": [ + [ + 82, + null, + null + ], + [ + 82, + 82, + null + ], + [ + 82, + 82, + 82 + ] + ], + "result": { + "id": 86, + "count": 4 + } + } + ], + "752": [ + { + "inShape": [ + [ + 31, + null, + 31 + ], + [ + 31, + 31, + 31 + ] + ], + "result": { + "id": 752, + "count": 1 + } + } + ], + "265": [ + { + "inShape": [ + [ + 23, + 23, + 23 + ], + [ + 230, + 230, + 230 + ], + [ + 23, + 23, + 23 + ] + ], + "result": { + "id": 265, + "count": 1 + } + } + ], + "243": [ + { + "inShape": [ + [ + 262, + 262, + 262 + ] + ], + "result": { + "id": 243, + "count": 6 + } + } + ], + "281": [ + { + "inShape": [ + [ + 807, + null, + 807 + ], + [ + 807, + 807, + 807 + ], + [ + 807, + null, + 807 + ] + ], + "result": { + "id": 281, + "count": 3 + } + } + ], + "636": [ + { + "inShape": [ + [ + 635, + 807, + null + ] + ], + "result": { + "id": 636, + "count": 1 + } + } + ], + "223": [ + { + "inShape": [ + [ + 225, + 225, + null + ] + ], + "result": { + "id": 223, + "count": 3 + } + } + ], + "621": [ + { + "inShape": [ + [ + 267, + 267, + 267 + ] + ], + "result": { + "id": 621, + "count": 6 + } + } + ], + "649": [ + { + "inShape": [ + [ + null, + 635, + null + ], + [ + 635, + 423, + 635 + ], + [ + null, + 635, + null + ] + ], + "result": { + "id": 649, + "count": 1 + } + } + ], + "409": [ + { + "inShape": [ + [ + 440, + 440, + 440 + ], + [ + 440, + 908, + 440 + ], + [ + 440, + 440, + 440 + ] + ], + "result": { + "id": 409, + "count": 8 + } + } + ], + "425": [ + { + "inShape": [ + [ + 181, + 181, + null + ] + ], + "result": { + "id": 425, + "count": 3 + } + }, + { + "ingredients": [ + 905, + 439 + ], + "result": { + "id": 425, + "count": 1 + } + } + ], + "100": [ + { + "inShape": [ + [ + 96, + 96, + 96 + ], + [ + 96, + null, + null + ] + ], + "result": { + "id": 100, + "count": 4 + } + }, + { + "ingredients": [ + 84, + 1170 + ], + "result": { + "id": 100, + "count": 1 + } + } + ], + "923": [ + { + "inShape": [ + [ + 874, + 874, + 874 + ], + [ + 922, + 887, + 922 + ], + [ + 814, + 814, + 814 + ] + ], + "result": { + "id": 923, + "count": 1 + } + } + ], + "931": [ + { + "inShape": [ + [ + 187, + 187, + 187 + ], + [ + 23, + 23, + 23 + ] + ], + "result": { + "id": 931, + "count": 1 + } + }, + { + "ingredients": [ + 911, + 939 + ], + "result": { + "id": 931, + "count": 1 + } + } + ], + "1088": [ + { + "inShape": [ + [ + 181, + 181, + 181 + ], + [ + 181, + 181, + 181 + ], + [ + null, + 807, + null + ] + ], + "result": { + "id": 1088, + "count": 1 + } + } + ], + "852": [ + { + "inShape": [ + [ + 29, + 29, + 29 + ], + [ + 29, + 29, + 29 + ], + [ + null, + 807, + null + ] + ], + "result": { + "id": 852, + "count": 3 + } + } + ], + "625": [ + { + "inShape": [ + [ + 2, + 2, + 2 + ] + ], + "result": { + "id": 625, + "count": 6 + } + } + ], + "746": [ + { + "inShape": [ + [ + 28, + null, + 28 + ], + [ + 28, + 28, + 28 + ] + ], + "result": { + "id": 746, + "count": 1 + } + } + ], + "341": [ + { + "inShape": [ + [ + 323, + null, + null + ], + [ + 323, + 323, + null + ], + [ + 323, + 323, + 323 + ] + ], + "result": { + "id": 341, + "count": 4 + } + } + ], + "405": [ + { + "inShape": [ + [ + 440, + 440, + 440 + ], + [ + 440, + 904, + 440 + ], + [ + 440, + 440, + 440 + ] + ], + "result": { + "id": 405, + "count": 8 + } + } + ], + "819": [ + { + "inShape": [ + [ + 873, + null, + 873 + ], + [ + 873, + null, + 873 + ] + ], + "result": { + "id": 819, + "count": 1 + } + } + ], + "857": [ + { + "inShape": [ + [ + 334, + null, + 334 + ], + [ + 123, + 123, + 123 + ], + [ + 123, + 123, + 123 + ] + ], + "result": { + "id": 857, + "count": 6 + } + } + ], + "1077": [ + { + "inShape": [ + [ + 807, + 807, + 807 + ], + [ + null, + 807, + null + ], + [ + 807, + 243, + 807 + ] + ], + "result": { + "id": 1077, + "count": 1 + } + } + ], + "471": [ + { + "inShape": [ + [ + 455, + 455, + 455 + ], + [ + 455, + 455, + 455 + ] + ], + "result": { + "id": 471, + "count": 16 + } + }, + { + "inShape": [ + [ + 335, + 335, + 335 + ], + [ + 335, + 910, + 335 + ], + [ + 335, + 335, + 335 + ] + ], + "result": { + "id": 471, + "count": 8 + } + } + ], + "237": [ + { + "inShape": [ + [ + 30, + 30, + 30 + ] + ], + "result": { + "id": 237, + "count": 6 + } + } + ], + "818": [ + { + "inShape": [ + [ + 873, + 873, + 873 + ], + [ + 873, + null, + 873 + ], + [ + 873, + null, + 873 + ] + ], + "result": { + "id": 818, + "count": 1 + } + } + ], + "138": [ + { + "inShape": [ + [ + 128, + 128, + 128 + ], + [ + 128, + null, + null + ] + ], + "result": { + "id": 138, + "count": 3 + } + } + ], + "1099": [ + { + "inShape": [ + [ + 192, + 192, + 192 + ], + [ + 192, + 192, + 192 + ], + [ + null, + 807, + null + ] + ], + "result": { + "id": 1099, + "count": 1 + } + } + ], + "1154": [ + { + "inShape": [ + [ + 23, + 230, + 23 + ], + [ + 23, + null, + 23 + ], + [ + 23, + 230, + 23 + ] + ], + "result": { + "id": 1154, + "count": 1 + } + } + ], + "682": [ + { + "inShape": [ + [ + 28, + 28, + null + ] + ], + "result": { + "id": 682, + "count": 1 + } + } + ], + "153": [ + { + "inShape": [ + [ + 121, + 121, + 121 + ], + [ + 121, + null, + null + ] + ], + "result": { + "id": 153, + "count": 3 + } + } + ], + "321": [ + { + "inShape": [ + [ + 249, + 249, + null + ] + ], + "result": { + "id": 321, + "count": 1 + } + } + ], + "778": [ + { + "inShape": [ + [ + 23, + 807, + 807 + ] + ], + "result": { + "id": 778, + "count": 1 + } + } + ], + "622": [ + { + "inShape": [ + [ + 356, + 356, + 356 + ] + ], + "result": { + "id": 622, + "count": 6 + } + } + ], + "1160": [ + { + "inShape": [ + [ + 770, + 770, + 23 + ], + [ + 23, + 23, + 23 + ] + ], + "result": { + "id": 1160, + "count": 1 + } + } + ], + "937": [ + { + "inShape": [ + [ + 193, + 193, + 193 + ], + [ + 23, + 23, + 23 + ] + ], + "result": { + "id": 937, + "count": 1 + } + }, + { + "ingredients": [ + 917, + 939 + ], + "result": { + "id": 937, + "count": 1 + } + } + ], + "494": [ + { + "inShape": [ + [ + 962, + 962, + 962 + ], + [ + 962, + null, + null + ] + ], + "result": { + "id": 494, + "count": 1 + } + } + ], + "1231": [ + { + "inShape": [ + [ + 764, + 1231, + 764 + ], + [ + 764, + 440, + 764 + ], + [ + 764, + 764, + 764 + ] + ], + "result": { + "id": 1231, + "count": 2 + } + } + ], + "678": [ + { + "inShape": [ + [ + 24, + 24, + null + ] + ], + "result": { + "id": 678, + "count": 1 + } + } + ], + "415": [ + { + "inShape": [ + [ + 440, + 440, + 440 + ], + [ + 440, + 914, + 440 + ], + [ + 440, + 440, + 440 + ] + ], + "result": { + "id": 415, + "count": 8 + } + } + ], + "964": [ + { + "inShape": [ + [ + 770, + null, + 770 + ], + [ + 770, + null, + 770 + ], + [ + 770, + 770, + 770 + ] + ], + "result": { + "id": 964, + "count": 1 + } + } + ], + "709": [ + { + "inShape": [ + [ + 31, + 31, + 31 + ], + [ + 31, + 31, + 31 + ] + ], + "result": { + "id": 709, + "count": 2 + } + } + ], + "1217": [ + { + "inShape": [ + [ + 811, + 772, + 807 + ] + ], + "result": { + "id": 1217, + "count": 1 + } + } + ], + "798": [ + { + "inShape": [ + [ + 764, + 807, + 807 + ] + ], + "result": { + "id": 798, + "count": 1 + } + } + ], + "734": [ + { + "inShape": [ + [ + 891, + null, + null + ], + [ + 215, + null, + null + ] + ], + "result": { + "id": 734, + "count": 1 + } + } + ], + "385": [ + { + "inShape": [ + [ + 6, + 6, + 6 + ], + [ + 6, + 6, + 6 + ] + ], + "result": { + "id": 385, + "count": 6 + } + } + ], + "244": [ + { + "inShape": [ + [ + 169, + 169, + 169 + ] + ], + "result": { + "id": 244, + "count": 6 + } + } + ], + "247": [ + { + "inShape": [ + [ + 22, + 22, + 22 + ] + ], + "result": { + "id": 247, + "count": 6 + } + } + ], + "1094": [ + { + "inShape": [ + [ + 187, + 187, + 187 + ], + [ + 187, + 187, + 187 + ], + [ + null, + 807, + null + ] + ], + "result": { + "id": 1094, + "count": 1 + } + } + ], + "372": [ + { + "inShape": [ + [ + 33, + null, + null + ], + [ + 33, + 33, + null + ], + [ + 33, + 33, + 33 + ] + ], + "result": { + "id": 372, + "count": 4 + } + } + ], + "858": [ + { + "inShape": [ + [ + 334, + null, + 334 + ], + [ + 124, + 124, + 124 + ], + [ + 124, + 124, + 124 + ] + ], + "result": { + "id": 858, + "count": 6 + } + } + ], + "1222": [ + { + "inShape": [ + [ + 764, + 1222, + 764 + ], + [ + 764, + 267, + 764 + ], + [ + 764, + 764, + 764 + ] + ], + "result": { + "id": 1222, + "count": 2 + } + } + ], + "1227": [ + { + "inShape": [ + [ + 764, + 1227, + 764 + ], + [ + 764, + 1177, + 764 + ], + [ + 764, + 764, + 764 + ] + ], + "result": { + "id": 1227, + "count": 2 + } + } + ], + "728": [ + { + "inShape": [ + [ + 770, + null, + 770 + ], + [ + 770, + 770, + 770 + ] + ], + "result": { + "id": 728, + "count": 1 + } + } + ], + "623": [ + { + "inShape": [ + [ + 261, + 261, + 261 + ] + ], + "result": { + "id": 623, + "count": 6 + } + } + ], + "277": [ + { + "inShape": [ + [ + 23, + 23, + 23 + ], + [ + 23, + null, + 23 + ], + [ + 23, + 23, + 23 + ] + ], + "result": { + "id": 277, + "count": 1 + } + } + ], + "456": [ + { + "inShape": [ + [ + 166, + 166, + 166 + ], + [ + 166, + 911, + 166 + ], + [ + 166, + 166, + 166 + ] + ], + "result": { + "id": 456, + "count": 8 + } + } + ], + "725": [ + { + "inShape": [ + [ + 770, + null, + 770 + ], + [ + 770, + 807, + 770 + ], + [ + 770, + null, + 770 + ] + ], + "result": { + "id": 725, + "count": 16 + } + } + ], + "797": [ + { + "inShape": [ + [ + 764, + 764, + 807 + ] + ], + "result": { + "id": 797, + "count": 1 + } + } + ], + "419": [ + { + "inShape": [ + [ + 440, + 440, + 440 + ], + [ + 440, + 918, + 440 + ], + [ + 440, + 440, + 440 + ] + ], + "result": { + "id": 419, + "count": 8 + } + } + ], + "1091": [ + { + "inShape": [ + [ + 184, + 184, + 184 + ], + [ + 184, + 184, + 184 + ], + [ + null, + 807, + null + ] + ], + "result": { + "id": 1091, + "count": 1 + } + } + ], + "107": [ + { + "inShape": [ + [ + 99, + 99, + 99 + ] + ], + "result": { + "id": 107, + "count": 6 + } + }, + { + "ingredients": [ + 91, + 1170 + ], + "result": { + "id": 107, + "count": 1 + } + } + ], + "938": [ + { + "inShape": [ + [ + 194, + 194, + 194 + ], + [ + 23, + 23, + 23 + ] + ], + "result": { + "id": 938, + "count": 1 + } + }, + { + "ingredients": [ + 918, + 939 + ], + "result": { + "id": 938, + "count": 1 + } + } + ], + "295": [ + { + "inShape": [ + [ + 29, + 807, + 29 + ], + [ + 29, + 807, + 29 + ] + ], + "result": { + "id": 295, + "count": 3 + } + } + ], + "788": [ + { + "inShape": [ + [ + 774, + 807, + 807 + ] + ], + "result": { + "id": 788, + "count": 1 + } + } + ], + "82": [ + { + "inShape": [ + [ + 75, + 75, + 75 + ], + [ + 75, + null, + null + ] + ], + "result": { + "id": 82, + "count": 4 + } + } + ], + "616": [ + { + "inShape": [ + [ + 326, + null, + null + ], + [ + 326, + 326, + null + ], + [ + 326, + 326, + 326 + ] + ], + "result": { + "id": 616, + "count": 4 + } + } + ], + "1164": [ + { + "inShape": [ + [ + 1119, + 1119, + 1119 + ], + [ + 1119, + 309, + 1119 + ], + [ + 1119, + 1119, + 1119 + ] + ], + "result": { + "id": 1164, + "count": 1 + } + } + ], + "108": [ + { + "inShape": [ + [ + 100, + 100, + 100 + ] + ], + "result": { + "id": 108, + "count": 6 + } + }, + { + "ingredients": [ + 92, + 1170 + ], + "result": { + "id": 108, + "count": 1 + } + } + ], + "710": [ + { + "inShape": [ + [ + 32, + 32, + 32 + ], + [ + 32, + 32, + 32 + ] + ], + "result": { + "id": 710, + "count": 2 + } + } + ], + "388": [ + { + "inShape": [ + [ + 356, + 356, + 356 + ], + [ + 356, + 356, + 356 + ] + ], + "result": { + "id": 388, + "count": 6 + } + } + ], + "620": [ + { + "inShape": [ + [ + 5, + 5, + 5 + ] + ], + "result": { + "id": 620, + "count": 6 + } + } + ], + "369": [ + { + "inShape": [ + [ + 31, + null, + null + ], + [ + 31, + 31, + null + ], + [ + 31, + 31, + 31 + ] + ], + "result": { + "id": 369, + "count": 4 + } + } + ], + "606": [ + { + "inShape": [ + [ + 261, + null, + null + ], + [ + 261, + 261, + null + ], + [ + 261, + 261, + 261 + ] + ], + "result": { + "id": 606, + "count": 4 + } + } + ], + "334": [ + { + "inShape": [ + [ + 1119, + 770, + 1119 + ] + ], + "result": { + "id": 334, + "count": 1 + } + } + ], + "460": [ + { + "inShape": [ + [ + 166, + 166, + 166 + ], + [ + 166, + 915, + 166 + ], + [ + 166, + 166, + 166 + ] + ], + "result": { + "id": 460, + "count": 8 + } + } + ], + "289": [ + { + "inShape": [ + [ + 23, + 807, + 23 + ], + [ + 23, + 807, + 23 + ] + ], + "result": { + "id": 289, + "count": 3 + } + } + ], + "711": [ + { + "inShape": [ + [ + 33, + 33, + 33 + ], + [ + 33, + 33, + 33 + ] + ], + "result": { + "id": 711, + "count": 2 + } + } + ], + "827": [ + { + "inShape": [ + [ + 770, + null, + 770 + ], + [ + 770, + null, + 770 + ] + ], + "result": { + "id": 827, + "count": 1 + } + } + ], + "485": [ + { + "inShape": [ + [ + 482, + null, + null + ], + [ + 482, + 482, + null + ], + [ + 482, + 482, + 482 + ] + ], + "result": { + "id": 485, + "count": 4 + } + } + ], + "829": [ + { + "inShape": [ + [ + 764, + null, + 764 + ], + [ + 764, + 764, + 764 + ], + [ + 764, + 764, + 764 + ] + ], + "result": { + "id": 829, + "count": 1 + } + } + ], + "833": [ + { + "inShape": [ + [ + 774, + null, + 774 + ], + [ + 774, + 774, + 774 + ], + [ + 774, + 774, + 774 + ] + ], + "result": { + "id": 833, + "count": 1 + } + } + ], + "846": [ + { + "inShape": [ + [ + 23, + 23, + 23 + ], + [ + 23, + 23, + 23 + ], + [ + null, + 807, + null + ] + ], + "result": { + "id": 846, + "count": 3 + } + } + ], + "848": [ + { + "inShape": [ + [ + 25, + 25, + 25 + ], + [ + 25, + 25, + 25 + ], + [ + null, + 807, + null + ] + ], + "result": { + "id": 848, + "count": 3 + } + } + ], + "679": [ + { + "inShape": [ + [ + 25, + 25, + null + ] + ], + "result": { + "id": 679, + "count": 1 + } + } + ], + "78": [ + { + "inShape": [ + [ + 775, + 775, + 775 + ], + [ + 775, + 775, + 775 + ], + [ + 775, + 775, + 775 + ] + ], + "result": { + "id": 78, + "count": 1 + } + } + ], + "408": [ + { + "inShape": [ + [ + 440, + 440, + 440 + ], + [ + 440, + 907, + 440 + ], + [ + 440, + 440, + 440 + ] + ], + "result": { + "id": 408, + "count": 8 + } + } + ], + "362": [ + { + "inShape": [ + [ + 24, + null, + null + ], + [ + 24, + 24, + null + ], + [ + 24, + 24, + 24 + ] + ], + "result": { + "id": 362, + "count": 4 + } + } + ], + "939": [ + { + "inShape": [ + [ + 195, + 195, + 195 + ], + [ + 23, + 23, + 23 + ] + ], + "result": { + "id": 939, + "count": 1 + } + }, + { + "ingredients": [ + 919, + 935 + ], + "result": { + "id": 939, + "count": 1 + } + } + ], + "849": [ + { + "inShape": [ + [ + 26, + 26, + 26 + ], + [ + 26, + 26, + 26 + ], + [ + null, + 807, + null + ] + ], + "result": { + "id": 849, + "count": 3 + } + } + ], + "1143": [ + { + "inShape": [ + [ + 807, + 770, + 807 + ], + [ + 810, + 655, + 810 + ], + [ + null, + 807, + null + ] + ], + "result": { + "id": 1143, + "count": 1 + } + } + ], + "654": [ + { + "inShape": [ + [ + null, + 768, + null + ], + [ + 768, + 653, + 768 + ] + ], + "result": { + "id": 654, + "count": 1 + } + } + ], + "808": [ + { + "inShape": [ + [ + 23, + null, + 23 + ], + [ + null, + 23, + null + ] + ], + "result": { + "id": 808, + "count": 4 + } + } + ], + "478": [ + { + "inShape": [ + [ + 462, + 462, + 462 + ], + [ + 462, + 462, + 462 + ] + ], + "result": { + "id": 478, + "count": 16 + } + }, + { + "inShape": [ + [ + 335, + 335, + 335 + ], + [ + 335, + 917, + 335 + ], + [ + 335, + 335, + 335 + ] + ], + "result": { + "id": 478, + "count": 8 + } + } + ], + "240": [ + { + "inShape": [ + [ + 32, + 32, + 32 + ] + ], + "result": { + "id": 240, + "count": 6 + } + } + ], + "429": [ + { + "inShape": [ + [ + 185, + 185, + null + ] + ], + "result": { + "id": 429, + "count": 3 + } + }, + { + "ingredients": [ + 909, + 439 + ], + "result": { + "id": 429, + "count": 1 + } + } + ], + "1097": [ + { + "inShape": [ + [ + 190, + 190, + 190 + ], + [ + 190, + 190, + 190 + ], + [ + null, + 807, + null + ] + ], + "result": { + "id": 1097, + "count": 1 + } + } + ], + "473": [ + { + "inShape": [ + [ + 457, + 457, + 457 + ], + [ + 457, + 457, + 457 + ] + ], + "result": { + "id": 473, + "count": 16 + } + }, + { + "inShape": [ + [ + 335, + 335, + 335 + ], + [ + 335, + 912, + 335 + ], + [ + 335, + 335, + 335 + ] + ], + "result": { + "id": 473, + "count": 8 + } + } + ], + "1113": [ + { + "inShape": [ + [ + null, + 894, + null + ], + [ + 894, + 761, + 894 + ], + [ + null, + 894, + null + ] + ], + "result": { + "id": 1113, + "count": 2 + } + } + ], + "418": [ + { + "inShape": [ + [ + 440, + 440, + 440 + ], + [ + 440, + 917, + 440 + ], + [ + 440, + 440, + 440 + ] + ], + "result": { + "id": 418, + "count": 8 + } + } + ], + "438": [ + { + "inShape": [ + [ + 194, + 194, + null + ] + ], + "result": { + "id": 438, + "count": 3 + } + }, + { + "ingredients": [ + 918, + 439 + ], + "result": { + "id": 438, + "count": 1 + } + } + ], + "449": [ + { + "inShape": [ + [ + 166, + 166, + 166 + ], + [ + 166, + 904, + 166 + ], + [ + 166, + 166, + 166 + ] + ], + "result": { + "id": 449, + "count": 8 + } + } + ], + "642": [ + { + "inShape": [ + [ + 886, + 886, + 886 + ], + [ + 886, + 886, + 886 + ], + [ + 886, + 886, + 886 + ] + ], + "result": { + "id": 642, + "count": 1 + } + } + ], + "781": [ + { + "inShape": [ + [ + 23, + 23, + null + ], + [ + 807, + null, + 807 + ] + ], + "result": { + "id": 781, + "count": 1 + } + } + ], + "403": [ + { + "inShape": [ + [ + 401, + 401, + null + ] + ], + "result": { + "id": 403, + "count": 2 + } + } + ], + "323": [ + { + "inShape": [ + [ + 322, + 322, + 322 + ], + [ + 322, + null, + null + ] + ], + "result": { + "id": 323, + "count": 4 + } + } + ], + "1218": [ + { + "inShape": [ + [ + 764, + 1218, + 764 + ], + [ + 764, + 303, + 764 + ], + [ + 764, + 764, + 764 + ] + ], + "result": { + "id": 1218, + "count": 2 + } + } + ], + "275": [ + { + "inShape": [ + [ + 273, + null, + null + ], + [ + 273, + 273, + null + ], + [ + 273, + 273, + 273 + ] + ], + "result": { + "id": 275, + "count": 4 + } + } + ], + "417": [ + { + "inShape": [ + [ + 440, + 440, + 440 + ], + [ + 440, + 916, + 440 + ], + [ + 440, + 440, + 440 + ] + ], + "result": { + "id": 417, + "count": 8 + } + } + ], + "105": [ + { + "inShape": [ + [ + 101, + null, + null + ], + [ + 101, + 101, + null + ], + [ + 101, + 101, + 101 + ] + ], + "result": { + "id": 105, + "count": 4 + } + }, + { + "ingredients": [ + 89, + 1170 + ], + "result": { + "id": 105, + "count": 1 + } + } + ], + "603": [ + { + "inShape": [ + [ + 267, + null, + null + ], + [ + 267, + 267, + null + ], + [ + 267, + 267, + 267 + ] + ], + "result": { + "id": 603, + "count": 4 + } + } + ], + "659": [ + { + "inShape": [ + [ + 23, + 23, + 23 + ], + [ + 23, + 635, + 23 + ], + [ + 23, + 23, + 23 + ] + ], + "result": { + "id": 659, + "count": 1 + } + } + ], + "861": [ + { + "inShape": [ + [ + 334, + null, + 334 + ], + [ + 127, + 127, + 127 + ], + [ + 127, + 127, + 127 + ] + ], + "result": { + "id": 861, + "count": 6 + } + } + ], + "640": [ + { + "inShape": [ + [ + 23, + 23, + 23 + ], + [ + 22, + 770, + 22 + ], + [ + 22, + 635, + 22 + ] + ], + "result": { + "id": 640, + "count": 1 + } + } + ], + "936": [ + { + "inShape": [ + [ + 192, + 192, + 192 + ], + [ + 23, + 23, + 23 + ] + ], + "result": { + "id": 936, + "count": 1 + } + }, + { + "ingredients": [ + 916, + 939 + ], + "result": { + "id": 936, + "count": 1 + } + } + ], + "935": [ + { + "inShape": [ + [ + 191, + 191, + 191 + ], + [ + 23, + 23, + 23 + ] + ], + "result": { + "id": 935, + "count": 1 + } + }, + { + "ingredients": [ + 915, + 939 + ], + "result": { + "id": 935, + "count": 1 + } + } + ], + "1223": [ + { + "inShape": [ + [ + 764, + 1223, + 764 + ], + [ + 764, + 9, + 764 + ], + [ + 764, + 764, + 764 + ] + ], + "result": { + "id": 1223, + "count": 2 + } + } + ], + "432": [ + { + "inShape": [ + [ + 188, + 188, + null + ] + ], + "result": { + "id": 432, + "count": 3 + } + }, + { + "ingredients": [ + 912, + 439 + ], + "result": { + "id": 432, + "count": 1 + } + } + ], + "1087": [ + { + "inShape": [ + [ + 180, + 180, + 180 + ], + [ + 180, + 180, + 180 + ], + [ + null, + 807, + null + ] + ], + "result": { + "id": 1087, + "count": 1 + } + } + ], + "1103": [ + { + "inShape": [ + [ + 166, + 166, + 166 + ], + [ + 166, + 965, + 166 + ], + [ + 166, + 954, + 166 + ] + ], + "result": { + "id": 1103, + "count": 1 + } + } + ], + "600": [ + { + "inShape": [ + [ + 260, + null, + null + ], + [ + 260, + 260, + null + ], + [ + 260, + 260, + 260 + ] + ], + "result": { + "id": 600, + "count": 4 + } + } + ], + "1095": [ + { + "inShape": [ + [ + 188, + 188, + 188 + ], + [ + 188, + 188, + 188 + ], + [ + null, + 807, + null + ] + ], + "result": { + "id": 1095, + "count": 1 + } + } + ], + "784": [ + { + "inShape": [ + [ + 22, + 22, + 22 + ], + [ + null, + 807, + null + ], + [ + null, + 807, + null + ] + ], + "result": { + "id": 784, + "count": 1 + } + } + ], + "500": [ + { + "inShape": [ + [ + 1118, + 277, + 1118 + ] + ], + "result": { + "id": 500, + "count": 1 + } + } + ], + "646": [ + { + "inShape": [ + [ + 22, + 22, + 22 + ], + [ + 22, + 760, + 22 + ], + [ + 22, + 635, + 22 + ] + ], + "result": { + "id": 646, + "count": 1 + } + } + ], + "780": [ + { + "inShape": [ + [ + 23, + 23, + 23 + ], + [ + 807, + null, + 807 + ] + ], + "result": { + "id": 780, + "count": 1 + } + } + ], + "474": [ + { + "inShape": [ + [ + 458, + 458, + 458 + ], + [ + 458, + 458, + 458 + ] + ], + "result": { + "id": 474, + "count": 16 + } + }, + { + "inShape": [ + [ + 335, + 335, + 335 + ], + [ + 335, + 913, + 335 + ], + [ + 335, + 335, + 335 + ] + ], + "result": { + "id": 474, + "count": 8 + } + } + ], + "652": [ + { + "inShape": [ + [ + 166, + 166, + 166 + ], + [ + 767, + 767, + 767 + ], + [ + 230, + 230, + 230 + ] + ], + "result": { + "id": 652, + "count": 1 + } + } + ], + "404": [ + { + "inShape": [ + [ + 400, + null, + null + ], + [ + 400, + 400, + null + ], + [ + 400, + 400, + 400 + ] + ], + "result": { + "id": 404, + "count": 4 + } + } + ], + "389": [ + { + "inShape": [ + [ + 4, + 4, + 4 + ], + [ + 4, + 4, + 4 + ] + ], + "result": { + "id": 389, + "count": 6 + } + } + ], + "424": [ + { + "inShape": [ + [ + 180, + 180, + null + ] + ], + "result": { + "id": 424, + "count": 3 + } + }, + { + "ingredients": [ + 904, + 439 + ], + "result": { + "id": 424, + "count": 1 + } + } + ], + "463": [ + { + "inShape": [ + [ + 166, + 166, + 166 + ], + [ + 166, + 918, + 166 + ], + [ + 166, + 166, + 166 + ] + ], + "result": { + "id": 463, + "count": 8 + } + } + ], + "437": [ + { + "inShape": [ + [ + 193, + 193, + null + ] + ], + "result": { + "id": 437, + "count": 3 + } + }, + { + "ingredients": [ + 917, + 439 + ], + "result": { + "id": 437, + "count": 1 + } + } + ], + "1185": [ + { + "inShape": [ + [ + 1181, + 1181, + 1181 + ], + [ + 1181, + null, + null + ] + ], + "result": { + "id": 1185, + "count": 4 + } + } + ], + "255": [ + { + "inShape": [ + [ + 273, + 273, + 273 + ] + ], + "result": { + "id": 255, + "count": 6 + } + } + ], + "302": [ + { + "inShape": [ + [ + 301, + 269, + null + ] + ], + "result": { + "id": 302, + "count": 1 + } + } + ], + "655": [ + { + "inShape": [ + [ + 770, + 807, + 23 + ] + ], + "result": { + "id": 655, + "count": 2 + } + } + ], + "645": [ + { + "inShape": [ + [ + 770, + null, + 770 + ], + [ + 770, + 277, + 770 + ], + [ + null, + 770, + null + ] + ], + "result": { + "id": 645, + "count": 1 + } + } + ], + "1163": [ + { + "inShape": [ + [ + 1119, + 1119, + 1119 + ], + [ + 1119, + 269, + 1119 + ], + [ + 1119, + 1119, + 1119 + ] + ], + "result": { + "id": 1163, + "count": 1 + } + } + ], + "1100": [ + { + "inShape": [ + [ + 193, + 193, + 193 + ], + [ + 193, + 193, + 193 + ], + [ + null, + 807, + null + ] + ], + "result": { + "id": 1100, + "count": 1 + } + } + ], + "359": [ + { + "inShape": [ + [ + 268, + 268, + 268 + ], + [ + 268, + 965, + 268 + ], + [ + 268, + 268, + 268 + ] + ], + "result": { + "id": 359, + "count": 1 + } + } + ], + "451": [ + { + "inShape": [ + [ + 166, + 166, + 166 + ], + [ + 166, + 906, + 166 + ], + [ + 166, + 166, + 166 + ] + ], + "result": { + "id": 451, + "count": 8 + } + } + ], + "333": [ + { + "inShape": [ + [ + 770, + 770, + 770 + ], + [ + 770, + 770, + 770 + ] + ], + "result": { + "id": 333, + "count": 16 + } + } + ], + "700": [ + { + "inShape": [ + [ + 770, + 770, + 770 + ], + [ + 770, + null, + null + ] + ], + "result": { + "id": 700, + "count": 1 + } + } + ], + "395": [ + { + "inShape": [ + [ + 324, + 324, + 324 + ], + [ + 324, + 324, + 324 + ] + ], + "result": { + "id": 395, + "count": 6 + } + } + ], + "410": [ + { + "inShape": [ + [ + 440, + 440, + 440 + ], + [ + 440, + 909, + 440 + ], + [ + 440, + 440, + 440 + ] + ], + "result": { + "id": 410, + "count": 8 + } + } + ], + "800": [ + { + "inShape": [ + [ + 764, + 764, + 764 + ], + [ + 807, + null, + 807 + ] + ], + "result": { + "id": 800, + "count": 1 + } + } + ], + "824": [ + { + "inShape": [ + [ + 770, + 770, + 770 + ], + [ + 770, + null, + 770 + ] + ], + "result": { + "id": 824, + "count": 1 + } + } + ], + "147": [ + { + "inShape": [ + [ + 113, + 113, + 113 + ], + [ + 113, + null, + null + ] + ], + "result": { + "id": 147, + "count": 3 + } + } + ], + "101": [ + { + "inShape": [ + [ + 97, + 97, + 97 + ], + [ + 97, + null, + null + ] + ], + "result": { + "id": 101, + "count": 4 + } + }, + { + "ingredients": [ + 85, + 1170 + ], + "result": { + "id": 101, + "count": 1 + } + } + ], + "1157": [ + { + "inShape": [ + [ + 884, + 884, + 23 + ], + [ + 23, + 23, + 23 + ] + ], + "result": { + "id": 1157, + "count": 1 + } + } + ], + "472": [ + { + "inShape": [ + [ + 335, + 335, + 335 + ], + [ + 335, + 911, + 335 + ], + [ + 335, + 335, + 335 + ] + ], + "result": { + "id": 472, + "count": 8 + } + }, + { + "inShape": [ + [ + 456, + 456, + 456 + ], + [ + 456, + 456, + 456 + ] + ], + "result": { + "id": 472, + "count": 16 + } + } + ], + "5": [ + { + "inShape": [ + [ + 4, + 4, + 4 + ], + [ + 4, + null, + null + ] + ], + "result": { + "id": 5, + "count": 4 + } + } + ], + "242": [ + { + "inShape": [ + [ + 1, + 1, + 1 + ] + ], + "result": { + "id": 242, + "count": 6 + } + } + ], + "681": [ + { + "inShape": [ + [ + 27, + 27, + null + ] + ], + "result": { + "id": 681, + "count": 1 + } + } + ], + "929": [ + { + "inShape": [ + [ + 185, + 185, + 185 + ], + [ + 23, + 23, + 23 + ] + ], + "result": { + "id": 929, + "count": 1 + } + }, + { + "ingredients": [ + 909, + 939 + ], + "result": { + "id": 929, + "count": 1 + } + } + ], + "683": [ + { + "inShape": [ + [ + 29, + 29, + null + ] + ], + "result": { + "id": 683, + "count": 1 + } + } + ], + "234": [ + { + "inShape": [ + [ + 27, + 27, + 27 + ] + ], + "result": { + "id": 234, + "count": 6 + } + } + ], + "364": [ + { + "inShape": [ + [ + 26, + null, + null + ], + [ + 26, + 26, + null + ], + [ + 26, + 26, + 26 + ] + ], + "result": { + "id": 364, + "count": 4 + } + } + ], + "1156": [ + { + "inShape": [ + [ + 770, + 770, + 770 + ], + [ + 770, + 280, + 770 + ], + [ + 262, + 262, + 262 + ] + ], + "result": { + "id": 1156, + "count": 1 + } + } + ], + "611": [ + { + "inShape": [ + [ + 7, + null, + null + ], + [ + 7, + 7, + null + ], + [ + 7, + 7, + 7 + ] + ], + "result": { + "id": 611, + "count": 4 + } + } + ], + "98": [ + { + "inShape": [ + [ + 94, + 94, + 94 + ], + [ + 94, + null, + null + ] + ], + "result": { + "id": 98, + "count": 4 + } + }, + { + "ingredients": [ + 82, + 1170 + ], + "result": { + "id": 98, + "count": 1 + } + } + ], + "476": [ + { + "inShape": [ + [ + 335, + 335, + 335 + ], + [ + 335, + 915, + 335 + ], + [ + 335, + 335, + 335 + ] + ], + "result": { + "id": 476, + "count": 8 + } + }, + { + "inShape": [ + [ + 460, + 460, + 460 + ], + [ + 460, + 460, + 460 + ] + ], + "result": { + "id": 476, + "count": 16 + } + } + ], + "427": [ + { + "inShape": [ + [ + 183, + 183, + null + ] + ], + "result": { + "id": 427, + "count": 3 + } + }, + { + "ingredients": [ + 907, + 439 + ], + "result": { + "id": 427, + "count": 1 + } + } + ], + "1184": [ + { + "inShape": [ + [ + 1182, + 1182, + null + ] + ], + "result": { + "id": 1184, + "count": 1 + } + } + ], + "756": [ + { + "inShape": [ + [ + 757, + 757, + 757 + ], + [ + 757, + null, + 757 + ] + ], + "result": { + "id": 756, + "count": 1 + } + } + ], + "613": [ + { + "inShape": [ + [ + 9, + null, + null + ], + [ + 9, + 9, + null + ], + [ + 9, + 9, + 9 + ] + ], + "result": { + "id": 613, + "count": 4 + } + } + ], + "1158": [ + { + "inShape": [ + [ + 840, + 840, + 23 + ], + [ + 23, + 23, + 23 + ] + ], + "result": { + "id": 1158, + "count": 1 + } + } + ], + "1090": [ + { + "inShape": [ + [ + 183, + 183, + 183 + ], + [ + 183, + 183, + 183 + ], + [ + null, + 807, + null + ] + ], + "result": { + "id": 1090, + "count": 1 + } + } + ], + "376": [ + { + "inShape": [ + [ + 267, + 267, + 267 + ], + [ + 267, + 267, + 267 + ] + ], + "result": { + "id": 376, + "count": 6 + } + } + ], + "893": [ + { + "inShape": [ + [ + 768, + 772, + 772 + ] + ], + "result": { + "id": 893, + "count": 1 + } + } + ], + "1101": [ + { + "inShape": [ + [ + 194, + 194, + 194 + ], + [ + 194, + 194, + 194 + ], + [ + null, + 807, + null + ] + ], + "result": { + "id": 1101, + "count": 1 + } + } + ], + "274": [ + { + "inShape": [ + [ + 255, + 255, + null + ] + ], + "result": { + "id": 274, + "count": 1 + } + } + ], + "676": [ + { + "inShape": [ + [ + 770, + 770, + null + ] + ], + "result": { + "id": 676, + "count": 1 + } + } + ], + "633": [ + { + "inShape": [ + [ + 326, + 326, + 326 + ] + ], + "result": { + "id": 633, + "count": 6 + } + } + ], + "455": [ + { + "inShape": [ + [ + 166, + 166, + 166 + ], + [ + 166, + 910, + 166 + ], + [ + 166, + 166, + 166 + ] + ], + "result": { + "id": 455, + "count": 8 + } + } + ], + "783": [ + { + "inShape": [ + [ + 22, + 807, + 807 + ] + ], + "result": { + "id": 783, + "count": 1 + } + } + ], + "834": [ + { + "inShape": [ + [ + 774, + 774, + 774 + ], + [ + 774, + null, + 774 + ], + [ + 774, + null, + 774 + ] + ], + "result": { + "id": 834, + "count": 1 + } + } + ], + "135": [ + { + "inShape": [ + [ + 125, + 125, + 125 + ], + [ + 125, + null, + null + ] + ], + "result": { + "id": 135, + "count": 3 + } + } + ], + "109": [ + { + "inShape": [ + [ + 101, + 101, + 101 + ] + ], + "result": { + "id": 109, + "count": 6 + } + }, + { + "ingredients": [ + 93, + 1170 + ], + "result": { + "id": 109, + "count": 1 + } + } + ], + "1183": [ + { + "inShape": [ + [ + 1181, + null, + null + ], + [ + 1181, + 1181, + null + ], + [ + 1181, + 1181, + 1181 + ] + ], + "result": { + "id": 1183, + "count": 4 + } + } + ], + "1092": [ + { + "inShape": [ + [ + 185, + 185, + 185 + ], + [ + 185, + 185, + 185 + ], + [ + null, + 807, + null + ] + ], + "result": { + "id": 1092, + "count": 1 + } + } + ], + "615": [ + { + "inShape": [ + [ + 324, + null, + null + ], + [ + 324, + 324, + null + ], + [ + 324, + 324, + 324 + ] + ], + "result": { + "id": 615, + "count": 4 + } + } + ], + "673": [ + { + "inShape": [ + [ + 1, + 1, + null + ] + ], + "result": { + "id": 673, + "count": 1 + } + } + ], + "647": [ + { + "inShape": [ + [ + 22, + 22, + 22 + ], + [ + 22, + null, + 22 + ], + [ + 22, + 635, + 22 + ] + ], + "result": { + "id": 647, + "count": 1 + } + } + ], + "658": [ + { + "inShape": [ + [ + null, + 635, + null + ], + [ + 635, + 310, + 635 + ], + [ + null, + 635, + null + ] + ], + "result": { + "id": 658, + "count": 1 + } + } + ], + "469": [ + { + "inShape": [ + [ + 453, + 453, + 453 + ], + [ + 453, + 453, + 453 + ] + ], + "result": { + "id": 469, + "count": 16 + } + }, + { + "inShape": [ + [ + 335, + 335, + 335 + ], + [ + 335, + 908, + 335 + ], + [ + 335, + 335, + 335 + ] + ], + "result": { + "id": 469, + "count": 8 + } + } + ], + "439": [ + { + "inShape": [ + [ + 195, + 195, + null + ] + ], + "result": { + "id": 439, + "count": 3 + } + }, + { + "ingredients": [ + 919, + 435 + ], + "result": { + "id": 439, + "count": 1 + } + } + ], + "270": [ + { + "inShape": [ + [ + 953, + 1105, + null + ] + ], + "result": { + "id": 270, + "count": 4 + } + } + ], + "1233": [ + { + "inShape": [ + [ + 764, + 1233, + 764 + ], + [ + 764, + 440, + 764 + ], + [ + 764, + 764, + 764 + ] + ], + "result": { + "id": 1233, + "count": 2 + } + } + ], + "370": [ + { + "inShape": [ + [ + 34, + null, + null + ], + [ + 34, + 34, + null + ], + [ + 34, + 34, + 34 + ] + ], + "result": { + "id": 370, + "count": 4 + } + } + ], + "832": [ + { + "inShape": [ + [ + 774, + 774, + 774 + ], + [ + 774, + null, + 774 + ] + ], + "result": { + "id": 832, + "count": 1 + } + } + ], + "88": [ + { + "inShape": [ + [ + 84, + null, + null + ], + [ + 84, + 84, + null + ], + [ + 84, + 84, + 84 + ] + ], + "result": { + "id": 88, + "count": 4 + } + } + ], + "10": [ + { + "inShape": [ + [ + 9, + 9, + 9 + ], + [ + 9, + null, + null + ] + ], + "result": { + "id": 10, + "count": 4 + } + } + ], + "815": [ + { + "inShape": [ + [ + 814, + 814, + 814 + ] + ], + "result": { + "id": 815, + "count": 1 + } + } + ], + "750": [ + { + "inShape": [ + [ + 30, + null, + 30 + ], + [ + 30, + 30, + 30 + ] + ], + "result": { + "id": 750, + "count": 1 + } + } + ], + "269": [ + { + "inShape": [ + [ + 762, + 807, + null + ] + ], + "result": { + "id": 269, + "count": 4 + } + } + ], + "599": [ + { + "inShape": [ + [ + 3, + null, + null + ], + [ + 3, + 3, + null + ], + [ + 3, + 3, + 3 + ] + ], + "result": { + "id": 599, + "count": 4 + } + } + ], + "744": [ + { + "inShape": [ + [ + 27, + null, + 27 + ], + [ + 27, + 27, + 27 + ] + ], + "result": { + "id": 744, + "count": 1 + } + } + ], + "650": [ + { + "inShape": [ + [ + 807, + 22, + null + ] + ], + "result": { + "id": 650, + "count": 1 + } + } + ], + "724": [ + { + "inShape": [ + [ + 770, + null, + 770 + ], + [ + 770, + 673, + 770 + ], + [ + 770, + 635, + 770 + ] + ], + "result": { + "id": 724, + "count": 6 + } + } + ], + "930": [ + { + "inShape": [ + [ + 186, + 186, + 186 + ], + [ + 23, + 23, + 23 + ] + ], + "result": { + "id": 930, + "count": 1 + } + }, + { + "ingredients": [ + 910, + 939 + ], + "result": { + "id": 930, + "count": 1 + } + } + ], + "1116": [ + { + "inShape": [ + [ + 23, + 770, + 23 + ], + [ + 23, + 23, + 23 + ], + [ + null, + 23, + null + ] + ], + "result": { + "id": 1116, + "count": 1 + } + } + ], + "1178": [ + { + "inShape": [ + [ + 1177, + 1177, + 1177 + ] + ], + "result": { + "id": 1178, + "count": 6 + } + } + ], + "238": [ + { + "inShape": [ + [ + 31, + 31, + 31 + ] + ], + "result": { + "id": 238, + "count": 6 + } + } + ], + "855": [ + { + "inShape": [ + [ + 32, + 32, + 32 + ], + [ + 32, + 32, + 32 + ], + [ + null, + 807, + null + ] + ], + "result": { + "id": 855, + "count": 3 + } + } + ], + "707": [ + { + "inShape": [ + [ + 29, + 29, + 29 + ], + [ + 29, + 29, + 29 + ] + ], + "result": { + "id": 707, + "count": 2 + } + } + ], + "1102": [ + { + "inShape": [ + [ + 195, + 195, + 195 + ], + [ + 195, + 195, + 195 + ], + [ + null, + 807, + null + ] + ], + "result": { + "id": 1102, + "count": 1 + } + } + ], + "843": [ + { + "inShape": [ + [ + 807, + 807, + 807 + ], + [ + 807, + 180, + 807 + ], + [ + 807, + 807, + 807 + ] + ], + "result": { + "id": 843, + "count": 1 + } + } + ], + "793": [ + { + "inShape": [ + [ + 770, + 807, + 807 + ] + ], + "result": { + "id": 793, + "count": 1 + } + } + ], + "249": [ + { + "inShape": [ + [ + 318, + 318, + 318 + ] + ], + "result": { + "id": 249, + "count": 6 + } + } + ], + "674": [ + { + "inShape": [ + [ + 1181, + 1181, + null + ] + ], + "result": { + "id": 674, + "count": 1 + } + } + ], + "402": [ + { + "inShape": [ + [ + 401, + 401, + 401 + ], + [ + 401, + null, + null + ] + ], + "result": { + "id": 402, + "count": 4 + } + } + ], + "278": [ + { + "inShape": [ + [ + 23, + 23, + 23 + ], + [ + 23, + null, + null + ] + ], + "result": { + "id": 278, + "count": 1 + } + } + ], + "387": [ + { + "inShape": [ + [ + 169, + 169, + 169 + ], + [ + 169, + 169, + 169 + ] + ], + "result": { + "id": 387, + "count": 6 + } + } + ], + "631": [ + { + "inShape": [ + [ + 10, + 10, + 10 + ] + ], + "result": { + "id": 631, + "count": 6 + } + } + ], + "379": [ + { + "inShape": [ + [ + 488, + 488, + 488 + ], + [ + 488, + 488, + 488 + ] + ], + "result": { + "id": 379, + "count": 6 + } + } + ], + "90": [ + { + "inShape": [ + [ + 82, + 82, + 82 + ] + ], + "result": { + "id": 90, + "count": 6 + } + } + ], + "150": [ + { + "inShape": [ + [ + 116, + 116, + 116 + ], + [ + 116, + null, + null + ] + ], + "result": { + "id": 150, + "count": 3 + } + } + ], + "859": [ + { + "inShape": [ + [ + 334, + null, + 334 + ], + [ + 125, + 125, + 125 + ], + [ + 125, + 125, + 125 + ] + ], + "result": { + "id": 859, + "count": 6 + } + } + ], + "430": [ + { + "inShape": [ + [ + 186, + 186, + null + ] + ], + "result": { + "id": 430, + "count": 3 + } + }, + { + "ingredients": [ + 910, + 439 + ], + "result": { + "id": 430, + "count": 1 + } + } + ], + "365": [ + { + "inShape": [ + [ + 27, + null, + null + ], + [ + 27, + 27, + null + ], + [ + 27, + 27, + 27 + ] + ], + "result": { + "id": 365, + "count": 4 + } + } + ], + "235": [ + { + "inShape": [ + [ + 28, + 28, + 28 + ] + ], + "result": { + "id": 235, + "count": 6 + } + } + ], + "324": [ + { + "inShape": [ + [ + 10, + 10, + 10 + ], + [ + 10, + null, + null + ] + ], + "result": { + "id": 324, + "count": 4 + } + } + ], + "71": [ + { + "inShape": [ + [ + 773, + 773, + 773 + ], + [ + 773, + 773, + 773 + ], + [ + 773, + 773, + 773 + ] + ], + "result": { + "id": 71, + "count": 1 + } + } + ], + "691": [ + { + "inShape": [ + [ + 25, + 25, + 25 + ], + [ + 25, + 25, + 25 + ] + ], + "result": { + "id": 691, + "count": 3 + } + } + ], + "397": [ + { + "inShape": [ + [ + 74, + 74, + 74 + ], + [ + null, + 770, + null + ], + [ + 770, + 770, + 770 + ] + ], + "result": { + "id": 397, + "count": 1 + } + } + ], + "137": [ + { + "inShape": [ + [ + 127, + 127, + 127 + ], + [ + 127, + null, + null + ] + ], + "result": { + "id": 137, + "count": 3 + } + } + ], + "104": [ + { + "inShape": [ + [ + 100, + null, + null + ], + [ + 100, + 100, + null + ], + [ + 100, + 100, + 100 + ] + ], + "result": { + "id": 104, + "count": 4 + } + }, + { + "ingredients": [ + 88, + 1170 + ], + "result": { + "id": 104, + "count": 1 + } + } + ], + "774": [ + { + "inShape": [ + [ + 955, + 955, + 955 + ], + [ + 955, + 955, + 955 + ], + [ + 955, + 955, + 955 + ] + ], + "result": { + "id": 774, + "count": 1 + } + }, + { + "ingredients": [ + 76 + ], + "result": { + "id": 774, + "count": 9 + } + } + ], + "601": [ + { + "inShape": [ + [ + 319, + null, + null + ], + [ + 319, + 319, + null + ], + [ + 319, + 319, + 319 + ] + ], + "result": { + "id": 601, + "count": 4 + } + } + ], + "701": [ + { + "inShape": [ + [ + 23, + 23, + 23 + ], + [ + 23, + 23, + 23 + ] + ], + "result": { + "id": 701, + "count": 2 + } + } + ], + "72": [ + { + "inShape": [ + [ + 768, + 768, + 768 + ], + [ + 768, + null, + null + ] + ], + "result": { + "id": 72, + "count": 1 + } + } + ], + "689": [ + { + "inShape": [ + [ + 23, + 23, + 23 + ], + [ + 23, + 23, + 23 + ] + ], + "result": { + "id": 689, + "count": 3 + } + } + ], + "925": [ + { + "inShape": [ + [ + 181, + 181, + 181 + ], + [ + 23, + 23, + 23 + ] + ], + "result": { + "id": 925, + "count": 1 + } + }, + { + "ingredients": [ + 905, + 939 + ], + "result": { + "id": 925, + "count": 1 + } + } + ], + "777": [ + { + "inShape": [ + [ + 23, + 23, + 807 + ] + ], + "result": { + "id": 777, + "count": 1 + } + } + ], + "714": [ + { + "inShape": [ + [ + 807, + 25, + 807 + ], + [ + 807, + 25, + 807 + ] + ], + "result": { + "id": 714, + "count": 1 + } + } + ], + "933": [ + { + "inShape": [ + [ + 189, + 189, + 189 + ], + [ + 23, + 23, + 23 + ] + ], + "result": { + "id": 933, + "count": 1 + } + }, + { + "ingredients": [ + 913, + 939 + ], + "result": { + "id": 933, + "count": 1 + } + } + ], + "624": [ + { + "inShape": [ + [ + 259, + 259, + 259 + ] + ], + "result": { + "id": 624, + "count": 6 + } + } + ], + "690": [ + { + "inShape": [ + [ + 24, + 24, + 24 + ], + [ + 24, + 24, + 24 + ] + ], + "result": { + "id": 690, + "count": 3 + } + } + ], + "733": [ + { + "inShape": [ + [ + 891, + null, + null + ], + [ + 1051, + null, + null + ] + ], + "result": { + "id": 733, + "count": 1 + } + } + ], + "479": [ + { + "inShape": [ + [ + 463, + 463, + 463 + ], + [ + 463, + 463, + 463 + ] + ], + "result": { + "id": 479, + "count": 16 + } + }, + { + "inShape": [ + [ + 335, + 335, + 335 + ], + [ + 335, + 918, + 335 + ], + [ + 335, + 335, + 335 + ] + ], + "result": { + "id": 479, + "count": 8 + } + } + ], + "377": [ + { + "inShape": [ + [ + 263, + 263, + 263 + ], + [ + 263, + 263, + 263 + ] + ], + "result": { + "id": 377, + "count": 6 + } + } + ], + "70": [ + { + "inShape": [ + [ + 771, + 771, + 771 + ], + [ + 771, + 771, + 771 + ], + [ + 771, + 771, + 771 + ] + ], + "result": { + "id": 70, + "count": 1 + } + } + ], + "934": [ + { + "inShape": [ + [ + 190, + 190, + 190 + ], + [ + 23, + 23, + 23 + ] + ], + "result": { + "id": 934, + "count": 1 + } + }, + { + "ingredients": [ + 914, + 939 + ], + "result": { + "id": 934, + "count": 1 + } + } + ], + "383": [ + { + "inShape": [ + [ + 323, + 323, + 323 + ], + [ + 323, + 323, + 323 + ] + ], + "result": { + "id": 383, + "count": 6 + } + } + ], + "483": [ + { + "inShape": [ + [ + 1070, + 1070, + 1070 + ], + [ + 1070, + 919, + 1070 + ], + [ + 1070, + 1070, + 1070 + ] + ], + "result": { + "id": 483, + "count": 1 + } + } + ], + "475": [ + { + "inShape": [ + [ + 335, + 335, + 335 + ], + [ + 335, + 914, + 335 + ], + [ + 335, + 335, + 335 + ] + ], + "result": { + "id": 475, + "count": 8 + } + }, + { + "inShape": [ + [ + 459, + 459, + 459 + ], + [ + 459, + 459, + 459 + ] + ], + "result": { + "id": 475, + "count": 16 + } + } + ], + "1081": [ + { + "inShape": [ + [ + 873, + null, + 873 + ], + [ + 873, + 873, + 873 + ], + [ + 873, + null, + 873 + ] + ], + "result": { + "id": 1081, + "count": 1 + } + } + ], + "940": [ + { + "inShape": [ + [ + 814, + 903, + 814 + ] + ], + "result": { + "id": 940, + "count": 8 + } + } + ], + "69": [ + { + "inShape": [ + [ + 769, + 769, + 769 + ], + [ + 769, + 769, + 769 + ], + [ + 769, + 769, + 769 + ] + ], + "result": { + "id": 69, + "count": 1 + } + } + ], + "1190": [ + { + "inShape": [ + [ + 810, + 1170, + null + ] + ], + "result": { + "id": 1190, + "count": 1 + } + } + ], + "651": [ + { + "inShape": [ + [ + 772, + 772, + 772 + ] + ], + "result": { + "id": 651, + "count": 1 + } + } + ], + "477": [ + { + "inShape": [ + [ + 335, + 335, + 335 + ], + [ + 335, + 916, + 335 + ], + [ + 335, + 335, + 335 + ] + ], + "result": { + "id": 477, + "count": 8 + } + }, + { + "inShape": [ + [ + 461, + 461, + 461 + ], + [ + 461, + 461, + 461 + ] + ], + "result": { + "id": 477, + "count": 16 + } + } + ], + "381": [ + { + "inShape": [ + [ + 2, + 2, + 2 + ], + [ + 2, + 2, + 2 + ] + ], + "result": { + "id": 381, + "count": 6 + } + } + ], + "863": [ + { + "inShape": [ + [ + 334, + null, + 334 + ], + [ + 129, + 129, + 129 + ], + [ + 129, + 129, + 129 + ] + ], + "result": { + "id": 863, + "count": 6 + } + } + ], + "637": [ + { + "inShape": [ + [ + 635, + 635, + 635 + ], + [ + 635, + 635, + 635 + ], + [ + 635, + 635, + 635 + ] + ], + "result": { + "id": 637, + "count": 1 + } + } + ], + "942": [ + { + "inShape": [ + [ + null, + 770, + 770 + ] + ], + "result": { + "id": 942, + "count": 1 + } + } + ], + "1174": [ + { + "inShape": [ + [ + 1170, + 1170, + 1170 + ], + [ + 1170, + null, + null + ] + ], + "result": { + "id": 1174, + "count": 1 + } + } + ], + "401": [ + { + "inShape": [ + [ + 767, + 767, + 767 + ], + [ + 767, + null, + null + ] + ], + "result": { + "id": 401, + "count": 1 + } + } + ], + "828": [ + { + "inShape": [ + [ + 764, + 764, + 764 + ], + [ + 764, + null, + 764 + ] + ], + "result": { + "id": 828, + "count": 1 + } + } + ], + "299": [ + { + "inShape": [ + [ + 33, + 807, + 33 + ], + [ + 33, + 807, + 33 + ] + ], + "result": { + "id": 299, + "count": 3 + } + } + ], + "760": [ + { + "inShape": [ + [ + null, + 807, + 810 + ], + [ + 807, + null, + 810 + ], + [ + null, + 807, + 810 + ] + ], + "result": { + "id": 760, + "count": 1 + } + } + ], + "718": [ + { + "inShape": [ + [ + 807, + 29, + 807 + ], + [ + 807, + 29, + 807 + ] + ], + "result": { + "id": 718, + "count": 1 + } + } + ], + "99": [ + { + "inShape": [ + [ + 95, + 95, + 95 + ], + [ + 95, + null, + null + ] + ], + "result": { + "id": 99, + "count": 4 + } + }, + { + "ingredients": [ + 83, + 1170 + ], + "result": { + "id": 99, + "count": 1 + } + } + ], + "888": [ + { + "inShape": [ + [ + null, + 770, + null + ], + [ + 770, + 635, + 770 + ], + [ + null, + 770, + null + ] + ], + "result": { + "id": 888, + "count": 1 + } + } + ], + "609": [ + { + "inShape": [ + [ + 6, + null, + null + ], + [ + 6, + 6, + null + ], + [ + 6, + 6, + 6 + ] + ], + "result": { + "id": 609, + "count": 4 + } + } + ], + "1048": [ + { + "inShape": [ + [ + 807, + 807, + 807 + ], + [ + 807, + 873, + 807 + ], + [ + 807, + 807, + 807 + ] + ], + "result": { + "id": 1048, + "count": 1 + } + } + ], + "233": [ + { + "inShape": [ + [ + 26, + 26, + 26 + ] + ], + "result": { + "id": 233, + "count": 6 + } + } + ], + "1145": [ + { + "inShape": [ + [ + 810, + 810, + 23 + ], + [ + 23, + null, + null + ] + ], + "result": { + "id": 1145, + "count": 1 + } + } + ], + "1155": [ + { + "inShape": [ + [ + null, + 116, + null + ], + [ + 116, + 280, + 116 + ], + [ + null, + 116, + null + ] + ], + "result": { + "id": 1155, + "count": 1 + } + } + ], + "748": [ + { + "inShape": [ + [ + 29, + null, + 29 + ], + [ + 29, + 29, + 29 + ] + ], + "result": { + "id": 748, + "count": 1 + } + } + ], + "1221": [ + { + "inShape": [ + [ + 764, + 1221, + 764 + ], + [ + 764, + 22, + 764 + ], + [ + 764, + 764, + 764 + ] + ], + "result": { + "id": 1221, + "count": 2 + } + } + ], + "761": [ + { + "inShape": [ + [ + 840, + 807, + 811 + ] + ], + "result": { + "id": 761, + "count": 4 + } + } + ], + "1220": [ + { + "inShape": [ + [ + 764, + 1220, + 764 + ], + [ + 764, + 169, + 764 + ], + [ + 764, + 764, + 764 + ] + ], + "result": { + "id": 1220, + "count": 2 + } + } + ], + "712": [ + { + "inShape": [ + [ + 807, + 23, + 807 + ], + [ + 807, + 23, + 807 + ] + ], + "result": { + "id": 712, + "count": 1 + } + } + ], + "380": [ + { + "inShape": [ + [ + 319, + 319, + 319 + ], + [ + 319, + 319, + 319 + ] + ], + "result": { + "id": 380, + "count": 6 + } + } + ], + "248": [ + { + "inShape": [ + [ + 263, + 263, + 263 + ] + ], + "result": { + "id": 248, + "count": 6 + } + } + ], + "491": [ + { + "inShape": [ + [ + 488, + null, + null + ], + [ + 488, + 488, + null + ], + [ + 488, + 488, + 488 + ] + ], + "result": { + "id": 491, + "count": 4 + } + } + ], + "263": [ + { + "inShape": [ + [ + 881, + 881, + 881 + ], + [ + 881, + null, + null + ] + ], + "result": { + "id": 263, + "count": 1 + } + } + ], + "253": [ + { + "inShape": [ + [ + 488, + 488, + 488 + ] + ], + "result": { + "id": 253, + "count": 6 + } + } + ], + "431": [ + { + "inShape": [ + [ + 187, + 187, + null + ] + ], + "result": { + "id": 431, + "count": 3 + } + }, + { + "ingredients": [ + 911, + 439 + ], + "result": { + "id": 431, + "count": 1 + } + } + ], + "89": [ + { + "inShape": [ + [ + 85, + null, + null + ], + [ + 85, + 85, + null + ], + [ + 85, + 85, + 85 + ] + ], + "result": { + "id": 89, + "count": 4 + } + } + ], + "708": [ + { + "inShape": [ + [ + 30, + 30, + 30 + ], + [ + 30, + 30, + 30 + ] + ], + "result": { + "id": 708, + "count": 2 + } + } + ], + "831": [ + { + "inShape": [ + [ + 764, + null, + 764 + ], + [ + 764, + null, + 764 + ] + ], + "result": { + "id": 831, + "count": 1 + } + } + ], + "866": [ + { + "inShape": [ + [ + 334, + null, + 334 + ], + [ + 131, + 131, + 131 + ], + [ + 131, + 131, + 131 + ] + ], + "result": { + "id": 866, + "count": 6 + } + } + ], + "396": [ + { + "inShape": [ + [ + 326, + 326, + 326 + ], + [ + 326, + 326, + 326 + ] + ], + "result": { + "id": 396, + "count": 6 + } + } + ], + "614": [ + { + "inShape": [ + [ + 10, + null, + null + ], + [ + 10, + 10, + null + ], + [ + 10, + 10, + 10 + ] + ], + "result": { + "id": 614, + "count": 4 + } + } + ], + "83": [ + { + "inShape": [ + [ + 79, + 79, + 79 + ], + [ + 79, + null, + null + ] + ], + "result": { + "id": 83, + "count": 4 + } + } + ], + "1181": [ + { + "inShape": [ + [ + 1177, + 1177, + 1177 + ], + [ + 1177, + null, + null + ] + ], + "result": { + "id": 1181, + "count": 4 + } + } + ], + "864": [ + { + "inShape": [ + [ + 334, + null, + 334 + ], + [ + 130, + 130, + 130 + ], + [ + 130, + 130, + 130 + ] + ], + "result": { + "id": 864, + "count": 6 + } + } + ], + "610": [ + { + "inShape": [ + [ + 497, + null, + null + ], + [ + 497, + 497, + null + ], + [ + 497, + 497, + 497 + ] + ], + "result": { + "id": 610, + "count": 4 + } + } + ], + "367": [ + { + "inShape": [ + [ + 29, + null, + null + ], + [ + 29, + 29, + null + ], + [ + 29, + 29, + 29 + ] + ], + "result": { + "id": 367, + "count": 4 + } + } + ], + "680": [ + { + "inShape": [ + [ + 26, + 26, + null + ] + ], + "result": { + "id": 680, + "count": 1 + } + } + ], + "963": [ + { + "inShape": [ + [ + null, + 953, + null + ], + [ + 22, + 22, + 22 + ] + ], + "result": { + "id": 963, + "count": 1 + } + } + ], + "239": [ + { + "inShape": [ + [ + 34, + 34, + 34 + ] + ], + "result": { + "id": 239, + "count": 6 + } + } + ], + "1234": [ + { + "inShape": [ + [ + 764, + 1234, + 764 + ], + [ + 764, + 440, + 764 + ], + [ + 764, + 764, + 764 + ] + ], + "result": { + "id": 1234, + "count": 2 + } + } + ], + "1229": [ + { + "inShape": [ + [ + 764, + 1229, + 764 + ], + [ + 764, + 273, + 764 + ], + [ + 764, + 764, + 764 + ] + ], + "result": { + "id": 1229, + "count": 2 + } + } + ], + "392": [ + { + "inShape": [ + [ + 1185, + 1185, + 1185 + ], + [ + 1185, + 1185, + 1185 + ] + ], + "result": { + "id": 392, + "count": 6 + } + } + ], + "785": [ + { + "inShape": [ + [ + 22, + 22, + 22 + ], + [ + 807, + null, + 807 + ] + ], + "result": { + "id": 785, + "count": 1 + } + } + ], + "1056": [ + { + "inShape": [ + [ + 955, + 955, + 955 + ], + [ + 955, + 1051, + 955 + ], + [ + 955, + 955, + 955 + ] + ], + "result": { + "id": 1056, + "count": 1 + } + } + ], + "1179": [ + { + "inShape": [ + [ + 1177, + null, + null + ], + [ + 1177, + 1177, + null + ], + [ + 1177, + 1177, + 1177 + ] + ], + "result": { + "id": 1179, + "count": 4 + } + } + ], + "1098": [ + { + "inShape": [ + [ + 191, + 191, + 191 + ], + [ + 191, + 191, + 191 + ], + [ + null, + 807, + null + ] + ], + "result": { + "id": 1098, + "count": 1 + } + } + ], + "378": [ + { + "inShape": [ + [ + 481, + 481, + 481 + ], + [ + 481, + 481, + 481 + ] + ], + "result": { + "id": 378, + "count": 6 + } + } + ], + "77": [ + { + "inShape": [ + [ + 764, + 764, + 764 + ], + [ + 764, + 764, + 764 + ], + [ + 764, + 764, + 764 + ] + ], + "result": { + "id": 77, + "count": 1 + } + } + ], + "629": [ + { + "inShape": [ + [ + 4, + 4, + 4 + ] + ], + "result": { + "id": 629, + "count": 6 + } + } + ], + "702": [ + { + "inShape": [ + [ + 24, + 24, + 24 + ], + [ + 24, + 24, + 24 + ] + ], + "result": { + "id": 702, + "count": 2 + } + } + ], + "453": [ + { + "inShape": [ + [ + 166, + 166, + 166 + ], + [ + 166, + 908, + 166 + ], + [ + 166, + 166, + 166 + ] + ], + "result": { + "id": 453, + "count": 8 + } + } + ], + "452": [ + { + "inShape": [ + [ + 166, + 166, + 166 + ], + [ + 166, + 907, + 166 + ], + [ + 166, + 166, + 166 + ] + ], + "result": { + "id": 452, + "count": 8 + } + } + ], + "310": [ + { + "inShape": [ + [ + 894, + 894, + 894 + ], + [ + 894, + null, + null + ] + ], + "result": { + "id": 310, + "count": 1 + } + } + ], + "1189": [ + { + "inShape": [ + [ + 1176, + 1176, + 1176 + ], + [ + 310, + 310, + 310 + ], + [ + 1176, + 1176, + 1176 + ] + ], + "result": { + "id": 1189, + "count": 1 + } + } + ], + "393": [ + { + "inShape": [ + [ + 9, + 9, + 9 + ], + [ + 9, + 9, + 9 + ] + ], + "result": { + "id": 393, + "count": 6 + } + } + ], + "632": [ + { + "inShape": [ + [ + 324, + 324, + 324 + ] + ], + "result": { + "id": 632, + "count": 6 + } + } + ], + "386": [ + { + "inShape": [ + [ + 497, + 497, + 497 + ], + [ + 497, + 497, + 497 + ] + ], + "result": { + "id": 386, + "count": 6 + } + } + ], + "489": [ + { + "inShape": [ + [ + 253, + 253, + null + ] + ], + "result": { + "id": 489, + "count": 1 + } + } + ], + "347": [ + { + "inShape": [ + [ + 344, + 1069, + 344 + ], + [ + 344, + 1069, + 344 + ] + ], + "result": { + "id": 347, + "count": 6 + } + } + ], + "390": [ + { + "inShape": [ + [ + 1177, + 1177, + 1177 + ], + [ + 1177, + 1177, + 1177 + ] + ], + "result": { + "id": 390, + "count": 6 + } + } + ], + "264": [ + { + "inShape": [ + [ + 23, + 23, + 23 + ], + [ + 885, + 885, + 885 + ], + [ + 23, + 23, + 23 + ] + ], + "result": { + "id": 264, + "count": 1 + } + } + ], + "486": [ + { + "inShape": [ + [ + 483, + null, + null + ], + [ + 483, + 483, + null + ], + [ + 483, + 483, + 483 + ] + ], + "result": { + "id": 486, + "count": 4 + } + } + ], + "168": [ + { + "inShape": [ + [ + 766, + 766, + 766 + ], + [ + 766, + 766, + 766 + ], + [ + 766, + 766, + 766 + ] + ], + "result": { + "id": 168, + "count": 1 + } + } + ], + "434": [ + { + "inShape": [ + [ + 190, + 190, + null + ] + ], + "result": { + "id": 434, + "count": 3 + } + }, + { + "ingredients": [ + 914, + 439 + ], + "result": { + "id": 434, + "count": 1 + } + } + ], + "420": [ + { + "inShape": [ + [ + 440, + 440, + 440 + ], + [ + 440, + 919, + 440 + ], + [ + 440, + 440, + 440 + ] + ], + "result": { + "id": 420, + "count": 8 + } + } + ], + "285": [ + { + "inShape": [ + [ + 872, + 872, + 872 + ], + [ + 872, + null, + null + ] + ], + "result": { + "id": 285, + "count": 1 + } + } + ], + "851": [ + { + "inShape": [ + [ + 28, + 28, + 28 + ], + [ + 28, + 28, + 28 + ], + [ + null, + 807, + null + ] + ], + "result": { + "id": 851, + "count": 3 + } + } + ], + "795": [ + { + "inShape": [ + [ + 770, + 770, + 770 + ], + [ + 807, + null, + 807 + ] + ], + "result": { + "id": 795, + "count": 1 + } + } + ], + "1153": [ + { + "inShape": [ + [ + 230, + null, + 230 + ], + [ + 230, + null, + 230 + ], + [ + 230, + 230, + 230 + ] + ], + "result": { + "id": 1153, + "count": 1 + } + } + ], + "358": [ + { + "inShape": [ + [ + 169, + null, + null + ], + [ + 169, + 169, + null + ], + [ + 169, + 169, + 169 + ] + ], + "result": { + "id": 358, + "count": 4 + } + } + ], + "288": [ + { + "inShape": [ + [ + 23, + 23, + 23 + ], + [ + 23, + 764, + 23 + ], + [ + 23, + 23, + 23 + ] + ], + "result": { + "id": 288, + "count": 1 + } + } + ], + "413": [ + { + "inShape": [ + [ + 440, + 440, + 440 + ], + [ + 440, + 912, + 440 + ], + [ + 440, + 440, + 440 + ] + ], + "result": { + "id": 413, + "count": 8 + } + } + ], + "924": [ + { + "inShape": [ + [ + 180, + 180, + 180 + ], + [ + 23, + 23, + 23 + ] + ], + "result": { + "id": 924, + "count": 1 + } + }, + { + "ingredients": [ + 904, + 939 + ], + "result": { + "id": 924, + "count": 1 + } + } + ], + "232": [ + { + "inShape": [ + [ + 25, + 25, + 25 + ] + ], + "result": { + "id": 232, + "count": 6 + } + } + ], + "231": [ + { + "inShape": [ + [ + 24, + 24, + 24 + ] + ], + "result": { + "id": 231, + "count": 6 + } + } + ], + "850": [ + { + "inShape": [ + [ + 27, + 27, + 27 + ], + [ + 27, + 27, + 27 + ], + [ + null, + 807, + null + ] + ], + "result": { + "id": 850, + "count": 3 + } + } + ], + "16": [ + { + "inShape": [ + [ + 15, + 48, + 48 + ], + [ + 15, + null, + null + ] + ], + "result": { + "id": 16, + "count": 4 + } + } + ], + "736": [ + { + "inShape": [ + [ + 23, + null, + 23 + ], + [ + 23, + 23, + 23 + ] + ], + "result": { + "id": 736, + "count": 1 + } + } + ], + "102": [ + { + "inShape": [ + [ + 98, + null, + null + ], + [ + 98, + 98, + null + ], + [ + 98, + 98, + 98 + ] + ], + "result": { + "id": 102, + "count": 4 + } + }, + { + "ingredients": [ + 86, + 1170 + ], + "result": { + "id": 102, + "count": 1 + } + } + ], + "487": [ + { + "inShape": [ + [ + 1070, + 1071, + 1070 + ], + [ + 1071, + 1071, + 1071 + ], + [ + 1070, + 1071, + 1070 + ] + ], + "result": { + "id": 487, + "count": 1 + } + } + ], + "428": [ + { + "inShape": [ + [ + 184, + 184, + null + ] + ], + "result": { + "id": 428, + "count": 3 + } + }, + { + "ingredients": [ + 908, + 439 + ], + "result": { + "id": 428, + "count": 1 + } + } + ], + "256": [ + { + "inShape": [ + [ + 481, + 481, + 481 + ] + ], + "result": { + "id": 256, + "count": 6 + } + } + ], + "87": [ + { + "inShape": [ + [ + 83, + null, + null + ], + [ + 83, + 83, + null + ], + [ + 83, + 83, + 83 + ] + ], + "result": { + "id": 87, + "count": 4 + } + } + ], + "407": [ + { + "inShape": [ + [ + 440, + 440, + 440 + ], + [ + 440, + 906, + 440 + ], + [ + 440, + 440, + 440 + ] + ], + "result": { + "id": 407, + "count": 8 + } + } + ], + "786": [ + { + "inShape": [ + [ + 22, + 22, + null + ], + [ + 807, + null, + 807 + ] + ], + "result": { + "id": 786, + "count": 1 + } + } + ], + "801": [ + { + "inShape": [ + [ + 764, + 764, + null + ], + [ + 807, + null, + 807 + ] + ], + "result": { + "id": 801, + "count": 1 + } + } + ], + "742": [ + { + "inShape": [ + [ + 26, + null, + 26 + ], + [ + 26, + 26, + 26 + ] + ], + "result": { + "id": 742, + "count": 1 + } + } + ], + "140": [ + { + "inShape": [ + [ + 130, + 130, + 130 + ], + [ + 130, + null, + null + ] + ], + "result": { + "id": 140, + "count": 3 + } + } + ], + "292": [ + { + "inShape": [ + [ + 26, + 807, + 26 + ], + [ + 26, + 807, + 26 + ] + ], + "result": { + "id": 292, + "count": 3 + } + } + ], + "675": [ + { + "inShape": [ + [ + 774, + 774, + null + ] + ], + "result": { + "id": 675, + "count": 1 + } + } + ], + "630": [ + { + "inShape": [ + [ + 9, + 9, + 9 + ] + ], + "result": { + "id": 630, + "count": 6 + } + } + ], + "1226": [ + { + "inShape": [ + [ + 764, + 1226, + 764 + ], + [ + 764, + 481, + 764 + ], + [ + 764, + 764, + 764 + ] + ], + "result": { + "id": 1226, + "count": 2 + } + } + ], + "958": [ + { + "inShape": [ + [ + 166, + null, + 166 + ], + [ + null, + 166, + null + ] + ], + "result": { + "id": 958, + "count": 3 + } + } + ], + "84": [ + { + "inShape": [ + [ + 80, + 80, + 80 + ], + [ + 80, + null, + null + ] + ], + "result": { + "id": 84, + "count": 4 + } + } + ], + "688": [ + { + "inShape": [ + [ + 770, + 770, + 770 + ], + [ + 770, + 770, + 770 + ] + ], + "result": { + "id": 688, + "count": 3 + } + } + ], + "3": [ + { + "inShape": [ + [ + 2, + 2, + 2 + ], + [ + 2, + null, + null + ] + ], + "result": { + "id": 3, + "count": 4 + } + } + ], + "250": [ + { + "inShape": [ + [ + 323, + 323, + 323 + ] + ], + "result": { + "id": 250, + "count": 6 + } + } + ], + "85": [ + { + "inShape": [ + [ + 81, + 81, + 81 + ], + [ + 81, + null, + null + ] + ], + "result": { + "id": 85, + "count": 4 + } + } + ], + "1093": [ + { + "inShape": [ + [ + 186, + 186, + 186 + ], + [ + 186, + 186, + 186 + ], + [ + null, + 807, + null + ] + ], + "result": { + "id": 1093, + "count": 1 + } + } + ], + "400": [ + { + "inShape": [ + [ + 252, + 252, + null + ] + ], + "result": { + "id": 400, + "count": 1 + } + } + ], + "1168": [ + { + "inShape": [ + [ + null, + 807, + null + ], + [ + 807, + 304, + 807 + ], + [ + 116, + 116, + 116 + ] + ], + "result": { + "id": 1168, + "count": 1 + } + } + ], + "142": [ + { + "inShape": [ + [ + 132, + 132, + 132 + ], + [ + 132, + null, + null + ] + ], + "result": { + "id": 142, + "count": 3 + } + } + ], + "698": [ + { + "inShape": [ + [ + 32, + 32, + 32 + ], + [ + 32, + 32, + 32 + ] + ], + "result": { + "id": 698, + "count": 3 + } + } + ], + "873": [ + { + "inShape": [ + [ + 1076, + 1076, + 1076 + ], + [ + 1076, + null, + null + ] + ], + "result": { + "id": 873, + "count": 1 + } + } + ], + "862": [ + { + "inShape": [ + [ + 334, + null, + 334 + ], + [ + 128, + 128, + 128 + ], + [ + 128, + 128, + 128 + ] + ], + "result": { + "id": 862, + "count": 6 + } + } + ], + "706": [ + { + "inShape": [ + [ + 28, + 28, + 28 + ], + [ + 28, + 28, + 28 + ] + ], + "result": { + "id": 706, + "count": 2 + } + } + ], + "356": [ + { + "inShape": [ + [ + 355, + 355, + 355 + ], + [ + 355, + null, + null + ] + ], + "result": { + "id": 356, + "count": 4 + } + } + ], + "705": [ + { + "inShape": [ + [ + 27, + 27, + 27 + ], + [ + 27, + 27, + 27 + ] + ], + "result": { + "id": 705, + "count": 2 + } + } + ], + "607": [ + { + "inShape": [ + [ + 259, + null, + null + ], + [ + 259, + 259, + null + ], + [ + 259, + 259, + 259 + ] + ], + "result": { + "id": 607, + "count": 4 + } + } + ], + "280": [ + { + "inShape": [ + [ + 22, + 22, + 22 + ], + [ + 22, + null, + 22 + ], + [ + 22, + 22, + 22 + ] + ], + "result": { + "id": 280, + "count": 1 + } + } + ], + "612": [ + { + "inShape": [ + [ + 4, + null, + null + ], + [ + 4, + 4, + null + ], + [ + 4, + 4, + 4 + ] + ], + "result": { + "id": 612, + "count": 4 + } + } + ], + "684": [ + { + "inShape": [ + [ + 30, + 30, + null + ] + ], + "result": { + "id": 684, + "count": 1 + } + } + ], + "721": [ + { + "inShape": [ + [ + 807, + 32, + 807 + ], + [ + 807, + 32, + 807 + ] + ], + "result": { + "id": 721, + "count": 1 + } + } + ], + "726": [ + { + "inShape": [ + [ + 770, + 807, + 770 + ], + [ + 770, + 636, + 770 + ], + [ + 770, + 807, + 770 + ] + ], + "result": { + "id": 726, + "count": 6 + } + } + ], + "865": [ + { + "inShape": [ + [ + 334, + null, + 334 + ], + [ + 143, + 143, + 143 + ], + [ + 143, + 143, + 143 + ] + ], + "result": { + "id": 865, + "count": 6 + } + } + ], + "686": [ + { + "inShape": [ + [ + 32, + 32, + null + ] + ], + "result": { + "id": 686, + "count": 1 + } + } + ], + "856": [ + { + "inShape": [ + [ + 33, + 33, + 33 + ], + [ + 33, + 33, + 33 + ], + [ + null, + 807, + null + ] + ], + "result": { + "id": 856, + "count": 3 + } + } + ], + "1228": [ + { + "inShape": [ + [ + 764, + 1228, + 764 + ], + [ + 764, + 303, + 764 + ], + [ + 764, + 764, + 764 + ] + ], + "result": { + "id": 1228, + "count": 2 + } + } + ], + "696": [ + { + "inShape": [ + [ + 30, + 30, + 30 + ], + [ + 30, + 30, + 30 + ] + ], + "result": { + "id": 696, + "count": 3 + } + } + ], + "366": [ + { + "inShape": [ + [ + 28, + null, + null + ], + [ + 28, + 28, + null + ], + [ + 28, + 28, + 28 + ] + ], + "result": { + "id": 366, + "count": 4 + } + } + ], + "488": [ + { + "inShape": [ + [ + 47, + 47, + 47 + ], + [ + 47, + null, + null + ] + ], + "result": { + "id": 488, + "count": 1 + } + } + ], + "382": [ + { + "inShape": [ + [ + 318, + 318, + 318 + ], + [ + 318, + 318, + 318 + ] + ], + "result": { + "id": 382, + "count": 6 + } + } + ], + "794": [ + { + "inShape": [ + [ + 770, + 770, + 770 + ], + [ + null, + 807, + null + ], + [ + null, + 807, + null + ] + ], + "result": { + "id": 794, + "count": 1 + } + } + ], + "252": [ + { + "inShape": [ + [ + 400, + 400, + 400 + ] + ], + "result": { + "id": 252, + "count": 6 + } + } + ], + "171": [ + { + "inShape": [ + [ + 169, + 169, + 169 + ], + [ + 169, + null, + null + ] + ], + "result": { + "id": 171, + "count": 4 + } + } + ], + "854": [ + { + "inShape": [ + [ + 31, + 31, + 31 + ], + [ + 31, + 31, + 31 + ], + [ + null, + 807, + null + ] + ], + "result": { + "id": 854, + "count": 3 + } + } + ], + "251": [ + { + "inShape": [ + [ + 344, + 344, + 344 + ] + ], + "result": { + "id": 251, + "count": 6 + } + } + ], + "326": [ + { + "inShape": [ + [ + 324, + 324, + 324 + ], + [ + 324, + null, + null + ] + ], + "result": { + "id": 326, + "count": 4 + } + } + ], + "406": [ + { + "inShape": [ + [ + 440, + 440, + 440 + ], + [ + 440, + 905, + 440 + ], + [ + 440, + 440, + 440 + ] + ], + "result": { + "id": 406, + "count": 8 + } + } + ], + "297": [ + { + "inShape": [ + [ + 31, + 807, + 31 + ], + [ + 31, + 807, + 31 + ] + ], + "result": { + "id": 297, + "count": 3 + } + } + ], + "353": [ + { + "inShape": [ + [ + null, + 885, + null + ], + [ + 764, + 268, + 764 + ], + [ + 268, + 268, + 268 + ] + ], + "result": { + "id": 353, + "count": 1 + } + } + ], + "1082": [ + { + "inShape": [ + [ + 810, + 810, + null + ], + [ + 810, + 886, + null + ], + [ + null, + null, + 810 + ] + ], + "result": { + "id": 1082, + "count": 2 + } + } + ], + "740": [ + { + "inShape": [ + [ + 25, + null, + 25 + ], + [ + 25, + 25, + 25 + ] + ], + "result": { + "id": 740, + "count": 1 + } + } + ], + "76": [ + { + "inShape": [ + [ + 774, + 774, + 774 + ], + [ + 774, + 774, + 774 + ], + [ + 774, + 774, + 774 + ] + ], + "result": { + "id": 76, + "count": 1 + } + } + ], + "738": [ + { + "inShape": [ + [ + 24, + null, + 24 + ], + [ + 24, + 24, + 24 + ] + ], + "result": { + "id": 738, + "count": 1 + } + } + ], + "602": [ + { + "inShape": [ + [ + 5, + null, + null + ], + [ + 5, + 5, + null + ], + [ + 5, + 5, + 5 + ] + ], + "result": { + "id": 602, + "count": 4 + } + } + ], + "644": [ + { + "inShape": [ + [ + 22, + 22, + 22 + ], + [ + 635, + 635, + 767 + ], + [ + 22, + 22, + 22 + ] + ], + "result": { + "id": 644, + "count": 1 + } + } + ], + "1167": [ + { + "inShape": [ + [ + null, + 807, + null + ], + [ + 807, + 762, + 807 + ], + [ + 116, + 116, + 116 + ] + ], + "result": { + "id": 1167, + "count": 1 + } + } + ], + "884": [ + { + "inShape": [ + [ + 221, + 221, + 221 + ] + ], + "result": { + "id": 884, + "count": 3 + } + } + ], + "394": [ + { + "inShape": [ + [ + 10, + 10, + 10 + ], + [ + 10, + 10, + 10 + ] + ], + "result": { + "id": 394, + "count": 6 + } + } + ], + "149": [ + { + "inShape": [ + [ + 115, + 115, + 115 + ], + [ + 115, + null, + null + ] + ], + "result": { + "id": 149, + "count": 3 + } + } + ], + "236": [ + { + "inShape": [ + [ + 29, + 29, + 29 + ] + ], + "result": { + "id": 236, + "count": 6 + } + } + ], + "339": [ + { + "inShape": [ + [ + 263, + null, + null + ], + [ + 263, + 263, + null + ], + [ + 263, + 263, + 263 + ] + ], + "result": { + "id": 339, + "count": 4 + } + } + ], + "454": [ + { + "inShape": [ + [ + 166, + 166, + 166 + ], + [ + 166, + 909, + 166 + ], + [ + 166, + 166, + 166 + ] + ], + "result": { + "id": 454, + "count": 8 + } + } + ], + "134": [ + { + "inShape": [ + [ + 124, + 124, + 124 + ], + [ + 124, + null, + null + ] + ], + "result": { + "id": 134, + "count": 3 + } + } + ], + "148": [ + { + "inShape": [ + [ + 114, + 114, + 114 + ], + [ + 114, + null, + null + ] + ], + "result": { + "id": 148, + "count": 3 + } + } + ], + "717": [ + { + "inShape": [ + [ + 807, + 28, + 807 + ], + [ + 807, + 28, + 807 + ] + ], + "result": { + "id": 717, + "count": 1 + } + } + ], + "136": [ + { + "inShape": [ + [ + 126, + 126, + 126 + ], + [ + 126, + null, + null + ] + ], + "result": { + "id": 136, + "count": 3 + } + } + ], + "868": [ + { + "inShape": [ + [ + 770, + null, + 770 + ], + [ + null, + 770, + null + ] + ], + "result": { + "id": 868, + "count": 1 + } + } + ], + "254": [ + { + "inShape": [ + [ + 490, + 490, + 490 + ] + ], + "result": { + "id": 254, + "count": 6 + } + } + ], + "464": [ + { + "inShape": [ + [ + 166, + 166, + 166 + ], + [ + 166, + 919, + 166 + ], + [ + 166, + 166, + 166 + ] + ], + "result": { + "id": 464, + "count": 8 + } + } + ], + "7": [ + { + "inShape": [ + [ + 6, + 6, + 6 + ], + [ + 6, + null, + null + ] + ], + "result": { + "id": 7, + "count": 4 + } + } + ], + "2": [ + { + "ingredients": [ + 4, + 767 + ], + "result": { + "id": 2, + "count": 1 + } + } + ], + "6": [ + { + "ingredients": [ + 4, + 22 + ], + "result": { + "id": 6, + "count": 2 + } + } + ], + "1045": [ + { + "ingredients": [ + 812, + 961, + 762 + ], + "result": { + "id": 1045, + "count": 3 + } + } + ], + "1046": [ + { + "ingredients": [ + 885, + 901, + 811 + ], + "result": { + "id": 1046, + "count": 1 + } + } + ], + "23": [ + { + "ingredients": [ + 110 + ], + "result": { + "id": 23, + "count": 4 + } + } + ], + "24": [ + { + "ingredients": [ + 111 + ], + "result": { + "id": 24, + "count": 4 + } + } + ], + "1049": [ + { + "ingredients": [ + 1048, + 902 + ], + "result": { + "id": 1049, + "count": 1 + } + } + ], + "25": [ + { + "ingredients": [ + 112 + ], + "result": { + "id": 25, + "count": 4 + } + } + ], + "26": [ + { + "ingredients": [ + 113 + ], + "result": { + "id": 26, + "count": 4 + } + } + ], + "27": [ + { + "ingredients": [ + 114 + ], + "result": { + "id": 27, + "count": 4 + } + } + ], + "28": [ + { + "ingredients": [ + 115 + ], + "result": { + "id": 28, + "count": 4 + } + } + ], + "29": [ + { + "ingredients": [ + 116 + ], + "result": { + "id": 29, + "count": 4 + } + } + ], + "30": [ + { + "ingredients": [ + 117 + ], + "result": { + "id": 30, + "count": 4 + } + } + ], + "31": [ + { + "ingredients": [ + 122 + ], + "result": { + "id": 31, + "count": 2 + } + } + ], + "32": [ + { + "ingredients": [ + 120 + ], + "result": { + "id": 32, + "count": 4 + } + } + ], + "33": [ + { + "ingredients": [ + 121 + ], + "result": { + "id": 33, + "count": 4 + } + } + ], + "549": [ + { + "ingredients": [ + 904, + 44, + 44, + 44, + 44, + 48, + 48, + 48, + 48 + ], + "result": { + "id": 549, + "count": 8 + } + } + ], + "550": [ + { + "ingredients": [ + 905, + 44, + 44, + 44, + 44, + 48, + 48, + 48, + 48 + ], + "result": { + "id": 550, + "count": 8 + } + } + ], + "551": [ + { + "ingredients": [ + 906, + 44, + 44, + 44, + 44, + 48, + 48, + 48, + 48 + ], + "result": { + "id": 551, + "count": 8 + } + } + ], + "552": [ + { + "ingredients": [ + 907, + 44, + 44, + 44, + 44, + 48, + 48, + 48, + 48 + ], + "result": { + "id": 552, + "count": 8 + } + } + ], + "553": [ + { + "ingredients": [ + 908, + 44, + 44, + 44, + 44, + 48, + 48, + 48, + 48 + ], + "result": { + "id": 553, + "count": 8 + } + } + ], + "1065": [ + { + "ingredients": [ + 300, + 922, + 887 + ], + "result": { + "id": 1065, + "count": 1 + } + } + ], + "554": [ + { + "ingredients": [ + 909, + 44, + 44, + 44, + 44, + 48, + 48, + 48, + 48 + ], + "result": { + "id": 554, + "count": 8 + } + } + ], + "1066": [ + { + "ingredients": [ + 812, + 884 + ], + "result": { + "id": 1066, + "count": 3 + } + } + ], + "555": [ + { + "ingredients": [ + 910, + 44, + 44, + 44, + 44, + 48, + 48, + 48, + 48 + ], + "result": { + "id": 555, + "count": 8 + } + } + ], + "556": [ + { + "ingredients": [ + 911, + 44, + 44, + 44, + 44, + 48, + 48, + 48, + 48 + ], + "result": { + "id": 556, + "count": 8 + } + } + ], + "557": [ + { + "ingredients": [ + 912, + 44, + 44, + 44, + 44, + 48, + 48, + 48, + 48 + ], + "result": { + "id": 557, + "count": 8 + } + } + ], + "558": [ + { + "ingredients": [ + 913, + 44, + 44, + 44, + 44, + 48, + 48, + 48, + 48 + ], + "result": { + "id": 558, + "count": 8 + } + } + ], + "559": [ + { + "ingredients": [ + 914, + 44, + 44, + 44, + 44, + 48, + 48, + 48, + 48 + ], + "result": { + "id": 559, + "count": 8 + } + } + ], + "560": [ + { + "ingredients": [ + 915, + 44, + 44, + 44, + 44, + 48, + 48, + 48, + 48 + ], + "result": { + "id": 560, + "count": 8 + } + } + ], + "561": [ + { + "ingredients": [ + 916, + 44, + 44, + 44, + 44, + 48, + 48, + 48, + 48 + ], + "result": { + "id": 561, + "count": 8 + } + } + ], + "1074": [ + { + "ingredients": [ + 1053, + 1073, + 808, + 1051, + 212 + ], + "result": { + "id": 1074, + "count": 1 + } + }, + { + "ingredients": [ + 1053, + 1073, + 808, + 1051, + 213 + ], + "result": { + "id": 1074, + "count": 1 + } + } + ], + "562": [ + { + "ingredients": [ + 917, + 44, + 44, + 44, + 44, + 48, + 48, + 48, + 48 + ], + "result": { + "id": 562, + "count": 8 + } + } + ], + "563": [ + { + "ingredients": [ + 918, + 44, + 44, + 44, + 44, + 48, + 48, + 48, + 48 + ], + "result": { + "id": 563, + "count": 8 + } + } + ], + "564": [ + { + "ingredients": [ + 919, + 44, + 44, + 44, + 44, + 48, + 48, + 48, + 48 + ], + "result": { + "id": 564, + "count": 8 + } + } + ], + "597": [ + { + "ingredients": [ + 441, + 441, + 441, + 441, + 441, + 441, + 441, + 441, + 441 + ], + "result": { + "id": 597, + "count": 1 + } + } + ], + "1110": [ + { + "ingredients": [ + 808, + 1108, + 1108, + 1108, + 1108, + 1108, + 1108 + ], + "result": { + "id": 1110, + "count": 1 + } + } + ], + "94": [ + { + "ingredients": [ + 75, + 1170 + ], + "result": { + "id": 94, + "count": 1 + } + } + ], + "1119": [ + { + "ingredients": [ + 770 + ], + "result": { + "id": 1119, + "count": 9 + } + } + ], + "95": [ + { + "ingredients": [ + 79, + 1170 + ], + "result": { + "id": 95, + "count": 1 + } + } + ], + "96": [ + { + "ingredients": [ + 80, + 1170 + ], + "result": { + "id": 96, + "count": 1 + } + } + ], + "97": [ + { + "ingredients": [ + 81, + 1170 + ], + "result": { + "id": 97, + "count": 1 + } + } + ], + "1136": [ + { + "ingredients": [ + 1138, + 1138, + 1138, + 1138, + 1138, + 1138, + 1138, + 1138, + 1138 + ], + "result": { + "id": 1136, + "count": 1 + } + } + ], + "119": [ + { + "ingredients": [ + 19, + 118 + ], + "result": { + "id": 119, + "count": 1 + } + } + ], + "1146": [ + { + "ingredients": [ + 884, + 205 + ], + "result": { + "id": 1146, + "count": 1 + } + } + ], + "122": [ + { + "ingredients": [ + 229, + 229, + 229, + 229, + 229, + 229, + 229, + 229, + 229 + ], + "result": { + "id": 122, + "count": 1 + } + } + ], + "635": [ + { + "ingredients": [ + 637 + ], + "result": { + "id": 635, + "count": 9 + } + } + ], + "1147": [ + { + "ingredients": [ + 884, + 1061 + ], + "result": { + "id": 1147, + "count": 1 + } + } + ], + "1148": [ + { + "ingredients": [ + 884, + 1058 + ], + "result": { + "id": 1148, + "count": 1 + } + } + ], + "1149": [ + { + "ingredients": [ + 884, + 845 + ], + "result": { + "id": 1149, + "count": 1 + } + } + ], + "656": [ + { + "ingredients": [ + 277, + 655 + ], + "result": { + "id": 656, + "count": 1 + } + } + ], + "660": [ + { + "ingredients": [ + 1 + ], + "result": { + "id": 660, + "count": 1 + } + } + ], + "661": [ + { + "ingredients": [ + 1181 + ], + "result": { + "id": 661, + "count": 1 + } + } + ], + "1173": [ + { + "ingredients": [ + 643, + 958, + 958, + 958, + 958 + ], + "result": { + "id": 1173, + "count": 4 + } + } + ], + "662": [ + { + "ingredients": [ + 23 + ], + "result": { + "id": 662, + "count": 1 + } + } + ], + "663": [ + { + "ingredients": [ + 24 + ], + "result": { + "id": 663, + "count": 1 + } + } + ], + "664": [ + { + "ingredients": [ + 25 + ], + "result": { + "id": 664, + "count": 1 + } + } + ], + "665": [ + { + "ingredients": [ + 26 + ], + "result": { + "id": 665, + "count": 1 + } + } + ], + "666": [ + { + "ingredients": [ + 27 + ], + "result": { + "id": 666, + "count": 1 + } + } + ], + "667": [ + { + "ingredients": [ + 28 + ], + "result": { + "id": 667, + "count": 1 + } + } + ], + "668": [ + { + "ingredients": [ + 29 + ], + "result": { + "id": 668, + "count": 1 + } + } + ], + "669": [ + { + "ingredients": [ + 30 + ], + "result": { + "id": 669, + "count": 1 + } + } + ], + "670": [ + { + "ingredients": [ + 31 + ], + "result": { + "id": 670, + "count": 1 + } + } + ], + "671": [ + { + "ingredients": [ + 32 + ], + "result": { + "id": 671, + "count": 1 + } + } + ], + "672": [ + { + "ingredients": [ + 33 + ], + "result": { + "id": 672, + "count": 1 + } + } + ], + "1191": [ + { + "ingredients": [ + 1190, + 904 + ], + "result": { + "id": 1191, + "count": 1 + } + } + ], + "1192": [ + { + "ingredients": [ + 1190, + 905 + ], + "result": { + "id": 1192, + "count": 1 + } + } + ], + "1193": [ + { + "ingredients": [ + 1190, + 906 + ], + "result": { + "id": 1193, + "count": 1 + } + } + ], + "1194": [ + { + "ingredients": [ + 1190, + 907 + ], + "result": { + "id": 1194, + "count": 1 + } + } + ], + "1195": [ + { + "ingredients": [ + 1190, + 908 + ], + "result": { + "id": 1195, + "count": 1 + } + } + ], + "1196": [ + { + "ingredients": [ + 1190, + 909 + ], + "result": { + "id": 1196, + "count": 1 + } + } + ], + "1197": [ + { + "ingredients": [ + 1190, + 910 + ], + "result": { + "id": 1197, + "count": 1 + } + } + ], + "1198": [ + { + "ingredients": [ + 1190, + 911 + ], + "result": { + "id": 1198, + "count": 1 + } + } + ], + "1199": [ + { + "ingredients": [ + 1190, + 912 + ], + "result": { + "id": 1199, + "count": 1 + } + } + ], + "1200": [ + { + "ingredients": [ + 1190, + 913 + ], + "result": { + "id": 1200, + "count": 1 + } + } + ], + "1201": [ + { + "ingredients": [ + 1190, + 914 + ], + "result": { + "id": 1201, + "count": 1 + } + } + ], + "1202": [ + { + "ingredients": [ + 1190, + 915 + ], + "result": { + "id": 1202, + "count": 1 + } + } + ], + "1203": [ + { + "ingredients": [ + 1190, + 916 + ], + "result": { + "id": 1203, + "count": 1 + } + } + ], + "1204": [ + { + "ingredients": [ + 1190, + 917 + ], + "result": { + "id": 1204, + "count": 1 + } + } + ], + "1205": [ + { + "ingredients": [ + 1190, + 918 + ], + "result": { + "id": 1205, + "count": 1 + } + } + ], + "181": [ + { + "ingredients": [ + 905, + 195 + ], + "result": { + "id": 181, + "count": 1 + } + } + ], + "182": [ + { + "ingredients": [ + 906, + 195 + ], + "result": { + "id": 182, + "count": 1 + } + } + ], + "1206": [ + { + "ingredients": [ + 1190, + 919 + ], + "result": { + "id": 1206, + "count": 1 + } + } + ], + "183": [ + { + "ingredients": [ + 907, + 195 + ], + "result": { + "id": 183, + "count": 1 + } + } + ], + "184": [ + { + "ingredients": [ + 908, + 195 + ], + "result": { + "id": 184, + "count": 1 + } + } + ], + "185": [ + { + "ingredients": [ + 909, + 195 + ], + "result": { + "id": 185, + "count": 1 + } + } + ], + "186": [ + { + "ingredients": [ + 910, + 195 + ], + "result": { + "id": 186, + "count": 1 + } + } + ], + "187": [ + { + "ingredients": [ + 911, + 195 + ], + "result": { + "id": 187, + "count": 1 + } + } + ], + "188": [ + { + "ingredients": [ + 912, + 195 + ], + "result": { + "id": 188, + "count": 1 + } + } + ], + "189": [ + { + "ingredients": [ + 913, + 195 + ], + "result": { + "id": 189, + "count": 1 + } + } + ], + "190": [ + { + "ingredients": [ + 914, + 195 + ], + "result": { + "id": 190, + "count": 1 + } + } + ], + "191": [ + { + "ingredients": [ + 915, + 195 + ], + "result": { + "id": 191, + "count": 1 + } + } + ], + "192": [ + { + "ingredients": [ + 916, + 195 + ], + "result": { + "id": 192, + "count": 1 + } + } + ], + "193": [ + { + "ingredients": [ + 917, + 195 + ], + "result": { + "id": 193, + "count": 1 + } + } + ], + "194": [ + { + "ingredients": [ + 918, + 195 + ], + "result": { + "id": 194, + "count": 1 + } + } + ], + "195": [ + { + "ingredients": [ + 919, + 191 + ], + "result": { + "id": 195, + "count": 1 + } + } + ], + "729": [ + { + "ingredients": [ + 277, + 728 + ], + "result": { + "id": 729, + "count": 1 + } + } + ], + "730": [ + { + "ingredients": [ + 280, + 728 + ], + "result": { + "id": 730, + "count": 1 + } + } + ], + "731": [ + { + "ingredients": [ + 657, + 728 + ], + "result": { + "id": 731, + "count": 1 + } + } + ], + "732": [ + { + "ingredients": [ + 645, + 728 + ], + "result": { + "id": 732, + "count": 1 + } + } + ], + "737": [ + { + "ingredients": [ + 277, + 736 + ], + "result": { + "id": 737, + "count": 1 + } + } + ], + "739": [ + { + "ingredients": [ + 277, + 738 + ], + "result": { + "id": 739, + "count": 1 + } + } + ], + "741": [ + { + "ingredients": [ + 277, + 740 + ], + "result": { + "id": 741, + "count": 1 + } + } + ], + "743": [ + { + "ingredients": [ + 277, + 742 + ], + "result": { + "id": 743, + "count": 1 + } + } + ], + "745": [ + { + "ingredients": [ + 277, + 744 + ], + "result": { + "id": 745, + "count": 1 + } + } + ], + "747": [ + { + "ingredients": [ + 277, + 746 + ], + "result": { + "id": 747, + "count": 1 + } + } + ], + "749": [ + { + "ingredients": [ + 277, + 748 + ], + "result": { + "id": 749, + "count": 1 + } + } + ], + "751": [ + { + "ingredients": [ + 277, + 750 + ], + "result": { + "id": 751, + "count": 1 + } + } + ], + "753": [ + { + "ingredients": [ + 277, + 752 + ], + "result": { + "id": 753, + "count": 1 + } + } + ], + "758": [ + { + "ingredients": [ + 770, + 840 + ], + "result": { + "id": 758, + "count": 1 + } + } + ], + "762": [ + { + "ingredients": [ + 68 + ], + "result": { + "id": 762, + "count": 9 + } + } + ], + "764": [ + { + "ingredients": [ + 77 + ], + "result": { + "id": 764, + "count": 9 + } + } + ], + "765": [ + { + "ingredients": [ + 360 + ], + "result": { + "id": 765, + "count": 9 + } + } + ], + "766": [ + { + "ingredients": [ + 168 + ], + "result": { + "id": 766, + "count": 9 + } + } + ], + "769": [ + { + "ingredients": [ + 69 + ], + "result": { + "id": 769, + "count": 9 + } + } + ], + "771": [ + { + "ingredients": [ + 70 + ], + "result": { + "id": 771, + "count": 9 + } + } + ], + "772": [ + { + "ingredients": [ + 75 + ], + "result": { + "id": 772, + "count": 9 + } + }, + { + "ingredients": [ + 94 + ], + "result": { + "id": 772, + "count": 9 + } + } + ], + "773": [ + { + "ingredients": [ + 71 + ], + "result": { + "id": 773, + "count": 9 + } + } + ], + "775": [ + { + "ingredients": [ + 78 + ], + "result": { + "id": 775, + "count": 9 + } + }, + { + "ingredients": [ + 776, + 776, + 776, + 776, + 774, + 774, + 774, + 774 + ], + "result": { + "id": 775, + "count": 1 + } + } + ], + "267": [ + { + "ingredients": [ + 22, + 337 + ], + "result": { + "id": 267, + "count": 1 + } + }, + { + "ingredients": [ + 22, + 225 + ], + "result": { + "id": 267, + "count": 1 + } + } + ], + "809": [ + { + "ingredients": [ + 212, + 213, + 808 + ], + "result": { + "id": 809, + "count": 1 + } + } + ], + "814": [ + { + "ingredients": [ + 423 + ], + "result": { + "id": 814, + "count": 9 + } + } + ], + "319": [ + { + "ingredients": [ + 318, + 337 + ], + "result": { + "id": 319, + "count": 1 + } + }, + { + "ingredients": [ + 318, + 225 + ], + "result": { + "id": 319, + "count": 1 + } + } + ], + "322": [ + { + "ingredients": [ + 19, + 814 + ], + "result": { + "id": 322, + "count": 1 + } + } + ], + "336": [ + { + "ingredients": [ + 943, + 943, + 943, + 943, + 943, + 943, + 943, + 943, + 943 + ], + "result": { + "id": 336, + "count": 1 + } + } + ], + "885": [ + { + "ingredients": [ + 884, + 884, + 884, + 873 + ], + "result": { + "id": 885, + "count": 1 + } + } + ], + "886": [ + { + "ingredients": [ + 642 + ], + "result": { + "id": 886, + "count": 9 + } + } + ], + "904": [ + { + "ingredients": [ + 920 + ], + "result": { + "id": 904, + "count": 1 + } + }, + { + "ingredients": [ + 207 + ], + "result": { + "id": 904, + "count": 1 + } + } + ], + "905": [ + { + "ingredients": [ + 209 + ], + "result": { + "id": 905, + "count": 1 + } + }, + { + "ingredients": [ + 202 + ], + "result": { + "id": 905, + "count": 1 + } + }, + { + "ingredients": [ + 918, + 908 + ], + "result": { + "id": 905, + "count": 2 + } + } + ], + "906": [ + { + "ingredients": [ + 915, + 918, + 918, + 904 + ], + "result": { + "id": 906, + "count": 4 + } + }, + { + "ingredients": [ + 199 + ], + "result": { + "id": 906, + "count": 1 + } + }, + { + "ingredients": [ + 915, + 918, + 910 + ], + "result": { + "id": 906, + "count": 3 + } + }, + { + "ingredients": [ + 444 + ], + "result": { + "id": 906, + "count": 2 + } + }, + { + "ingredients": [ + 914, + 910 + ], + "result": { + "id": 906, + "count": 2 + } + } + ], + "907": [ + { + "ingredients": [ + 198 + ], + "result": { + "id": 907, + "count": 1 + } + }, + { + "ingredients": [ + 915, + 904 + ], + "result": { + "id": 907, + "count": 2 + } + } + ], + "908": [ + { + "ingredients": [ + 196 + ], + "result": { + "id": 908, + "count": 1 + } + }, + { + "ingredients": [ + 443 + ], + "result": { + "id": 908, + "count": 2 + } + } + ], + "909": [ + { + "ingredients": [ + 917, + 904 + ], + "result": { + "id": 909, + "count": 2 + } + } + ], + "910": [ + { + "ingredients": [ + 918, + 904 + ], + "result": { + "id": 910, + "count": 2 + } + }, + { + "ingredients": [ + 224 + ], + "result": { + "id": 910, + "count": 1 + } + }, + { + "ingredients": [ + 204 + ], + "result": { + "id": 910, + "count": 1 + } + }, + { + "ingredients": [ + 446 + ], + "result": { + "id": 910, + "count": 2 + } + } + ], + "911": [ + { + "ingredients": [ + 919, + 904 + ], + "result": { + "id": 911, + "count": 2 + } + } + ], + "912": [ + { + "ingredients": [ + 205 + ], + "result": { + "id": 912, + "count": 1 + } + }, + { + "ingredients": [ + 200 + ], + "result": { + "id": 912, + "count": 1 + } + }, + { + "ingredients": [ + 203 + ], + "result": { + "id": 912, + "count": 1 + } + }, + { + "ingredients": [ + 919, + 904, + 904 + ], + "result": { + "id": 912, + "count": 3 + } + }, + { + "ingredients": [ + 911, + 904 + ], + "result": { + "id": 912, + "count": 2 + } + } + ], + "913": [ + { + "ingredients": [ + 210 + ], + "result": { + "id": 913, + "count": 2 + } + }, + { + "ingredients": [ + 915, + 917 + ], + "result": { + "id": 913, + "count": 2 + } + } + ], + "914": [ + { + "ingredients": [ + 915, + 918 + ], + "result": { + "id": 914, + "count": 2 + } + } + ], + "915": [ + { + "ingredients": [ + 206 + ], + "result": { + "id": 915, + "count": 1 + } + }, + { + "ingredients": [ + 766 + ], + "result": { + "id": 915, + "count": 1 + } + } + ], + "916": [ + { + "ingredients": [ + 903 + ], + "result": { + "id": 916, + "count": 1 + } + } + ], + "918": [ + { + "ingredients": [ + 201 + ], + "result": { + "id": 918, + "count": 1 + } + }, + { + "ingredients": [ + 1108 + ], + "result": { + "id": 918, + "count": 1 + } + }, + { + "ingredients": [ + 197 + ], + "result": { + "id": 918, + "count": 1 + } + }, + { + "ingredients": [ + 445 + ], + "result": { + "id": 918, + "count": 2 + } + } + ], + "919": [ + { + "ingredients": [ + 901 + ], + "result": { + "id": 919, + "count": 1 + } + }, + { + "ingredients": [ + 208 + ], + "result": { + "id": 919, + "count": 1 + } + } + ], + "920": [ + { + "ingredients": [ + 498 + ], + "result": { + "id": 920, + "count": 9 + } + }, + { + "ingredients": [ + 921 + ], + "result": { + "id": 920, + "count": 3 + } + } + ], + "922": [ + { + "ingredients": [ + 1173 + ], + "result": { + "id": 922, + "count": 3 + } + }, + { + "ingredients": [ + 221 + ], + "result": { + "id": 922, + "count": 1 + } + } + ], + "423": [ + { + "ingredients": [ + 814, + 814, + 814, + 814, + 814, + 814, + 814, + 814, + 814 + ], + "result": { + "id": 423, + "count": 1 + } + } + ], + "944": [ + { + "ingredients": [ + 883 + ], + "result": { + "id": 944, + "count": 9 + } + } + ], + "945": [ + { + "ingredients": [ + 300 + ], + "result": { + "id": 945, + "count": 4 + } + } + ], + "946": [ + { + "ingredients": [ + 943 + ], + "result": { + "id": 946, + "count": 1 + } + } + ], + "441": [ + { + "ingredients": [ + 284, + 284, + 284, + 284, + 284, + 284, + 284, + 284, + 284 + ], + "result": { + "id": 441, + "count": 1 + } + } + ], + "955": [ + { + "ingredients": [ + 774 + ], + "result": { + "id": 955, + "count": 9 + } + } + ], + "960": [ + { + "ingredients": [ + 959, + 212, + 922 + ], + "result": { + "id": 960, + "count": 1 + } + } + ], + "961": [ + { + "ingredients": [ + 953 + ], + "result": { + "id": 961, + "count": 2 + } + } + ], + "962": [ + { + "ingredients": [ + 961, + 886 + ], + "result": { + "id": 962, + "count": 1 + } + } + ], + "965": [ + { + "ingredients": [ + 952, + 961 + ], + "result": { + "id": 965, + "count": 1 + } + } + ], + "482": [ + { + "ingredients": [ + 1070, + 1070, + 1070, + 1070, + 1070, + 1070, + 1070, + 1070, + 1070 + ], + "result": { + "id": 482, + "count": 1 + } + } + ], + "495": [ + { + "ingredients": [ + 956, + 956, + 956, + 956, + 956, + 956, + 956, + 956, + 956 + ], + "result": { + "id": 495, + "count": 1 + } + } + ] +} diff --git a/data/pc/1.20.2/tints.json b/data/pc/1.20.2/tints.json new file mode 100644 index 000000000..ae8b1214a --- /dev/null +++ b/data/pc/1.20.2/tints.json @@ -0,0 +1,447 @@ +{ + "grass": { + "data": [ + { + "keys": [ + "bamboo_jungle", + "basalt_deltas", + "beach", + "birch_forest", + "cold_ocean", + "crimson_forest", + "deep_cold_ocean", + "deep_dark", + "deep_frozen_ocean", + "deep_lukewarm_ocean", + "deep_ocean", + "desert", + "dripstone_caves", + "end_barrens", + "end_highlands", + "end_midlands", + "flower_forest", + "forest", + "frozen_ocean", + "frozen_peaks", + "frozen_river", + "grove", + "ice_spikes", + "jagged_peaks", + "jungle", + "lukewarm_ocean", + "lush_caves", + "meadow", + "mushroom_fields", + "nether_wastes", + "ocean", + "old_growth_birch_forest", + "old_growth_pine_taiga", + "old_growth_spruce_taiga", + "plains", + "river", + "savanna", + "savanna_plateau", + "small_end_islands", + "snowy_beach", + "snowy_plains", + "snowy_slopes", + "snowy_taiga", + "soul_sand_valley", + "sparse_jungle", + "stony_peaks", + "stony_shore", + "sunflower_plains", + "taiga", + "the_end", + "the_void", + "warm_ocean", + "warped_forest", + "windswept_forest", + "windswept_gravelly_hills", + "windswept_hills", + "windswept_savanna" + ], + "color": 0 + }, + { + "keys": [ + "dark_forest" + ], + "color": 1317381 + }, + { + "keys": [ + "mangrove_swamp", + "swamp" + ], + "color": 6975545 + }, + { + "keys": [ + "cherry_grove" + ], + "color": 11983713 + }, + { + "keys": [ + "badlands", + "eroded_badlands", + "wooded_badlands" + ], + "color": 9470285 + } + ] + }, + "foliage": { + "data": [ + { + "keys": [ + "bamboo_jungle", + "basalt_deltas", + "beach", + "birch_forest", + "cold_ocean", + "crimson_forest", + "dark_forest", + "deep_cold_ocean", + "deep_dark", + "deep_frozen_ocean", + "deep_lukewarm_ocean", + "deep_ocean", + "desert", + "dripstone_caves", + "end_barrens", + "end_highlands", + "end_midlands", + "flower_forest", + "forest", + "frozen_ocean", + "frozen_peaks", + "frozen_river", + "grove", + "ice_spikes", + "jagged_peaks", + "jungle", + "lukewarm_ocean", + "lush_caves", + "meadow", + "mushroom_fields", + "nether_wastes", + "ocean", + "old_growth_birch_forest", + "old_growth_pine_taiga", + "old_growth_spruce_taiga", + "plains", + "river", + "savanna", + "savanna_plateau", + "small_end_islands", + "snowy_beach", + "snowy_plains", + "snowy_slopes", + "snowy_taiga", + "soul_sand_valley", + "sparse_jungle", + "stony_peaks", + "stony_shore", + "sunflower_plains", + "taiga", + "the_end", + "the_void", + "warm_ocean", + "warped_forest", + "windswept_forest", + "windswept_gravelly_hills", + "windswept_hills", + "windswept_savanna" + ], + "color": 0 + }, + { + "keys": [ + "swamp" + ], + "color": 6975545 + }, + { + "keys": [ + "badlands", + "eroded_badlands", + "wooded_badlands" + ], + "color": 10387789 + }, + { + "keys": [ + "cherry_grove" + ], + "color": 11983713 + }, + { + "keys": [ + "mangrove_swamp" + ], + "color": 9285927 + } + ] + }, + "water": { + "data": [ + { + "keys": [ + "mangrove_swamp" + ], + "color": 3832426 + }, + { + "keys": [ + "deep_frozen_ocean", + "frozen_ocean", + "frozen_river" + ], + "color": 3750089 + }, + { + "keys": [ + "meadow" + ], + "color": 937679 + }, + { + "keys": [ + "cherry_grove" + ], + "color": 6141935 + }, + { + "keys": [ + "swamp" + ], + "color": 6388580 + }, + { + "keys": [ + "deep_lukewarm_ocean", + "lukewarm_ocean" + ], + "color": 4566514 + }, + { + "keys": [ + "cold_ocean", + "deep_cold_ocean", + "snowy_beach", + "snowy_taiga" + ], + "color": 4020182 + }, + { + "keys": [ + "badlands", + "bamboo_jungle", + "basalt_deltas", + "beach", + "birch_forest", + "crimson_forest", + "dark_forest", + "deep_dark", + "deep_ocean", + "desert", + "dripstone_caves", + "end_barrens", + "end_highlands", + "end_midlands", + "eroded_badlands", + "flower_forest", + "forest", + "frozen_peaks", + "grove", + "ice_spikes", + "jagged_peaks", + "jungle", + "lush_caves", + "mushroom_fields", + "nether_wastes", + "ocean", + "old_growth_birch_forest", + "old_growth_pine_taiga", + "old_growth_spruce_taiga", + "plains", + "river", + "savanna", + "savanna_plateau", + "small_end_islands", + "snowy_plains", + "snowy_slopes", + "soul_sand_valley", + "sparse_jungle", + "stony_peaks", + "stony_shore", + "sunflower_plains", + "taiga", + "the_end", + "the_void", + "warped_forest", + "windswept_forest", + "windswept_gravelly_hills", + "windswept_hills", + "windswept_savanna", + "wooded_badlands" + ], + "color": 4159204 + }, + { + "keys": [ + "warm_ocean" + ], + "color": 4445678 + } + ] + }, + "redstone": { + "data": [ + { + "keys": [ + 0 + ], + "color": 4980736 + }, + { + "keys": [ + 1 + ], + "color": 7340032 + }, + { + "keys": [ + 2 + ], + "color": 7995392 + }, + { + "keys": [ + 3 + ], + "color": 8650752 + }, + { + "keys": [ + 4 + ], + "color": 9306112 + }, + { + "keys": [ + 5 + ], + "color": 10027008 + }, + { + "keys": [ + 6 + ], + "color": 10682368 + }, + { + "keys": [ + 7 + ], + "color": 11337728 + }, + { + "keys": [ + 8 + ], + "color": 11993088 + }, + { + "keys": [ + 9 + ], + "color": 12648448 + }, + { + "keys": [ + 10 + ], + "color": 13369344 + }, + { + "keys": [ + 11 + ], + "color": 14024704 + }, + { + "keys": [ + 12 + ], + "color": 14680064 + }, + { + "keys": [ + 13 + ], + "color": 15336960 + }, + { + "keys": [ + 14 + ], + "color": 15997696 + }, + { + "keys": [ + 15 + ], + "color": 16724480 + } + ] + }, + "constant": { + "data": [ + { + "keys": [ + "spruce_leaves" + ], + "color": 6396257 + }, + { + "keys": [ + "lily_pad" + ], + "color": 2129968 + }, + { + "keys": [ + "attached_pumpkin_stem" + ], + "color": 14731036 + }, + { + "keys": [ + "attached_melon_stem" + ], + "color": 14731036 + }, + { + "keys": [ + "melon_stem" + ], + "color": 65280 + }, + { + "keys": [ + "birch_leaves" + ], + "color": 8431445 + }, + { + "keys": [ + "pumpkin_stem" + ], + "color": 65280 + } + ] + } +} \ No newline at end of file diff --git a/data/pc/1.20.2/version.json b/data/pc/1.20.2/version.json new file mode 100644 index 000000000..e5bb96481 --- /dev/null +++ b/data/pc/1.20.2/version.json @@ -0,0 +1,5 @@ +{ + "minecraftVersion": "1.20.2", + "version": 764, + "majorVersion": "1.20" +} diff --git a/data/pc/common/versions.json b/data/pc/common/versions.json index 4765068b6..3301e5472 100644 --- a/data/pc/common/versions.json +++ b/data/pc/common/versions.json @@ -53,5 +53,6 @@ "1.19.3", "1.19.4", "1.20", - "1.20.1" + "1.20.1", + "1.20.2" ]