猫史档案馆


所有方块类型

用户:yxfgyxfg查看:0 回复:0 评论:0 创建时间:2022-12-23T10:52:07


以下类型(如果有缺失,请帮助改正)

没有历史记录功能(doge)

var TYPE = Object.prototype.toString;
function keys(obj) { return [...new URLSearchParams(obj).keys()] }
function values(obj) { return [...new URLSearchParams(obj).values()] }
// 自然、建筑、颜色、字母、数字、符号、荧光、食物、特殊
var nature = {
    '土地':'dirt',
    '喵地':'grass',
    '湿喵地':'dark_grass',
    '风喵地':'windygrass',
    '枯喵地':'yellow_grass',
    '雪地':'white_grass',
    '石头':'stone',
    '湿石':'dark_stone',
    '石子':'rock',
    '沙子':'sand',
    '烈焰':'lava01',
    '岩浆':'lava02',
    '绿叶':'green_leaf',
    '雪叶':'winter_leaf',
    '青叶':'leaf_01',
    '红叶':'leaf_02',
    '枫叶':'leaf_03',
    '樱花':'leaf_04',
    '针叶':'leaf_05',
    '落叶':'leaf_06',
    '树胶':'acacia',
    '橡树':'wood',
    '棕榈':'palm',
    '竹子':'bamboo',
    '水':'water',
    '雪':'snow',
    '冰':'ice',
    '冰地':'snowland',
    '冻土':'polar_region',
    '冰山':'polar_ice',
    '深海地':'blue_surface_01',
    '深海土':'blue_surface_02',
    '沼泽地1':'purple_surface_01',
    '沼泽地2':'purple_surface_02',
    '沼泽土':'dark_surface',
    '蜂窝':'honeycomb_01',
    '蜂巢':'honeycomb_02',
    '南瓜':'pumpkin',
    '蜘蛛网':'spiderweb',
    '熊脚印':'bear_footprint',
}
var architecture = {
    '灯系列': 'air',//---------------------------
    '暗灯': 'lantern_01',
    '亮灯': 'lantern_02',
    '古灯': 'palace_lamp',
    '动态蓝灯': 'ledfloor01',
    '动态紫灯': 'ledfloor02',
    '窗系列': 'air',//---------------------------
    '窗户': 'window',
    '交叉窗': 'cross_window',
    '几何窗1': 'geometric_window_01',
    '几何窗2': 'geometric_window_02',
    '传统窗户': 'traditional_window',
    '玻璃系列': 'air',//---------------------------
    '玻璃': 'glass',
    '蓝玻璃': 'blue_glass',
    '绿玻璃': 'green_glass',
    '黑玻璃': 'black_glass',
    '红玻璃': 'red_glass',
    '花玻璃1': 'stainde_glass',
    '花玻璃2': 'color_glass',
    '地毯系列': 'air',//---------------------------
    '黄地毯': 'carpet_01',
    '蓝地毯': 'carpet_02',
    '绿地毯': 'carpet_04',
    '花地毯1': 'carpet_05',
    '花地毯2': 'carpet_06',
    '花地毯3': 'carpet_07',
    '砖头系列': 'air',//---------------------------
    '亮石砖': 'light_grey_stone_brick',
    '暗石砖': 'grey_stone_brick',
    '石砖1': 'stone_brick_01',
    '石砖2': 'stone_brick_02',
    '石砖3': 'woodstone_12',
    '石砖4': 'brick_01',
    '石砖5': 'brick_02',
    '石墙1': 'stone_wall',
    '石墙2': 'stone_wall_01',
    '石柱1': 'stone_pillar_03',
    '石柱2': 'stone_pillar_04',
    '石柱3': 'stone_pillar_05',
    '石柱4': 'stone_pillar_06',
    '红砖': 'red_brick',
    '红砖(地)': 'red_brick',
    '红砖(墙)': 'red_brick',
    '冰砖(地)': 'ice_brick',
    '冰砖(墙)': 'ice_wall',
    '石英砖': 'quartz_brick',
    '金边砖': 'gold_trim_brick',
    '瓦片系列': 'air',//---------------------------
    '红瓦': 'roof_red',
    '紫瓦': 'roof_purple',
    '绿瓦': 'roof_green',
    '蓝瓦': 'roof_blue_04',
    '黄瓦': 'roof_yellow',
    '灰瓦': 'roof_grey',
    '木制系列': 'air',//---------------------------
    '木板1': 'plank_01',
    '木板2': 'plank_02',
    '木板3': 'plank_03',
    '木板4': 'plank_04',
    '木板5': 'board_01',
    '木板6': 'board_02',
    '木地板1': 'plank_05',
    '木地板2': 'plank_06',
    '木地板3': 'plank_07',
    '木地板4': 'board_03',
    '木头1': 'board_01',
    '木头2': 'board_02',
    '木头3': 'board_07',
    '木箱': 'wooden_box',
    '木栅栏1': 'board_04',
    '木栅栏2': 'board_05',
    '木栅栏3': 'board_06',
    '宫殿系列': 'air',//---------------------------
    '花纹1': 'palace_eaves_01',
    '花纹2': 'palace_eaves_02',
    '花纹3': 'palace_eaves_03',
    '图腾1': 'palace_eaves_04',
    '图腾2': 'palace_eaves_05',
    '图腾3': 'palace_eaves_06',
    '图腾4': 'palace_eaves_07',
    '图腾5': 'palace_eaves_08',
    '图腾6': 'crane_lantern',
    '屋顶1': 'palace_roof',
    '屋顶2': 'crane_roof_01',
    '屋顶3': 'crane_roof_02',
    '地板': 'palace_floor',
    '雕刻': 'palace_carving',
    '窗户1': 'palace_window',
    '实验室系列': 'air',//---------------------------
    '气窗': 'air_duct',
    '按钮': 'button',
    '风扇': 'fan',
    '白灯1': 'lab_lamp_01',
    '白灯2': 'lab_lamp_02',
    '黄灯': 'lab_lamp_03',
    '蓝线灯': 'lab_material_05',
    '铁块1': 'lab_material_01',
    '铁块2': 'lab_material_02',
    '铁块3': 'lab_material_03',
    '铁块4': 'lab_material_04',
    '银块1': 'lab_material_07',
    '银块2': 'lab_material_08',
    '银块3': 'lab_material_09',
    '银块4': 'lab_material_10',
    '银块5': 'lab_material_11',
    '警戒线1': 'lab_material_06',
    '警戒线2': 'lab_material_12',
    '警戒线3': 'lab_material_13',
    '纱网1': 'lab_material_14',
    '纱网2': 'lab_material_15',
    '屏幕': 'lab_screen',
    '电线': 'lab_wire',
    '节日系列': 'air',//---------------------------
    '蝙蝠窗': 'bat_window',
    '南瓜灯': 'pumpkin_lantern',
    '红礼物': 'red_gift',
    '蓝礼物': 'blue_gift',
    '雪人头': 'snowman_head',
    '雪人身': 'snowman_body',
    '星星灯': 'star_lamp',
    '雪花灯': 'snowflake_lamp',
    '福贴纸': 'fu',
    '鞭炮': 'firecracker',
    '棋盘系列':'air',//---------------------------
    '无线':'board0',
    '双边线':'board14',
    '十字':'board1',
    '十字选择':'board2',
    '米字':'board5',
    '十字延伸':'board6',
    '强调选择':'board10',
    '双线角':'board3',
    '双线边':'board4',
    '双线角延伸':'board7',
    '双线边延伸1':'board8',
    '双线边延伸2':'board9',
    '双线边强调':'board11',
    '单双交接1':'board12',
    '单双交接2':'board15',
    '单线边':'board13',
    
    '其他系列': 'air',//---------------------------
    '不锈钢': 'stainless_steel',
    '快递箱': 'express_box',
    '电视': 'television',
    '书架': 'bookshelf',
    '绿化': 'greenbelt_L1',
    '云方块': 'palace_cloud',
    '彩虹方块': 'rainbow_cube',
    '工具箱': 'toolbox',
    '宝箱': 'treasure_chest'

}
var color = {
    '红色': 'red',
    '橙色': 'orange',
    '黄色': 'medium_yellow',
    '绿色': 'medium_green',
    '青色': 'turquoise',
    '蓝色': 'blue',
    '紫色': 'dark_orchid',
    '粉色': 'pink',
    '棕色': 'coffee_gray',
    '白色': 'white',
    '黑色': 'black',
    '灰色': 'medium_gray',
    '桃红': 'medium_violet_red',
    '肉色': 'navajo_white',
    '红条纹': 'stripe_01',
    '蓝条纹': 'stripe_02',
    '橘条纹': 'stripe_03',
    '绿条纹': 'stripe_04',
    '紫条纹': 'stripe_05',
    '黑方块': 'carpet_08',
    '蓝方块': 'carpet_09',
    '绿方块': 'carpet_10',
    '黄方块': 'carpet_11',
    '紫方块': 'carpet_12',
    '红方块': 'carpet_08',
    '粉方块': 'carpet_03'
}
var fluorescence = {
    '白灯': 'white_light',
    '红灯': 'red_light',
    '橙灯': 'orange_light',
    '黄灯': 'yellow_light',
    '绿灯': 'green_light',
    '青灯': 'indigo_light',
    '蓝灯': 'blue_light',
    '紫灯': 'purple',
    '粉灯': 'pink_light',
    '薄荷灯': 'mint_green_light',
    '暖黄灯': 'warm_yellow_light'
}
var food = {
    '粉红蛋糕': 'pink_cake',
    '杏仁饼干': 'macaroon',
    '饼干': 'biscuit',
    '喵莓汁': 'strawberry_juice',
    '酸橙汁': 'lime_juice',
    '蓝莓汁': 'bluebermry_juice',
    '柠檬汁': 'lemon_juice',
    '葡萄汁': 'grape_juice',
    '柳橙汁': 'orange_juice',
    '牛奶': 'milk',
    '酱油': 'soy_sauce',
    '咖啡': 'coffee',
    '蜜桃果茶': 'peach_juice',
    '糖果': 'candy'
}
var letters = {
    'A': 'A',
    'B': 'B',
    'C': 'C',
    'D': 'D',
    'E': 'E',
    'F': 'F',
    'G': 'G',
    'H': 'H',
    'I': 'I',
    'J': 'J',
    'K': 'K',
    'L': 'L',
    'M': 'M',
    'N': 'N',
    'O': 'O',
    'P': 'P',
    'Q': 'Q',
    'R': 'R',
    'S': 'S',
    'T': 'T',
    'U': 'U',
    'V': 'V',
    'W': 'W',
    'X': 'X',
    'Y': 'Y',
    'Z': 'Z'
}
var numbers = {
    '零': 'zero',
    '一': 'one',
    '二': 'two',
    '三': 'three',
    '四': 'four',
    '五': 'five',
    '六': 'six',
    '七': 'seven',
    '八': 'eight',
    '九': 'nine'
}
var symbols = {
    '+': 'add',
    '-': 'subtract',
    '×': 'multiply',
    '÷': 'divide',
    '=': 'equal',
    '!': 'exclamation_mark',
    '?': 'question_mark',
    '&': 'ampersand',
    '*': 'asterisk',
    '@': 'at',
    '\\': 'backslash',
    '[': 'bracket_open',
    ']': 'bracket_close',
    '^': 'caret',
    ':': 'colon',
    ',': 'comma',
    '$': 'dollar',
    '>': 'greater_than',
    '<': 'less_than',
    '(': 'paren_open',
    ')': 'paren_close',
    '%': 'percent',
    '.': 'period',
    '#': 'pound',
    '"': 'quotation_mark',
    ';': 'semicolon',
    '/': 'slash',
    '~': 'tilde',
}

var special = {
    '从属于 建筑(实验室系列)':'air',
    '传送带': 'conveyor',
    '反弹垫': 'bounce_pad',
}

const voxel = {
    '自然': nature,
    '建筑': architecture,
    '颜色': color,
    '荧光': fluorescence,
    '食物': food,
    '字母': letters,
    '数字': numbers,
    '符号': symbols,
    '特殊': special
}

var voxel_s = keys(voxel)
var nature_s = keys(nature)
var architecture_s = keys(architecture)
var color_s = keys(color)
var fluorescence_s = keys(fluorescence)
var food_s = keys(food)
var letters_s = keys(letters)
var numbers_s = keys(numbers)
var symbols_s = keys(symbols)
var special_s = keys(special)

var voxel__s = {
    '方块': voxel_s,
    '自然': nature_s,
    '建筑': architecture_s,
    '颜色': color_s,
    '荧光': fluorescence_s,
    '食物': food_s,
    '字母': letters_s,
    '数字': numbers_s,
    '符号': symbols_s,
    '特殊': special_s
}


回复

上一页1 页 / 共 0下一页