Links
Tags
Creators
Details
b2-1_mc1.21.1+mod
Compatibility
Changes
updated datapack to minecraft 1.21.1
dev note: I basically re-wrote the whole datapack, here all major changes:
add
- added new custom item
corrupted star - added new enchantment
bless of annihilation sigil(every time you damage a mob with a weapon (bow/crossbow included) there a 25% chance to summon a meteor above the mob) - finally added Annihilation new attack
death beams - changed Annihilation hitbox (it's now a giant cow)
changes
- re-named every tags/scores (basically every tags/scores that begin with
anni_got changed toanniR. - completly change how summoning Annihilation worked
- re-worked
exhort - re-worked the burning irise from
eyes of war - re-name most of Annihilation attacks to remove typo that I made
- The boss-summoner is no longer fixed at a specific coordinate, wich mean you can summon it anywhere with
function annihilation:boss_summoner/summon
scoreboard version is set from 5 to 6 (your config will be reset)
resourcepack version is now v1.8
dev note: A lot of bugs might appears, so watch out for them. And the 1.20 version of the datapack is no longer supported.
Optional dependencies
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:ZMHa3gsI:e8jU93s9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZMHa3gsI:e8jU93s9"
}


