diff --git a/.tool-versions b/.tool-versions new file mode 100644 index 0000000..9b433b8 --- /dev/null +++ b/.tool-versions @@ -0,0 +1 @@ +node 22 diff --git a/Justfile b/Justfile index 8bb6b4d..11f9e05 100644 --- a/Justfile +++ b/Justfile @@ -1,3 +1,6 @@ +default: + @just --list + run: pnpm run watch @@ -6,3 +9,6 @@ build: test: pnpm run test + +parse-mapartcraft-palette file version: + ./scripts/parse.ts {{ file }} {{ version }} > packages/block-palettes/src/palettes/{{ version }}.json diff --git a/interface/package.json b/interface/package.json index bd78435..4119876 100644 --- a/interface/package.json +++ b/interface/package.json @@ -6,9 +6,9 @@ "start": "next start" }, "dependencies": { - "@cartographer/generation": "workspace:", - "@cartographer/block-palettes": "workspace:", - "@cartographer/pixels": "workspace:", + "@cartographer/generation": "workspace:*", + "@cartographer/block-palettes": "workspace:*", + "@cartographer/pixels": "workspace:*", "@fortawesome/fontawesome-svg-core": "^6.2.1", "@fortawesome/free-brands-svg-icons": "^6.2.1", "@fortawesome/free-solid-svg-icons": "^6.2.1", diff --git a/package.json b/package.json index fcf74f0..34bcec0 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,9 @@ "watch": "pnpm build:packages && cd interface && pnpm watch", "test": "vitest" }, + "engines": { + "node": "22.x" + }, "devDependencies": { "vitest": "^0.25.7", "@types/node": "^18.11.12", diff --git a/packages/block-palettes/package.json b/packages/block-palettes/package.json index efd9547..3be3592 100644 --- a/packages/block-palettes/package.json +++ b/packages/block-palettes/package.json @@ -8,6 +8,6 @@ "build": "tsc -b" }, "dependencies": { - "@cartographer/pixels": "^0.0.1" + "@cartographer/pixels": "workspace:*" } } diff --git a/packages/block-palettes/src/index.ts b/packages/block-palettes/src/index.ts index 86db5e6..ef2747e 100644 --- a/packages/block-palettes/src/index.ts +++ b/packages/block-palettes/src/index.ts @@ -1,10 +1,16 @@ import { BlockPalette } from '@cartographer/pixels'; +import palette_1_21_4 from './palettes/1.21.4.json'; +import palette_1_21_2 from './palettes/1.21.2.json'; +import palette_1_21 from './palettes/1.21.json'; import palette_1_20 from './palettes/1.20.json'; import palette_1_19 from './palettes/1.19.json'; import palette_1_18 from './palettes/1.18.json'; export const palettes = { + '1.21.4': palette_1_21_4 as unknown as BlockPalette, + '1.21.2': palette_1_21_2 as unknown as BlockPalette, + '1.21': palette_1_21 as unknown as BlockPalette, '1.20': palette_1_20 as unknown as BlockPalette, '1.19': palette_1_19 as unknown as BlockPalette, '1.18': palette_1_18 as unknown as BlockPalette diff --git a/packages/block-palettes/src/palettes/1.21.2.json b/packages/block-palettes/src/palettes/1.21.2.json new file mode 100644 index 0000000..a20027e --- /dev/null +++ b/packages/block-palettes/src/palettes/1.21.2.json @@ -0,0 +1,4018 @@ +[ + { + "id": "0", + "colors": [ + { + "r": 127, + "g": 178, + "b": 56 + }, + { + "r": 109, + "g": 153, + "b": 48 + }, + { + "r": 89, + "g": 125, + "b": 39 + } + ], + "blocks": [ + { + "id": "minecraft:grass_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:slime_block", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "1", + "colors": [ + { + "r": 247, + "g": 233, + "b": 163 + }, + { + "r": 213, + "g": 201, + "b": 140 + }, + { + "r": 174, + "g": 164, + "b": 115 + } + ], + "blocks": [ + { + "id": "minecraft:sand", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:sandstone", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:sandstone_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:birch_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "y" + } + }, + { + "id": "minecraft:birch_planks", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:birch_slab", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:glowstone", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:end_stone", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:end_stone_bricks", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:end_stone_brick_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:bone_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:birch_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:ochre_froglight", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "2", + "colors": [ + { + "r": 199, + "g": 199, + "b": 199 + }, + { + "r": 171, + "g": 171, + "b": 171 + }, + { + "r": 140, + "g": 140, + "b": 140 + } + ], + "blocks": [ + { + "id": "minecraft:cobweb", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:mushroom_stem", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:white_candle", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "3", + "colors": [ + { + "r": 255, + "g": 0, + "b": 0 + }, + { + "r": 220, + "g": 0, + "b": 0 + }, + { + "r": 180, + "g": 0, + "b": 0 + } + ], + "blocks": [ + { + "id": "minecraft:tnt", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:redstone_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "4", + "colors": [ + { + "r": 160, + "g": 160, + "b": 255 + }, + { + "r": 138, + "g": 138, + "b": 220 + }, + { + "r": 112, + "g": 112, + "b": 180 + } + ], + "blocks": [ + { + "id": "minecraft:ice", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:packed_ice", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:blue_ice", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "5", + "colors": [ + { + "r": 167, + "g": 167, + "b": 167 + }, + { + "r": 144, + "g": 144, + "b": 144 + }, + { + "r": 117, + "g": 117, + "b": 117 + } + ], + "blocks": [ + { + "id": "minecraft:iron_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:iron_trapdoor", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": { + "half": "bottom" + } + }, + { + "id": "minecraft:heavy_weighted_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:brewing_stand", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "6", + "colors": [ + { + "r": 0, + "g": 124, + "b": 0 + }, + { + "r": 0, + "g": 106, + "b": 0 + }, + { + "r": 0, + "g": 87, + "b": 0 + } + ], + "blocks": [ + { + "id": "minecraft:oak_leaves", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "persistent": "true" + } + }, + { + "id": "minecraft:spruce_leaves", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "persistent": "true" + } + }, + { + "id": "minecraft:birch_leaves", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "persistent": "true" + } + }, + { + "id": "minecraft:jungle_leaves", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "persistent": "true" + } + }, + { + "id": "minecraft:acacia_leaves", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "persistent": "true" + } + }, + { + "id": "minecraft:dark_oak_leaves", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "persistent": "true" + } + }, + { + "id": "minecraft:azalea_leaves", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "persistent": "true" + } + }, + { + "id": "minecraft:bamboo_block", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "x" + } + } + ] + }, + { + "id": "7", + "colors": [ + { + "r": 164, + "g": 168, + "b": 184 + }, + { + "r": 141, + "g": 144, + "b": 158 + }, + { + "r": 115, + "g": 118, + "b": 129 + } + ], + "blocks": [ + { + "id": "minecraft:clay", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "8", + "colors": [ + { + "r": 151, + "g": 109, + "b": 77 + }, + { + "r": 130, + "g": 94, + "b": 66 + }, + { + "r": 106, + "g": 76, + "b": 54 + } + ], + "blocks": [ + { + "id": "minecraft:jungle_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "y" + } + }, + { + "id": "minecraft:jungle_planks", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:jungle_slab", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:dirt", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:coarse_dirt", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:rooted_dirt", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:jukebox", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:granite", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:granite_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:jungle_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:packed_mud", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "9", + "colors": [ + { + "r": 112, + "g": 112, + "b": 112 + }, + { + "r": 96, + "g": 96, + "b": 96 + }, + { + "r": 79, + "g": 79, + "b": 79 + } + ], + "blocks": [ + { + "id": "minecraft:cobblestone", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:cobblestone_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:mossy_cobblestone", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:mossy_cobblestone_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:stone", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:stone_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:smooth_stone_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:stone_bricks", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:stone_brick_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:andesite", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:andesite_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:bedrock", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:acacia_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "x" + } + }, + { + "id": "minecraft:gravel", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:stone_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "10", + "colors": [ + { + "r": 64, + "g": 64, + "b": 255 + }, + { + "r": 55, + "g": 55, + "b": 220 + }, + { + "r": 45, + "g": 45, + "b": 180 + } + ], + "blocks": [ + { + "id": "minecraft:water", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "11", + "colors": [ + { + "r": 143, + "g": 119, + "b": 72 + }, + { + "r": 123, + "g": 102, + "b": 62 + }, + { + "r": 100, + "g": 84, + "b": 50 + } + ], + "blocks": [ + { + "id": "minecraft:oak_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "y" + } + }, + { + "id": "minecraft:oak_planks", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:oak_slab", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:crafting_table", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:oak_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "12", + "colors": [ + { + "r": 255, + "g": 252, + "b": 245 + }, + { + "r": 220, + "g": 217, + "b": 211 + }, + { + "r": 180, + "g": 177, + "b": 172 + } + ], + "blocks": [ + { + "id": "minecraft:birch_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "x" + } + }, + { + "id": "minecraft:diorite", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:diorite_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:quartz_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:quartz_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:sea_lantern", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "13", + "colors": [ + { + "r": 255, + "g": 255, + "b": 255 + }, + { + "r": 220, + "g": 220, + "b": 220 + }, + { + "r": 180, + "g": 180, + "b": 180 + } + ], + "blocks": [ + { + "id": "minecraft:white_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:white_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:white_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:white_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:white_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:white_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:snow_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:snow", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "14", + "colors": [ + { + "r": 216, + "g": 127, + "b": 51 + }, + { + "r": 186, + "g": 109, + "b": 44 + }, + { + "r": 152, + "g": 89, + "b": 36 + } + ], + "blocks": [ + { + "id": "minecraft:orange_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:orange_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:orange_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:orange_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:orange_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:orange_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:pumpkin", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:acacia_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "y" + } + }, + { + "id": "minecraft:acacia_planks", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:acacia_slab", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:red_sand", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:red_sandstone", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:red_sandstone_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:honey_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:honeycomb_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:raw_copper_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:waxed_copper_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:waxed_cut_copper_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:acacia_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "15", + "colors": [ + { + "r": 178, + "g": 76, + "b": 216 + }, + { + "r": 153, + "g": 65, + "b": 186 + }, + { + "r": 125, + "g": 53, + "b": 152 + } + ], + "blocks": [ + { + "id": "minecraft:magenta_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:magenta_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:magenta_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:magenta_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:magenta_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:magenta_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:purpur_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:purpur_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "16", + "colors": [ + { + "r": 102, + "g": 153, + "b": 216 + }, + { + "r": 88, + "g": 132, + "b": 186 + }, + { + "r": 72, + "g": 108, + "b": 152 + } + ], + "blocks": [ + { + "id": "minecraft:light_blue_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:light_blue_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:light_blue_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:light_blue_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:light_blue_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:light_blue_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "17", + "colors": [ + { + "r": 229, + "g": 229, + "b": 51 + }, + { + "r": 197, + "g": 197, + "b": 44 + }, + { + "r": 161, + "g": 161, + "b": 36 + } + ], + "blocks": [ + { + "id": "minecraft:yellow_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:yellow_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:yellow_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:yellow_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:yellow_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:yellow_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:hay_block", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:sponge", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:bamboo_block", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "y" + } + }, + { + "id": "minecraft:bamboo_planks", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:bamboo_slab", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:bamboo_mosaic", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:bamboo_mosaic_slab", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:bamboo_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "18", + "colors": [ + { + "r": 127, + "g": 204, + "b": 25 + }, + { + "r": 109, + "g": 176, + "b": 21 + }, + { + "r": 89, + "g": 144, + "b": 17 + } + ], + "blocks": [ + { + "id": "minecraft:lime_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:lime_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:lime_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:lime_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:lime_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:lime_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:melon", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "19", + "colors": [ + { + "r": 242, + "g": 127, + "b": 165 + }, + { + "r": 208, + "g": 109, + "b": 142 + }, + { + "r": 170, + "g": 89, + "b": 116 + } + ], + "blocks": [ + { + "id": "minecraft:pink_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:pink_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:pink_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:pink_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:pink_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:pink_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:pearlescent_froglight", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:cherry_leaves", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "persistent": "true" + } + } + ] + }, + { + "id": "20", + "colors": [ + { + "r": 76, + "g": 76, + "b": 76 + }, + { + "r": 65, + "g": 65, + "b": 65 + }, + { + "r": 53, + "g": 53, + "b": 53 + } + ], + "blocks": [ + { + "id": "minecraft:gray_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:gray_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:gray_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:gray_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:gray_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:gray_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:dead_tube_coral_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:dead_brain_coral_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:dead_bubble_coral_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:dead_fire_coral_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:dead_horn_coral_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:tinted_glass", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "21", + "colors": [ + { + "r": 153, + "g": 153, + "b": 153 + }, + { + "r": 132, + "g": 132, + "b": 132 + }, + { + "r": 108, + "g": 108, + "b": 108 + } + ], + "blocks": [ + { + "id": "minecraft:light_gray_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:light_gray_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:light_gray_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:light_gray_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:light_gray_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:light_gray_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "22", + "colors": [ + { + "r": 76, + "g": 127, + "b": 153 + }, + { + "r": 65, + "g": 109, + "b": 132 + }, + { + "r": 53, + "g": 89, + "b": 108 + } + ], + "blocks": [ + { + "id": "minecraft:cyan_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:cyan_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:cyan_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:cyan_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:cyan_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:cyan_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:prismarine", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:prismarine_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "23", + "colors": [ + { + "r": 127, + "g": 63, + "b": 178 + }, + { + "r": 109, + "g": 54, + "b": 153 + }, + { + "r": 89, + "g": 44, + "b": 125 + } + ], + "blocks": [ + { + "id": "minecraft:purple_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:purple_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:purple_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:purple_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:purple_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:purple_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:mycelium", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:amethyst_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "24", + "colors": [ + { + "r": 51, + "g": 76, + "b": 178 + }, + { + "r": 44, + "g": 65, + "b": 153 + }, + { + "r": 36, + "g": 53, + "b": 125 + } + ], + "blocks": [ + { + "id": "minecraft:blue_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:blue_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:blue_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:blue_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:blue_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:blue_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "25", + "colors": [ + { + "r": 102, + "g": 76, + "b": 51 + }, + { + "r": 88, + "g": 65, + "b": 44 + }, + { + "r": 72, + "g": 53, + "b": 36 + } + ], + "blocks": [ + { + "id": "minecraft:brown_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:brown_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:brown_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:brown_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:brown_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:brown_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:dark_oak_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "y" + } + }, + { + "id": "minecraft:dark_oak_planks", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:dark_oak_slab", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:spruce_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "x" + } + }, + { + "id": "minecraft:soul_sand", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:soul_soil", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:dark_oak_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "26", + "colors": [ + { + "r": 102, + "g": 127, + "b": 51 + }, + { + "r": 88, + "g": 109, + "b": 44 + }, + { + "r": 72, + "g": 89, + "b": 36 + } + ], + "blocks": [ + { + "id": "minecraft:green_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:green_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:green_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:green_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:green_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:green_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:dried_kelp_block", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:moss_block", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:moss_carpet", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "27", + "colors": [ + { + "r": 153, + "g": 51, + "b": 51 + }, + { + "r": 132, + "g": 44, + "b": 44 + }, + { + "r": 108, + "g": 36, + "b": 36 + } + ], + "blocks": [ + { + "id": "minecraft:red_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:red_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:red_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:red_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:red_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:red_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:bricks", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:brick_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:nether_wart_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:shroomlight", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:mangrove_log", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": { + "axis": "y" + } + }, + { + "id": "minecraft:mangrove_planks", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:mangrove_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:mangrove_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "28", + "colors": [ + { + "r": 25, + "g": 25, + "b": 25 + }, + { + "r": 21, + "g": 21, + "b": 21 + }, + { + "r": 17, + "g": 17, + "b": 17 + } + ], + "blocks": [ + { + "id": "minecraft:black_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:black_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:black_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:black_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:black_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:black_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:coal_block", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:obsidian", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:crying_obsidian", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:blackstone", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:blackstone_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:basalt", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:netherite_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:polished_blackstone_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:sculk", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:sculk_catalyst", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:sculk_shrieker", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "29", + "colors": [ + { + "r": 250, + "g": 238, + "b": 77 + }, + { + "r": 215, + "g": 205, + "b": 66 + }, + { + "r": 176, + "g": 168, + "b": 54 + } + ], + "blocks": [ + { + "id": "minecraft:gold_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:light_weighted_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:raw_gold_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "30", + "colors": [ + { + "r": 92, + "g": 219, + "b": 213 + }, + { + "r": 79, + "g": 188, + "b": 183 + }, + { + "r": 64, + "g": 154, + "b": 150 + } + ], + "blocks": [ + { + "id": "minecraft:diamond_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:prismarine_bricks", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:prismarine_brick_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:dark_prismarine", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:dark_prismarine_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:beacon", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "31", + "colors": [ + { + "r": 74, + "g": 128, + "b": 255 + }, + { + "r": 63, + "g": 110, + "b": 220 + }, + { + "r": 52, + "g": 90, + "b": 180 + } + ], + "blocks": [ + { + "id": "minecraft:lapis_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "32", + "colors": [ + { + "r": 0, + "g": 217, + "b": 58 + }, + { + "r": 0, + "g": 187, + "b": 50 + }, + { + "r": 0, + "g": 153, + "b": 40 + } + ], + "blocks": [ + { + "id": "minecraft:emerald_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "33", + "colors": [ + { + "r": 129, + "g": 86, + "b": 49 + }, + { + "r": 111, + "g": 74, + "b": 42 + }, + { + "r": 91, + "g": 60, + "b": 34 + } + ], + "blocks": [ + { + "id": "minecraft:spruce_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "y" + } + }, + { + "id": "minecraft:spruce_planks", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:spruce_slab", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:oak_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "x" + } + }, + { + "id": "minecraft:jungle_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "x" + } + }, + { + "id": "minecraft:podzol", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:spruce_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:mangrove_log", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": { + "axis": "x" + } + }, + { + "id": "minecraft:mangrove_roots", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "34", + "colors": [ + { + "r": 112, + "g": 2, + "b": 0 + }, + { + "r": 96, + "g": 1, + "b": 0 + }, + { + "r": 79, + "g": 1, + "b": 0 + } + ], + "blocks": [ + { + "id": "minecraft:netherrack", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:nether_bricks", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:nether_brick_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:magma_block", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:red_nether_bricks", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:red_nether_brick_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "35", + "colors": [ + { + "r": 209, + "g": 177, + "b": 161 + }, + { + "r": 180, + "g": 152, + "b": 138 + }, + { + "r": 147, + "g": 124, + "b": 113 + } + ], + "blocks": [ + { + "id": "minecraft:white_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:calcite", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:cherry_planks", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:cherry_slab", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:cherry_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "y" + } + }, + { + "id": "minecraft:stripped_cherry_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "y" + } + }, + { + "id": "minecraft:cherry_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "36", + "colors": [ + { + "r": 159, + "g": 82, + "b": 36 + }, + { + "r": 137, + "g": 70, + "b": 31 + }, + { + "r": 112, + "g": 57, + "b": 25 + } + ], + "blocks": [ + { + "id": "minecraft:orange_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:redstone_lamp", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "37", + "colors": [ + { + "r": 149, + "g": 87, + "b": 108 + }, + { + "r": 128, + "g": 75, + "b": 93 + }, + { + "r": 105, + "g": 61, + "b": 76 + } + ], + "blocks": [ + { + "id": "minecraft:magenta_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "38", + "colors": [ + { + "r": 112, + "g": 108, + "b": 138 + }, + { + "r": 96, + "g": 93, + "b": 119 + }, + { + "r": 79, + "g": 76, + "b": 97 + } + ], + "blocks": [ + { + "id": "minecraft:light_blue_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "39", + "colors": [ + { + "r": 186, + "g": 133, + "b": 36 + }, + { + "r": 160, + "g": 114, + "b": 31 + }, + { + "r": 131, + "g": 93, + "b": 25 + } + ], + "blocks": [ + { + "id": "minecraft:yellow_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "40", + "colors": [ + { + "r": 103, + "g": 117, + "b": 53 + }, + { + "r": 88, + "g": 100, + "b": 45 + }, + { + "r": 72, + "g": 82, + "b": 37 + } + ], + "blocks": [ + { + "id": "minecraft:lime_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "41", + "colors": [ + { + "r": 160, + "g": 77, + "b": 78 + }, + { + "r": 138, + "g": 66, + "b": 67 + }, + { + "r": 112, + "g": 54, + "b": 55 + } + ], + "blocks": [ + { + "id": "minecraft:pink_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:stripped_cherry_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "x" + } + }, + { + "id": "minecraft:stripped_cherry_wood", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "42", + "colors": [ + { + "r": 57, + "g": 41, + "b": 35 + }, + { + "r": 49, + "g": 35, + "b": 30 + }, + { + "r": 40, + "g": 28, + "b": 24 + } + ], + "blocks": [ + { + "id": "minecraft:gray_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:tuff", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:cherry_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "x" + } + }, + { + "id": "minecraft:cherry_wood", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:tuff_slab", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "43", + "colors": [ + { + "r": 135, + "g": 107, + "b": 98 + }, + { + "r": 116, + "g": 92, + "b": 84 + }, + { + "r": 95, + "g": 75, + "b": 69 + } + ], + "blocks": [ + { + "id": "minecraft:light_gray_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:waxed_exposed_copper", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:waxed_exposed_cut_copper_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:mud_bricks", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:mud_brick_slab", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "44", + "colors": [ + { + "r": 87, + "g": 92, + "b": 92 + }, + { + "r": 75, + "g": 79, + "b": 79 + }, + { + "r": 61, + "g": 64, + "b": 64 + } + ], + "blocks": [ + { + "id": "minecraft:cyan_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:mud", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "45", + "colors": [ + { + "r": 122, + "g": 73, + "b": 88 + }, + { + "r": 105, + "g": 62, + "b": 75 + }, + { + "r": 86, + "g": 51, + "b": 62 + } + ], + "blocks": [ + { + "id": "minecraft:purple_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "46", + "colors": [ + { + "r": 76, + "g": 62, + "b": 92 + }, + { + "r": 65, + "g": 53, + "b": 79 + }, + { + "r": 53, + "g": 43, + "b": 64 + } + ], + "blocks": [ + { + "id": "minecraft:blue_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "47", + "colors": [ + { + "r": 76, + "g": 50, + "b": 35 + }, + { + "r": 65, + "g": 43, + "b": 30 + }, + { + "r": 53, + "g": 35, + "b": 24 + } + ], + "blocks": [ + { + "id": "minecraft:brown_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:dripstone_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:pointed_dripstone", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "48", + "colors": [ + { + "r": 76, + "g": 82, + "b": 42 + }, + { + "r": 65, + "g": 70, + "b": 36 + }, + { + "r": 53, + "g": 57, + "b": 29 + } + ], + "blocks": [ + { + "id": "minecraft:green_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "49", + "colors": [ + { + "r": 142, + "g": 60, + "b": 46 + }, + { + "r": 122, + "g": 51, + "b": 39 + }, + { + "r": 100, + "g": 42, + "b": 32 + } + ], + "blocks": [ + { + "id": "minecraft:red_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "50", + "colors": [ + { + "r": 37, + "g": 22, + "b": 16 + }, + { + "r": 31, + "g": 18, + "b": 13 + }, + { + "r": 26, + "g": 15, + "b": 11 + } + ], + "blocks": [ + { + "id": "minecraft:black_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "51", + "colors": [ + { + "r": 189, + "g": 48, + "b": 49 + }, + { + "r": 163, + "g": 41, + "b": 42 + }, + { + "r": 133, + "g": 33, + "b": 34 + } + ], + "blocks": [ + { + "id": "minecraft:crimson_nylium", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "52", + "colors": [ + { + "r": 148, + "g": 63, + "b": 97 + }, + { + "r": 127, + "g": 54, + "b": 83 + }, + { + "r": 104, + "g": 44, + "b": 68 + } + ], + "blocks": [ + { + "id": "minecraft:crimson_stem", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:stripped_crimson_stem", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:crimson_planks", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:crimson_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:crimson_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "53", + "colors": [ + { + "r": 92, + "g": 25, + "b": 29 + }, + { + "r": 79, + "g": 21, + "b": 25 + }, + { + "r": 64, + "g": 17, + "b": 20 + } + ], + "blocks": [ + { + "id": "minecraft:crimson_hyphae", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:stripped_crimson_hyphae", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "54", + "colors": [ + { + "r": 22, + "g": 126, + "b": 134 + }, + { + "r": 18, + "g": 108, + "b": 115 + }, + { + "r": 15, + "g": 88, + "b": 94 + } + ], + "blocks": [ + { + "id": "minecraft:warped_nylium", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:waxed_oxidized_copper", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:waxed_oxidized_cut_copper_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "55", + "colors": [ + { + "r": 58, + "g": 142, + "b": 140 + }, + { + "r": 50, + "g": 122, + "b": 120 + }, + { + "r": 40, + "g": 100, + "b": 98 + } + ], + "blocks": [ + { + "id": "minecraft:warped_stem", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:stripped_warped_stem", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:warped_planks", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:warped_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:waxed_weathered_copper", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:waxed_weathered_cut_copper_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:warped_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "56", + "colors": [ + { + "r": 86, + "g": 44, + "b": 62 + }, + { + "r": 74, + "g": 37, + "b": 53 + }, + { + "r": 60, + "g": 31, + "b": 43 + } + ], + "blocks": [ + { + "id": "minecraft:warped_hyphae", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:stripped_warped_hyphae", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "57", + "colors": [ + { + "r": 20, + "g": 180, + "b": 133 + }, + { + "r": 17, + "g": 155, + "b": 114 + }, + { + "r": 14, + "g": 127, + "b": 93 + } + ], + "blocks": [ + { + "id": "minecraft:warped_wart_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "58", + "colors": [ + { + "r": 100, + "g": 100, + "b": 100 + }, + { + "r": 86, + "g": 86, + "b": 86 + }, + { + "r": 70, + "g": 70, + "b": 70 + } + ], + "blocks": [ + { + "id": "minecraft:deepslate", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:cobbled_deepslate", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:cobbled_deepslate_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "59", + "colors": [ + { + "r": 216, + "g": 175, + "b": 147 + }, + { + "r": 186, + "g": 150, + "b": 126 + }, + { + "r": 152, + "g": 123, + "b": 103 + } + ], + "blocks": [ + { + "id": "minecraft:raw_iron_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "60", + "colors": [ + { + "r": 127, + "g": 167, + "b": 150 + }, + { + "r": 109, + "g": 144, + "b": 129 + }, + { + "r": 89, + "g": 117, + "b": 105 + } + ], + "blocks": [ + { + "id": "minecraft:glow_lichen", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": { + "down": "true" + } + }, + { + "id": "minecraft:verdant_froglight", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + } +] diff --git a/packages/block-palettes/src/palettes/1.21.4.json b/packages/block-palettes/src/palettes/1.21.4.json new file mode 100644 index 0000000..be5ce27 --- /dev/null +++ b/packages/block-palettes/src/palettes/1.21.4.json @@ -0,0 +1,4094 @@ +[ + { + "id": "0", + "colors": [ + { + "r": 127, + "g": 178, + "b": 56 + }, + { + "r": 109, + "g": 153, + "b": 48 + }, + { + "r": 89, + "g": 125, + "b": 39 + } + ], + "blocks": [ + { + "id": "minecraft:grass_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:slime_block", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "1", + "colors": [ + { + "r": 247, + "g": 233, + "b": 163 + }, + { + "r": 213, + "g": 201, + "b": 140 + }, + { + "r": 174, + "g": 164, + "b": 115 + } + ], + "blocks": [ + { + "id": "minecraft:sand", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:sandstone", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:sandstone_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:birch_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "y" + } + }, + { + "id": "minecraft:birch_planks", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:birch_slab", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:glowstone", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:end_stone", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:end_stone_bricks", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:end_stone_brick_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:bone_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:birch_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:ochre_froglight", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "2", + "colors": [ + { + "r": 199, + "g": 199, + "b": 199 + }, + { + "r": 171, + "g": 171, + "b": 171 + }, + { + "r": 140, + "g": 140, + "b": 140 + } + ], + "blocks": [ + { + "id": "minecraft:cobweb", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:mushroom_stem", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:white_candle", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "3", + "colors": [ + { + "r": 255, + "g": 0, + "b": 0 + }, + { + "r": 220, + "g": 0, + "b": 0 + }, + { + "r": 180, + "g": 0, + "b": 0 + } + ], + "blocks": [ + { + "id": "minecraft:tnt", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:redstone_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "4", + "colors": [ + { + "r": 160, + "g": 160, + "b": 255 + }, + { + "r": 138, + "g": 138, + "b": 220 + }, + { + "r": 112, + "g": 112, + "b": 180 + } + ], + "blocks": [ + { + "id": "minecraft:ice", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:packed_ice", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:blue_ice", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "5", + "colors": [ + { + "r": 167, + "g": 167, + "b": 167 + }, + { + "r": 144, + "g": 144, + "b": 144 + }, + { + "r": 117, + "g": 117, + "b": 117 + } + ], + "blocks": [ + { + "id": "minecraft:iron_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:iron_trapdoor", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": { + "half": "bottom" + } + }, + { + "id": "minecraft:heavy_weighted_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:brewing_stand", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "6", + "colors": [ + { + "r": 0, + "g": 124, + "b": 0 + }, + { + "r": 0, + "g": 106, + "b": 0 + }, + { + "r": 0, + "g": 87, + "b": 0 + } + ], + "blocks": [ + { + "id": "minecraft:oak_leaves", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "persistent": "true" + } + }, + { + "id": "minecraft:spruce_leaves", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "persistent": "true" + } + }, + { + "id": "minecraft:birch_leaves", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "persistent": "true" + } + }, + { + "id": "minecraft:jungle_leaves", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "persistent": "true" + } + }, + { + "id": "minecraft:acacia_leaves", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "persistent": "true" + } + }, + { + "id": "minecraft:dark_oak_leaves", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "persistent": "true" + } + }, + { + "id": "minecraft:azalea_leaves", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "persistent": "true" + } + }, + { + "id": "minecraft:bamboo_block", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "x" + } + } + ] + }, + { + "id": "7", + "colors": [ + { + "r": 164, + "g": 168, + "b": 184 + }, + { + "r": 141, + "g": 144, + "b": 158 + }, + { + "r": 115, + "g": 118, + "b": 129 + } + ], + "blocks": [ + { + "id": "minecraft:clay", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "8", + "colors": [ + { + "r": 151, + "g": 109, + "b": 77 + }, + { + "r": 130, + "g": 94, + "b": 66 + }, + { + "r": 106, + "g": 76, + "b": 54 + } + ], + "blocks": [ + { + "id": "minecraft:jungle_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "y" + } + }, + { + "id": "minecraft:jungle_planks", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:jungle_slab", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:dirt", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:coarse_dirt", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:rooted_dirt", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:jukebox", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:granite", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:granite_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:jungle_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:packed_mud", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "9", + "colors": [ + { + "r": 112, + "g": 112, + "b": 112 + }, + { + "r": 96, + "g": 96, + "b": 96 + }, + { + "r": 79, + "g": 79, + "b": 79 + } + ], + "blocks": [ + { + "id": "minecraft:cobblestone", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:cobblestone_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:mossy_cobblestone", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:mossy_cobblestone_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:stone", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:stone_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:smooth_stone_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:stone_bricks", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:stone_brick_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:andesite", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:andesite_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:bedrock", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:acacia_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "x" + } + }, + { + "id": "minecraft:gravel", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:stone_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:pale_oak_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "x" + } + } + ] + }, + { + "id": "10", + "colors": [ + { + "r": 64, + "g": 64, + "b": 255 + }, + { + "r": 55, + "g": 55, + "b": 220 + }, + { + "r": 45, + "g": 45, + "b": 180 + } + ], + "blocks": [ + { + "id": "minecraft:water", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "11", + "colors": [ + { + "r": 143, + "g": 119, + "b": 72 + }, + { + "r": 123, + "g": 102, + "b": 62 + }, + { + "r": 100, + "g": 84, + "b": 50 + } + ], + "blocks": [ + { + "id": "minecraft:oak_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "y" + } + }, + { + "id": "minecraft:oak_planks", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:oak_slab", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:crafting_table", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:oak_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "12", + "colors": [ + { + "r": 255, + "g": 252, + "b": 245 + }, + { + "r": 220, + "g": 217, + "b": 211 + }, + { + "r": 180, + "g": 177, + "b": 172 + } + ], + "blocks": [ + { + "id": "minecraft:birch_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "x" + } + }, + { + "id": "minecraft:diorite", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:diorite_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:quartz_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:quartz_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:sea_lantern", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "13", + "colors": [ + { + "r": 255, + "g": 255, + "b": 255 + }, + { + "r": 220, + "g": 220, + "b": 220 + }, + { + "r": 180, + "g": 180, + "b": 180 + } + ], + "blocks": [ + { + "id": "minecraft:white_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:white_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:white_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:white_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:white_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:white_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:snow_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:snow", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:pale_oak_planks", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:pale_oak_slab", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:pale_oak_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "y" + } + } + ] + }, + { + "id": "14", + "colors": [ + { + "r": 216, + "g": 127, + "b": 51 + }, + { + "r": 186, + "g": 109, + "b": 44 + }, + { + "r": 152, + "g": 89, + "b": 36 + } + ], + "blocks": [ + { + "id": "minecraft:orange_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:orange_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:orange_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:orange_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:orange_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:orange_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:pumpkin", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:acacia_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "y" + } + }, + { + "id": "minecraft:acacia_planks", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:acacia_slab", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:red_sand", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:red_sandstone", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:red_sandstone_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:honey_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:honeycomb_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:raw_copper_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:waxed_copper_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:waxed_cut_copper_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:acacia_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "15", + "colors": [ + { + "r": 178, + "g": 76, + "b": 216 + }, + { + "r": 153, + "g": 65, + "b": 186 + }, + { + "r": 125, + "g": 53, + "b": 152 + } + ], + "blocks": [ + { + "id": "minecraft:magenta_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:magenta_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:magenta_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:magenta_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:magenta_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:magenta_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:purpur_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:purpur_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "16", + "colors": [ + { + "r": 102, + "g": 153, + "b": 216 + }, + { + "r": 88, + "g": 132, + "b": 186 + }, + { + "r": 72, + "g": 108, + "b": 152 + } + ], + "blocks": [ + { + "id": "minecraft:light_blue_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:light_blue_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:light_blue_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:light_blue_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:light_blue_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:light_blue_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "17", + "colors": [ + { + "r": 229, + "g": 229, + "b": 51 + }, + { + "r": 197, + "g": 197, + "b": 44 + }, + { + "r": 161, + "g": 161, + "b": 36 + } + ], + "blocks": [ + { + "id": "minecraft:yellow_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:yellow_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:yellow_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:yellow_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:yellow_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:yellow_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:hay_block", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:sponge", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:bamboo_block", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "y" + } + }, + { + "id": "minecraft:bamboo_planks", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:bamboo_slab", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:bamboo_mosaic", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:bamboo_mosaic_slab", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:bamboo_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "18", + "colors": [ + { + "r": 127, + "g": 204, + "b": 25 + }, + { + "r": 109, + "g": 176, + "b": 21 + }, + { + "r": 89, + "g": 144, + "b": 17 + } + ], + "blocks": [ + { + "id": "minecraft:lime_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:lime_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:lime_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:lime_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:lime_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:lime_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:melon", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "19", + "colors": [ + { + "r": 242, + "g": 127, + "b": 165 + }, + { + "r": 208, + "g": 109, + "b": 142 + }, + { + "r": 170, + "g": 89, + "b": 116 + } + ], + "blocks": [ + { + "id": "minecraft:pink_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:pink_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:pink_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:pink_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:pink_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:pink_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:pearlescent_froglight", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:cherry_leaves", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "persistent": "true" + } + } + ] + }, + { + "id": "20", + "colors": [ + { + "r": 76, + "g": 76, + "b": 76 + }, + { + "r": 65, + "g": 65, + "b": 65 + }, + { + "r": 53, + "g": 53, + "b": 53 + } + ], + "blocks": [ + { + "id": "minecraft:gray_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:gray_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:gray_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:gray_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:gray_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:gray_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:dead_tube_coral_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:dead_brain_coral_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:dead_bubble_coral_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:dead_fire_coral_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:dead_horn_coral_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:tinted_glass", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "21", + "colors": [ + { + "r": 153, + "g": 153, + "b": 153 + }, + { + "r": 132, + "g": 132, + "b": 132 + }, + { + "r": 108, + "g": 108, + "b": 108 + } + ], + "blocks": [ + { + "id": "minecraft:light_gray_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:light_gray_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:light_gray_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:light_gray_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:light_gray_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:light_gray_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:pale_moss_block", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:pale_moss_carpet", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "22", + "colors": [ + { + "r": 76, + "g": 127, + "b": 153 + }, + { + "r": 65, + "g": 109, + "b": 132 + }, + { + "r": 53, + "g": 89, + "b": 108 + } + ], + "blocks": [ + { + "id": "minecraft:cyan_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:cyan_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:cyan_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:cyan_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:cyan_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:cyan_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:prismarine", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:prismarine_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "23", + "colors": [ + { + "r": 127, + "g": 63, + "b": 178 + }, + { + "r": 109, + "g": 54, + "b": 153 + }, + { + "r": 89, + "g": 44, + "b": 125 + } + ], + "blocks": [ + { + "id": "minecraft:purple_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:purple_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:purple_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:purple_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:purple_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:purple_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:mycelium", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:amethyst_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "24", + "colors": [ + { + "r": 51, + "g": 76, + "b": 178 + }, + { + "r": 44, + "g": 65, + "b": 153 + }, + { + "r": 36, + "g": 53, + "b": 125 + } + ], + "blocks": [ + { + "id": "minecraft:blue_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:blue_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:blue_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:blue_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:blue_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:blue_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "25", + "colors": [ + { + "r": 102, + "g": 76, + "b": 51 + }, + { + "r": 88, + "g": 65, + "b": 44 + }, + { + "r": 72, + "g": 53, + "b": 36 + } + ], + "blocks": [ + { + "id": "minecraft:brown_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:brown_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:brown_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:brown_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:brown_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:brown_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:dark_oak_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "y" + } + }, + { + "id": "minecraft:dark_oak_planks", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:dark_oak_slab", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:spruce_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "x" + } + }, + { + "id": "minecraft:soul_sand", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:soul_soil", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:dark_oak_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "26", + "colors": [ + { + "r": 102, + "g": 127, + "b": 51 + }, + { + "r": 88, + "g": 109, + "b": 44 + }, + { + "r": 72, + "g": 89, + "b": 36 + } + ], + "blocks": [ + { + "id": "minecraft:green_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:green_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:green_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:green_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:green_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:green_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:dried_kelp_block", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:moss_block", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:moss_carpet", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "27", + "colors": [ + { + "r": 153, + "g": 51, + "b": 51 + }, + { + "r": 132, + "g": 44, + "b": 44 + }, + { + "r": 108, + "g": 36, + "b": 36 + } + ], + "blocks": [ + { + "id": "minecraft:red_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:red_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:red_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:red_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:red_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:red_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:bricks", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:brick_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:nether_wart_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:shroomlight", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:mangrove_log", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": { + "axis": "y" + } + }, + { + "id": "minecraft:mangrove_planks", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:mangrove_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:mangrove_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "28", + "colors": [ + { + "r": 25, + "g": 25, + "b": 25 + }, + { + "r": 21, + "g": 21, + "b": 21 + }, + { + "r": 17, + "g": 17, + "b": 17 + } + ], + "blocks": [ + { + "id": "minecraft:black_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:black_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:black_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:black_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:black_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:black_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:coal_block", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:obsidian", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:crying_obsidian", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:blackstone", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:blackstone_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:basalt", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:netherite_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:polished_blackstone_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:sculk", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:sculk_catalyst", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:sculk_shrieker", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "29", + "colors": [ + { + "r": 250, + "g": 238, + "b": 77 + }, + { + "r": 215, + "g": 205, + "b": 66 + }, + { + "r": 176, + "g": 168, + "b": 54 + } + ], + "blocks": [ + { + "id": "minecraft:gold_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:light_weighted_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:raw_gold_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "30", + "colors": [ + { + "r": 92, + "g": 219, + "b": 213 + }, + { + "r": 79, + "g": 188, + "b": 183 + }, + { + "r": 64, + "g": 154, + "b": 150 + } + ], + "blocks": [ + { + "id": "minecraft:diamond_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:prismarine_bricks", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:prismarine_brick_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:dark_prismarine", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:dark_prismarine_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:beacon", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "31", + "colors": [ + { + "r": 74, + "g": 128, + "b": 255 + }, + { + "r": 63, + "g": 110, + "b": 220 + }, + { + "r": 52, + "g": 90, + "b": 180 + } + ], + "blocks": [ + { + "id": "minecraft:lapis_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "32", + "colors": [ + { + "r": 0, + "g": 217, + "b": 58 + }, + { + "r": 0, + "g": 187, + "b": 50 + }, + { + "r": 0, + "g": 153, + "b": 40 + } + ], + "blocks": [ + { + "id": "minecraft:emerald_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "33", + "colors": [ + { + "r": 129, + "g": 86, + "b": 49 + }, + { + "r": 111, + "g": 74, + "b": 42 + }, + { + "r": 91, + "g": 60, + "b": 34 + } + ], + "blocks": [ + { + "id": "minecraft:spruce_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "y" + } + }, + { + "id": "minecraft:spruce_planks", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:spruce_slab", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:oak_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "x" + } + }, + { + "id": "minecraft:jungle_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "x" + } + }, + { + "id": "minecraft:podzol", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:spruce_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:mangrove_log", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": { + "axis": "x" + } + }, + { + "id": "minecraft:mangrove_roots", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "34", + "colors": [ + { + "r": 112, + "g": 2, + "b": 0 + }, + { + "r": 96, + "g": 1, + "b": 0 + }, + { + "r": 79, + "g": 1, + "b": 0 + } + ], + "blocks": [ + { + "id": "minecraft:netherrack", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:nether_bricks", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:nether_brick_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:magma_block", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:red_nether_bricks", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:red_nether_brick_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "35", + "colors": [ + { + "r": 209, + "g": 177, + "b": 161 + }, + { + "r": 180, + "g": 152, + "b": 138 + }, + { + "r": 147, + "g": 124, + "b": 113 + } + ], + "blocks": [ + { + "id": "minecraft:white_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:calcite", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:cherry_planks", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:cherry_slab", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:cherry_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "y" + } + }, + { + "id": "minecraft:stripped_cherry_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "y" + } + }, + { + "id": "minecraft:cherry_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "36", + "colors": [ + { + "r": 159, + "g": 82, + "b": 36 + }, + { + "r": 137, + "g": 70, + "b": 31 + }, + { + "r": 112, + "g": 57, + "b": 25 + } + ], + "blocks": [ + { + "id": "minecraft:orange_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:redstone_lamp", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:resin_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:resin_bricks", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:resin_brick_slab", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "37", + "colors": [ + { + "r": 149, + "g": 87, + "b": 108 + }, + { + "r": 128, + "g": 75, + "b": 93 + }, + { + "r": 105, + "g": 61, + "b": 76 + } + ], + "blocks": [ + { + "id": "minecraft:magenta_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "38", + "colors": [ + { + "r": 112, + "g": 108, + "b": 138 + }, + { + "r": 96, + "g": 93, + "b": 119 + }, + { + "r": 79, + "g": 76, + "b": 97 + } + ], + "blocks": [ + { + "id": "minecraft:light_blue_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "39", + "colors": [ + { + "r": 186, + "g": 133, + "b": 36 + }, + { + "r": 160, + "g": 114, + "b": 31 + }, + { + "r": 131, + "g": 93, + "b": 25 + } + ], + "blocks": [ + { + "id": "minecraft:yellow_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "40", + "colors": [ + { + "r": 103, + "g": 117, + "b": 53 + }, + { + "r": 88, + "g": 100, + "b": 45 + }, + { + "r": 72, + "g": 82, + "b": 37 + } + ], + "blocks": [ + { + "id": "minecraft:lime_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "41", + "colors": [ + { + "r": 160, + "g": 77, + "b": 78 + }, + { + "r": 138, + "g": 66, + "b": 67 + }, + { + "r": 112, + "g": 54, + "b": 55 + } + ], + "blocks": [ + { + "id": "minecraft:pink_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:stripped_cherry_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "x" + } + }, + { + "id": "minecraft:stripped_cherry_wood", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "42", + "colors": [ + { + "r": 57, + "g": 41, + "b": 35 + }, + { + "r": 49, + "g": 35, + "b": 30 + }, + { + "r": 40, + "g": 28, + "b": 24 + } + ], + "blocks": [ + { + "id": "minecraft:gray_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:tuff", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:cherry_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "x" + } + }, + { + "id": "minecraft:cherry_wood", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:tuff_slab", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "43", + "colors": [ + { + "r": 135, + "g": 107, + "b": 98 + }, + { + "r": 116, + "g": 92, + "b": 84 + }, + { + "r": 95, + "g": 75, + "b": 69 + } + ], + "blocks": [ + { + "id": "minecraft:light_gray_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:waxed_exposed_copper", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:waxed_exposed_cut_copper_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:mud_bricks", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:mud_brick_slab", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "44", + "colors": [ + { + "r": 87, + "g": 92, + "b": 92 + }, + { + "r": 75, + "g": 79, + "b": 79 + }, + { + "r": 61, + "g": 64, + "b": 64 + } + ], + "blocks": [ + { + "id": "minecraft:cyan_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:mud", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "45", + "colors": [ + { + "r": 122, + "g": 73, + "b": 88 + }, + { + "r": 105, + "g": 62, + "b": 75 + }, + { + "r": 86, + "g": 51, + "b": 62 + } + ], + "blocks": [ + { + "id": "minecraft:purple_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "46", + "colors": [ + { + "r": 76, + "g": 62, + "b": 92 + }, + { + "r": 65, + "g": 53, + "b": 79 + }, + { + "r": 53, + "g": 43, + "b": 64 + } + ], + "blocks": [ + { + "id": "minecraft:blue_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "47", + "colors": [ + { + "r": 76, + "g": 50, + "b": 35 + }, + { + "r": 65, + "g": 43, + "b": 30 + }, + { + "r": 53, + "g": 35, + "b": 24 + } + ], + "blocks": [ + { + "id": "minecraft:brown_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:dripstone_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:pointed_dripstone", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "48", + "colors": [ + { + "r": 76, + "g": 82, + "b": 42 + }, + { + "r": 65, + "g": 70, + "b": 36 + }, + { + "r": 53, + "g": 57, + "b": 29 + } + ], + "blocks": [ + { + "id": "minecraft:green_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "49", + "colors": [ + { + "r": 142, + "g": 60, + "b": 46 + }, + { + "r": 122, + "g": 51, + "b": 39 + }, + { + "r": 100, + "g": 42, + "b": 32 + } + ], + "blocks": [ + { + "id": "minecraft:red_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "50", + "colors": [ + { + "r": 37, + "g": 22, + "b": 16 + }, + { + "r": 31, + "g": 18, + "b": 13 + }, + { + "r": 26, + "g": 15, + "b": 11 + } + ], + "blocks": [ + { + "id": "minecraft:black_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "51", + "colors": [ + { + "r": 189, + "g": 48, + "b": 49 + }, + { + "r": 163, + "g": 41, + "b": 42 + }, + { + "r": 133, + "g": 33, + "b": 34 + } + ], + "blocks": [ + { + "id": "minecraft:crimson_nylium", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "52", + "colors": [ + { + "r": 148, + "g": 63, + "b": 97 + }, + { + "r": 127, + "g": 54, + "b": 83 + }, + { + "r": 104, + "g": 44, + "b": 68 + } + ], + "blocks": [ + { + "id": "minecraft:crimson_stem", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:stripped_crimson_stem", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:crimson_planks", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:crimson_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:crimson_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "53", + "colors": [ + { + "r": 92, + "g": 25, + "b": 29 + }, + { + "r": 79, + "g": 21, + "b": 25 + }, + { + "r": 64, + "g": 17, + "b": 20 + } + ], + "blocks": [ + { + "id": "minecraft:crimson_hyphae", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:stripped_crimson_hyphae", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "54", + "colors": [ + { + "r": 22, + "g": 126, + "b": 134 + }, + { + "r": 18, + "g": 108, + "b": 115 + }, + { + "r": 15, + "g": 88, + "b": 94 + } + ], + "blocks": [ + { + "id": "minecraft:warped_nylium", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:waxed_oxidized_copper", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:waxed_oxidized_cut_copper_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "55", + "colors": [ + { + "r": 58, + "g": 142, + "b": 140 + }, + { + "r": 50, + "g": 122, + "b": 120 + }, + { + "r": 40, + "g": 100, + "b": 98 + } + ], + "blocks": [ + { + "id": "minecraft:warped_stem", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:stripped_warped_stem", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:warped_planks", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:warped_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:waxed_weathered_copper", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:waxed_weathered_cut_copper_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:warped_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "56", + "colors": [ + { + "r": 86, + "g": 44, + "b": 62 + }, + { + "r": 74, + "g": 37, + "b": 53 + }, + { + "r": 60, + "g": 31, + "b": 43 + } + ], + "blocks": [ + { + "id": "minecraft:warped_hyphae", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:stripped_warped_hyphae", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "57", + "colors": [ + { + "r": 20, + "g": 180, + "b": 133 + }, + { + "r": 17, + "g": 155, + "b": 114 + }, + { + "r": 14, + "g": 127, + "b": 93 + } + ], + "blocks": [ + { + "id": "minecraft:warped_wart_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "58", + "colors": [ + { + "r": 100, + "g": 100, + "b": 100 + }, + { + "r": 86, + "g": 86, + "b": 86 + }, + { + "r": 70, + "g": 70, + "b": 70 + } + ], + "blocks": [ + { + "id": "minecraft:deepslate", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:cobbled_deepslate", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:cobbled_deepslate_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "59", + "colors": [ + { + "r": 216, + "g": 175, + "b": 147 + }, + { + "r": 186, + "g": 150, + "b": 126 + }, + { + "r": 152, + "g": 123, + "b": 103 + } + ], + "blocks": [ + { + "id": "minecraft:raw_iron_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "60", + "colors": [ + { + "r": 127, + "g": 167, + "b": 150 + }, + { + "r": 109, + "g": 144, + "b": 129 + }, + { + "r": 89, + "g": 117, + "b": 105 + } + ], + "blocks": [ + { + "id": "minecraft:glow_lichen", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": { + "down": "true" + } + }, + { + "id": "minecraft:verdant_froglight", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + } +] diff --git a/packages/block-palettes/src/palettes/1.21.json b/packages/block-palettes/src/palettes/1.21.json new file mode 100644 index 0000000..c1d939a --- /dev/null +++ b/packages/block-palettes/src/palettes/1.21.json @@ -0,0 +1,4010 @@ +[ + { + "id": "0", + "colors": [ + { + "r": 127, + "g": 178, + "b": 56 + }, + { + "r": 109, + "g": 153, + "b": 48 + }, + { + "r": 89, + "g": 125, + "b": 39 + } + ], + "blocks": [ + { + "id": "minecraft:grass_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:slime_block", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "1", + "colors": [ + { + "r": 247, + "g": 233, + "b": 163 + }, + { + "r": 213, + "g": 201, + "b": 140 + }, + { + "r": 174, + "g": 164, + "b": 115 + } + ], + "blocks": [ + { + "id": "minecraft:sand", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:sandstone", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:sandstone_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:birch_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "y" + } + }, + { + "id": "minecraft:birch_planks", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:birch_slab", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:glowstone", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:end_stone", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:end_stone_bricks", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:end_stone_brick_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:bone_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:birch_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:ochre_froglight", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "2", + "colors": [ + { + "r": 199, + "g": 199, + "b": 199 + }, + { + "r": 171, + "g": 171, + "b": 171 + }, + { + "r": 140, + "g": 140, + "b": 140 + } + ], + "blocks": [ + { + "id": "minecraft:cobweb", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:mushroom_stem", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:white_candle", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "3", + "colors": [ + { + "r": 255, + "g": 0, + "b": 0 + }, + { + "r": 220, + "g": 0, + "b": 0 + }, + { + "r": 180, + "g": 0, + "b": 0 + } + ], + "blocks": [ + { + "id": "minecraft:tnt", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:redstone_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "4", + "colors": [ + { + "r": 160, + "g": 160, + "b": 255 + }, + { + "r": 138, + "g": 138, + "b": 220 + }, + { + "r": 112, + "g": 112, + "b": 180 + } + ], + "blocks": [ + { + "id": "minecraft:ice", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:packed_ice", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:blue_ice", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "5", + "colors": [ + { + "r": 167, + "g": 167, + "b": 167 + }, + { + "r": 144, + "g": 144, + "b": 144 + }, + { + "r": 117, + "g": 117, + "b": 117 + } + ], + "blocks": [ + { + "id": "minecraft:iron_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:iron_trapdoor", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": { + "half": "bottom" + } + }, + { + "id": "minecraft:heavy_weighted_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:brewing_stand", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "6", + "colors": [ + { + "r": 0, + "g": 124, + "b": 0 + }, + { + "r": 0, + "g": 106, + "b": 0 + }, + { + "r": 0, + "g": 87, + "b": 0 + } + ], + "blocks": [ + { + "id": "minecraft:oak_leaves", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "persistent": "true" + } + }, + { + "id": "minecraft:spruce_leaves", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "persistent": "true" + } + }, + { + "id": "minecraft:birch_leaves", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "persistent": "true" + } + }, + { + "id": "minecraft:jungle_leaves", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "persistent": "true" + } + }, + { + "id": "minecraft:acacia_leaves", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "persistent": "true" + } + }, + { + "id": "minecraft:dark_oak_leaves", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "persistent": "true" + } + }, + { + "id": "minecraft:azalea_leaves", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "persistent": "true" + } + }, + { + "id": "minecraft:bamboo_block", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "x" + } + } + ] + }, + { + "id": "7", + "colors": [ + { + "r": 164, + "g": 168, + "b": 184 + }, + { + "r": 141, + "g": 144, + "b": 158 + }, + { + "r": 115, + "g": 118, + "b": 129 + } + ], + "blocks": [ + { + "id": "minecraft:clay", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "8", + "colors": [ + { + "r": 151, + "g": 109, + "b": 77 + }, + { + "r": 130, + "g": 94, + "b": 66 + }, + { + "r": 106, + "g": 76, + "b": 54 + } + ], + "blocks": [ + { + "id": "minecraft:jungle_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "y" + } + }, + { + "id": "minecraft:jungle_planks", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:jungle_slab", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:dirt", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:coarse_dirt", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:rooted_dirt", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:jukebox", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:granite", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:granite_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:jungle_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:packed_mud", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "9", + "colors": [ + { + "r": 112, + "g": 112, + "b": 112 + }, + { + "r": 96, + "g": 96, + "b": 96 + }, + { + "r": 79, + "g": 79, + "b": 79 + } + ], + "blocks": [ + { + "id": "minecraft:cobblestone", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:cobblestone_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:mossy_cobblestone", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:mossy_cobblestone_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:stone", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:stone_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:smooth_stone_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:stone_bricks", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:stone_brick_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:andesite", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:andesite_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:bedrock", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:acacia_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "x" + } + }, + { + "id": "minecraft:gravel", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:stone_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "10", + "colors": [ + { + "r": 64, + "g": 64, + "b": 255 + }, + { + "r": 55, + "g": 55, + "b": 220 + }, + { + "r": 45, + "g": 45, + "b": 180 + } + ], + "blocks": [ + { + "id": "minecraft:water", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "11", + "colors": [ + { + "r": 143, + "g": 119, + "b": 72 + }, + { + "r": 123, + "g": 102, + "b": 62 + }, + { + "r": 100, + "g": 84, + "b": 50 + } + ], + "blocks": [ + { + "id": "minecraft:oak_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "y" + } + }, + { + "id": "minecraft:oak_planks", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:oak_slab", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:crafting_table", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:oak_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "12", + "colors": [ + { + "r": 255, + "g": 252, + "b": 245 + }, + { + "r": 220, + "g": 217, + "b": 211 + }, + { + "r": 180, + "g": 177, + "b": 172 + } + ], + "blocks": [ + { + "id": "minecraft:birch_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "x" + } + }, + { + "id": "minecraft:diorite", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:diorite_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:quartz_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:quartz_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:sea_lantern", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "13", + "colors": [ + { + "r": 255, + "g": 255, + "b": 255 + }, + { + "r": 220, + "g": 220, + "b": 220 + }, + { + "r": 180, + "g": 180, + "b": 180 + } + ], + "blocks": [ + { + "id": "minecraft:white_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:white_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:white_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:white_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:white_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:white_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:snow_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:snow", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "14", + "colors": [ + { + "r": 216, + "g": 127, + "b": 51 + }, + { + "r": 186, + "g": 109, + "b": 44 + }, + { + "r": 152, + "g": 89, + "b": 36 + } + ], + "blocks": [ + { + "id": "minecraft:orange_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:orange_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:orange_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:orange_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:orange_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:orange_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:pumpkin", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:acacia_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "y" + } + }, + { + "id": "minecraft:acacia_planks", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:acacia_slab", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:red_sand", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:red_sandstone", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:red_sandstone_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:honey_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:honeycomb_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:raw_copper_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:waxed_copper_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:waxed_cut_copper_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:acacia_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "15", + "colors": [ + { + "r": 178, + "g": 76, + "b": 216 + }, + { + "r": 153, + "g": 65, + "b": 186 + }, + { + "r": 125, + "g": 53, + "b": 152 + } + ], + "blocks": [ + { + "id": "minecraft:magenta_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:magenta_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:magenta_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:magenta_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:magenta_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:magenta_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:purpur_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:purpur_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "16", + "colors": [ + { + "r": 102, + "g": 153, + "b": 216 + }, + { + "r": 88, + "g": 132, + "b": 186 + }, + { + "r": 72, + "g": 108, + "b": 152 + } + ], + "blocks": [ + { + "id": "minecraft:light_blue_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:light_blue_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:light_blue_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:light_blue_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:light_blue_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:light_blue_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "17", + "colors": [ + { + "r": 229, + "g": 229, + "b": 51 + }, + { + "r": 197, + "g": 197, + "b": 44 + }, + { + "r": 161, + "g": 161, + "b": 36 + } + ], + "blocks": [ + { + "id": "minecraft:yellow_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:yellow_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:yellow_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:yellow_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:yellow_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:yellow_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:hay_block", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:sponge", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:bamboo_block", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "y" + } + }, + { + "id": "minecraft:bamboo_planks", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:bamboo_slab", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:bamboo_mosaic", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:bamboo_mosaic_slab", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:bamboo_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "18", + "colors": [ + { + "r": 127, + "g": 204, + "b": 25 + }, + { + "r": 109, + "g": 176, + "b": 21 + }, + { + "r": 89, + "g": 144, + "b": 17 + } + ], + "blocks": [ + { + "id": "minecraft:lime_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:lime_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:lime_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:lime_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:lime_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:lime_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:melon", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "19", + "colors": [ + { + "r": 242, + "g": 127, + "b": 165 + }, + { + "r": 208, + "g": 109, + "b": 142 + }, + { + "r": 170, + "g": 89, + "b": 116 + } + ], + "blocks": [ + { + "id": "minecraft:pink_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:pink_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:pink_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:pink_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:pink_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:pink_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:pearlescent_froglight", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:cherry_leaves", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "persistent": "true" + } + } + ] + }, + { + "id": "20", + "colors": [ + { + "r": 76, + "g": 76, + "b": 76 + }, + { + "r": 65, + "g": 65, + "b": 65 + }, + { + "r": 53, + "g": 53, + "b": 53 + } + ], + "blocks": [ + { + "id": "minecraft:gray_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:gray_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:gray_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:gray_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:gray_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:gray_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:dead_tube_coral_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:dead_brain_coral_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:dead_bubble_coral_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:dead_fire_coral_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:dead_horn_coral_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:tinted_glass", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "21", + "colors": [ + { + "r": 153, + "g": 153, + "b": 153 + }, + { + "r": 132, + "g": 132, + "b": 132 + }, + { + "r": 108, + "g": 108, + "b": 108 + } + ], + "blocks": [ + { + "id": "minecraft:light_gray_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:light_gray_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:light_gray_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:light_gray_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:light_gray_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:light_gray_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "22", + "colors": [ + { + "r": 76, + "g": 127, + "b": 153 + }, + { + "r": 65, + "g": 109, + "b": 132 + }, + { + "r": 53, + "g": 89, + "b": 108 + } + ], + "blocks": [ + { + "id": "minecraft:cyan_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:cyan_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:cyan_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:cyan_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:cyan_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:cyan_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:prismarine", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:prismarine_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "23", + "colors": [ + { + "r": 127, + "g": 63, + "b": 178 + }, + { + "r": 109, + "g": 54, + "b": 153 + }, + { + "r": 89, + "g": 44, + "b": 125 + } + ], + "blocks": [ + { + "id": "minecraft:purple_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:purple_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:purple_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:purple_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:purple_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:purple_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:mycelium", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:amethyst_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "24", + "colors": [ + { + "r": 51, + "g": 76, + "b": 178 + }, + { + "r": 44, + "g": 65, + "b": 153 + }, + { + "r": 36, + "g": 53, + "b": 125 + } + ], + "blocks": [ + { + "id": "minecraft:blue_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:blue_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:blue_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:blue_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:blue_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:blue_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "25", + "colors": [ + { + "r": 102, + "g": 76, + "b": 51 + }, + { + "r": 88, + "g": 65, + "b": 44 + }, + { + "r": 72, + "g": 53, + "b": 36 + } + ], + "blocks": [ + { + "id": "minecraft:brown_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:brown_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:brown_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:brown_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:brown_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:brown_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:dark_oak_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "y" + } + }, + { + "id": "minecraft:dark_oak_planks", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:dark_oak_slab", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:spruce_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "x" + } + }, + { + "id": "minecraft:soul_sand", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:soul_soil", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:dark_oak_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "26", + "colors": [ + { + "r": 102, + "g": 127, + "b": 51 + }, + { + "r": 88, + "g": 109, + "b": 44 + }, + { + "r": 72, + "g": 89, + "b": 36 + } + ], + "blocks": [ + { + "id": "minecraft:green_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:green_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:green_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:green_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:green_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:green_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:dried_kelp_block", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:moss_block", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:moss_carpet", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "27", + "colors": [ + { + "r": 153, + "g": 51, + "b": 51 + }, + { + "r": 132, + "g": 44, + "b": 44 + }, + { + "r": 108, + "g": 36, + "b": 36 + } + ], + "blocks": [ + { + "id": "minecraft:red_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:red_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:red_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:red_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:red_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:red_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:bricks", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:brick_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:nether_wart_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:shroomlight", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:mangrove_log", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": { + "axis": "y" + } + }, + { + "id": "minecraft:mangrove_planks", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:mangrove_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:mangrove_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "28", + "colors": [ + { + "r": 25, + "g": 25, + "b": 25 + }, + { + "r": 21, + "g": 21, + "b": 21 + }, + { + "r": 17, + "g": 17, + "b": 17 + } + ], + "blocks": [ + { + "id": "minecraft:black_wool", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:black_carpet", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:black_stained_glass", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:black_concrete", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:black_concrete_powder", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:black_glazed_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:coal_block", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:obsidian", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:crying_obsidian", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:blackstone", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:blackstone_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:basalt", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:netherite_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:polished_blackstone_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:sculk", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:sculk_catalyst", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:sculk_shrieker", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "29", + "colors": [ + { + "r": 250, + "g": 238, + "b": 77 + }, + { + "r": 215, + "g": 205, + "b": 66 + }, + { + "r": 176, + "g": 168, + "b": 54 + } + ], + "blocks": [ + { + "id": "minecraft:gold_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:light_weighted_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:raw_gold_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "30", + "colors": [ + { + "r": 92, + "g": 219, + "b": 213 + }, + { + "r": 79, + "g": 188, + "b": 183 + }, + { + "r": 64, + "g": 154, + "b": 150 + } + ], + "blocks": [ + { + "id": "minecraft:diamond_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:prismarine_bricks", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:prismarine_brick_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:dark_prismarine", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:dark_prismarine_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:beacon", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "31", + "colors": [ + { + "r": 74, + "g": 128, + "b": 255 + }, + { + "r": 63, + "g": 110, + "b": 220 + }, + { + "r": 52, + "g": 90, + "b": 180 + } + ], + "blocks": [ + { + "id": "minecraft:lapis_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "32", + "colors": [ + { + "r": 0, + "g": 217, + "b": 58 + }, + { + "r": 0, + "g": 187, + "b": 50 + }, + { + "r": 0, + "g": 153, + "b": 40 + } + ], + "blocks": [ + { + "id": "minecraft:emerald_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "33", + "colors": [ + { + "r": 129, + "g": 86, + "b": 49 + }, + { + "r": 111, + "g": 74, + "b": 42 + }, + { + "r": 91, + "g": 60, + "b": 34 + } + ], + "blocks": [ + { + "id": "minecraft:spruce_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "y" + } + }, + { + "id": "minecraft:spruce_planks", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:spruce_slab", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:oak_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "x" + } + }, + { + "id": "minecraft:jungle_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "x" + } + }, + { + "id": "minecraft:podzol", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:spruce_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:mangrove_log", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": { + "axis": "x" + } + }, + { + "id": "minecraft:mangrove_roots", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "34", + "colors": [ + { + "r": 112, + "g": 2, + "b": 0 + }, + { + "r": 96, + "g": 1, + "b": 0 + }, + { + "r": 79, + "g": 1, + "b": 0 + } + ], + "blocks": [ + { + "id": "minecraft:netherrack", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:nether_bricks", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:nether_brick_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:magma_block", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:red_nether_bricks", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:red_nether_brick_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "35", + "colors": [ + { + "r": 209, + "g": 177, + "b": 161 + }, + { + "r": 180, + "g": 152, + "b": 138 + }, + { + "r": 147, + "g": 124, + "b": 113 + } + ], + "blocks": [ + { + "id": "minecraft:white_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:calcite", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:cherry_planks", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:cherry_slab", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:cherry_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "y" + } + }, + { + "id": "minecraft:stripped_cherry_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "y" + } + }, + { + "id": "minecraft:cherry_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "36", + "colors": [ + { + "r": 159, + "g": 82, + "b": 36 + }, + { + "r": 137, + "g": 70, + "b": 31 + }, + { + "r": 112, + "g": 57, + "b": 25 + } + ], + "blocks": [ + { + "id": "minecraft:orange_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "37", + "colors": [ + { + "r": 149, + "g": 87, + "b": 108 + }, + { + "r": 128, + "g": 75, + "b": 93 + }, + { + "r": 105, + "g": 61, + "b": 76 + } + ], + "blocks": [ + { + "id": "minecraft:magenta_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "38", + "colors": [ + { + "r": 112, + "g": 108, + "b": 138 + }, + { + "r": 96, + "g": 93, + "b": 119 + }, + { + "r": 79, + "g": 76, + "b": 97 + } + ], + "blocks": [ + { + "id": "minecraft:light_blue_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "39", + "colors": [ + { + "r": 186, + "g": 133, + "b": 36 + }, + { + "r": 160, + "g": 114, + "b": 31 + }, + { + "r": 131, + "g": 93, + "b": 25 + } + ], + "blocks": [ + { + "id": "minecraft:yellow_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "40", + "colors": [ + { + "r": 103, + "g": 117, + "b": 53 + }, + { + "r": 88, + "g": 100, + "b": 45 + }, + { + "r": 72, + "g": 82, + "b": 37 + } + ], + "blocks": [ + { + "id": "minecraft:lime_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "41", + "colors": [ + { + "r": 160, + "g": 77, + "b": 78 + }, + { + "r": 138, + "g": 66, + "b": 67 + }, + { + "r": 112, + "g": 54, + "b": 55 + } + ], + "blocks": [ + { + "id": "minecraft:pink_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:stripped_cherry_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "x" + } + }, + { + "id": "minecraft:stripped_cherry_wood", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "42", + "colors": [ + { + "r": 57, + "g": 41, + "b": 35 + }, + { + "r": 49, + "g": 35, + "b": 30 + }, + { + "r": 40, + "g": 28, + "b": 24 + } + ], + "blocks": [ + { + "id": "minecraft:gray_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:tuff", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:cherry_log", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": { + "axis": "x" + } + }, + { + "id": "minecraft:cherry_wood", + "attributes": { + "flammable": true, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:tuff_slab", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "43", + "colors": [ + { + "r": 135, + "g": 107, + "b": 98 + }, + { + "r": 116, + "g": 92, + "b": 84 + }, + { + "r": 95, + "g": 75, + "b": 69 + } + ], + "blocks": [ + { + "id": "minecraft:light_gray_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:waxed_exposed_copper", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:waxed_exposed_cut_copper_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:mud_bricks", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:mud_brick_slab", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "44", + "colors": [ + { + "r": 87, + "g": 92, + "b": 92 + }, + { + "r": 75, + "g": 79, + "b": 79 + }, + { + "r": 61, + "g": 64, + "b": 64 + } + ], + "blocks": [ + { + "id": "minecraft:cyan_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:mud", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "45", + "colors": [ + { + "r": 122, + "g": 73, + "b": 88 + }, + { + "r": 105, + "g": 62, + "b": 75 + }, + { + "r": 86, + "g": 51, + "b": 62 + } + ], + "blocks": [ + { + "id": "minecraft:purple_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "46", + "colors": [ + { + "r": 76, + "g": 62, + "b": 92 + }, + { + "r": 65, + "g": 53, + "b": 79 + }, + { + "r": 53, + "g": 43, + "b": 64 + } + ], + "blocks": [ + { + "id": "minecraft:blue_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "47", + "colors": [ + { + "r": 76, + "g": 50, + "b": 35 + }, + { + "r": 65, + "g": 43, + "b": 30 + }, + { + "r": 53, + "g": 35, + "b": 24 + } + ], + "blocks": [ + { + "id": "minecraft:brown_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:dripstone_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:pointed_dripstone", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "48", + "colors": [ + { + "r": 76, + "g": 82, + "b": 42 + }, + { + "r": 65, + "g": 70, + "b": 36 + }, + { + "r": 53, + "g": 57, + "b": 29 + } + ], + "blocks": [ + { + "id": "minecraft:green_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "49", + "colors": [ + { + "r": 142, + "g": 60, + "b": 46 + }, + { + "r": 122, + "g": 51, + "b": 39 + }, + { + "r": 100, + "g": 42, + "b": 32 + } + ], + "blocks": [ + { + "id": "minecraft:red_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "50", + "colors": [ + { + "r": 37, + "g": 22, + "b": 16 + }, + { + "r": 31, + "g": 18, + "b": 13 + }, + { + "r": 26, + "g": 15, + "b": 11 + } + ], + "blocks": [ + { + "id": "minecraft:black_terracotta", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "51", + "colors": [ + { + "r": 189, + "g": 48, + "b": 49 + }, + { + "r": 163, + "g": 41, + "b": 42 + }, + { + "r": 133, + "g": 33, + "b": 34 + } + ], + "blocks": [ + { + "id": "minecraft:crimson_nylium", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "52", + "colors": [ + { + "r": 148, + "g": 63, + "b": 97 + }, + { + "r": 127, + "g": 54, + "b": 83 + }, + { + "r": 104, + "g": 44, + "b": 68 + } + ], + "blocks": [ + { + "id": "minecraft:crimson_stem", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:stripped_crimson_stem", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:crimson_planks", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:crimson_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:crimson_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "53", + "colors": [ + { + "r": 92, + "g": 25, + "b": 29 + }, + { + "r": 79, + "g": 21, + "b": 25 + }, + { + "r": 64, + "g": 17, + "b": 20 + } + ], + "blocks": [ + { + "id": "minecraft:crimson_hyphae", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:stripped_crimson_hyphae", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "54", + "colors": [ + { + "r": 22, + "g": 126, + "b": 134 + }, + { + "r": 18, + "g": 108, + "b": 115 + }, + { + "r": 15, + "g": 88, + "b": 94 + } + ], + "blocks": [ + { + "id": "minecraft:warped_nylium", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:waxed_oxidized_copper", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:waxed_oxidized_cut_copper_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "55", + "colors": [ + { + "r": 58, + "g": 142, + "b": 140 + }, + { + "r": 50, + "g": 122, + "b": 120 + }, + { + "r": 40, + "g": 100, + "b": 98 + } + ], + "blocks": [ + { + "id": "minecraft:warped_stem", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:stripped_warped_stem", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:warped_planks", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:warped_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:waxed_weathered_copper", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:waxed_weathered_cut_copper_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + }, + { + "id": "minecraft:warped_pressure_plate", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "56", + "colors": [ + { + "r": 86, + "g": 44, + "b": 62 + }, + { + "r": 74, + "g": 37, + "b": 53 + }, + { + "r": 60, + "g": 31, + "b": 43 + } + ], + "blocks": [ + { + "id": "minecraft:warped_hyphae", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:stripped_warped_hyphae", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "57", + "colors": [ + { + "r": 20, + "g": 180, + "b": 133 + }, + { + "r": 17, + "g": 155, + "b": 114 + }, + { + "r": 14, + "g": 127, + "b": 93 + } + ], + "blocks": [ + { + "id": "minecraft:warped_wart_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "58", + "colors": [ + { + "r": 100, + "g": 100, + "b": 100 + }, + { + "r": 86, + "g": 86, + "b": 86 + }, + { + "r": 70, + "g": 70, + "b": 70 + } + ], + "blocks": [ + { + "id": "minecraft:deepslate", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:cobbled_deepslate", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + }, + { + "id": "minecraft:cobbled_deepslate_slab", + "attributes": { + "flammable": false, + "requires_support": true + }, + "properties": {} + } + ] + }, + { + "id": "59", + "colors": [ + { + "r": 216, + "g": 175, + "b": 147 + }, + { + "r": 186, + "g": 150, + "b": 126 + }, + { + "r": 152, + "g": 123, + "b": 103 + } + ], + "blocks": [ + { + "id": "minecraft:raw_iron_block", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + }, + { + "id": "60", + "colors": [ + { + "r": 127, + "g": 167, + "b": 150 + }, + { + "r": 109, + "g": 144, + "b": 129 + }, + { + "r": 89, + "g": 117, + "b": 105 + } + ], + "blocks": [ + { + "id": "minecraft:glow_lichen", + "attributes": { + "flammable": true, + "requires_support": true + }, + "properties": { + "down": "true" + } + }, + { + "id": "minecraft:verdant_froglight", + "attributes": { + "flammable": false, + "requires_support": false + }, + "properties": {} + } + ] + } +] diff --git a/packages/generation/package.json b/packages/generation/package.json index 04ef5a5..ab6d810 100644 --- a/packages/generation/package.json +++ b/packages/generation/package.json @@ -9,8 +9,8 @@ "test": "vitest" }, "dependencies": { - "@cartographer/pixels": "workspace:^", - "@cartographer/litematica": "workspace:^", + "@cartographer/pixels": "workspace:*", + "@cartographer/litematica": "workspace:*", "lodash": "^4.17.21", "nbt": "^0.8.1", "pako": "^2.1.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9cbc19c..0040485 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,4 +1,8 @@ -lockfileVersion: '6.0' +lockfileVersion: '9.0' + +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false importers: @@ -20,13 +24,13 @@ importers: interface: dependencies: '@cartographer/block-palettes': - specifier: 'workspace:' + specifier: workspace:* version: link:../packages/block-palettes '@cartographer/generation': - specifier: 'workspace:' + specifier: workspace:* version: link:../packages/generation '@cartographer/pixels': - specifier: 'workspace:' + specifier: workspace:* version: link:../packages/pixels '@fortawesome/fontawesome-svg-core': specifier: ^6.2.1 @@ -60,7 +64,7 @@ importers: version: 4.17.21 next: specifier: 13.0.6 - version: 13.0.6(@babel/core@7.20.5)(react-dom@18.2.0)(react@18.2.0) + version: 13.0.6(@babel/core@7.20.5)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react: specifier: 18.2.0 version: 18.2.0 @@ -75,7 +79,7 @@ importers: version: 2.0.4(react@18.2.0) styled-components: specifier: ^5.3.6 - version: 5.3.6(react-dom@18.2.0)(react-is@16.13.1)(react@18.2.0) + version: 5.3.6(react-dom@18.2.0(react@18.2.0))(react-is@16.13.1)(react@18.2.0) uuid: specifier: ^9.0.0 version: 9.0.0 @@ -111,16 +115,16 @@ importers: packages/block-palettes: dependencies: '@cartographer/pixels': - specifier: ^0.0.1 + specifier: workspace:* version: link:../pixels packages/generation: dependencies: '@cartographer/litematica': - specifier: workspace:^ + specifier: workspace:* version: link:../litematica '@cartographer/pixels': - specifier: workspace:^ + specifier: workspace:* version: link:../pixels lodash: specifier: ^4.17.21 @@ -170,829 +174,508 @@ importers: packages: - /@ampproject/remapping@2.2.0: + '@ampproject/remapping@2.2.0': resolution: {integrity: sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==} engines: {node: '>=6.0.0'} - dependencies: - '@jridgewell/gen-mapping': 0.1.1 - '@jridgewell/trace-mapping': 0.3.17 - /@babel/code-frame@7.18.6: + '@babel/code-frame@7.18.6': resolution: {integrity: sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/highlight': 7.18.6 - /@babel/compat-data@7.20.5: + '@babel/compat-data@7.20.5': resolution: {integrity: sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g==} engines: {node: '>=6.9.0'} - /@babel/core@7.20.5: + '@babel/core@7.20.5': resolution: {integrity: sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ==} engines: {node: '>=6.9.0'} - dependencies: - '@ampproject/remapping': 2.2.0 - '@babel/code-frame': 7.18.6 - '@babel/generator': 7.20.5 - '@babel/helper-compilation-targets': 7.20.0(@babel/core@7.20.5) - '@babel/helper-module-transforms': 7.20.2 - '@babel/helpers': 7.20.6 - '@babel/parser': 7.20.5 - '@babel/template': 7.18.10 - '@babel/traverse': 7.20.5(supports-color@5.5.0) - '@babel/types': 7.20.5 - convert-source-map: 1.9.0 - debug: 4.3.4(supports-color@5.5.0) - gensync: 1.0.0-beta.2 - json5: 2.2.1 - semver: 6.3.0 - transitivePeerDependencies: - - supports-color - /@babel/generator@7.20.5: + '@babel/generator@7.20.5': resolution: {integrity: sha512-jl7JY2Ykn9S0yj4DQP82sYvPU+T3g0HFcWTqDLqiuA9tGRNIj9VfbtXGAYTTkyNEnQk1jkMGOdYka8aG/lulCA==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.20.5 - '@jridgewell/gen-mapping': 0.3.2 - jsesc: 2.5.2 - /@babel/helper-annotate-as-pure@7.18.6: + '@babel/helper-annotate-as-pure@7.18.6': resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.20.5 - dev: false - /@babel/helper-compilation-targets@7.20.0(@babel/core@7.20.5): + '@babel/helper-compilation-targets@7.20.0': resolution: {integrity: sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - dependencies: - '@babel/compat-data': 7.20.5 - '@babel/core': 7.20.5 - '@babel/helper-validator-option': 7.18.6 - browserslist: 4.21.4 - semver: 6.3.0 - /@babel/helper-environment-visitor@7.18.9: + '@babel/helper-environment-visitor@7.18.9': resolution: {integrity: sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==} engines: {node: '>=6.9.0'} - /@babel/helper-function-name@7.19.0: + '@babel/helper-function-name@7.19.0': resolution: {integrity: sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/template': 7.18.10 - '@babel/types': 7.20.5 - /@babel/helper-hoist-variables@7.18.6: + '@babel/helper-hoist-variables@7.18.6': resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.20.5 - /@babel/helper-module-imports@7.18.6: + '@babel/helper-module-imports@7.18.6': resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.20.5 - /@babel/helper-module-transforms@7.20.2: + '@babel/helper-module-transforms@7.20.2': resolution: {integrity: sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-module-imports': 7.18.6 - '@babel/helper-simple-access': 7.20.2 - '@babel/helper-split-export-declaration': 7.18.6 - '@babel/helper-validator-identifier': 7.19.1 - '@babel/template': 7.18.10 - '@babel/traverse': 7.20.5(supports-color@5.5.0) - '@babel/types': 7.20.5 - transitivePeerDependencies: - - supports-color - /@babel/helper-simple-access@7.20.2: + '@babel/helper-simple-access@7.20.2': resolution: {integrity: sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.20.5 - /@babel/helper-split-export-declaration@7.18.6: + '@babel/helper-split-export-declaration@7.18.6': resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.20.5 - /@babel/helper-string-parser@7.19.4: + '@babel/helper-string-parser@7.19.4': resolution: {integrity: sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==} engines: {node: '>=6.9.0'} - /@babel/helper-validator-identifier@7.19.1: + '@babel/helper-validator-identifier@7.19.1': resolution: {integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==} engines: {node: '>=6.9.0'} - /@babel/helper-validator-option@7.18.6: + '@babel/helper-validator-option@7.18.6': resolution: {integrity: sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==} engines: {node: '>=6.9.0'} - /@babel/helpers@7.20.6: + '@babel/helpers@7.20.6': resolution: {integrity: sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/template': 7.18.10 - '@babel/traverse': 7.20.5(supports-color@5.5.0) - '@babel/types': 7.20.5 - transitivePeerDependencies: - - supports-color - /@babel/highlight@7.18.6: + '@babel/highlight@7.18.6': resolution: {integrity: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-validator-identifier': 7.19.1 - chalk: 2.4.2 - js-tokens: 4.0.0 - /@babel/parser@7.20.5: + '@babel/parser@7.20.5': resolution: {integrity: sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==} engines: {node: '>=6.0.0'} hasBin: true - dependencies: - '@babel/types': 7.20.5 - /@babel/runtime@7.20.6: + '@babel/runtime@7.20.6': resolution: {integrity: sha512-Q+8MqP7TiHMWzSfwiJwXCjyf4GYA4Dgw3emg/7xmwsdLJOZUp+nMqcOwOzzYheuM1rhDu8FSj2l0aoMygEuXuA==} engines: {node: '>=6.9.0'} - dependencies: - regenerator-runtime: 0.13.11 - dev: true - /@babel/template@7.18.10: + '@babel/template@7.18.10': resolution: {integrity: sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.18.6 - '@babel/parser': 7.20.5 - '@babel/types': 7.20.5 - /@babel/traverse@7.20.5(supports-color@5.5.0): + '@babel/traverse@7.20.5': resolution: {integrity: sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.18.6 - '@babel/generator': 7.20.5 - '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.19.0 - '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-split-export-declaration': 7.18.6 - '@babel/parser': 7.20.5 - '@babel/types': 7.20.5 - debug: 4.3.4(supports-color@5.5.0) - globals: 11.12.0 - transitivePeerDependencies: - - supports-color - /@babel/types@7.20.5: + '@babel/types@7.20.5': resolution: {integrity: sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-string-parser': 7.19.4 - '@babel/helper-validator-identifier': 7.19.1 - to-fast-properties: 2.0.0 - /@emotion/is-prop-valid@1.2.0: + '@emotion/is-prop-valid@1.2.0': resolution: {integrity: sha512-3aDpDprjM0AwaxGE09bOPkNxHpBd+kA6jty3RnaEXdweX1DF1U3VQpPYb0g1IStAuK7SVQ1cy+bNBBKp4W3Fjg==} - dependencies: - '@emotion/memoize': 0.8.0 - dev: false - /@emotion/memoize@0.8.0: + '@emotion/memoize@0.8.0': resolution: {integrity: sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==} - dev: false - /@emotion/stylis@0.8.5: + '@emotion/stylis@0.8.5': resolution: {integrity: sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ==} - dev: false - /@emotion/unitless@0.7.5: + '@emotion/unitless@0.7.5': resolution: {integrity: sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==} - dev: false - /@esbuild/android-arm64@0.16.4: + '@esbuild/android-arm64@0.16.4': resolution: {integrity: sha512-VPuTzXFm/m2fcGfN6CiwZTlLzxrKsWbPkG7ArRFpuxyaHUm/XFHQPD4xNwZT6uUmpIHhnSjcaCmcla8COzmZ5Q==} engines: {node: '>=12'} cpu: [arm64] os: [android] - requiresBuild: true - dev: true - optional: true - /@esbuild/android-arm@0.16.4: + '@esbuild/android-arm@0.16.4': resolution: {integrity: sha512-rZzb7r22m20S1S7ufIc6DC6W659yxoOrl7sKP1nCYhuvUlnCFHVSbATG4keGUtV8rDz11sRRDbWkvQZpzPaHiw==} engines: {node: '>=12'} cpu: [arm] os: [android] - requiresBuild: true - dev: true - optional: true - /@esbuild/android-x64@0.16.4: + '@esbuild/android-x64@0.16.4': resolution: {integrity: sha512-MW+B2O++BkcOfMWmuHXB15/l1i7wXhJFqbJhp82IBOais8RBEQv2vQz/jHrDEHaY2X0QY7Wfw86SBL2PbVOr0g==} engines: {node: '>=12'} cpu: [x64] os: [android] - requiresBuild: true - dev: true - optional: true - /@esbuild/darwin-arm64@0.16.4: + '@esbuild/darwin-arm64@0.16.4': resolution: {integrity: sha512-a28X1O//aOfxwJVZVs7ZfM8Tyih2Za4nKJrBwW5Wm4yKsnwBy9aiS/xwpxiiTRttw3EaTg4Srerhcm6z0bu9Wg==} engines: {node: '>=12'} cpu: [arm64] os: [darwin] - requiresBuild: true - dev: true - optional: true - /@esbuild/darwin-x64@0.16.4: + '@esbuild/darwin-x64@0.16.4': resolution: {integrity: sha512-e3doCr6Ecfwd7VzlaQqEPrnbvvPjE9uoTpxG5pyLzr2rI2NMjDHmvY1E5EO81O/e9TUOLLkXA5m6T8lfjK9yAA==} engines: {node: '>=12'} cpu: [x64] os: [darwin] - requiresBuild: true - dev: true - optional: true - /@esbuild/freebsd-arm64@0.16.4: + '@esbuild/freebsd-arm64@0.16.4': resolution: {integrity: sha512-Oup3G/QxBgvvqnXWrBed7xxkFNwAwJVHZcklWyQt7YCAL5bfUkaa6FVWnR78rNQiM8MqqLiT6ZTZSdUFuVIg1w==} engines: {node: '>=12'} cpu: [arm64] os: [freebsd] - requiresBuild: true - dev: true - optional: true - /@esbuild/freebsd-x64@0.16.4: + '@esbuild/freebsd-x64@0.16.4': resolution: {integrity: sha512-vAP+eYOxlN/Bpo/TZmzEQapNS8W1njECrqkTpNgvXskkkJC2AwOXwZWai/Kc2vEFZUXQttx6UJbj9grqjD/+9Q==} engines: {node: '>=12'} cpu: [x64] os: [freebsd] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-arm64@0.16.4: + '@esbuild/linux-arm64@0.16.4': resolution: {integrity: sha512-2zXoBhv4r5pZiyjBKrOdFP4CXOChxXiYD50LRUU+65DkdS5niPFHbboKZd/c81l0ezpw7AQnHeoCy5hFrzzs4g==} engines: {node: '>=12'} cpu: [arm64] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-arm@0.16.4: + '@esbuild/linux-arm@0.16.4': resolution: {integrity: sha512-A47ZmtpIPyERxkSvIv+zLd6kNIOtJH03XA0Hy7jaceRDdQaQVGSDt4mZqpWqJYgDk9rg96aglbF6kCRvPGDSUA==} engines: {node: '>=12'} cpu: [arm] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-ia32@0.16.4: + '@esbuild/linux-ia32@0.16.4': resolution: {integrity: sha512-uxdSrpe9wFhz4yBwt2kl2TxS/NWEINYBUFIxQtaEVtglm1eECvsj1vEKI0KX2k2wCe17zDdQ3v+jVxfwVfvvjw==} engines: {node: '>=12'} cpu: [ia32] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-loong64@0.16.4: + '@esbuild/linux-loong64@0.16.4': resolution: {integrity: sha512-peDrrUuxbZ9Jw+DwLCh/9xmZAk0p0K1iY5d2IcwmnN+B87xw7kujOkig6ZRcZqgrXgeRGurRHn0ENMAjjD5DEg==} engines: {node: '>=12'} cpu: [loong64] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-mips64el@0.16.4: + '@esbuild/linux-mips64el@0.16.4': resolution: {integrity: sha512-sD9EEUoGtVhFjjsauWjflZklTNr57KdQ6xfloO4yH1u7vNQlOfAlhEzbyBKfgbJlW7rwXYBdl5/NcZ+Mg2XhQA==} engines: {node: '>=12'} cpu: [mips64el] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-ppc64@0.16.4: + '@esbuild/linux-ppc64@0.16.4': resolution: {integrity: sha512-X1HSqHUX9D+d0l6/nIh4ZZJ94eQky8d8z6yxAptpZE3FxCWYWvTDd9X9ST84MGZEJx04VYUD/AGgciddwO0b8g==} engines: {node: '>=12'} cpu: [ppc64] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-riscv64@0.16.4: + '@esbuild/linux-riscv64@0.16.4': resolution: {integrity: sha512-97ANpzyNp0GTXCt6SRdIx1ngwncpkV/z453ZuxbnBROCJ5p/55UjhbaG23UdHj88fGWLKPFtMoU4CBacz4j9FA==} engines: {node: '>=12'} cpu: [riscv64] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-s390x@0.16.4: + '@esbuild/linux-s390x@0.16.4': resolution: {integrity: sha512-pUvPQLPmbEeJRPjP0DYTC1vjHyhrnCklQmCGYbipkep+oyfTn7GTBJXoPodR7ZS5upmEyc8lzAkn2o29wD786A==} engines: {node: '>=12'} cpu: [s390x] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-x64@0.16.4: + '@esbuild/linux-x64@0.16.4': resolution: {integrity: sha512-N55Q0mJs3Sl8+utPRPBrL6NLYZKBCLLx0bme/+RbjvMforTGGzFvsRl4xLTZMUBFC1poDzBEPTEu5nxizQ9Nlw==} engines: {node: '>=12'} cpu: [x64] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/netbsd-x64@0.16.4: + '@esbuild/netbsd-x64@0.16.4': resolution: {integrity: sha512-LHSJLit8jCObEQNYkgsDYBh2JrJT53oJO2HVdkSYLa6+zuLJh0lAr06brXIkljrlI+N7NNW1IAXGn/6IZPi3YQ==} engines: {node: '>=12'} cpu: [x64] os: [netbsd] - requiresBuild: true - dev: true - optional: true - /@esbuild/openbsd-x64@0.16.4: + '@esbuild/openbsd-x64@0.16.4': resolution: {integrity: sha512-nLgdc6tWEhcCFg/WVFaUxHcPK3AP/bh+KEwKtl69Ay5IBqUwKDaq/6Xk0E+fh/FGjnLwqFSsarsbPHeKM8t8Sw==} engines: {node: '>=12'} cpu: [x64] os: [openbsd] - requiresBuild: true - dev: true - optional: true - /@esbuild/sunos-x64@0.16.4: + '@esbuild/sunos-x64@0.16.4': resolution: {integrity: sha512-08SluG24GjPO3tXKk95/85n9kpyZtXCVwURR2i4myhrOfi3jspClV0xQQ0W0PYWHioJj+LejFMt41q+PG3mlAQ==} engines: {node: '>=12'} cpu: [x64] os: [sunos] - requiresBuild: true - dev: true - optional: true - /@esbuild/win32-arm64@0.16.4: + '@esbuild/win32-arm64@0.16.4': resolution: {integrity: sha512-yYiRDQcqLYQSvNQcBKN7XogbrSvBE45FEQdH8fuXPl7cngzkCvpsG2H9Uey39IjQ6gqqc+Q4VXYHsQcKW0OMjQ==} engines: {node: '>=12'} cpu: [arm64] os: [win32] - requiresBuild: true - dev: true - optional: true - /@esbuild/win32-ia32@0.16.4: + '@esbuild/win32-ia32@0.16.4': resolution: {integrity: sha512-5rabnGIqexekYkh9zXG5waotq8mrdlRoBqAktjx2W3kb0zsI83mdCwrcAeKYirnUaTGztR5TxXcXmQrEzny83w==} engines: {node: '>=12'} cpu: [ia32] os: [win32] - requiresBuild: true - dev: true - optional: true - /@esbuild/win32-x64@0.16.4: + '@esbuild/win32-x64@0.16.4': resolution: {integrity: sha512-sN/I8FMPtmtT2Yw+Dly8Ur5vQ5a/RmC8hW7jO9PtPSQUPkowxWpcUZnqOggU7VwyT3Xkj6vcXWd3V/qTXwultQ==} engines: {node: '>=12'} cpu: [x64] os: [win32] - requiresBuild: true - dev: true - optional: true - /@fortawesome/fontawesome-common-types@6.2.1: + '@fortawesome/fontawesome-common-types@6.2.1': resolution: {integrity: sha512-Sz07mnQrTekFWLz5BMjOzHl/+NooTdW8F8kDQxjWwbpOJcnoSg4vUDng8d/WR1wOxM0O+CY9Zw0nR054riNYtQ==} engines: {node: '>=6'} - requiresBuild: true - dev: false - /@fortawesome/fontawesome-svg-core@6.2.1: + '@fortawesome/fontawesome-svg-core@6.2.1': resolution: {integrity: sha512-HELwwbCz6C1XEcjzyT1Jugmz2NNklMrSPjZOWMlc+ZsHIVk+XOvOXLGGQtFBwSyqfJDNgRq4xBCwWOaZ/d9DEA==} engines: {node: '>=6'} - requiresBuild: true - dependencies: - '@fortawesome/fontawesome-common-types': 6.2.1 - dev: false - /@fortawesome/free-brands-svg-icons@6.2.1: + '@fortawesome/free-brands-svg-icons@6.2.1': resolution: {integrity: sha512-L8l4MfdHPmZlJ72PvzdfwOwbwcCAL0vx48tJRnI6u1PJXh+j2f3yDoKyQgO3qjEsgD5Fr2tQV/cPP8F/k6aUig==} engines: {node: '>=6'} - requiresBuild: true - dependencies: - '@fortawesome/fontawesome-common-types': 6.2.1 - dev: false - /@fortawesome/free-solid-svg-icons@6.2.1: + '@fortawesome/free-solid-svg-icons@6.2.1': resolution: {integrity: sha512-oKuqrP5jbfEPJWTij4sM+/RvgX+RMFwx3QZCZcK9PrBDgxC35zuc7AOFsyMjMd/PIFPeB2JxyqDr5zs/DZFPPw==} engines: {node: '>=6'} - requiresBuild: true - dependencies: - '@fortawesome/fontawesome-common-types': 6.2.1 - dev: false - /@fortawesome/react-fontawesome@0.2.0(@fortawesome/fontawesome-svg-core@6.2.1)(react@18.2.0): + '@fortawesome/react-fontawesome@0.2.0': resolution: {integrity: sha512-uHg75Rb/XORTtVt7OS9WoK8uM276Ufi7gCzshVWkUJbHhh3svsUUeqXerrM96Wm7fRiDzfKRwSoahhMIkGAYHw==} peerDependencies: '@fortawesome/fontawesome-svg-core': ~1 || ~6 react: '>=16.3' - dependencies: - '@fortawesome/fontawesome-svg-core': 6.2.1 - prop-types: 15.8.1 - react: 18.2.0 - dev: false - /@jridgewell/gen-mapping@0.1.1: + '@jridgewell/gen-mapping@0.1.1': resolution: {integrity: sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==} engines: {node: '>=6.0.0'} - dependencies: - '@jridgewell/set-array': 1.1.2 - '@jridgewell/sourcemap-codec': 1.4.14 - /@jridgewell/gen-mapping@0.3.2: + '@jridgewell/gen-mapping@0.3.2': resolution: {integrity: sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==} engines: {node: '>=6.0.0'} - dependencies: - '@jridgewell/set-array': 1.1.2 - '@jridgewell/sourcemap-codec': 1.4.14 - '@jridgewell/trace-mapping': 0.3.17 - /@jridgewell/resolve-uri@3.1.0: + '@jridgewell/resolve-uri@3.1.0': resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==} engines: {node: '>=6.0.0'} - /@jridgewell/set-array@1.1.2: + '@jridgewell/set-array@1.1.2': resolution: {integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==} engines: {node: '>=6.0.0'} - /@jridgewell/sourcemap-codec@1.4.14: + '@jridgewell/sourcemap-codec@1.4.14': resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==} - /@jridgewell/trace-mapping@0.3.17: + '@jridgewell/trace-mapping@0.3.17': resolution: {integrity: sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==} - dependencies: - '@jridgewell/resolve-uri': 3.1.0 - '@jridgewell/sourcemap-codec': 1.4.14 - /@next/env@13.0.6: + '@next/env@13.0.6': resolution: {integrity: sha512-yceT6DCHKqPRS1cAm8DHvDvK74DLIkDQdm5iV+GnIts8h0QbdHvkUIkdOvQoOODgpr6018skbmSQp12z5OWIQQ==} - dev: false - /@next/font@13.0.6: + '@next/font@13.0.6': resolution: {integrity: sha512-5vxNmvnV0CbYjQGtztD5Axft9C7npKihbQpiFhnDwdb99f9K/QSFfcJqxz0E5QBkf67O2niVGJ5lApJDu78w0w==} - dev: false - /@next/swc-android-arm-eabi@13.0.6: + '@next/swc-android-arm-eabi@13.0.6': resolution: {integrity: sha512-FGFSj3v2Bluw8fD/X+1eXIEB0PhoJE0zfutsAauRhmNpjjZshLDgoXMWm1jTRL/04K/o9gwwO2+A8+sPVCH1uw==} engines: {node: '>= 10'} cpu: [arm] os: [android] - requiresBuild: true - dev: false - optional: true - /@next/swc-android-arm64@13.0.6: + '@next/swc-android-arm64@13.0.6': resolution: {integrity: sha512-7MgbtU7kimxuovVsd7jSJWMkIHBDBUsNLmmlkrBRHTvgzx5nDBXogP0hzZm7EImdOPwVMPpUHRQMBP9mbsiJYQ==} engines: {node: '>= 10'} cpu: [arm64] os: [android] - requiresBuild: true - dev: false - optional: true - /@next/swc-darwin-arm64@13.0.6: + '@next/swc-darwin-arm64@13.0.6': resolution: {integrity: sha512-AUVEpVTxbP/fxdFsjVI9d5a0CFn6NVV7A/RXOb0Y+pXKIIZ1V5rFjPwpYfIfyOo2lrqgehMNQcyMRoTrhq04xg==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - requiresBuild: true - dev: false - optional: true - /@next/swc-darwin-x64@13.0.6: + '@next/swc-darwin-x64@13.0.6': resolution: {integrity: sha512-SasCDJlshglsPnbzhWaIF6VEGkQy2NECcAOxPwaPr0cwbbt4aUlZ7QmskNzgolr5eAjFS/xTr7CEeKJtZpAAtQ==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] - requiresBuild: true - dev: false - optional: true - /@next/swc-freebsd-x64@13.0.6: + '@next/swc-freebsd-x64@13.0.6': resolution: {integrity: sha512-6Lbxd9gAdXneTkwHyYW/qtX1Tdw7ND9UbiGsGz/SP43ZInNWnW6q0au4hEVPZ9bOWWRKzcVoeTBdoMpQk9Hx9w==} engines: {node: '>= 10'} cpu: [x64] os: [freebsd] - requiresBuild: true - dev: false - optional: true - /@next/swc-linux-arm-gnueabihf@13.0.6: + '@next/swc-linux-arm-gnueabihf@13.0.6': resolution: {integrity: sha512-wNdi5A519e1P+ozEuYOhWPzzE6m1y7mkO6NFwn6watUwO0X9nZs7fT9THmnekvmFQpaZ6U+xf2MQ9poQoCh6jQ==} engines: {node: '>= 10'} cpu: [arm] os: [linux] - requiresBuild: true - dev: false - optional: true - /@next/swc-linux-arm64-gnu@13.0.6: + '@next/swc-linux-arm64-gnu@13.0.6': resolution: {integrity: sha512-e8KTRnleQY1KLk5PwGV5hrmvKksCc74QRpHl5ffWnEEAtL2FE0ave5aIkXqErsPdXkiKuA/owp3LjQrP+/AH7Q==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - requiresBuild: true - dev: false - optional: true - /@next/swc-linux-arm64-musl@13.0.6: + '@next/swc-linux-arm64-musl@13.0.6': resolution: {integrity: sha512-/7RF03C3mhjYpHN+pqOolgME3guiHU5T3TsejuyteqyEyzdEyLHod+jcYH6ft7UZ71a6TdOewvmbLOtzHW2O8A==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - requiresBuild: true - dev: false - optional: true - /@next/swc-linux-x64-gnu@13.0.6: + '@next/swc-linux-x64-gnu@13.0.6': resolution: {integrity: sha512-kxyEXnYHpOEkFnmrlwB1QlzJtjC6sAJytKcceIyFUHbCaD3W/Qb5tnclcnHKTaFccizZRePXvV25Ok/eUSpKTw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - requiresBuild: true - dev: false - optional: true - /@next/swc-linux-x64-musl@13.0.6: + '@next/swc-linux-x64-musl@13.0.6': resolution: {integrity: sha512-N0c6gubS3WW1oYYgo02xzZnNatfVQP/CiJq2ax+DJ55ePV62IACbRCU99TZNXXg+Kos6vNW4k+/qgvkvpGDeyA==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - requiresBuild: true - dev: false - optional: true - /@next/swc-win32-arm64-msvc@13.0.6: + '@next/swc-win32-arm64-msvc@13.0.6': resolution: {integrity: sha512-QjeMB2EBqBFPb/ac0CYr7GytbhUkrG4EwFWbcE0vsRp4H8grt25kYpFQckL4Jak3SUrp7vKfDwZ/SwO7QdO8vw==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] - requiresBuild: true - dev: false - optional: true - /@next/swc-win32-ia32-msvc@13.0.6: + '@next/swc-win32-ia32-msvc@13.0.6': resolution: {integrity: sha512-EQzXtdqRTcmhT/tCq81rIwE36Y3fNHPInaCuJzM/kftdXfa0F+64y7FAoMO13npX8EG1+SamXgp/emSusKrCXg==} engines: {node: '>= 10'} cpu: [ia32] os: [win32] - requiresBuild: true - dev: false - optional: true - /@next/swc-win32-x64-msvc@13.0.6: + '@next/swc-win32-x64-msvc@13.0.6': resolution: {integrity: sha512-pSkqZ//UP/f2sS9T7IvHLfEWDPTX0vRyXJnAUNisKvO3eF3e1xdhDX7dix/X3Z3lnN4UjSwOzclAI87JFbOwmQ==} engines: {node: '>= 10'} cpu: [x64] os: [win32] - requiresBuild: true - dev: false - optional: true - /@swc/helpers@0.4.14: + '@swc/helpers@0.4.14': resolution: {integrity: sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw==} - dependencies: - tslib: 2.4.1 - dev: false - /@types/async@3.2.16: + '@types/async@3.2.16': resolution: {integrity: sha512-jnlGp5Z/cAZ7JVYyLnSDuYJ+YyYm0o2yzL8Odv6ckWmGMow3j/P/wgfziybB044cXXA93lEuymJyxVR8Iz2amQ==} - dev: true - /@types/chai-subset@1.3.3: + '@types/chai-subset@1.3.3': resolution: {integrity: sha512-frBecisrNGz+F4T6bcc+NLeolfiojh5FxW2klu669+8BARtyQv2C/GkNW6FUodVe4BroGMP/wER/YDGc7rEllw==} - dependencies: - '@types/chai': 4.3.4 - dev: true - /@types/chai@4.3.4: + '@types/chai@4.3.4': resolution: {integrity: sha512-KnRanxnpfpjUTqTCXslZSEdLfXExwgNxYPdiO2WGUj8+HDjFi8R3k5RVKPeSCzLjCcshCAtVO2QBbVuAV4kTnw==} - dev: true - /@types/hoist-non-react-statics@3.3.1: + '@types/hoist-non-react-statics@3.3.1': resolution: {integrity: sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==} - dependencies: - '@types/react': 18.0.26 - hoist-non-react-statics: 3.3.2 - dev: true - /@types/lodash@4.14.191: + '@types/lodash@4.14.191': resolution: {integrity: sha512-BdZ5BCCvho3EIXw6wUCXHe7rS53AIDPLE+JzwgT+OsJk53oBfbSmZZ7CX4VaRoN78N+TJpFi9QPlfIVNmJYWxQ==} - dev: true - /@types/node@18.11.12: + '@types/node@18.11.12': resolution: {integrity: sha512-FgD3NtTAKvyMmD44T07zz2fEf+OKwutgBCEVM8GcvMGVGaDktiLNTDvPwC/LUe3PinMW+X6CuLOF2Ui1mAlSXg==} - dev: true - /@types/pako@2.0.0: + '@types/pako@2.0.0': resolution: {integrity: sha512-10+iaz93qR5WYxTo+PMifD5TSxiOtdRaxBf7INGGXMQgTCu8Z/7GYWYFUOS3q/G0nE5boj1r4FEB+WSy7s5gbA==} - dev: true - /@types/prop-types@15.7.5: + '@types/prop-types@15.7.5': resolution: {integrity: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==} - dev: true - /@types/react-dom@18.0.9: + '@types/react-dom@18.0.9': resolution: {integrity: sha512-qnVvHxASt/H7i+XG1U1xMiY5t+IHcPGUK7TDMDzom08xa7e86eCeKOiLZezwCKVxJn6NEiiy2ekgX8aQssjIKg==} - dependencies: - '@types/react': 18.0.26 - dev: true - /@types/react-slider@1.3.1: + '@types/react-slider@1.3.1': resolution: {integrity: sha512-4X2yK7RyCIy643YCFL+bc6XNmcnBtt8n88uuyihvcn5G7Lut23eNQU3q3KmwF7MWIfKfsW5NxCjw0SeDZRtgaA==} - dependencies: - '@types/react': 18.0.26 - dev: true - /@types/react@18.0.26: + '@types/react@18.0.26': resolution: {integrity: sha512-hCR3PJQsAIXyxhTNSiDFY//LhnMZWpNNr5etoCqx/iUfGc5gXWtQR2Phl908jVR6uPXacojQWTg4qRpkxTuGug==} - dependencies: - '@types/prop-types': 15.7.5 - '@types/scheduler': 0.16.2 - csstype: 3.1.1 - dev: true - /@types/scheduler@0.16.2: + '@types/scheduler@0.16.2': resolution: {integrity: sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==} - dev: true - /@types/styled-components@5.1.26: + '@types/styled-components@5.1.26': resolution: {integrity: sha512-KuKJ9Z6xb93uJiIyxo/+ksS7yLjS1KzG6iv5i78dhVg/X3u5t1H7juRWqVmodIdz6wGVaIApo1u01kmFRdJHVw==} - dependencies: - '@types/hoist-non-react-statics': 3.3.1 - '@types/react': 18.0.26 - csstype: 3.1.1 - dev: true - /@types/tinycolor2@1.4.3: + '@types/tinycolor2@1.4.3': resolution: {integrity: sha512-Kf1w9NE5HEgGxCRyIcRXR/ZYtDv0V8FVPtYHwLxl0O+maGX0erE77pQlD0gpP+/KByMZ87mOA79SjifhSB3PjQ==} - dev: true - /@types/uuid@9.0.0: + '@types/uuid@9.0.0': resolution: {integrity: sha512-kr90f+ERiQtKWMz5rP32ltJ/BtULDI5RVO0uavn1HQUOwjx0R1h0rnDYNL0CepF1zL5bSY6FISAfd9tOdDhU5Q==} - dev: true - /@vercel/analytics@0.1.6(react@18.2.0): + '@vercel/analytics@0.1.6': resolution: {integrity: sha512-zNd5pj3iDvq8IMBQHa1YRcIteiw6ZiPB8AsONHd8ieFXlNpLqhXfIYnf4WvTfZ7S1NSJ++mIM14aJnNac/VMXQ==} peerDependencies: react: ^16.8||^17||^18 - dependencies: - react: 18.2.0 - dev: false - /acorn-walk@8.2.0: + acorn-walk@8.2.0: resolution: {integrity: sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==} engines: {node: '>=0.4.0'} - dev: true - /acorn@8.8.1: + acorn@8.8.1: resolution: {integrity: sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA==} engines: {node: '>=0.4.0'} hasBin: true - dev: true - /ansi-styles@3.2.1: + ansi-styles@3.2.1: resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} engines: {node: '>=4'} - dependencies: - color-convert: 1.9.3 - /assertion-error@1.1.0: + assertion-error@1.1.0: resolution: {integrity: sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==} - dev: true - /async@3.2.4: + async@3.2.4: resolution: {integrity: sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==} - dev: false - /babel-plugin-styled-components@2.0.7(styled-components@5.3.6): + babel-plugin-styled-components@2.0.7: resolution: {integrity: sha512-i7YhvPgVqRKfoQ66toiZ06jPNA3p6ierpfUuEWxNF+fV27Uv5gxBkf8KZLHUCc1nFA9j6+80pYoIpqCeyW3/bA==} peerDependencies: styled-components: '>= 2' - dependencies: - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-module-imports': 7.18.6 - babel-plugin-syntax-jsx: 6.18.0 - lodash: 4.17.21 - picomatch: 2.3.1 - styled-components: 5.3.6(react-dom@18.2.0)(react-is@16.13.1)(react@18.2.0) - dev: false - /babel-plugin-syntax-jsx@6.18.0: + babel-plugin-syntax-jsx@6.18.0: resolution: {integrity: sha512-qrPaCSo9c8RHNRHIotaufGbuOBN8rtdC4QrrFFc43vyWCCz7Kl7GL1PGaXtMGQZUXrkCjNEgxDfmAuAabr/rlw==} - dev: false - /browserslist@4.21.4: + browserslist@4.21.4: resolution: {integrity: sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true - dependencies: - caniuse-lite: 1.0.30001439 - electron-to-chromium: 1.4.284 - node-releases: 2.0.6 - update-browserslist-db: 1.0.10(browserslist@4.21.4) - /camelize@1.0.1: + camelize@1.0.1: resolution: {integrity: sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==} - dev: false - /caniuse-lite@1.0.30001439: + caniuse-lite@1.0.30001439: resolution: {integrity: sha512-1MgUzEkoMO6gKfXflStpYgZDlFM7M/ck/bgfVCACO5vnAf0fXoNVHdWtqGU+MYca+4bL9Z5bpOVmR33cWW9G2A==} - /chai@4.3.7: + chai@4.3.7: resolution: {integrity: sha512-HLnAzZ2iupm25PlN0xFreAlBA5zaBSv3og0DdeGA4Ar6h6rJ3A0rolRUKJhSF2V10GZKDgWF/VmAEsNWjCRB+A==} engines: {node: '>=4'} - dependencies: - assertion-error: 1.1.0 - check-error: 1.0.2 - deep-eql: 4.1.3 - get-func-name: 2.0.0 - loupe: 2.3.6 - pathval: 1.1.1 - type-detect: 4.0.8 - dev: true - /chalk@2.4.2: + chalk@2.4.2: resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} engines: {node: '>=4'} - dependencies: - ansi-styles: 3.2.1 - escape-string-regexp: 1.0.5 - supports-color: 5.5.0 - /check-error@1.0.2: + check-error@1.0.2: resolution: {integrity: sha512-BrgHpW9NURQgzoNyjfq0Wu6VFO6D7IZEmJNdtgNqpzGG8RuNFHt2jQxWlAs4HMe119chBnv+34syEZtc6IhLtA==} - dev: true - /client-only@0.0.1: + client-only@0.0.1: resolution: {integrity: sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==} - dev: false - /color-convert@1.9.3: + color-convert@1.9.3: resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} - dependencies: - color-name: 1.1.3 - /color-name@1.1.3: + color-name@1.1.3: resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==} - /comlink@4.3.1: + comlink@4.3.1: resolution: {integrity: sha512-+YbhUdNrpBZggBAHWcgQMLPLH1KDF3wJpeqrCKieWQ8RL7atmgsgTQko1XEBK6PsecfopWNntopJ+ByYG1lRaA==} - dev: false - /convert-source-map@1.9.0: + convert-source-map@1.9.0: resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==} - /css-color-keywords@1.0.0: + css-color-keywords@1.0.0: resolution: {integrity: sha512-FyyrDHZKEjXDpNJYvVsV960FiqQyXc/LlYmsxl2BcdMb2WPx0OGRVgTg55rPSyLSNMqP52R9r8geSp7apN3Ofg==} engines: {node: '>=4'} - dev: false - /css-mediaquery@0.1.2: + css-mediaquery@0.1.2: resolution: {integrity: sha512-COtn4EROW5dBGlE/4PiKnh6rZpAPxDeFLaEEwt4i10jpDMFt2EhQGS79QmmrO+iKCHv0PU/HrOWEhijFd1x99Q==} - dev: false - /css-to-react-native@3.0.0: + css-to-react-native@3.0.0: resolution: {integrity: sha512-Ro1yETZA813eoyUp2GDBhG2j+YggidUmzO1/v9eYBKR2EHVEniE2MI/NqpTQ954BMpTPZFsGNPm46qFB9dpaPQ==} - dependencies: - camelize: 1.0.1 - css-color-keywords: 1.0.0 - postcss-value-parser: 4.2.0 - dev: false - /csstype@3.1.1: + csstype@3.1.1: resolution: {integrity: sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==} - dev: true - /debug@4.3.4(supports-color@5.5.0): + debug@4.3.4: resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} engines: {node: '>=6.0'} peerDependencies: @@ -1000,171 +683,112 @@ packages: peerDependenciesMeta: supports-color: optional: true - dependencies: - ms: 2.1.2 - supports-color: 5.5.0 - /deep-eql@4.1.3: + deep-eql@4.1.3: resolution: {integrity: sha512-WaEtAOpRA1MQ0eohqZjpGD8zdI0Ovsm8mmFhaDN8dvDZzyoUMcYDnf5Y6iu7HTXxf8JDS23qWa4a+hKCDyOPzw==} engines: {node: '>=6'} - dependencies: - type-detect: 4.0.8 - dev: true - /electron-to-chromium@1.4.284: + electron-to-chromium@1.4.284: resolution: {integrity: sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==} - /esbuild@0.16.4: + esbuild@0.16.4: resolution: {integrity: sha512-qQrPMQpPTWf8jHugLWHoGqZjApyx3OEm76dlTXobHwh/EBbavbRdjXdYi/GWr43GyN0sfpap14GPkb05NH3ROA==} engines: {node: '>=12'} hasBin: true - requiresBuild: true - optionalDependencies: - '@esbuild/android-arm': 0.16.4 - '@esbuild/android-arm64': 0.16.4 - '@esbuild/android-x64': 0.16.4 - '@esbuild/darwin-arm64': 0.16.4 - '@esbuild/darwin-x64': 0.16.4 - '@esbuild/freebsd-arm64': 0.16.4 - '@esbuild/freebsd-x64': 0.16.4 - '@esbuild/linux-arm': 0.16.4 - '@esbuild/linux-arm64': 0.16.4 - '@esbuild/linux-ia32': 0.16.4 - '@esbuild/linux-loong64': 0.16.4 - '@esbuild/linux-mips64el': 0.16.4 - '@esbuild/linux-ppc64': 0.16.4 - '@esbuild/linux-riscv64': 0.16.4 - '@esbuild/linux-s390x': 0.16.4 - '@esbuild/linux-x64': 0.16.4 - '@esbuild/netbsd-x64': 0.16.4 - '@esbuild/openbsd-x64': 0.16.4 - '@esbuild/sunos-x64': 0.16.4 - '@esbuild/win32-arm64': 0.16.4 - '@esbuild/win32-ia32': 0.16.4 - '@esbuild/win32-x64': 0.16.4 - dev: true - /escalade@3.1.1: + escalade@3.1.1: resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} engines: {node: '>=6'} - /escape-string-regexp@1.0.5: + escape-string-regexp@1.0.5: resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==} engines: {node: '>=0.8.0'} - /fsevents@2.3.2: + fsevents@2.3.2: resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==} engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} os: [darwin] - requiresBuild: true - dev: true - optional: true - /function-bind@1.1.1: + function-bind@1.1.1: resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} - dev: true - /fuse.js@6.6.2: + fuse.js@6.6.2: resolution: {integrity: sha512-cJaJkxCCxC8qIIcPBF9yGxY0W/tVZS3uEISDxhYIdtk8OL93pe+6Zj7LjCqVV4dzbqcriOZ+kQ/NE4RXZHsIGA==} engines: {node: '>=10'} - dev: false - /gensync@1.0.0-beta.2: + gensync@1.0.0-beta.2: resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} engines: {node: '>=6.9.0'} - /get-func-name@2.0.0: + get-func-name@2.0.0: resolution: {integrity: sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig==} - dev: true - /globals@11.12.0: + globals@11.12.0: resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} engines: {node: '>=4'} - /has-flag@3.0.0: + has-flag@3.0.0: resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} engines: {node: '>=4'} - /has@1.0.3: + has@1.0.3: resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==} engines: {node: '>= 0.4.0'} - dependencies: - function-bind: 1.1.1 - dev: true - /hoist-non-react-statics@3.3.2: + hoist-non-react-statics@3.3.2: resolution: {integrity: sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==} - dependencies: - react-is: 16.13.1 - /hyphenate-style-name@1.0.4: + hyphenate-style-name@1.0.4: resolution: {integrity: sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==} - dev: false - /is-core-module@2.11.0: + is-core-module@2.11.0: resolution: {integrity: sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==} - dependencies: - has: 1.0.3 - dev: true - /js-tokens@4.0.0: + js-tokens@4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} - /jsesc@2.5.2: + jsesc@2.5.2: resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} engines: {node: '>=4'} hasBin: true - /json5@2.2.1: + json5@2.2.1: resolution: {integrity: sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==} engines: {node: '>=6'} hasBin: true - /local-pkg@0.4.2: + local-pkg@0.4.2: resolution: {integrity: sha512-mlERgSPrbxU3BP4qBqAvvwlgW4MTg78iwJdGGnv7kibKjWcJksrG3t6LB5lXI93wXRDvG4NpUgJFmTG4T6rdrg==} engines: {node: '>=14'} - dev: true - /lodash@4.17.21: + lodash@4.17.21: resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} - dev: false - /loose-envify@1.4.0: + loose-envify@1.4.0: resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} hasBin: true - dependencies: - js-tokens: 4.0.0 - dev: false - /loupe@2.3.6: + loupe@2.3.6: resolution: {integrity: sha512-RaPMZKiMy8/JruncMU5Bt6na1eftNoo++R4Y+N2FrxkDVTrGvcyzFTsaGif4QTeKESheMGegbhw6iUAq+5A8zA==} - dependencies: - get-func-name: 2.0.0 - dev: true - /matchmediaquery@0.3.1: + matchmediaquery@0.3.1: resolution: {integrity: sha512-Hlk20WQHRIm9EE9luN1kjRjYXAQToHOIAHPJn9buxBwuhfTHoKUcX+lXBbxc85DVQfXYbEQ4HcwQdd128E3qHQ==} - dependencies: - css-mediaquery: 0.1.2 - dev: false - /ms@2.1.2: + ms@2.1.2: resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} - /nanoid@3.3.4: + nanoid@3.3.4: resolution: {integrity: sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true - /nbt@0.8.1: + nbt@0.8.1: resolution: {integrity: sha512-jUNuLo/SM8vA7uW3pudnXgCOqd2187Vw9jSeyByKJCyGfxW9VIglKcSlBn8pfb/eS95Suv7eyDxvWGSNOK0dMw==} - dev: false - /nearest-color@0.4.4: + nearest-color@0.4.4: resolution: {integrity: sha512-orhcaIORC10tf41Ld2wwlcC+FaAavHG87JHWB3eHH5p7v2k9Tzym2XNEZzLAm5YJwGv6Q38WWc7SOb+Qfu/4NQ==} - dev: false - /next@13.0.6(@babel/core@7.20.5)(react-dom@18.2.0)(react@18.2.0): + next@13.0.6: resolution: {integrity: sha512-COvigvms2LRt1rrzfBQcMQ2GZd86Mvk1z+LOLY5pniFtL4VrTmhZ9salrbKfSiXbhsD01TrDdD68ec3ABDyscA==} engines: {node: '>=14.6.0'} hasBin: true @@ -1181,218 +805,117 @@ packages: optional: true sass: optional: true - dependencies: - '@next/env': 13.0.6 - '@swc/helpers': 0.4.14 - caniuse-lite: 1.0.30001439 - postcss: 8.4.14 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - styled-jsx: 5.1.0(@babel/core@7.20.5)(react@18.2.0) - optionalDependencies: - '@next/swc-android-arm-eabi': 13.0.6 - '@next/swc-android-arm64': 13.0.6 - '@next/swc-darwin-arm64': 13.0.6 - '@next/swc-darwin-x64': 13.0.6 - '@next/swc-freebsd-x64': 13.0.6 - '@next/swc-linux-arm-gnueabihf': 13.0.6 - '@next/swc-linux-arm64-gnu': 13.0.6 - '@next/swc-linux-arm64-musl': 13.0.6 - '@next/swc-linux-x64-gnu': 13.0.6 - '@next/swc-linux-x64-musl': 13.0.6 - '@next/swc-win32-arm64-msvc': 13.0.6 - '@next/swc-win32-ia32-msvc': 13.0.6 - '@next/swc-win32-x64-msvc': 13.0.6 - transitivePeerDependencies: - - '@babel/core' - - babel-plugin-macros - dev: false - /node-releases@2.0.6: + node-releases@2.0.6: resolution: {integrity: sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==} - /object-assign@4.1.1: + object-assign@4.1.1: resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} engines: {node: '>=0.10.0'} - dev: false - /pako@2.1.0: + pako@2.1.0: resolution: {integrity: sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==} - dev: false - /path-parse@1.0.7: + path-parse@1.0.7: resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} - dev: true - /pathval@1.1.1: + pathval@1.1.1: resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==} - dev: true - /picocolors@1.0.0: + picocolors@1.0.0: resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} - /picomatch@2.3.1: + picomatch@2.3.1: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} engines: {node: '>=8.6'} - dev: false - /postcss-value-parser@4.2.0: + postcss-value-parser@4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} - dev: false - /postcss@8.4.14: + postcss@8.4.14: resolution: {integrity: sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==} engines: {node: ^10 || ^12 || >=14} - dependencies: - nanoid: 3.3.4 - picocolors: 1.0.0 - source-map-js: 1.0.2 - dev: false - /postcss@8.4.19: + postcss@8.4.19: resolution: {integrity: sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==} engines: {node: ^10 || ^12 || >=14} - dependencies: - nanoid: 3.3.4 - picocolors: 1.0.0 - source-map-js: 1.0.2 - dev: true - /prettier@2.8.1: + prettier@2.8.1: resolution: {integrity: sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg==} engines: {node: '>=10.13.0'} hasBin: true - dev: true - /prop-types@15.8.1: + prop-types@15.8.1: resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==} - dependencies: - loose-envify: 1.4.0 - object-assign: 4.1.1 - react-is: 16.13.1 - dev: false - /react-dom@18.2.0(react@18.2.0): + react-dom@18.2.0: resolution: {integrity: sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==} peerDependencies: react: ^18.2.0 - dependencies: - loose-envify: 1.4.0 - react: 18.2.0 - scheduler: 0.23.0 - dev: false - /react-is@16.13.1: + react-is@16.13.1: resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} - /react-responsive@9.0.2(react@18.2.0): + react-responsive@9.0.2: resolution: {integrity: sha512-+4CCab7z8G8glgJoRjAwocsgsv6VA2w7JPxFWHRc7kvz8mec1/K5LutNC2MG28Mn8mu6+bu04XZxHv5gyfT7xQ==} engines: {node: '>=0.10'} peerDependencies: react: '>=16.8.0' - dependencies: - hyphenate-style-name: 1.0.4 - matchmediaquery: 0.3.1 - prop-types: 15.8.1 - react: 18.2.0 - shallow-equal: 1.2.1 - dev: false - /react-slider@2.0.4(react@18.2.0): + react-slider@2.0.4: resolution: {integrity: sha512-sWwQD01n6v+MbeLCYthJGZPc0kzOyhQHyd0bSo0edg+IAxTVQmj3Oy4SBK65eX6gNwS9meUn6Z5sIBUVmwAd9g==} peerDependencies: react: ^16 || ^17 || ^18 - dependencies: - prop-types: 15.8.1 - react: 18.2.0 - dev: false - /react@18.2.0: + react@18.2.0: resolution: {integrity: sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==} engines: {node: '>=0.10.0'} - dependencies: - loose-envify: 1.4.0 - dev: false - /regenerator-runtime@0.13.11: + regenerator-runtime@0.13.11: resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==} - dev: true - /resolve@1.22.1: + resolve@1.22.1: resolution: {integrity: sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==} hasBin: true - dependencies: - is-core-module: 2.11.0 - path-parse: 1.0.7 - supports-preserve-symlinks-flag: 1.0.0 - dev: true - /rollup@3.7.2: + rollup@3.7.2: resolution: {integrity: sha512-orqIX5zkHyHKVsIBl8J5a2tnVikOAMte0DgOLViyW6McYuj45FG+cQPrXILhaifBSmy0D0hKbHg2RbgzFJcwTg==} engines: {node: '>=14.18.0', npm: '>=8.0.0'} hasBin: true - optionalDependencies: - fsevents: 2.3.2 - dev: true - /scheduler@0.23.0: + scheduler@0.23.0: resolution: {integrity: sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==} - dependencies: - loose-envify: 1.4.0 - dev: false - /semver@6.3.0: + semver@6.3.0: resolution: {integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==} hasBin: true - /shallow-equal@1.2.1: + shallow-equal@1.2.1: resolution: {integrity: sha512-S4vJDjHHMBaiZuT9NPb616CSmLf618jawtv3sufLl6ivK8WocjAo58cXwbRV1cgqxH0Qbv+iUt6m05eqEa2IRA==} - dev: false - /shallowequal@1.1.0: + shallowequal@1.1.0: resolution: {integrity: sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==} - dev: false - /source-map-js@1.0.2: + source-map-js@1.0.2: resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==} engines: {node: '>=0.10.0'} - /source-map@0.6.1: + source-map@0.6.1: resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} engines: {node: '>=0.10.0'} - dev: true - /strip-literal@1.0.0: + strip-literal@1.0.0: resolution: {integrity: sha512-5o4LsH1lzBzO9UFH63AJ2ad2/S2AVx6NtjOcaz+VTT2h1RiRvbipW72z8M/lxEhcPHDBQwpDrnTF7sXy/7OwCQ==} - dependencies: - acorn: 8.8.1 - dev: true - /styled-components@5.3.6(react-dom@18.2.0)(react-is@16.13.1)(react@18.2.0): + styled-components@5.3.6: resolution: {integrity: sha512-hGTZquGAaTqhGWldX7hhfzjnIYBZ0IXQXkCYdvF1Sq3DsUaLx6+NTHC5Jj1ooM2F68sBiVz3lvhfwQs/S3l6qg==} engines: {node: '>=10'} - requiresBuild: true peerDependencies: react: '>= 16.8.0' react-dom: '>= 16.8.0' react-is: '>= 16.8.0' - dependencies: - '@babel/helper-module-imports': 7.18.6 - '@babel/traverse': 7.20.5(supports-color@5.5.0) - '@emotion/is-prop-valid': 1.2.0 - '@emotion/stylis': 0.8.5 - '@emotion/unitless': 0.7.5 - babel-plugin-styled-components: 2.0.7(styled-components@5.3.6) - css-to-react-native: 3.0.0 - hoist-non-react-statics: 3.3.2 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - react-is: 16.13.1 - shallowequal: 1.1.0 - supports-color: 5.5.0 - dev: false - /styled-jsx@5.1.0(@babel/core@7.20.5)(react@18.2.0): + styled-jsx@5.1.0: resolution: {integrity: sha512-/iHaRJt9U7T+5tp6TRelLnqBqiaIT0HsO0+vgyj8hK2KUk7aejFqRrumqPUlAqDwAj8IbS/1hk3IhBAAK/FCUQ==} engines: {node: '>= 12.0.0'} peerDependencies: @@ -1404,76 +927,56 @@ packages: optional: true babel-plugin-macros: optional: true - dependencies: - '@babel/core': 7.20.5 - client-only: 0.0.1 - react: 18.2.0 - dev: false - /supports-color@5.5.0: + supports-color@5.5.0: resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} engines: {node: '>=4'} - dependencies: - has-flag: 3.0.0 - /supports-preserve-symlinks-flag@1.0.0: + supports-preserve-symlinks-flag@1.0.0: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} - dev: true - /tinybench@2.3.1: + tinybench@2.3.1: resolution: {integrity: sha512-hGYWYBMPr7p4g5IarQE7XhlyWveh1EKhy4wUBS1LrHXCKYgvz+4/jCqgmJqZxxldesn05vccrtME2RLLZNW7iA==} - dev: true - /tinycolor2@1.4.2: + tinycolor2@1.4.2: resolution: {integrity: sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA==} - dev: false - /tinypool@0.3.0: + tinypool@0.3.0: resolution: {integrity: sha512-NX5KeqHOBZU6Bc0xj9Vr5Szbb1j8tUHIeD18s41aDJaPeC5QTdEhK0SpdpUrZlj2nv5cctNcSjaKNanXlfcVEQ==} engines: {node: '>=14.0.0'} - dev: true - /tinyspy@1.0.2: + tinyspy@1.0.2: resolution: {integrity: sha512-bSGlgwLBYf7PnUsQ6WOc6SJ3pGOcd+d8AA6EUnLDDM0kWEstC1JIlSZA3UNliDXhd9ABoS7hiRBDCu+XP/sf1Q==} engines: {node: '>=14.0.0'} - dev: true - /to-fast-properties@2.0.0: + to-fast-properties@2.0.0: resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} engines: {node: '>=4'} - /tslib@2.4.1: + tslib@2.4.1: resolution: {integrity: sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==} - dev: false - /type-detect@4.0.8: + type-detect@4.0.8: resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==} engines: {node: '>=4'} - dev: true - /typescript@4.9.4: + typescript@4.9.4: resolution: {integrity: sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==} engines: {node: '>=4.2.0'} hasBin: true - dev: true - /update-browserslist-db@1.0.10(browserslist@4.21.4): + update-browserslist-db@1.0.10: resolution: {integrity: sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==} hasBin: true peerDependencies: browserslist: '>= 4.21.0' - dependencies: - browserslist: 4.21.4 - escalade: 3.1.1 - picocolors: 1.0.0 - /uuid@9.0.0: + uuid@9.0.0: resolution: {integrity: sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==} hasBin: true - dev: false - /vite@4.0.0(@types/node@18.11.12): + vite@4.0.0: resolution: {integrity: sha512-ynad+4kYs8Jcnn8J7SacS9vAbk7eMy0xWg6E7bAhS1s79TK+D7tVFGXVZ55S7RNLRROU1rxoKlvZ/qjaB41DGA==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true @@ -1497,17 +1000,8 @@ packages: optional: true terser: optional: true - dependencies: - '@types/node': 18.11.12 - esbuild: 0.16.4 - postcss: 8.4.19 - resolve: 1.22.1 - rollup: 3.7.2 - optionalDependencies: - fsevents: 2.3.2 - dev: true - /vitest@0.25.7: + vitest@0.25.7: resolution: {integrity: sha512-lJ+Ue+v8kHl2JzjaKHJ9u5Yo/loU7zrWK2/Whn8OKQjtq5G7nkeWfXuq3elZaC8xKdkdIuWiiIicaNBG1F5yzg==} engines: {node: '>=v14.16.0'} hasBin: true @@ -1528,6 +1022,723 @@ packages: optional: true jsdom: optional: true + +snapshots: + + '@ampproject/remapping@2.2.0': + dependencies: + '@jridgewell/gen-mapping': 0.1.1 + '@jridgewell/trace-mapping': 0.3.17 + + '@babel/code-frame@7.18.6': + dependencies: + '@babel/highlight': 7.18.6 + + '@babel/compat-data@7.20.5': {} + + '@babel/core@7.20.5': + dependencies: + '@ampproject/remapping': 2.2.0 + '@babel/code-frame': 7.18.6 + '@babel/generator': 7.20.5 + '@babel/helper-compilation-targets': 7.20.0(@babel/core@7.20.5) + '@babel/helper-module-transforms': 7.20.2 + '@babel/helpers': 7.20.6 + '@babel/parser': 7.20.5 + '@babel/template': 7.18.10 + '@babel/traverse': 7.20.5(supports-color@5.5.0) + '@babel/types': 7.20.5 + convert-source-map: 1.9.0 + debug: 4.3.4(supports-color@5.5.0) + gensync: 1.0.0-beta.2 + json5: 2.2.1 + semver: 6.3.0 + transitivePeerDependencies: + - supports-color + + '@babel/generator@7.20.5': + dependencies: + '@babel/types': 7.20.5 + '@jridgewell/gen-mapping': 0.3.2 + jsesc: 2.5.2 + + '@babel/helper-annotate-as-pure@7.18.6': + dependencies: + '@babel/types': 7.20.5 + + '@babel/helper-compilation-targets@7.20.0(@babel/core@7.20.5)': + dependencies: + '@babel/compat-data': 7.20.5 + '@babel/core': 7.20.5 + '@babel/helper-validator-option': 7.18.6 + browserslist: 4.21.4 + semver: 6.3.0 + + '@babel/helper-environment-visitor@7.18.9': {} + + '@babel/helper-function-name@7.19.0': + dependencies: + '@babel/template': 7.18.10 + '@babel/types': 7.20.5 + + '@babel/helper-hoist-variables@7.18.6': + dependencies: + '@babel/types': 7.20.5 + + '@babel/helper-module-imports@7.18.6': + dependencies: + '@babel/types': 7.20.5 + + '@babel/helper-module-transforms@7.20.2': + dependencies: + '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-module-imports': 7.18.6 + '@babel/helper-simple-access': 7.20.2 + '@babel/helper-split-export-declaration': 7.18.6 + '@babel/helper-validator-identifier': 7.19.1 + '@babel/template': 7.18.10 + '@babel/traverse': 7.20.5(supports-color@5.5.0) + '@babel/types': 7.20.5 + transitivePeerDependencies: + - supports-color + + '@babel/helper-simple-access@7.20.2': + dependencies: + '@babel/types': 7.20.5 + + '@babel/helper-split-export-declaration@7.18.6': + dependencies: + '@babel/types': 7.20.5 + + '@babel/helper-string-parser@7.19.4': {} + + '@babel/helper-validator-identifier@7.19.1': {} + + '@babel/helper-validator-option@7.18.6': {} + + '@babel/helpers@7.20.6': + dependencies: + '@babel/template': 7.18.10 + '@babel/traverse': 7.20.5(supports-color@5.5.0) + '@babel/types': 7.20.5 + transitivePeerDependencies: + - supports-color + + '@babel/highlight@7.18.6': + dependencies: + '@babel/helper-validator-identifier': 7.19.1 + chalk: 2.4.2 + js-tokens: 4.0.0 + + '@babel/parser@7.20.5': + dependencies: + '@babel/types': 7.20.5 + + '@babel/runtime@7.20.6': + dependencies: + regenerator-runtime: 0.13.11 + + '@babel/template@7.18.10': + dependencies: + '@babel/code-frame': 7.18.6 + '@babel/parser': 7.20.5 + '@babel/types': 7.20.5 + + '@babel/traverse@7.20.5(supports-color@5.5.0)': + dependencies: + '@babel/code-frame': 7.18.6 + '@babel/generator': 7.20.5 + '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-function-name': 7.19.0 + '@babel/helper-hoist-variables': 7.18.6 + '@babel/helper-split-export-declaration': 7.18.6 + '@babel/parser': 7.20.5 + '@babel/types': 7.20.5 + debug: 4.3.4(supports-color@5.5.0) + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + + '@babel/types@7.20.5': + dependencies: + '@babel/helper-string-parser': 7.19.4 + '@babel/helper-validator-identifier': 7.19.1 + to-fast-properties: 2.0.0 + + '@emotion/is-prop-valid@1.2.0': + dependencies: + '@emotion/memoize': 0.8.0 + + '@emotion/memoize@0.8.0': {} + + '@emotion/stylis@0.8.5': {} + + '@emotion/unitless@0.7.5': {} + + '@esbuild/android-arm64@0.16.4': + optional: true + + '@esbuild/android-arm@0.16.4': + optional: true + + '@esbuild/android-x64@0.16.4': + optional: true + + '@esbuild/darwin-arm64@0.16.4': + optional: true + + '@esbuild/darwin-x64@0.16.4': + optional: true + + '@esbuild/freebsd-arm64@0.16.4': + optional: true + + '@esbuild/freebsd-x64@0.16.4': + optional: true + + '@esbuild/linux-arm64@0.16.4': + optional: true + + '@esbuild/linux-arm@0.16.4': + optional: true + + '@esbuild/linux-ia32@0.16.4': + optional: true + + '@esbuild/linux-loong64@0.16.4': + optional: true + + '@esbuild/linux-mips64el@0.16.4': + optional: true + + '@esbuild/linux-ppc64@0.16.4': + optional: true + + '@esbuild/linux-riscv64@0.16.4': + optional: true + + '@esbuild/linux-s390x@0.16.4': + optional: true + + '@esbuild/linux-x64@0.16.4': + optional: true + + '@esbuild/netbsd-x64@0.16.4': + optional: true + + '@esbuild/openbsd-x64@0.16.4': + optional: true + + '@esbuild/sunos-x64@0.16.4': + optional: true + + '@esbuild/win32-arm64@0.16.4': + optional: true + + '@esbuild/win32-ia32@0.16.4': + optional: true + + '@esbuild/win32-x64@0.16.4': + optional: true + + '@fortawesome/fontawesome-common-types@6.2.1': {} + + '@fortawesome/fontawesome-svg-core@6.2.1': + dependencies: + '@fortawesome/fontawesome-common-types': 6.2.1 + + '@fortawesome/free-brands-svg-icons@6.2.1': + dependencies: + '@fortawesome/fontawesome-common-types': 6.2.1 + + '@fortawesome/free-solid-svg-icons@6.2.1': + dependencies: + '@fortawesome/fontawesome-common-types': 6.2.1 + + '@fortawesome/react-fontawesome@0.2.0(@fortawesome/fontawesome-svg-core@6.2.1)(react@18.2.0)': + dependencies: + '@fortawesome/fontawesome-svg-core': 6.2.1 + prop-types: 15.8.1 + react: 18.2.0 + + '@jridgewell/gen-mapping@0.1.1': + dependencies: + '@jridgewell/set-array': 1.1.2 + '@jridgewell/sourcemap-codec': 1.4.14 + + '@jridgewell/gen-mapping@0.3.2': + dependencies: + '@jridgewell/set-array': 1.1.2 + '@jridgewell/sourcemap-codec': 1.4.14 + '@jridgewell/trace-mapping': 0.3.17 + + '@jridgewell/resolve-uri@3.1.0': {} + + '@jridgewell/set-array@1.1.2': {} + + '@jridgewell/sourcemap-codec@1.4.14': {} + + '@jridgewell/trace-mapping@0.3.17': + dependencies: + '@jridgewell/resolve-uri': 3.1.0 + '@jridgewell/sourcemap-codec': 1.4.14 + + '@next/env@13.0.6': {} + + '@next/font@13.0.6': {} + + '@next/swc-android-arm-eabi@13.0.6': + optional: true + + '@next/swc-android-arm64@13.0.6': + optional: true + + '@next/swc-darwin-arm64@13.0.6': + optional: true + + '@next/swc-darwin-x64@13.0.6': + optional: true + + '@next/swc-freebsd-x64@13.0.6': + optional: true + + '@next/swc-linux-arm-gnueabihf@13.0.6': + optional: true + + '@next/swc-linux-arm64-gnu@13.0.6': + optional: true + + '@next/swc-linux-arm64-musl@13.0.6': + optional: true + + '@next/swc-linux-x64-gnu@13.0.6': + optional: true + + '@next/swc-linux-x64-musl@13.0.6': + optional: true + + '@next/swc-win32-arm64-msvc@13.0.6': + optional: true + + '@next/swc-win32-ia32-msvc@13.0.6': + optional: true + + '@next/swc-win32-x64-msvc@13.0.6': + optional: true + + '@swc/helpers@0.4.14': + dependencies: + tslib: 2.4.1 + + '@types/async@3.2.16': {} + + '@types/chai-subset@1.3.3': + dependencies: + '@types/chai': 4.3.4 + + '@types/chai@4.3.4': {} + + '@types/hoist-non-react-statics@3.3.1': + dependencies: + '@types/react': 18.0.26 + hoist-non-react-statics: 3.3.2 + + '@types/lodash@4.14.191': {} + + '@types/node@18.11.12': {} + + '@types/pako@2.0.0': {} + + '@types/prop-types@15.7.5': {} + + '@types/react-dom@18.0.9': + dependencies: + '@types/react': 18.0.26 + + '@types/react-slider@1.3.1': + dependencies: + '@types/react': 18.0.26 + + '@types/react@18.0.26': + dependencies: + '@types/prop-types': 15.7.5 + '@types/scheduler': 0.16.2 + csstype: 3.1.1 + + '@types/scheduler@0.16.2': {} + + '@types/styled-components@5.1.26': + dependencies: + '@types/hoist-non-react-statics': 3.3.1 + '@types/react': 18.0.26 + csstype: 3.1.1 + + '@types/tinycolor2@1.4.3': {} + + '@types/uuid@9.0.0': {} + + '@vercel/analytics@0.1.6(react@18.2.0)': + dependencies: + react: 18.2.0 + + acorn-walk@8.2.0: {} + + acorn@8.8.1: {} + + ansi-styles@3.2.1: + dependencies: + color-convert: 1.9.3 + + assertion-error@1.1.0: {} + + async@3.2.4: {} + + babel-plugin-styled-components@2.0.7(styled-components@5.3.6(react-dom@18.2.0(react@18.2.0))(react-is@16.13.1)(react@18.2.0)): + dependencies: + '@babel/helper-annotate-as-pure': 7.18.6 + '@babel/helper-module-imports': 7.18.6 + babel-plugin-syntax-jsx: 6.18.0 + lodash: 4.17.21 + picomatch: 2.3.1 + styled-components: 5.3.6(react-dom@18.2.0(react@18.2.0))(react-is@16.13.1)(react@18.2.0) + + babel-plugin-syntax-jsx@6.18.0: {} + + browserslist@4.21.4: + dependencies: + caniuse-lite: 1.0.30001439 + electron-to-chromium: 1.4.284 + node-releases: 2.0.6 + update-browserslist-db: 1.0.10(browserslist@4.21.4) + + camelize@1.0.1: {} + + caniuse-lite@1.0.30001439: {} + + chai@4.3.7: + dependencies: + assertion-error: 1.1.0 + check-error: 1.0.2 + deep-eql: 4.1.3 + get-func-name: 2.0.0 + loupe: 2.3.6 + pathval: 1.1.1 + type-detect: 4.0.8 + + chalk@2.4.2: + dependencies: + ansi-styles: 3.2.1 + escape-string-regexp: 1.0.5 + supports-color: 5.5.0 + + check-error@1.0.2: {} + + client-only@0.0.1: {} + + color-convert@1.9.3: + dependencies: + color-name: 1.1.3 + + color-name@1.1.3: {} + + comlink@4.3.1: {} + + convert-source-map@1.9.0: {} + + css-color-keywords@1.0.0: {} + + css-mediaquery@0.1.2: {} + + css-to-react-native@3.0.0: + dependencies: + camelize: 1.0.1 + css-color-keywords: 1.0.0 + postcss-value-parser: 4.2.0 + + csstype@3.1.1: {} + + debug@4.3.4(supports-color@5.5.0): + dependencies: + ms: 2.1.2 + optionalDependencies: + supports-color: 5.5.0 + + deep-eql@4.1.3: + dependencies: + type-detect: 4.0.8 + + electron-to-chromium@1.4.284: {} + + esbuild@0.16.4: + optionalDependencies: + '@esbuild/android-arm': 0.16.4 + '@esbuild/android-arm64': 0.16.4 + '@esbuild/android-x64': 0.16.4 + '@esbuild/darwin-arm64': 0.16.4 + '@esbuild/darwin-x64': 0.16.4 + '@esbuild/freebsd-arm64': 0.16.4 + '@esbuild/freebsd-x64': 0.16.4 + '@esbuild/linux-arm': 0.16.4 + '@esbuild/linux-arm64': 0.16.4 + '@esbuild/linux-ia32': 0.16.4 + '@esbuild/linux-loong64': 0.16.4 + '@esbuild/linux-mips64el': 0.16.4 + '@esbuild/linux-ppc64': 0.16.4 + '@esbuild/linux-riscv64': 0.16.4 + '@esbuild/linux-s390x': 0.16.4 + '@esbuild/linux-x64': 0.16.4 + '@esbuild/netbsd-x64': 0.16.4 + '@esbuild/openbsd-x64': 0.16.4 + '@esbuild/sunos-x64': 0.16.4 + '@esbuild/win32-arm64': 0.16.4 + '@esbuild/win32-ia32': 0.16.4 + '@esbuild/win32-x64': 0.16.4 + + escalade@3.1.1: {} + + escape-string-regexp@1.0.5: {} + + fsevents@2.3.2: + optional: true + + function-bind@1.1.1: {} + + fuse.js@6.6.2: {} + + gensync@1.0.0-beta.2: {} + + get-func-name@2.0.0: {} + + globals@11.12.0: {} + + has-flag@3.0.0: {} + + has@1.0.3: + dependencies: + function-bind: 1.1.1 + + hoist-non-react-statics@3.3.2: + dependencies: + react-is: 16.13.1 + + hyphenate-style-name@1.0.4: {} + + is-core-module@2.11.0: + dependencies: + has: 1.0.3 + + js-tokens@4.0.0: {} + + jsesc@2.5.2: {} + + json5@2.2.1: {} + + local-pkg@0.4.2: {} + + lodash@4.17.21: {} + + loose-envify@1.4.0: + dependencies: + js-tokens: 4.0.0 + + loupe@2.3.6: + dependencies: + get-func-name: 2.0.0 + + matchmediaquery@0.3.1: + dependencies: + css-mediaquery: 0.1.2 + + ms@2.1.2: {} + + nanoid@3.3.4: {} + + nbt@0.8.1: {} + + nearest-color@0.4.4: {} + + next@13.0.6(@babel/core@7.20.5)(react-dom@18.2.0(react@18.2.0))(react@18.2.0): + dependencies: + '@next/env': 13.0.6 + '@swc/helpers': 0.4.14 + caniuse-lite: 1.0.30001439 + postcss: 8.4.14 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + styled-jsx: 5.1.0(@babel/core@7.20.5)(react@18.2.0) + optionalDependencies: + '@next/swc-android-arm-eabi': 13.0.6 + '@next/swc-android-arm64': 13.0.6 + '@next/swc-darwin-arm64': 13.0.6 + '@next/swc-darwin-x64': 13.0.6 + '@next/swc-freebsd-x64': 13.0.6 + '@next/swc-linux-arm-gnueabihf': 13.0.6 + '@next/swc-linux-arm64-gnu': 13.0.6 + '@next/swc-linux-arm64-musl': 13.0.6 + '@next/swc-linux-x64-gnu': 13.0.6 + '@next/swc-linux-x64-musl': 13.0.6 + '@next/swc-win32-arm64-msvc': 13.0.6 + '@next/swc-win32-ia32-msvc': 13.0.6 + '@next/swc-win32-x64-msvc': 13.0.6 + transitivePeerDependencies: + - '@babel/core' + - babel-plugin-macros + + node-releases@2.0.6: {} + + object-assign@4.1.1: {} + + pako@2.1.0: {} + + path-parse@1.0.7: {} + + pathval@1.1.1: {} + + picocolors@1.0.0: {} + + picomatch@2.3.1: {} + + postcss-value-parser@4.2.0: {} + + postcss@8.4.14: + dependencies: + nanoid: 3.3.4 + picocolors: 1.0.0 + source-map-js: 1.0.2 + + postcss@8.4.19: + dependencies: + nanoid: 3.3.4 + picocolors: 1.0.0 + source-map-js: 1.0.2 + + prettier@2.8.1: {} + + prop-types@15.8.1: + dependencies: + loose-envify: 1.4.0 + object-assign: 4.1.1 + react-is: 16.13.1 + + react-dom@18.2.0(react@18.2.0): + dependencies: + loose-envify: 1.4.0 + react: 18.2.0 + scheduler: 0.23.0 + + react-is@16.13.1: {} + + react-responsive@9.0.2(react@18.2.0): + dependencies: + hyphenate-style-name: 1.0.4 + matchmediaquery: 0.3.1 + prop-types: 15.8.1 + react: 18.2.0 + shallow-equal: 1.2.1 + + react-slider@2.0.4(react@18.2.0): + dependencies: + prop-types: 15.8.1 + react: 18.2.0 + + react@18.2.0: + dependencies: + loose-envify: 1.4.0 + + regenerator-runtime@0.13.11: {} + + resolve@1.22.1: + dependencies: + is-core-module: 2.11.0 + path-parse: 1.0.7 + supports-preserve-symlinks-flag: 1.0.0 + + rollup@3.7.2: + optionalDependencies: + fsevents: 2.3.2 + + scheduler@0.23.0: + dependencies: + loose-envify: 1.4.0 + + semver@6.3.0: {} + + shallow-equal@1.2.1: {} + + shallowequal@1.1.0: {} + + source-map-js@1.0.2: {} + + source-map@0.6.1: {} + + strip-literal@1.0.0: + dependencies: + acorn: 8.8.1 + + styled-components@5.3.6(react-dom@18.2.0(react@18.2.0))(react-is@16.13.1)(react@18.2.0): + dependencies: + '@babel/helper-module-imports': 7.18.6 + '@babel/traverse': 7.20.5(supports-color@5.5.0) + '@emotion/is-prop-valid': 1.2.0 + '@emotion/stylis': 0.8.5 + '@emotion/unitless': 0.7.5 + babel-plugin-styled-components: 2.0.7(styled-components@5.3.6(react-dom@18.2.0(react@18.2.0))(react-is@16.13.1)(react@18.2.0)) + css-to-react-native: 3.0.0 + hoist-non-react-statics: 3.3.2 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-is: 16.13.1 + shallowequal: 1.1.0 + supports-color: 5.5.0 + + styled-jsx@5.1.0(@babel/core@7.20.5)(react@18.2.0): + dependencies: + client-only: 0.0.1 + react: 18.2.0 + optionalDependencies: + '@babel/core': 7.20.5 + + supports-color@5.5.0: + dependencies: + has-flag: 3.0.0 + + supports-preserve-symlinks-flag@1.0.0: {} + + tinybench@2.3.1: {} + + tinycolor2@1.4.2: {} + + tinypool@0.3.0: {} + + tinyspy@1.0.2: {} + + to-fast-properties@2.0.0: {} + + tslib@2.4.1: {} + + type-detect@4.0.8: {} + + typescript@4.9.4: {} + + update-browserslist-db@1.0.10(browserslist@4.21.4): + dependencies: + browserslist: 4.21.4 + escalade: 3.1.1 + picocolors: 1.0.0 + + uuid@9.0.0: {} + + vite@4.0.0(@types/node@18.11.12): + dependencies: + esbuild: 0.16.4 + postcss: 8.4.19 + resolve: 1.22.1 + rollup: 3.7.2 + optionalDependencies: + '@types/node': 18.11.12 + fsevents: 2.3.2 + + vitest@0.25.7: dependencies: '@types/chai': 4.3.4 '@types/chai-subset': 1.3.3 @@ -1550,4 +1761,3 @@ packages: - sugarss - supports-color - terser - dev: true diff --git a/scripts/parse.ts b/scripts/parse.ts index 7e07e06..457abbb 100755 --- a/scripts/parse.ts +++ b/scripts/parse.ts @@ -1,4 +1,4 @@ -#!/usr/bin/env ts-node +#!/usr/bin/env node /** * This is a script for parsing the color mappings from MapArtCraft (https://github.com/rebane2001/mapartcraft/blob/master/src/components/mapart/json/coloursJSON.json) @@ -47,4 +47,4 @@ const final = Object.entries(data as any).reduce((palette: any[], [id, item]: an return palette; }, []); -console.log(JSON.stringify(final)); +console.log(JSON.stringify(final, null, 2)); diff --git a/vercel.json b/vercel.json index 7ae9a3d..14e2217 100644 --- a/vercel.json +++ b/vercel.json @@ -1,4 +1,5 @@ { + "$schema": "https://openapi.vercel.sh/vercel.json", "github": { "silent": true }