Links
Creators
Details
Licensed AGPL-3.0-or-later
Published 5 months ago
Updated last week
All versions
1.1.0+26.2-forge
Release
Better Enchant Command 1.1.0 — 26.2 Forgelast week 9
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Forge
Supported environments
Client and server
Changes
Better Enchant Command 1.1.0
- Extends /enchant and stored levels up to 2,147,483,647.
- Repairs numeric enchantment scaling, including Protection, Flame, Mending, Thorns, armor Unbreaking, Lure, Quick Charge, Piercing, and movement effects.
- Preserves on/off effects such as Silk Touch, Infinity, Channeling, and curses.
- Adds overflow protection and configurable limits for expensive effects such as drops, projectiles, and radius. Levels are finite; physical effects and probabilities have natural limits.
- Supports modded enchantments that use the shared vanilla effect APIs. Arbitrary custom mod logic is not guaranteed.
Install the build matching your Minecraft version and loader. Fabric API is required for Fabric; Mod Menu is optional for its settings screen.
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:idLZenKH:NFcudVxQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:idLZenKH:NFcudVxQ"
}

