All versions
9.0.0
Release
Sequence Pathways (LOTM) 9.0.07 months ago 1,773
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Version 9.0.0 Update Log:
- Sequence 7 Death
- Spirit Wall creates a wall to protect from attacks temporarily. Health and time it lasts are based on power
- Renamed "Fireball" to "Compressed Fireball"
- Added "Giant Fireball" (Compressed Fireball sneaking variant) [Sequence 7 Pyromaniac]
- Consumes more spirituality but does more damage and has a larger hitbox
- Added "Blazing Spear" [Sequence 7 Pyromaniac]
- Can be held but not charged
- Deals more damage than an uncharged, compressed fireball but less than a fully charged, compressed fireball
- Added "Hunter's Trap (Explosive)" (Hunter's Trap sneaking variant) [Sequence 7 Pyromaniac)
- When touched, becomes primed shortly before exploding
- Added "Flame Sword" [Sequence 7 Pyromaniac]
- Sets entity hit with it on fire
- Added "Flame Axe" (Flame Sword senaking variant) [Sequence 7 Pyromaniac]
- Sets entity hit with it on fire
- Has a chance to explode entity when hit
- Added Damage Transfer [Sequence 7 Magician]
- When below a certain percentage of max hp, creates temporary hearts based on power and how much health has been lost
- Made Flame Jump a sneak variant of Flame Control [Sequence 7 Magician]
- Renamed various abilities and gave seperate names to their sneak variants ("Raging Blow"/"Raging Slam", "Provoke"/"Provoke (AOE)", "Steal (Main-Hand)"/"Steal (Off-Hand)", "Bard's Song"/"Bard's Song (Self)") [Sequence 8 Folk of Rage, Sequence 8 Provoker, Sequence 9 Marauder, Sequence 9 Bard]
- (Probably) Fixed Various Bugs
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:bA2DPAbu:QWPqCrAE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bA2DPAbu:QWPqCrAE"
}

