本站文本内容除另有声明外,转载时均必须注明出处,并遵守CC BY-NC-SA 3.0协议。(转载须知)
本站是中文Minecraft Wiki的镜像站,与Mojang Studios、Weird Gloop没有从属关系。(免责声明)
全站通知:
模块:Push reaction values BE
刷
历
编
跳到导航
跳到搜索
return {
-- be exclusive
['netherreactor'] = 'BLOCK',
['glowingobsidian'] = 'BLOCK',
['stonecutter_mattis'] = 'NORMAL',--??
['reserved6'] = 'NORMAL',
['client_request_placeholder_block'] = 'BLOCK',--??
['info_update'] = 'NORMAL',
['unknown'] = 'NORMAL',
['invisible_bedrock'] = 'BLOCK',
['allow'] = 'BLOCK',
['deny'] = 'BLOCK',
['border_block'] = 'BLOCK',
['camera'] = 'NORMAL',--??
['colored_torch_rg'] = 'DESTROY',
['colored_torch_bp'] = 'DESTROY',
['element'] = 'NORMAL',
['hard_glass'] = 'NORMAL',
['hard_stained_glass'] = 'NORMAL',
['hard_glass_pane'] = 'NORMAL',
['hard_stained_glass_pane'] = 'NORMAL',
['chemistry_table'] = 'NORMAL',
['chemical_heat'] = 'NORMAL',
['underwater_torch'] = 'DESTROY',
['chalkboard'] = 'NORMAL',--??
['frame'] = 'DESTROY',
['glow_frame'] = 'DESTROY',
}