Links
Tags
Creators
Details
Licensed CC-BY-NC-4.0
Published 2 years ago
Updated 7 months ago
All versions
r1.2_mc1.21.1+mod
Release
Annihilation Recreated release 1.2 mc1.21.1last year 405
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
add
- Added new config:
Infernal Subjugate beamwich toggle the end crystal beam
changes
- Annihilation will forceload the chunk [0,0] 40 ticks after being spawned (this is to improve performance when summoning the boss)
- Annihilation can use
death_beamsunder 85% hp (previously 90%) - Annihilation cannot use
death_beamsif there is an already placed death beam or an infernal subjugate within a 5 blocks radius - changed all mobs summoned from blossoming chaos
- The music will stop when Annihilation is defeated
- Annihilation reward chest will emit particles and play a sound
- retextured burning irise player head
bug fix
- Annihilation hitbox can no longer be dismounted
- Arrow summoned by Annihilation now has his UUID in the Owner data
scoreboard version is set from 7 to 8 (your config will be reset)
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:8QOcu21g"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZMHa3gsI:8QOcu21g"
}


