The anvil has no expensive restrictions and compatible to any enchantment.
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.
| 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. |
.minecraft/NoExpensive.json/noexpensive reload.{
"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"
]
}
}
Enjoy a restriction-free anvil experience!