All versions
1.5+mod
Release
1.5last year 417
Compatibility
Minecraft: Java Edition
1.20.4
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Required content
Changes
Fix and Update on 1.20.4
-
Before:
- Different Tools give you different Power. Power level increase base on total enchantment level on it when on hand.
- Sword : Receive 3s extra Movement when hit.(+Total enchantment levelx0.03)
- Axe/Mace : Receive 3s extra Armor Point when hit.(+Total enchantment levelx0.5)
- Pickaxe/Hoe/Shovel : Receive extra Break Speed when Mining.(x(1+Total enchantment levelx0.5))
- Range Weapon : Receive extra Damage on Projectiles, Receive extra Jump Power when hit.(+(1+Total enchantment levelx0.25))/(+Total enchantment levelx0.05)
- Shield : Receive extra Damage.(+Total enchantment levelx0.5)
- Different Tools give you different Power. Power level increase base on total enchantment level on it when on hand.
-
After
- Different Tools give you different Power. Active after having over 10 enchanting level in total.
- Sword & Bow: Receive 3s *1.3 Movement when hit(Melee or Range).
- Axe : Receive 3s +5 Armor Point when hit.
- Tools : Receive extra Break Speed on Pickaxe/Shovel/Hoe when Mining.
- Shield : Receive +5 Damage.
- Different Tools give you different Power. Active after having over 10 enchanting level in total.
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:yiEpY5kq:qfIykpr8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yiEpY5kq:qfIykpr8"
}

