本站文本内容除另有声明外,转载时均必须注明出处,并遵守CC BY-NC-SA 3.0协议。(转载须知
本站是中文Minecraft Wiki的镜像站,与Mojang Studios、Weird Gloop没有从属关系。(免责声明

全站通知:

模块:Push reaction values BE

来自我的世界地下城WIKI_BWIKI_哔哩哔哩
跳到导航 跳到搜索
[创建 | 历史 | 清除缓存]文档页面
此模板没有文档页面。如果你知道此模板的使用方法,请帮助为其创建文档页面。
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',
}