Tags
Creators
Details
1.2.0.1
Compatibility
Changes
DISPERSION 1.2.0.1 ā BUGFIX UPDATE
A small hotfix update following the release of DISPERSION 1.2.0.
This update fixes several critical issues related to classes, soul scepters, NPCs, and equipment durability display.
š BUG FIXES
āļø Razor
Fixed an issue where the ultimate ability could disappear after the Soul Scepter triggered again. The ultimate ability now correctly remains active during repeated Soul Scepter activations.
Fixed an issue where the "discharge" mechanic ā the loss of damage stacks when the ultimate ability does not hit any target for a certain period ā did not work properly. The discharge mechanic now functions correctly, and damage stacks are removed as intended when the ultimate is not damaging enemies.
š± Titan Fixed a critical issue with Titan's Soul Scepter.
Previously:
Enemies affected by the scepter could become permanently immobilized.
Now:
The immobilization effect correctly expires.
Enemies can move normally after the effect ends.
š§āš¾ Modded Trader Fixed an issue preventing the modded trader from spawning.
Previously:
The trader would not spawn naturally.
Summoning it through a spawn egg or command caused it to instantly disappear.
Now:
The trader spawns correctly.
The NPC works as intended.
š”ļø Armor Durability Display Fixed incorrect armor durability display.
Previously:
Armor durability could appear to constantly repair itself.
The displayed durability could suddenly drop despite no visible changes.
Now:
Armor durability is displayed correctly and matches the actual item state.
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:d3C8gi3j:H4UDaJk9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:d3C8gi3j:H4UDaJk9"
}

