Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
NoExpensive
ModMIT

NoExpensive

The anvil has no expensive restrictions and compatible to any enchantment.

263.8K
Downloads
210
Followers
5 months ago
Updated
📦
30
Versions
utilityfabric
Download Latestv1.21.11-1.10.2View on Modrinth

📖About NoExpensive

NoExpensive

NoExpensive is a Minecraft mod that removes the anvil's expensive restrictions and allows compatibility between any
enchantments. It is designed to be lightweight, highly compatible, and easy to configure for both modern and legacy
Minecraft versions.


Features

  • Removes the "Too Expensive!" anvil restriction
  • Allows any enchantment combinations (including normally incompatible ones)
  • Configurable maximum repair cost
  • Custom enchantment compatibility rules
  • Supports both modern and legacy Minecraft versions

Commands

Command Description
/noexpensive maxLevel Get the current maximum repair cost level.
/noexpensive maxLevel <level> Set the maximum repair cost level (default: 39). Set to 0 for auto calculation.
/noexpensive combineHigher Get whether combining higher-level enchantments is enabled.
/noexpensive combineHigher <true/false> Enable or disable combining higher-level enchantments (default: false).
/noexpensive compatibility PUT <enchantment> <enchantment> Allow two enchantments to be compatible.
/noexpensive compatibility REMOVE <enchantment> <enchantment> Remove compatibility between two enchantments.
/noexpensive compatibility list List all custom compatibilities.
/noexpensive reload Reload the configuration file.
/noexpensive reset Reset the configuration to default.

Configuration

  • Location: .minecraft/NoExpensive.json
  • You can reload the config in-game with /noexpensive reload.
  • Ensure the config file is properly formatted JSON.

Example Config

{
  "maxLevel": 39,
  "combineHigher": false,
  "compatibility": {
    "minecraft:mending": [
      "minecraft:infinity"
    ],
    "minecraft:multishot": [
      "minecraft:piercing"
    ],
    "minecraft:sharpness": [
      "minecraft:smite",
      "minecraft:bane_of_arthropods"
    ],
    "minecraft:smite": [
      "minecraft:bane_of_arthropods",
      "minecraft:sharpness"
    ],
    "minecraft:bane_of_arthropods": [
      "minecraft:sharpness",
      "minecraft:smite"
    ],
    "minecraft:density": [
      "minecraft:breach",
      "minecraft:sharpness",
      "minecraft:smite",
      "minecraft:bane_of_arthropods"
    ],
    "minecraft:breach": [
      "minecraft:density",
      "minecraft:sharpness",
      "minecraft:smite",
      "minecraft:bane_of_arthropods"
    ],
    "minecraft:protection": [
      "minecraft:projectile_protection",
      "minecraft:blast_protection",
      "minecraft:fire_protection"
    ],
    "minecraft:projectile_protection": [
      "minecraft:blast_protection",
      "minecraft:fire_protection",
      "minecraft:protection"
    ],
    "minecraft:blast_protection": [
      "minecraft:fire_protection",
      "minecraft:protection",
      "minecraft:projectile_protection"
    ],
    "minecraft:fire_protection": [
      "minecraft:protection",
      "minecraft:projectile_protection",
      "minecraft:blast_protection"
    ]
  }
}

Default Compatibilities

  • Mending and Infinity are compatible by default.
  • Multishot and Piercing are compatible by default.
  • Sharpness, Smite, and Bane of Arthropods are mutually compatible by default.
  • Protection, Projectile Protection, Blast Protection, and Fire Protection are mutually compatible by
    default.

Compatibility

  • Supports a wide range of Minecraft versions (see folders for specific support).
  • Designed for Fabric mod loader, but may work with others if compatible.
  • For legacy versions (1.7.x and below), enchantment IDs are numbers, not strings.

Legacy Version Notes

  • In 1.7.x and below, the compatibility config uses numeric enchantment IDs instead of string names due to how
    enchantments are registered in those versions.

Support & Contributing

  • For bug reports, feature requests, or questions, please open
    an issue.
  • Contributions are welcome! Feel free to submit pull requests.

Enjoy a restriction-free anvil experience!

👥 Team & Contributors

Enaium
EnaiumOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
fabric
Minecraft Versions
1.21.11

🔗 Links

Modrinth Page