Tags
Creators
Details
0.2+mod
Compatibility
Changes
🛠️ Features
We are happy to publish our new release of this product which add two mini bosses to the game. We added the enchanted version of the vindicator and of evoker.
Detailes below:
Enchanted Vindicator
Enchantments:
- Spinning Axe : He spins his axe dealing 2 HP.
- Common: Every 10s.
- Rare: Every 7s.
- Legendary: Every 5s.
- Thorns : He deals damage when the players attack him.
- Common: Deals 1 HP
- Rare: Deals 2 HP
- Legendary: Deals 3 HP
Enchanted Evoker
Enchantments:
- Vex Army : He summon randomly a number of vexs. They die after 7 s.
- Common: Summon 1 vex.
- Rare: Speed become 2 vexes
- Legendary: Speed become 3 vexes.
- Fang Forest : He summon randomly fangs in circular range..
- Common: Range size 2 blocks.
- Rare: Range size 4 blocks radius.
- Legendary: Rage size 6 blocks radius.
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:keeVOz1c:3WXK8OPw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:keeVOz1c:3WXK8OPw"
}

