Back to mods
Limitless Enchantments project artwork

CurseForge · Minecraft mod

Limitless Enchantments

Remove the enchanted book level limits in survival

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Limitless Enchantments release should I use?

Updated 7 months ago
Latest stable file 2.0.0 (1.21.11)
Game version 1.21.11
Loader Fabric, Quilt

Limitless Enchantments 2.0.0 (1.21.11) targets 1.21.11 with Fabric, Quilt. The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server. All 2 required mods have matching files.

Where it goes

Is Limitless Enchantments required on the client, server, or both?

The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Fabric, Quilt
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does Limitless Enchantments 2.0.0 (1.21.11) need?

2.0.0 (1.21.11). Change the file and its required mods may change too.

All 2 required mods have matching files

Install Architectury API, Fabric API first. We found matching files for this game-version and loader setup. 1 comes through another mod in the chain.

1 listed on this file 1 pulled in by one of those mods
Architectury API Needed by Limitless Enchantments 2.0.0 (1.21.11)
required
Matching file found Matched file: [Fabric 1.21.11] v19.0.1
Fabric API Needed by Architectury API
pulled in
Matching file found Matched file: [1.21.11] Fabric API 0.141.6+1.21.11

1 extra mod was pulled in by another dependency. Indented rows show who needs each one. We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add Limitless Enchantments without breaking your instance.

Built for Limitless Enchantments 2.0.0 (1.21.11). Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use 2.0.0 (1.21.11). It targets 1.21.11 with Fabric, Quilt; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install Architectury API, Fabric API first. We found matching files for this game-version and loader setup. 1 comes through another mod in the chain.

  3. 03

    Put it on the correct side

    The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside 2.0.0 (1.21.11). It opens that exact file at the source.

About this project

What does Limitless Enchantments add?

curseforge modrinth

fabric fabric fabric

semantic-ver-lib

416740905-a9b728d7-91ab-447d-a571-6bee10046851 (2)

This mod requires Fabric API and Architectury API.

Limitless Enchantments

Limitless Enchantments is a mod that lets you mess with enchantments all you want. Only 1.21+ is supported. This mod bumps enchantment level cap to 2,147,483,648 from 255.

Settings

Settings are managed with the /limitless [SETTING] command. Available options are:

  • maxEnchantmentLevel
  • maxTradeLevel
  • blacklist
  • rebalancedTrades
  • anvilExperienceCostLimit
  • fixedAnvilCost
  • noIncompatibilities
  • showActualNumbers

If limitless command is executed without any arguments, it will show mod's version.

Maximum Enchantment Level (maxEnchantmentLevel)

  • Setting Type: Integer
  • Avaliable value(s): Between 0 and 2147483648
  • Subcommands: None
  • Executing for example: limitless maxEnchantmentLevel 255

Maximum Enchantment Level is a setting that lets you remove the limit of maximum enchantment levels.

For example; with the setting Maximum Enchantment Level set to 255, any librarian trades with enchanted books' level will be between 1 and 255, ignoring the book's maximum level. image

If Maximum Enchantment Level is set to 0, the maximum levels will work normally.

For technical reasons, in creative inventory screen enchanted books will only have up to level 255 even if maxEnchantmentLevel is higher than 255. This does not mean you can't get higher level books than 255 ones.

Maximum Trade Level (maxTradeLevel)

  • Setting Type: Integer
  • Avaliable value(s): Between -1 and 2147483648 (Must be smaller than maxEnchantmentLevel)
  • Subcommands: None
  • Executing for example: limitless maxTradeLevel 255

Maximum Trade Level is a setting that acts as a limiter for maxEnchantmentLevel in librarian trades.

For example; with the setting Maximum Enchantment Level set to 255 and Maximum Trade Level set to 103, librarians won't trade enchanted books with a higher level than 103. If Maximum Trade Level is set to 0, librarian trades will not be limited. This setting must be lower than Maximum Enchantment Level.

If this setting is set to -1, villagers will not trade books with higher levels than their vanilla maximum levels even if Maximum Enchantment Level is set higher.

Blacklist (blacklist)

  • Setting Type: List of enchantments
  • Avaliable value(s): Enchantments
  • Subcommands: add, addAll, remove and clear
  • Executing for example: limitless blacklist

With this setting, you can blacklist certain enchantments to make them not be affected by the maxEnchantmentLevel setting. Executing only limitless blacklist will show the current blacklist of enchantments.

add

  • Setting Type: Subcommand
  • Avaliable value(s): Enchantment
  • Executing for example: limitless blacklist add minecraft:mending

This subcommand adds an enchantment to blacklist. You can't add enchantments that are already in the blacklist.

addAll

  • Setting Type: Subcommand
  • Avaliable value(s): None
  • Executing for example: limitless blacklist addAll

This subcommand adds all available enchantments to the blacklist. If something unexpected happens, the changes will be reverted.

remove

  • Setting Type: Subcommand
  • Avaliable value(s): Enchantment
  • Executing for example: limitless blacklist remove minecraft:mending

This subcommand removes an enchantment from the blacklist. You can't remove nonexistent enchantments in the blacklist.

clear

  • Setting Type: Subcommand
  • Avaliable value(s): None
  • Executing for example: limitless blacklist clear

This subcommand clears all enchantments off the blacklist.

Rebalanced Trades (rebalancedTrades)

  • Setting Type: Boolean
  • Avaliable value(s): true or false
  • Subcommands: None
  • Executing for example: limitless rebalancedTrades true

With Rebalanced Trades setting, you can let the mod rebalance Librarian Villager trades. This is recommended if Maximum Enchantment Level is higher than 10.

Without balances: image

With balances: 416743882-804f79b7-b84c-4e5a-a414-6327773d655d (1)

Anvil Experience Cost Limit (anvilExperienceCostLimit)

  • Setting Type: Integer
  • Avaliable value(s): Between 40 and 2147483648
  • Subcommands: None
  • Executing for example: limitless anvilExperienceCostLimit 255

Anvil Experience Cost Limit is a setting that allows you to modify anvil operation experience level cost limit that makes anvils refuse to work. (Too expensive!)

Fixed Anvil Cost (fixedAnvilCost)

  • Setting Type: Integer
  • Avaliable value(s): Between -1 and 2147483648
  • Subcommands: None
  • Executing for example: limitless fixedAnvilCost 20

Fixed Anvil Cost is a setting that forces all anvil experience costs to a specified value. If this setting is not set to -1, anvils will always use this value for their cost. However, if the specified value is higher than the Anvil Experience Cost Limit, the anvil will display the “Too Expensive!” message regardless of what you try to do.

No Incompatibilities (noIncompatibilities)

  • Setting Type: Boolean
  • Avaliable value(s): true or false
  • Subcommands: None
  • Executing for example: limitless noIncompatibilities true

If No Incompatibilities setting is turned on, the game will allow you to to combine mutually exclusive enchantments like Infinity and Mending together.

image

Showing Actual Numbers

  • Setting Type: Boolean
  • Avaliable value(s): true or false
  • Subcommands: None
  • Executing for example: limitless showActualNumbers false With setting showActualNumbers, you can choose to have actual numbers of the level of an enchantment near the roman numerals.

Project description from CurseForge.

Pick your setup

Limitless Enchantments by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

35 available setups

Showing the newest 12 of 14 game versions. Older files are in the list below.

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Limitless Enchantments versions and loaders

63 of 63 releases match

Looking for an older file? The official CurseForge project page is in Resources.