All versions
1.6.0
Release
not enough enchants 1.6.06 days ago 11
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Changes
a new update after 9 months is finaly here!
here is the new stuff added:
Yeet - shield enchantment
- when a enitity hits you theres a change they get yeeted away
Rebound - shield enchantment
- when an arrow hits you theres a change a arrow gets shot back to the shooter
Flashbang - shield enchantment
- chance to temporearly blind the enemy
Adrinaline - boots enchantment
- if you get below half health u get a speed and jump boost
i also removed some stuff!:
jumper and speed enchantment - got reworked into adrinaline
smash - was to close to the minecraft mace enchants
gardening - dint fit the mod theme
also did some rebalancing and did a FULL CODE REWRITE
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:zKGB6jcp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ay2MaelD:zKGB6jcp"
}

