3.0.0
Compatibility
Changes
Changes:
- Revamped Psionic (known as Telekinesis)
- Revamped Nightmare
- Revamped Healing
- Revamped Immortality
- Updated Armour Suit
- Sublimation can now be properly suppressed
- Added new item textures and item animations to: Spectrum Potion, Unstable Vial, Jokers Vial and Aura Shard
- Unstable Vial is now hidden from ability display, so it can be used without needing to switch bars
- Kinetic Energy now has a penalty system, reducing your Kinetic Energy by -500 per death. This penalty will be applied to Overload form, and only if you have 500 kinetic energy before your death
Fixes:
- Fixed Afterimage sound being played globally
- Unstable Vial cooldown properly shows
- Fixed Energy Discharge descriptions
- Fixed Tremor's bar dissapearing when not on the ground
- Fixed Time Manipulation being unable to gain skillpoints from a few abilities
- Fixed last health upgrade icon for Shark Mimicry
- Fixed Energy Discharge from being progression locked early
Note: There will no longer be major updates, and UnOrthodox will be on a long-term hiatus while I focus on Elementia and IRL Stuff. Elementia will be more flexible since its unreleased, therefore there is no pressure to release updates in itself. Healing may be unfinished upon this release
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:MnJn7FmX:98FGl121"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MnJn7FmX:98FGl121"
}

