All versions
1.3.0
Release
not enough enchants 1.3.010 months ago 34
Compatibility
Minecraft: Java Edition
1.21.4
Platform
NeoForge
Supported environments
Client and server
Changes
NEW ENCHANTS:
- Air jump, lets you jump in midair!
- Thunderstrike, make your oponents feel the lightning (starts with a base chance of 5% inceases to a max of 25% on max lvl 5, if it storms the chance is doubled.)
REBALANCING:
- speed and jumped enchant max level decreased from 3 to 2
- smash and boom enchant damage reduced
- smash enchant now has a longer couldown (twice as long)
- bleed ecnhant max level increased from 2 to 3
- the base time the bleed effect gets aplied lowered
- on full moon the bleed effect does more damage
BUG FIXES:
- in the previous version you could spam the smash enchant when having a shield equipped, thats now not posible anymore
- uppercut enchantment dint work correctly on players, that should be fixed now
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:ay2MaelD:7zzXEvQb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ay2MaelD:7zzXEvQb"
}

