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

全站通知:

模块:Enchantment incompatible values

来自我的世界地下城WIKI_BWIKI_哔哩哔哩
跳到导航 跳到搜索
[创建 | 历史 | 清除缓存]文档页面
此模板没有文档页面。如果你知道此模板的使用方法,请帮助为其创建文档页面。
return {
	['aqua_affinity'] = {},
	['bane_of_arthropods'] = {'sharpness', 'smite'},
	['binding_curse'] = {},
	['blast_protection'] = {'fire_protection', 'projectile_protection', 'protection'},
	['channeling'] = {'riptide'},
	['depth_strider'] = {'frost_walker'},
	['efficiency'] = {},
	['feather_falling'] = {},
	['fire_aspect'] = {},
	['fire_protection'] = {'blast_protection', 'projectile_protection', 'protection'},
	['flame'] = {},
	['fortune'] = {'silk_touch'},
	['frost_walker'] = {'depth_strider'},
	['impaling'] = {},
	['infinity'] = {'mending'},
	['knockback'] = {},
	['looting'] = {'silk_touch'},
	['loyalty'] = {'riptide'},
	['luck_of_the_sea'] = {'silk_touch'},
	['lure'] = {},
	['mending'] = {'infinity'},
	['multishot'] = {'piercing'},
	['piercing'] = {'multishot'},
	['power'] = {},
	['projectile_protection'] = {'blast_protection', 'fire_protection', 'protection'},
	['protection'] = {'blast_protection', 'fire_protection', 'projectile_protection'},
	['punch'] = {},
	['quick_charge'] = {},
	['respiration'] = {},
	['riptide'] = {'channeling', 'loyalty'},
	['sharpness'] = {'bane_of_arthropods', 'smite'},
	['silk_touch'] = {'fortune', 'looting', 'luck_of_the_sea'},
	['smite'] = {'bane_of_arthropods', 'sharpness'},
	['soul_speed'] = {},
	['sweeping'] = {},
	['swift_sneak'] = {},
	['thorns'] = {},
	['unbreaking'] = {},
	['vanishing_curse'] = {},
}