Compatibility
Minecraft: Java Edition
1.21.3–1.21.8
1.21–1.21.1
1.20.4–1.20.6
1.20–1.20.2
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.12.2
1.11.2
1.10.2
1.9.4
1.8.9
1.7.10
Platforms
Supported environments
Creators
Details
Licensed MIT
Published 3 years ago
Updated 2 days ago
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!