0.7.1-1.20.1
Compatibility
Changes
Version 0.7.1
- Fixed a crash
[Old Changelog]
Version 0.7.0 - The Reaper Expansion
[New Mechanics & Moves]
-
Three New Movesets : Added a deadly Grab Move that inflicts Spectral Touch. The Reaper damages the player and heals itself throughout the animation before throwing the player away. And two more secret moves for players to discover.
-
New Debuff : Spectral Touch : *Decreases Attack Speed by 2% per level. - Taking any damage increases the level (max 5) for 30 seconds. - If the Reaper hits you while at max level, the effect is replaced by Doom.
-
New Debuff: Doom : Reduces Armor by 30% (does not scale). - Any damage taken while under Doom triggers a random 3-second debuff from a pool: Wither I, Unluck I, Slowness I, Mining Fatigue I, Weakness I, or Hunger I. [Balance Changes]
-
Increased the Reaper’s base Attack Damage from 18 to 24.
-
Buffed the Reaper to take 80% less damage from projectiles.
-
Nerfed the move where it shoots a slash projectile at you to make it a little bit easier to dodge. [Visuals & Bug Fixes]
-
Overhauled the Death animation with a new animation, sound effects, and visual effects.
-
New texture for the Reaper Soul
-
Improved synchronization between animations and actions that were sometimes not syncing.
-
Fixed some sound effects that were not properly playing.
Version 0.6.5 - Reaper Refined
- Retextured the Reaper
- Added a new ranged attack and buffed the Reaper’s base attack damage by 50%.
- Improved some animations and head rotation for a more natural look during combat.
- Fixed an issue where players could not collide with the Reaper’s bounding box.
Version 0.6.1 - Balance & Improvement
- The Reaper now rotates and moves much more smoothly during movement and before attacks.
- Increased the ability cooldown from 2 seconds to 5 seconds. Spikes from the Bone Scepter now spawn with a slight delay between each one, rather than appearing all at once.
- Abyssal Ruptures from Bone Scepter now feature advanced position validation to ensure spikes only spawn on suitable ground surfaces.
Version 0.6 - 60% Progression
- Added two new items as loot drop from The Reaper boss : Reaper Soul and Wraithcloth.
- Added the Bone Scepter, a new weapon crafted using 2x Wraithcloth and 3x Bones.
- The boss now drop 1x Reaper Soul and 2-4x Wraithcloth instead of Nether Star
- Reduced experience points dropped from the boss from 125 to 60 points.
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:pAwvsnA2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nP9fnq1q:pAwvsnA2"
}

