All versions
1.0.0
Release
Itz Enchantz 1.0.07 months ago 28
Compatibility
Minecraft: Java Edition
1.21.8
Platform
NeoForge
Supported environments
Server-side
Singleplayer
Changes
Introducing Itz Enchantz!
- Adds new enchantments into the game!
List of added enchants in 1.0
- Ironwall (chest)
- When Sneaking add resistance and weakness.
- Sharp Edge (swords)
- When attacking have a chance to crit dealing 1.5x the base damage!
- Each level increases the chance of a crit.
- Recycle (totem of undying)
- Upto 50% chance to recycle the totem of undying.
- The new totem will be placed in inventory NOT in hand, In case inventory is full the totem will drop!
- Momentum (Swords)
- Each hit grants a stack of momentum increasing attack speed.
- When not hitting the opponent the stacks decay reseting the bonus attack speed.
- Heavenfall (Boots)
- Upon sneaking gain jump boost.
- Each level adds more jump boost level (upto level 5)
- Respite (shield)
- Upon blocking a incoming hit trigger Respite giving you regeneration and weakness.
- Each level lowers the weakness time and increases the regneration time.
- Respite has a 20% Chance to deal damage to your shield. (10 Damage per block at level 5)
- Rampage (helmet)
- Upon taking damage gain strength.
- Increases the time per level.
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:HZBylEI0:PjvQe6eA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HZBylEI0:PjvQe6eA"
}

