Unlimited Enchantments

Unlimited Enchantments

Data pack

Enchantments now have no limit on levels!

Server Game MechanicsManagementUtility

416 downloads
4 followers
Follow Save
90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!

unlimited level enchantment

The datapack removes the level limit for all enchantments. Did you want to enchant a pickaxe with an efficiency of 10? You are welcome!

In the Creative Mode Ingredients tab, enchantments with level 255 will be displayed. To take a certain book with the desired enchantment level, you need to write the name of the enchantment in the search tab and there will be enchantment levels from 1 to 255.

Note: Obtaining enchantments above the game's own limit is possible only through combining books in an anvil. You will not be able to find it in residents or in structures and in the enchantment table!

Еnchantment code an example

Fortune:

{
  "anvil_cost": 4,
  "description": {
    "translate": "enchantment.minecraft.fortune"
  },
  "exclusive_set": "#minecraft:exclusive_set/mining",
  "max_cost": {
    "base": 65,
    "per_level_above_first": 9
  },
  "max_level": 255,
  "min_cost": {
    "base": 15,
    "per_level_above_first": 9
  },
  "slots": [
    "mainhand"
  ],
  "supported_items": "#minecraft:enchantable/mining_loot",
  "weight": 2
}

max_level - responsible for the maximum level of enchantment


Project members

SayNooty

Member

Details

Licensed ARR
Published a month ago
Updated a month ago