fix: add alpha channel
will probably make this toggleable due to differences in images
This commit is contained in:
parent
b30ba187e9
commit
5ba53ac805
3 changed files with 277 additions and 277 deletions
|
|
@ -10,7 +10,7 @@ output = Path("average_colors.json")
|
|||
# Main function
|
||||
def calculate(image_path):
|
||||
image = Image.open(image_path)
|
||||
image = image.convert("RGB")
|
||||
image = image.convert("RGBA")
|
||||
pixels = np.array(image)
|
||||
color = pixels.mean(axis=(0, 1))
|
||||
return tuple(int(c) for c in color)
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ import { Sprite } from "@pixi/react";
|
|||
function Blocks({ blocks, setBlocks }: { blocks: Block[]; setBlocks: React.Dispatch<React.SetStateAction<Block[]>> }) {
|
||||
const [images, setImages] = useState<{ [key: string]: HTMLImageElement }>({});
|
||||
|
||||
const findClosestBlock = (r: number, g: number, b: number) => {
|
||||
const findClosestBlock = (r: number, g: number, b: number, a: number) => {
|
||||
let closestBlock = "";
|
||||
let closestDistance = Infinity;
|
||||
|
||||
Object.entries(blocksData).forEach(([block, rgb]) => {
|
||||
const distance = Math.sqrt(Math.pow(r - rgb[0], 2) + Math.pow(g - rgb[1], 2) + Math.pow(b - rgb[2], 2));
|
||||
Object.entries(blocksData).forEach(([block, rgba]) => {
|
||||
const distance = Math.sqrt(Math.pow(r - rgba[0], 2) + Math.pow(g - rgba[1], 2) + Math.pow(b - rgba[2], 2) + Math.pow(a - rgba[3], 3));
|
||||
if (distance < closestDistance) {
|
||||
closestDistance = distance;
|
||||
closestBlock = block;
|
||||
|
|
@ -49,7 +49,7 @@ function Blocks({ blocks, setBlocks }: { blocks: Block[]; setBlocks: React.Dispa
|
|||
const newBlocks: Block[] = [];
|
||||
|
||||
for (let i = 0; i < imageData.data.length; i += 4) {
|
||||
const block = findClosestBlock(imageData.data[i], imageData.data[i + 1], imageData.data[i + 2]);
|
||||
const block = findClosestBlock(imageData.data[i], imageData.data[i + 1], imageData.data[i + 2], imageData.data[i + 3]);
|
||||
|
||||
const x = Math.floor((i / 4) % imageData.width);
|
||||
const y = Math.floor(i / 4 / imageData.width);
|
||||
|
|
|
|||
|
|
@ -1,273 +1,273 @@
|
|||
{
|
||||
"redstone_lamp": [70, 43, 26],
|
||||
"piston_top_sticky": [141, 146, 99],
|
||||
"chiseled_red_sandstone": [162, 82, 27],
|
||||
"spruce_log": [45, 28, 12],
|
||||
"red_glazed_terracotta": [181, 59, 53],
|
||||
"cauldron_side": [60, 60, 60],
|
||||
"birch_log_top": [184, 166, 121],
|
||||
"oak_trapdoor": [144, 116, 75],
|
||||
"nether_quartz_ore": [125, 84, 79],
|
||||
"gray_stained_glass": [76, 76, 76],
|
||||
"orange_stained_glass": [216, 127, 51],
|
||||
"purple_shulker_box": [103, 32, 156],
|
||||
"stripped_dark_oak_log": [96, 76, 49],
|
||||
"purpur_block": [166, 121, 166],
|
||||
"purple_glazed_terracotta": [109, 48, 152],
|
||||
"sandstone_top": [218, 210, 158],
|
||||
"bookshelf": [107, 88, 57],
|
||||
"dark_oak_log_top": [78, 62, 41],
|
||||
"enchanting_table_side": [31, 32, 34],
|
||||
"gray_terracotta": [57, 42, 35],
|
||||
"light_gray_concrete_powder": [154, 154, 148],
|
||||
"red_stained_glass": [153, 51, 51],
|
||||
"coal_block": [18, 18, 18],
|
||||
"emerald_ore": [109, 128, 116],
|
||||
"coarse_dirt": [119, 85, 59],
|
||||
"black_wool": [20, 21, 25],
|
||||
"mossy_stone_bricks": [114, 119, 106],
|
||||
"gold_block": [249, 236, 78],
|
||||
"nether_bricks": [44, 22, 26],
|
||||
"light_blue_shulker_box": [49, 163, 212],
|
||||
"purple_terracotta": [118, 70, 86],
|
||||
"repeating_command_block_front": [123, 107, 171],
|
||||
"mycelium_top": [111, 99, 105],
|
||||
"diorite": [179, 179, 182],
|
||||
"stripped_spruce_log_top": [113, 89, 52],
|
||||
"cyan_terracotta": [86, 91, 91],
|
||||
"pink_stained_glass": [242, 127, 165],
|
||||
"chain_command_block_front": [129, 159, 146],
|
||||
"green_concrete": [73, 91, 36],
|
||||
"structure_block": [88, 74, 90],
|
||||
"brown_wool": [114, 71, 40],
|
||||
"purpur_pillar_top": [170, 128, 170],
|
||||
"birch_planks": [195, 179, 123],
|
||||
"magenta_terracotta": [149, 88, 108],
|
||||
"melon_side": [141, 145, 36],
|
||||
"note_block": [100, 67, 50],
|
||||
"pink_concrete_powder": [228, 153, 181],
|
||||
"stripped_jungle_log_top": [170, 133, 84],
|
||||
"polished_andesite": [133, 133, 134],
|
||||
"dried_kelp_top": [50, 58, 38],
|
||||
"yellow_stained_glass": [229, 229, 51],
|
||||
"mossy_cobblestone": [103, 121, 103],
|
||||
"jungle_log": [87, 67, 26],
|
||||
"lime_concrete": [94, 168, 24],
|
||||
"light_gray_stained_glass": [153, 153, 153],
|
||||
"cyan_glazed_terracotta": [52, 118, 125],
|
||||
"spruce_planks": [103, 77, 46],
|
||||
"spawner": [16, 24, 29],
|
||||
"light_blue_concrete_powder": [74, 180, 213],
|
||||
"purple_stained_glass": [127, 63, 178],
|
||||
"sponge": [194, 195, 84],
|
||||
"orange_terracotta": [161, 83, 37],
|
||||
"cracked_stone_bricks": [118, 118, 118],
|
||||
"sea_lantern": [172, 200, 190],
|
||||
"white_glazed_terracotta": [188, 212, 202],
|
||||
"dried_kelp_side": [38, 48, 29],
|
||||
"orange_wool": [240, 118, 19],
|
||||
"blue_shulker_box": [43, 45, 140],
|
||||
"green_wool": [84, 109, 27],
|
||||
"dropper_front": [116, 116, 116],
|
||||
"shulker_box": [139, 96, 139],
|
||||
"stripped_dark_oak_log_top": [86, 69, 46],
|
||||
"andesite": [130, 131, 131],
|
||||
"white_wool": [233, 236, 236],
|
||||
"furnace_front_on": [125, 102, 85],
|
||||
"purple_concrete_powder": [131, 55, 177],
|
||||
"dirt": [134, 96, 67],
|
||||
"bone_block_top": [205, 201, 177],
|
||||
"stone_slab_side": [166, 166, 166],
|
||||
"purple_wool": [121, 42, 172],
|
||||
"glass": [60, 66, 67],
|
||||
"lime_concrete_powder": [125, 189, 41],
|
||||
"stripped_jungle_log": [171, 132, 84],
|
||||
"birch_log": [206, 206, 201],
|
||||
"white_terracotta": [209, 178, 161],
|
||||
"oak_log": [102, 81, 49],
|
||||
"bedrock": [83, 83, 83],
|
||||
"furnace_side": [113, 113, 113],
|
||||
"grass_path_side": [133, 99, 65],
|
||||
"light_blue_wool": [58, 175, 217],
|
||||
"iron_block": [219, 219, 219],
|
||||
"hay_block_top": [168, 139, 16],
|
||||
"black_glazed_terracotta": [67, 30, 32],
|
||||
"red_wool": [160, 39, 34],
|
||||
"redstone_lamp_on": [119, 89, 55],
|
||||
"green_terracotta": [76, 83, 42],
|
||||
"brown_stained_glass": [102, 76, 51],
|
||||
"blue_terracotta": [74, 59, 91],
|
||||
"grass_block_side": [126, 107, 65],
|
||||
"chiseled_sandstone": [215, 208, 154],
|
||||
"stripped_oak_log": [177, 144, 86],
|
||||
"magenta_concrete": [169, 48, 159],
|
||||
"hay_block_side": [157, 116, 18],
|
||||
"gold_ore": [143, 139, 124],
|
||||
"redstone_ore": [132, 107, 107],
|
||||
"quartz_pillar": [231, 227, 219],
|
||||
"granite": [153, 113, 98],
|
||||
"light_gray_concrete": [125, 125, 115],
|
||||
"end_stone": [221, 223, 165],
|
||||
"green_stained_glass": [102, 127, 51],
|
||||
"spruce_log_top": [104, 81, 48],
|
||||
"enchanting_table_bottom": [18, 16, 27],
|
||||
"stripped_oak_log_top": [164, 133, 81],
|
||||
"yellow_concrete": [240, 175, 21],
|
||||
"red_shulker_box": [140, 31, 30],
|
||||
"gray_concrete": [54, 57, 61],
|
||||
"jack_o_lantern": [185, 133, 28],
|
||||
"magenta_glazed_terracotta": [208, 100, 191],
|
||||
"redstone_block": [171, 27, 9],
|
||||
"mushroom_block_inside": [202, 171, 120],
|
||||
"bricks": [146, 99, 86],
|
||||
"white_concrete_powder": [225, 227, 227],
|
||||
"black_shulker_box": [25, 25, 29],
|
||||
"light_blue_glazed_terracotta": [94, 164, 208],
|
||||
"cyan_concrete_powder": [36, 147, 157],
|
||||
"mycelium_side": [113, 88, 73],
|
||||
"gravel": [126, 124, 122],
|
||||
"snow": [239, 251, 251],
|
||||
"black_terracotta": [37, 22, 16],
|
||||
"cut_sandstone": [219, 211, 161],
|
||||
"orange_glazed_terracotta": [154, 147, 91],
|
||||
"dried_kelp_bottom": [50, 58, 38],
|
||||
"gray_concrete_powder": [76, 81, 84],
|
||||
"piston_side": [106, 102, 95],
|
||||
"prismarine": [106, 170, 150],
|
||||
"blue_stained_glass": [51, 76, 178],
|
||||
"purple_concrete": [100, 31, 156],
|
||||
"observer_front": [102, 101, 101],
|
||||
"white_stained_glass": [255, 255, 255],
|
||||
"iron_ore": [135, 130, 126],
|
||||
"black_stained_glass": [25, 25, 25],
|
||||
"carved_pumpkin": [142, 76, 12],
|
||||
"coal_ore": [115, 115, 115],
|
||||
"green_shulker_box": [79, 100, 31],
|
||||
"cobblestone": [122, 122, 122],
|
||||
"pink_terracotta": [161, 78, 78],
|
||||
"cyan_stained_glass": [76, 127, 153],
|
||||
"piston_top": [153, 129, 89],
|
||||
"dark_oak_planks": [61, 39, 18],
|
||||
"end_stone_bricks": [225, 230, 170],
|
||||
"emerald_block": [81, 217, 117],
|
||||
"light_blue_concrete": [35, 137, 198],
|
||||
"acacia_log": [105, 99, 89],
|
||||
"stone_slab_top": [159, 159, 159],
|
||||
"jungle_planks": [154, 110, 77],
|
||||
"blue_wool": [53, 57, 157],
|
||||
"stripped_spruce_log": [115, 89, 52],
|
||||
"terracotta": [150, 92, 66],
|
||||
"brown_concrete": [96, 59, 31],
|
||||
"yellow_terracotta": [186, 133, 35],
|
||||
"yellow_glazed_terracotta": [234, 192, 88],
|
||||
"orange_concrete": [224, 97, 0],
|
||||
"brown_terracotta": [77, 51, 35],
|
||||
"light_gray_shulker_box": [124, 124, 115],
|
||||
"pink_wool": [237, 141, 172],
|
||||
"gray_wool": [62, 68, 71],
|
||||
"lime_stained_glass": [127, 204, 25],
|
||||
"glowstone": [143, 118, 69],
|
||||
"yellow_concrete_powder": [232, 199, 54],
|
||||
"oak_log_top": [154, 125, 77],
|
||||
"oak_planks": [156, 127, 78],
|
||||
"stripped_birch_log": [196, 176, 118],
|
||||
"white_shulker_box": [215, 220, 221],
|
||||
"cyan_wool": [21, 137, 145],
|
||||
"diamond_ore": [129, 140, 143],
|
||||
"polished_granite": [159, 114, 98],
|
||||
"red_sandstone": [165, 84, 29],
|
||||
"crafting_table_front": [115, 95, 63],
|
||||
"spruce_trapdoor": [99, 75, 49],
|
||||
"pink_glazed_terracotta": [235, 154, 181],
|
||||
"ice": [125, 173, 255],
|
||||
"blue_glazed_terracotta": [47, 64, 139],
|
||||
"clay": [158, 164, 176],
|
||||
"gray_glazed_terracotta": [83, 90, 93],
|
||||
"lime_terracotta": [103, 117, 52],
|
||||
"acacia_log_top": [154, 91, 64],
|
||||
"light_gray_terracotta": [135, 106, 97],
|
||||
"blue_ice": [116, 167, 253],
|
||||
"light_blue_stained_glass": [102, 153, 216],
|
||||
"yellow_shulker_box": [248, 188, 29],
|
||||
"brown_concrete_powder": [125, 84, 53],
|
||||
"light_gray_glazed_terracotta": [144, 166, 167],
|
||||
"magenta_shulker_box": [173, 54, 163],
|
||||
"pink_concrete": [213, 101, 142],
|
||||
"sandstone_bottom": [212, 205, 148],
|
||||
"prismarine_bricks": [99, 160, 143],
|
||||
"cyan_concrete": [21, 119, 136],
|
||||
"pink_shulker_box": [230, 121, 157],
|
||||
"tnt_side": [169, 92, 71],
|
||||
"stripped_acacia_log_top": [166, 91, 58],
|
||||
"mushroom_stem": [207, 204, 194],
|
||||
"cyan_shulker_box": [20, 121, 135],
|
||||
"yellow_wool": [248, 197, 39],
|
||||
"furnace_front": [78, 78, 78],
|
||||
"cactus_side": [12, 92, 22],
|
||||
"light_gray_wool": [142, 142, 134],
|
||||
"magma": [134, 65, 25],
|
||||
"wet_sponge": [160, 158, 63],
|
||||
"grass_path_top": [149, 124, 71],
|
||||
"black_concrete_powder": [25, 26, 31],
|
||||
"blue_concrete": [44, 46, 143],
|
||||
"blue_concrete_powder": [70, 73, 166],
|
||||
"red_terracotta": [143, 61, 46],
|
||||
"pumpkin_side": [197, 120, 23],
|
||||
"green_glazed_terracotta": [117, 142, 67],
|
||||
"slime_block": [120, 200, 101],
|
||||
"stone": [125, 125, 125],
|
||||
"lime_glazed_terracotta": [162, 197, 55],
|
||||
"brown_shulker_box": [106, 66, 35],
|
||||
"red_concrete": [142, 32, 32],
|
||||
"white_concrete": [207, 213, 214],
|
||||
"soul_sand": [84, 64, 51],
|
||||
"podzol_side": [122, 87, 57],
|
||||
"observer_side": [62, 60, 60],
|
||||
"acacia_planks": [169, 91, 51],
|
||||
"brown_glazed_terracotta": [119, 106, 85],
|
||||
"light_blue_terracotta": [113, 108, 137],
|
||||
"magenta_stained_glass": [178, 76, 216],
|
||||
"brown_mushroom_block": [141, 106, 83],
|
||||
"red_concrete_powder": [168, 54, 50],
|
||||
"red_sand": [169, 88, 33],
|
||||
"grass_block_snow": [149, 120, 97],
|
||||
"stripped_birch_log_top": [185, 161, 104],
|
||||
"green_concrete_powder": [97, 119, 44],
|
||||
"sandstone": [216, 209, 157],
|
||||
"packed_ice": [165, 194, 245],
|
||||
"sand": [219, 211, 160],
|
||||
"jungle_log_top": [153, 118, 73],
|
||||
"cobweb": [90, 90, 90],
|
||||
"magenta_concrete_powder": [192, 83, 184],
|
||||
"lapis_ore": [102, 112, 134],
|
||||
"chiseled_quartz_block": [231, 228, 220],
|
||||
"stripped_acacia_log": [174, 92, 59],
|
||||
"observer_back": [68, 66, 66],
|
||||
"dark_oak_log": [52, 40, 23],
|
||||
"command_block_front": [172, 132, 108],
|
||||
"lime_shulker_box": [99, 172, 23],
|
||||
"netherrack": [111, 54, 52],
|
||||
"obsidian": [20, 18, 29],
|
||||
"stone_bricks": [122, 122, 122],
|
||||
"dispenser_front": [116, 116, 116],
|
||||
"bone_block_side": [224, 220, 200],
|
||||
"lime_wool": [112, 185, 25],
|
||||
"red_mushroom_block": [182, 37, 36],
|
||||
"polished_diorite": [183, 183, 185],
|
||||
"red_nether_bricks": [68, 4, 6],
|
||||
"quartz_block_side": [236, 233, 226],
|
||||
"orange_concrete_powder": [227, 131, 31],
|
||||
"gray_shulker_box": [55, 58, 62],
|
||||
"black_concrete": [8, 10, 15],
|
||||
"magenta_wool": [189, 68, 179],
|
||||
"orange_shulker_box": [234, 106, 8],
|
||||
"cut_red_sandstone": [168, 85, 30],
|
||||
"purpur_pillar": [170, 126, 170],
|
||||
"dark_prismarine": [59, 87, 75],
|
||||
"diamond_block": [97, 219, 213],
|
||||
"chiseled_stone_bricks": [118, 118, 118],
|
||||
"lapis_block": [38, 67, 137],
|
||||
"end_portal_frame_side": [119, 130, 100],
|
||||
"nether_wart_block": [117, 6, 7],
|
||||
"observer_top": [97, 97, 97]
|
||||
"redstone_lamp": [70, 43, 26, 255],
|
||||
"piston_top_sticky": [141, 146, 99, 255],
|
||||
"chiseled_red_sandstone": [162, 82, 27, 255],
|
||||
"spruce_log": [45, 28, 12, 255],
|
||||
"red_glazed_terracotta": [181, 59, 53, 255],
|
||||
"cauldron_side": [60, 60, 60, 243],
|
||||
"birch_log_top": [184, 166, 121, 255],
|
||||
"oak_trapdoor": [144, 116, 75, 219],
|
||||
"nether_quartz_ore": [125, 84, 79, 255],
|
||||
"gray_stained_glass": [76, 76, 76, 123],
|
||||
"orange_stained_glass": [216, 127, 51, 123],
|
||||
"purple_shulker_box": [103, 32, 156, 255],
|
||||
"stripped_dark_oak_log": [96, 76, 49, 255],
|
||||
"purpur_block": [166, 121, 166, 255],
|
||||
"purple_glazed_terracotta": [109, 48, 152, 255],
|
||||
"sandstone_top": [218, 210, 158, 255],
|
||||
"bookshelf": [107, 88, 57, 255],
|
||||
"dark_oak_log_top": [78, 62, 41, 255],
|
||||
"enchanting_table_side": [31, 32, 34, 191],
|
||||
"gray_terracotta": [57, 42, 35, 255],
|
||||
"light_gray_concrete_powder": [154, 154, 148, 255],
|
||||
"red_stained_glass": [153, 51, 51, 123],
|
||||
"coal_block": [18, 18, 18, 255],
|
||||
"emerald_ore": [109, 128, 116, 255],
|
||||
"coarse_dirt": [119, 85, 59, 255],
|
||||
"black_wool": [20, 21, 25, 255],
|
||||
"mossy_stone_bricks": [114, 119, 106, 255],
|
||||
"gold_block": [249, 236, 78, 255],
|
||||
"nether_bricks": [44, 22, 26, 255],
|
||||
"light_blue_shulker_box": [49, 163, 212, 255],
|
||||
"purple_terracotta": [118, 70, 86, 255],
|
||||
"repeating_command_block_front": [123, 107, 171, 255],
|
||||
"mycelium_top": [111, 99, 105, 255],
|
||||
"diorite": [179, 179, 182, 255],
|
||||
"stripped_spruce_log_top": [113, 89, 52, 255],
|
||||
"cyan_terracotta": [86, 91, 91, 255],
|
||||
"pink_stained_glass": [242, 127, 165, 123],
|
||||
"chain_command_block_front": [129, 159, 146, 255],
|
||||
"green_concrete": [73, 91, 36, 255],
|
||||
"structure_block": [88, 74, 90, 255],
|
||||
"brown_wool": [114, 71, 40, 255],
|
||||
"purpur_pillar_top": [170, 128, 170, 255],
|
||||
"birch_planks": [195, 179, 123, 255],
|
||||
"magenta_terracotta": [149, 88, 108, 255],
|
||||
"melon_side": [141, 145, 36, 255],
|
||||
"note_block": [100, 67, 50, 255],
|
||||
"pink_concrete_powder": [228, 153, 181, 255],
|
||||
"stripped_jungle_log_top": [170, 133, 84, 255],
|
||||
"polished_andesite": [133, 133, 134, 255],
|
||||
"dried_kelp_top": [50, 58, 38, 255],
|
||||
"yellow_stained_glass": [229, 229, 51, 123],
|
||||
"mossy_cobblestone": [103, 121, 103, 255],
|
||||
"jungle_log": [87, 67, 26, 255],
|
||||
"lime_concrete": [94, 168, 24, 255],
|
||||
"light_gray_stained_glass": [153, 153, 153, 123],
|
||||
"cyan_glazed_terracotta": [52, 118, 125, 255],
|
||||
"spruce_planks": [103, 77, 46, 255],
|
||||
"spawner": [16, 24, 29, 155],
|
||||
"light_blue_concrete_powder": [74, 180, 213, 255],
|
||||
"purple_stained_glass": [127, 63, 178, 123],
|
||||
"sponge": [194, 195, 84, 255],
|
||||
"orange_terracotta": [161, 83, 37, 255],
|
||||
"cracked_stone_bricks": [118, 118, 118, 255],
|
||||
"sea_lantern": [172, 200, 190, 255],
|
||||
"white_glazed_terracotta": [188, 212, 202, 255],
|
||||
"dried_kelp_side": [38, 48, 29, 255],
|
||||
"orange_wool": [240, 118, 19, 255],
|
||||
"blue_shulker_box": [43, 45, 140, 255],
|
||||
"green_wool": [84, 109, 27, 255],
|
||||
"dropper_front": [116, 116, 116, 255],
|
||||
"shulker_box": [139, 96, 139, 255],
|
||||
"stripped_dark_oak_log_top": [86, 69, 46, 255],
|
||||
"andesite": [130, 131, 131, 255],
|
||||
"white_wool": [233, 236, 236, 255],
|
||||
"furnace_front_on": [125, 102, 85, 255],
|
||||
"purple_concrete_powder": [131, 55, 177, 255],
|
||||
"dirt": [134, 96, 67, 255],
|
||||
"bone_block_top": [205, 201, 177, 255],
|
||||
"stone_slab_side": [166, 166, 166, 255],
|
||||
"purple_wool": [121, 42, 172, 255],
|
||||
"glass": [60, 66, 67, 70],
|
||||
"lime_concrete_powder": [125, 189, 41, 255],
|
||||
"stripped_jungle_log": [171, 132, 84, 255],
|
||||
"birch_log": [206, 206, 201, 255],
|
||||
"white_terracotta": [209, 178, 161, 255],
|
||||
"oak_log": [102, 81, 49, 255],
|
||||
"bedrock": [83, 83, 83, 255],
|
||||
"furnace_side": [113, 113, 113, 255],
|
||||
"grass_path_side": [133, 99, 65, 239],
|
||||
"light_blue_wool": [58, 175, 217, 255],
|
||||
"iron_block": [219, 219, 219, 255],
|
||||
"hay_block_top": [168, 139, 16, 255],
|
||||
"black_glazed_terracotta": [67, 30, 32, 255],
|
||||
"red_wool": [160, 39, 34, 255],
|
||||
"redstone_lamp_on": [119, 89, 55, 255],
|
||||
"green_terracotta": [76, 83, 42, 255],
|
||||
"brown_stained_glass": [102, 76, 51, 123],
|
||||
"blue_terracotta": [74, 59, 91, 255],
|
||||
"grass_block_side": [126, 107, 65, 255],
|
||||
"chiseled_sandstone": [215, 208, 154, 255],
|
||||
"stripped_oak_log": [177, 144, 86, 255],
|
||||
"magenta_concrete": [169, 48, 159, 255],
|
||||
"hay_block_side": [157, 116, 18, 255],
|
||||
"gold_ore": [143, 139, 124, 255],
|
||||
"redstone_ore": [132, 107, 107, 255],
|
||||
"quartz_pillar": [231, 227, 219, 255],
|
||||
"granite": [153, 113, 98, 255],
|
||||
"light_gray_concrete": [125, 125, 115, 255],
|
||||
"end_stone": [221, 223, 165, 255],
|
||||
"green_stained_glass": [102, 127, 51, 123],
|
||||
"spruce_log_top": [104, 81, 48, 255],
|
||||
"enchanting_table_bottom": [18, 16, 27, 255],
|
||||
"stripped_oak_log_top": [164, 133, 81, 255],
|
||||
"yellow_concrete": [240, 175, 21, 255],
|
||||
"red_shulker_box": [140, 31, 30, 255],
|
||||
"gray_concrete": [54, 57, 61, 255],
|
||||
"jack_o_lantern": [185, 133, 28, 255],
|
||||
"magenta_glazed_terracotta": [208, 100, 191, 255],
|
||||
"redstone_block": [171, 27, 9, 255],
|
||||
"mushroom_block_inside": [202, 171, 120, 255],
|
||||
"bricks": [146, 99, 86, 255],
|
||||
"white_concrete_powder": [225, 227, 227, 255],
|
||||
"black_shulker_box": [25, 25, 29, 255],
|
||||
"light_blue_glazed_terracotta": [94, 164, 208, 255],
|
||||
"cyan_concrete_powder": [36, 147, 157, 255],
|
||||
"mycelium_side": [113, 88, 73, 255],
|
||||
"gravel": [126, 124, 122, 255],
|
||||
"snow": [239, 251, 251, 255],
|
||||
"black_terracotta": [37, 22, 16, 255],
|
||||
"cut_sandstone": [219, 211, 161, 255],
|
||||
"orange_glazed_terracotta": [154, 147, 91, 255],
|
||||
"dried_kelp_bottom": [50, 58, 38, 255],
|
||||
"gray_concrete_powder": [76, 81, 84, 255],
|
||||
"piston_side": [106, 102, 95, 255],
|
||||
"prismarine": [106, 170, 150, 255],
|
||||
"blue_stained_glass": [51, 76, 178, 123],
|
||||
"purple_concrete": [100, 31, 156, 255],
|
||||
"observer_front": [102, 101, 101, 255],
|
||||
"white_stained_glass": [255, 255, 255, 123],
|
||||
"iron_ore": [135, 130, 126, 255],
|
||||
"black_stained_glass": [25, 25, 25, 123],
|
||||
"carved_pumpkin": [142, 76, 12, 255],
|
||||
"coal_ore": [115, 115, 115, 255],
|
||||
"green_shulker_box": [79, 100, 31, 255],
|
||||
"cobblestone": [122, 122, 122, 255],
|
||||
"pink_terracotta": [161, 78, 78, 255],
|
||||
"cyan_stained_glass": [76, 127, 153, 123],
|
||||
"piston_top": [153, 129, 89, 255],
|
||||
"dark_oak_planks": [61, 39, 18, 255],
|
||||
"end_stone_bricks": [225, 230, 170, 255],
|
||||
"emerald_block": [81, 217, 117, 255],
|
||||
"light_blue_concrete": [35, 137, 198, 255],
|
||||
"acacia_log": [105, 99, 89, 255],
|
||||
"stone_slab_top": [159, 159, 159, 255],
|
||||
"jungle_planks": [154, 110, 77, 255],
|
||||
"blue_wool": [53, 57, 157, 255],
|
||||
"stripped_spruce_log": [115, 89, 52, 255],
|
||||
"terracotta": [150, 92, 66, 255],
|
||||
"brown_concrete": [96, 59, 31, 255],
|
||||
"yellow_terracotta": [186, 133, 35, 255],
|
||||
"yellow_glazed_terracotta": [234, 192, 88, 255],
|
||||
"orange_concrete": [224, 97, 0, 255],
|
||||
"brown_terracotta": [77, 51, 35, 255],
|
||||
"light_gray_shulker_box": [124, 124, 115, 255],
|
||||
"pink_wool": [237, 141, 172, 255],
|
||||
"gray_wool": [62, 68, 71, 255],
|
||||
"lime_stained_glass": [127, 204, 25, 123],
|
||||
"glowstone": [143, 118, 69, 255],
|
||||
"yellow_concrete_powder": [232, 199, 54, 255],
|
||||
"oak_log_top": [154, 125, 77, 255],
|
||||
"oak_planks": [156, 127, 78, 255],
|
||||
"stripped_birch_log": [196, 176, 118, 255],
|
||||
"white_shulker_box": [215, 220, 221, 255],
|
||||
"cyan_wool": [21, 137, 145, 255],
|
||||
"diamond_ore": [129, 140, 143, 255],
|
||||
"polished_granite": [159, 114, 98, 255],
|
||||
"red_sandstone": [165, 84, 29, 255],
|
||||
"crafting_table_front": [115, 95, 63, 255],
|
||||
"spruce_trapdoor": [99, 75, 49, 255],
|
||||
"pink_glazed_terracotta": [235, 154, 181, 255],
|
||||
"ice": [125, 173, 255, 159],
|
||||
"blue_glazed_terracotta": [47, 64, 139, 255],
|
||||
"clay": [158, 164, 176, 255],
|
||||
"gray_glazed_terracotta": [83, 90, 93, 255],
|
||||
"lime_terracotta": [103, 117, 52, 255],
|
||||
"acacia_log_top": [154, 91, 64, 255],
|
||||
"light_gray_terracotta": [135, 106, 97, 255],
|
||||
"blue_ice": [116, 167, 253, 255],
|
||||
"light_blue_stained_glass": [102, 153, 216, 123],
|
||||
"yellow_shulker_box": [248, 188, 29, 255],
|
||||
"brown_concrete_powder": [125, 84, 53, 255],
|
||||
"light_gray_glazed_terracotta": [144, 166, 167, 255],
|
||||
"magenta_shulker_box": [173, 54, 163, 255],
|
||||
"pink_concrete": [213, 101, 142, 255],
|
||||
"sandstone_bottom": [212, 205, 148, 255],
|
||||
"prismarine_bricks": [99, 160, 143, 255],
|
||||
"cyan_concrete": [21, 119, 136, 255],
|
||||
"pink_shulker_box": [230, 121, 157, 255],
|
||||
"tnt_side": [169, 92, 71, 255],
|
||||
"stripped_acacia_log_top": [166, 91, 58, 255],
|
||||
"mushroom_stem": [207, 204, 194, 255],
|
||||
"cyan_shulker_box": [20, 121, 135, 255],
|
||||
"yellow_wool": [248, 197, 39, 255],
|
||||
"furnace_front": [78, 78, 78, 255],
|
||||
"cactus_side": [12, 92, 22, 231],
|
||||
"light_gray_wool": [142, 142, 134, 255],
|
||||
"magma": [134, 65, 25, 255],
|
||||
"wet_sponge": [160, 158, 63, 255],
|
||||
"grass_path_top": [149, 124, 71, 255],
|
||||
"black_concrete_powder": [25, 26, 31, 255],
|
||||
"blue_concrete": [44, 46, 143, 255],
|
||||
"blue_concrete_powder": [70, 73, 166, 255],
|
||||
"red_terracotta": [143, 61, 46, 255],
|
||||
"pumpkin_side": [197, 120, 23, 255],
|
||||
"green_glazed_terracotta": [117, 142, 67, 255],
|
||||
"slime_block": [120, 200, 101, 188],
|
||||
"stone": [125, 125, 125, 255],
|
||||
"lime_glazed_terracotta": [162, 197, 55, 255],
|
||||
"brown_shulker_box": [106, 66, 35, 255],
|
||||
"red_concrete": [142, 32, 32, 255],
|
||||
"white_concrete": [207, 213, 214, 255],
|
||||
"soul_sand": [84, 64, 51, 255],
|
||||
"podzol_side": [122, 87, 57, 255],
|
||||
"observer_side": [62, 60, 60, 255],
|
||||
"acacia_planks": [169, 91, 51, 255],
|
||||
"brown_glazed_terracotta": [119, 106, 85, 255],
|
||||
"light_blue_terracotta": [113, 108, 137, 255],
|
||||
"magenta_stained_glass": [178, 76, 216, 123],
|
||||
"brown_mushroom_block": [141, 106, 83, 255],
|
||||
"red_concrete_powder": [168, 54, 50, 255],
|
||||
"red_sand": [169, 88, 33, 255],
|
||||
"grass_block_snow": [149, 120, 97, 255],
|
||||
"stripped_birch_log_top": [185, 161, 104, 255],
|
||||
"green_concrete_powder": [97, 119, 44, 255],
|
||||
"sandstone": [216, 209, 157, 255],
|
||||
"packed_ice": [165, 194, 245, 255],
|
||||
"sand": [219, 211, 160, 255],
|
||||
"jungle_log_top": [153, 118, 73, 255],
|
||||
"cobweb": [90, 90, 90, 104],
|
||||
"magenta_concrete_powder": [192, 83, 184, 255],
|
||||
"lapis_ore": [102, 112, 134, 255],
|
||||
"chiseled_quartz_block": [231, 228, 220, 255],
|
||||
"stripped_acacia_log": [174, 92, 59, 255],
|
||||
"observer_back": [68, 66, 66, 255],
|
||||
"dark_oak_log": [52, 40, 23, 255],
|
||||
"command_block_front": [172, 132, 108, 255],
|
||||
"lime_shulker_box": [99, 172, 23, 255],
|
||||
"netherrack": [111, 54, 52, 255],
|
||||
"obsidian": [20, 18, 29, 255],
|
||||
"stone_bricks": [122, 122, 122, 255],
|
||||
"dispenser_front": [116, 116, 116, 255],
|
||||
"bone_block_side": [224, 220, 200, 255],
|
||||
"lime_wool": [112, 185, 25, 255],
|
||||
"red_mushroom_block": [182, 37, 36, 255],
|
||||
"polished_diorite": [183, 183, 185, 255],
|
||||
"red_nether_bricks": [68, 4, 6, 255],
|
||||
"quartz_block_side": [236, 233, 226, 255],
|
||||
"orange_concrete_powder": [227, 131, 31, 255],
|
||||
"gray_shulker_box": [55, 58, 62, 255],
|
||||
"black_concrete": [8, 10, 15, 255],
|
||||
"magenta_wool": [189, 68, 179, 255],
|
||||
"orange_shulker_box": [234, 106, 8, 255],
|
||||
"cut_red_sandstone": [168, 85, 30, 255],
|
||||
"purpur_pillar": [170, 126, 170, 255],
|
||||
"dark_prismarine": [59, 87, 75, 255],
|
||||
"diamond_block": [97, 219, 213, 255],
|
||||
"chiseled_stone_bricks": [118, 118, 118, 255],
|
||||
"lapis_block": [38, 67, 137, 255],
|
||||
"end_portal_frame_side": [119, 130, 100, 207],
|
||||
"nether_wart_block": [117, 6, 7, 255],
|
||||
"observer_top": [97, 97, 97, 255]
|
||||
}
|
||||
Loading…
Reference in a new issue