这个模组允许玩家对饰品附魔。
玩家可以直接在附魔台上对饰品进行附魔,它理应兼容的大多数其他模组新增的饰品类型的饰品。

对于整合包开发者可能需要知道的:
将物品添加至 curio_enchantment:curios_enchantable 标签可以使其接受通用饰品附魔;
将物品从 curio_enchantment:curios_enchantable 标签移除可以使不其接受通用饰品附魔;
将附魔添加至 curio_enchantment:<饰品类型>+_enchantable 可以使其只能附魔在特定的饰品类型上(比如 curio_enchantment:spellbook_enchantable);
此模组会在标签加载阶段为其他模组的饰品类型自动添加进 curio_enchantment:curios_enchantable 标签进行兼容;
不要把 curios_enchantable 和 curio_enchantable 弄混了!