本站文本内容除另有声明外,转载时均必须注明出处,并遵守CC BY-NC-SA 3.0协议。(转载须知)
本站是中文Minecraft Wiki的镜像站,与Mojang Studios、Weird Gloop没有从属关系。(免责声明)
全站通知:
模块:Enchantment flag values
刷
历
编
跳到导航
跳到搜索
return {
-- ALL_CONDITIONS
['aqua_affinity'] = 'ALL_CONDITIONS',
['bane_of_arthropods'] = 'ALL_CONDITIONS',
['blast_protection'] = 'ALL_CONDITIONS',
['channeling'] = 'ALL_CONDITIONS',
['depth_strider'] = 'ALL_CONDITIONS',
['efficiency'] = 'ALL_CONDITIONS',
['feather_falling'] = 'ALL_CONDITIONS',
['fire_aspect'] = 'ALL_CONDITIONS',
['fire_protection'] = 'ALL_CONDITIONS',
['flame'] = 'ALL_CONDITIONS',
['fortune'] = 'ALL_CONDITIONS',
['impaling'] = 'ALL_CONDITIONS',
['infinity'] = 'ALL_CONDITIONS',
['knockback'] = 'ALL_CONDITIONS',
['looting'] = 'ALL_CONDITIONS',
['loyalty'] = 'ALL_CONDITIONS',
['luck_of_the_sea'] = 'ALL_CONDITIONS',
['lure'] = 'ALL_CONDITIONS',
['multishot'] = 'ALL_CONDITIONS',
['piercing'] = 'ALL_CONDITIONS',
['power'] = 'ALL_CONDITIONS',
['projectile_protection'] = 'ALL_CONDITIONS',
['protection'] = 'ALL_CONDITIONS',
['punch'] = 'ALL_CONDITIONS',
['quick_charge'] = 'ALL_CONDITIONS',
['respiration'] = 'ALL_CONDITIONS',
['riptide'] = 'ALL_CONDITIONS',
['sharpness'] = 'ALL_CONDITIONS',
['silk_touch'] = 'ALL_CONDITIONS',
['smite'] = 'ALL_CONDITIONS',
['sweeping'] = 'ALL_CONDITIONS',
['thorns'] = 'ALL_CONDITIONS',
['unbreaking'] = 'ALL_CONDITIONS',
-- TREASURE
['binding_curse'] = 'TREASURE',
['frost_walker'] = 'TREASURE',
['mending'] = 'TREASURE',
['vanishing_curse'] = 'TREASURE',
-- TREASURE_UNTRADEABLE_UNDISCOVERABLE
['soul_speed'] = 'TREASURE_UNTRADEABLE_UNDISCOVERABLE',
['swift_sneak'] = 'TREASURE_UNTRADEABLE_UNDISCOVERABLE',
}