For the complete documentation index, see llms.txt. This page is also available as Markdown.

铁砧修复

示例

该配方允许你的玩家在铁砧上使用材料修复物品。

recipes:
  anvil_repair:
    emerald_sword:
      enabled: true
      permission: iasurvival.swords.emerald_sword
      ingredient: EMERALD_BLOCK
      item: iasurvival:emerald_sword

本例中我创建了一个叫做 emerald_swordanvil_repair 配方。

最后更新于