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

全站通知:

模块:Breaking tool values BE

来自我的世界地下城WIKI_BWIKI_哔哩哔哩
跳到导航 跳到搜索
[创建 | 历史 | 清除缓存]文档页面
此模板没有文档页面。如果你知道此模板的使用方法,请帮助为其创建文档页面。
return {
	-- 与JE不同的值添加至此
	['dead_brain_coral'] = {},
	['dead_brain_coral_fan'] = {},
	['dead_brain_coral_wall_fan'] = {},
	['dead_bubble_coral'] = {},
	['dead_bubble_coral_fan'] = {},
	['dead_bubble_coral_wall_fan'] = {},
	['dead_fire_coral'] = {},
	['dead_fire_coral_fan'] = {},
	['dead_fire_coral_wall_fan'] = {},
	['dead_horn_coral'] = {},
	['dead_horn_coral_fan'] = {},
	['dead_horn_coral_wall_fan'] = {},
	['dead_tube_coral'] = {},
	['dead_tube_coral_fan'] = {},
	['dead_tube_coral_wall_fan'] = {},
	['undyed_shulker_box'] = {'wooden pickaxe'},
	['black_shulker_box'] = {'wooden pickaxe'},
	['blue_shulker_box'] = {'wooden pickaxe'},
	['brown_shulker_box'] = {'wooden pickaxe'},
	['cyan_shulker_box'] = {'wooden pickaxe'},
	['gray_shulker_box'] = {'wooden pickaxe'},
	['green_shulker_box'] = {'wooden pickaxe'},
	['light_blue_shulker_box'] = {'wooden pickaxe'},
	['light_gray_shulker_box'] = {'wooden pickaxe'},
	['lime_shulker_box'] = {'wooden pickaxe'},
	['magenta_shulker_box'] = {'wooden pickaxe'},
	['orange_shulker_box'] = {'wooden pickaxe'},
	['pink_shulker_box'] = {'wooden pickaxe'},
	['purple_shulker_box'] = {'wooden pickaxe'},
	['red_shulker_box'] = {'wooden pickaxe'},
	['shulker_box'] = {'wooden pickaxe'},
	['white_shulker_box'] = {'wooden pickaxe'},
	['yellow_shulker_box'] = {'wooden pickaxe'},
 	['dragon_egg'] = {'wooden pickaxe'},
 	['copper_door'] = {'stone pickaxe'},
 	['exposed_copper_door'] = {'stone pickaxe'},
 	['weathered_copper_door'] = {'stone pickaxe'},
 	['oxidized_copper_door'] = {'stone pickaxe'},
 	['waxed_copper_door'] = {'stone pickaxe'},
 	['waxed_exposed_copper_door'] = {'stone pickaxe'},
 	['waxed_weathered_copper_door'] = {'stone pickaxe'},
 	['waxed_oxidized_copper_door'] = {'stone pickaxe'},
 
	-- be exclusive
	['netherreactor'] = {'wooden pickaxe'},
	['glowingobsidian'] = {'diamond pickaxe'},
	['stonecutter_mattis'] = {'wooden pickaxe'},
	['reserved6'] = {},
	['client_request_placeholder_block'] = {},
	['info_update'] = {},
	['unknown'] = {},
	['invisible_bedrock'] = {},
	['allow'] = {},
	['deny'] = {},
	['border_block'] = {},
	['camera'] = {},
	['colored_torch_rg'] = {},
	['colored_torch_bp'] = {},
	['element'] = {},
	['hard_glass'] = {},
	['hard_stained_glass'] = {},
	['hard_glass_pane'] = {},
	['hard_stained_glass_pane'] = {},
	['chemistry_table'] = {'wooden pickaxe'},
	['chemical_heat'] = {'wooden pickaxe'},
	['underwater_torch'] = {},
	['chalkboard'] = {'axe'},
	['frame'] = {},
	['glow_frame'] = {},
}