All versions
0.5.0-1.20.1
Release
Spiritborne Ascendants 0.5.0-1.20.17 months ago 133
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
Version 0.5 - 50% Progression
- Added two new items used to spawn the boss : Sacrificial Dagger and Soul Bottle.
- The Reaper boss is now spawnable
- Craft a Sacrificial Dagger and get a Glass Bottle.
- Kill a Villager with the Sacrificial Dagger while holding the Glass Bottle in your offhand to obtain a Soul Bottle.
- Right-click on fire to spawn the boss. - The boss now plays its music when spawned.
- Added config options that let you control whether the boss will queue its music and the music volume.
- Reduced experience points dropped from the boss from 550 to 125 points.
[Old changelog]
Version 0.4 - 40% Progression
- 3 new boss movesets.
- Improved Boss AI to be more aggressive.
- Increased the movement speed of the boss.
- Reduced the chance of boss animations that doesn't sync with dealing damage.
- Fix a bug that allowed the boss to rotate while doing death animation.
Version 0.3 - 30% Progression
- New boss move that can apply a debuff to the player
- Improved Boss AI.
- The boss now drops a Nether Star instead of a Netherite Scrap.
- Adjusted several boss attacks to make them harder to deal with.
- Fixed an issue where the self-heal ability healed multiple times instead of once.
- Fixed a bug where hitting the boss during its death animation would actually kill it, stop the animation and prevent it from dropping loot.
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:nP9fnq1q:k95WqGRo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nP9fnq1q:k95WqGRo"
}


