promotional bannermobile promotional banner

TetraExtend Enchant

Allows your materials, modules, or improvements to add extra enchantment levels.

TetraExtend Enchant is a lightweight library mod designed to expand the enchantment capabilities of Tetra. It allows datapack developers and server administrators to assign additional vanilla or custom enchantments to specific Tetra materials, modules, and improvements.

 

🔧 Core Features

  • Extended Enchantment Support: Break the default limitations by allowing you to define which enchantments can be applied to specific tool parts (modules), material types, or upgrades (improvements).
  • Datapack Driven: Fully configurable via datapacks. You can customize enchantment compatibility without needing to edit code or wait for mod updates.
  • Zero Content Addition: This mod acts strictly as a library/API. It does not add new items, blocks, or enchantments itself. It simply provides the hooks and logic necessary for other datapacks or mods to extend Tetra's enchantment system.

📦 For Developers & Pack Makers

If you are creating a custom Tetra addon or a specialized RPG datapack, TetraExtend Enchant gives you the freedom to tailor tool progression. Want diamond blades to accept Silk Touch? Or perhaps make leather grips compatible with Mending? This lib makes it possible.

 


TetraExtend Enchant 是一个轻量级的库模组(Lib),旨在扩展 Tetra 的附魔能力。它允许数据包开发者和服务器管理员为特定的 Tetra 材料、模块(Modules)和改进(Improvements)添加额外的原版或自定义附魔。

 

🔧 核心功能

  • 扩展附魔支持: 突破默认限制,允许你定义哪些附魔可以应用于特定的工具部件(模块)、材料类型或升级(改进)。
  • 数据包驱动: 完全通过数据包进行配置。你可以自定义附魔兼容性,无需编辑代码或等待模组更新。
  • 无额外内容添加: 本模组严格作为库/API运行。它本身不添加任何新的物品、方块或附魔。它仅提供必要的钩子和逻辑,以便其他数据包或模组能够扩展 Tetra 的附魔系统。

📦 面向开发者与整合包作者

如果你正在制作自定义的 Tetra 附加模组或专门的 RPG 数据包,TetraExtend Enchant 赋予你自由定制工具成长路线的能力。想要让钻石剑身接受“精准采集”?或者让皮革握把兼容“经验修补”?这个库模组让这一切成为可能。

example material:

{
  "key": "bone",
  "category": "bone",
  "primary": 5,
  "secondary": 1.9,
  "tertiary": 4.5,
  "durability": 120,
  "integrityCost": 1,
  "integrityGain": 5,
  "magicCapacity": 108,
  "toolLevel": "minecraft:stone",
  "toolEfficiency": 4.5,
  "tints": {
    "glyph": "bone_glyph",
    "texture": "bone"
  },
  "textures": [
    "bone",
    "crude"
  ],
  "enchantments": {
    "minecraft:fortune": 5
  },
  "material": {
    "items": [
      "minecraft:bone"
    ]
  },
  "requiredTools": {
    "hammer_dig": "minecraft:wood"
  }
}

The TetraExtend Enchant Team

profile avatar
  • 13
    Followers
  • 34
    Projects
  • 4.9M
    Downloads

More from yiran1457View all