Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
3.4.2+1.21.10-neoforge
Release
3.4.2 for Neoforge 1.21.107 months ago 42
Compatibility
Minecraft: Java Edition
1.21.10
Platform
NeoForge
Supported environments
Server-side
Client and server
Required content
Changes
3.4.2:
- Fixed incompatibility with Apotheosis.
3.4.1:
- Added 1.21.10 version and fixed JEI compat.
3.4.0:
- Reworked enchantment disabler to support disabling enchantments per-source.
- There are 3 enchantment sources: loot, enchanting table, and villager trades.
- Every source can be enabled/disabled for each enchantment.
- Adding an enchantment will disable it in all sources by default.
- Your disabled enchantments list from previous mod versions will be transferred to the new one, with all the enchantments from the list being disabled in all sources.
- Enchantments will now be hidden from recipe viewer mods only if they're disabled in all sources.
- Added compatibility for Just Enough Items (JEI).
- The max levels setting is no longer capped to the vanilla maximum, meaning you can now use it to increase the max level of enchantments.
- Added a new "Global enchantment max level" option that sets a max level to all enchantments in the game.
- There is now a wiki page "How to configure the mod" that explains how to disable enchantments and set max levels in detail.
- Updated to Minecraft 1.21.11.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| enchantmentdisabler-3.4.2+1.21.10-neoforge-sources.jar | Unknown | 34.29 KiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:Kd03i2oU:gvfe5ywL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Kd03i2oU:gvfe5ywL"
}


