1.5.0
Compatibility
Changes
Notice
This update hasn't been finished. It will release everything I was working on and some final quick features I could implement that leak a bit of lore that cillmacuvas kept secret.
Because of the latest actions of GT's creator, the plugin will be fully discontinued after this update.
New Features
- Added Arnicite gear (Armor and Sword)
- Arnicite will now cause magic drain on inverted people.
- Rudalite will no longer cause magic drain on inverted people.
- Rudalite armor will no longer grant special protection against inverted magic.
- Magic cancelling armor will now not absorb 100% of the damage, and will increase slowly as more pieces are worn.
- Rudalite can no longer be crafted, instead, it will be generated upon inversion.
- Rudalite may now be charged with inverted magic.
New Advancements
- Time Paradox
- Perfect Counter
- Quick Descent
- Uncontrollable
- Genocide
- Alternate Timeline
- Weak Spot
- Flames of Irony
- The Dark Figure
- Chromatic Aid
- An Excellent Healer
Small Improvements
- Powers will now always be in the same order in the selection menu
- Dual traited souls will now flash between the 2 colors instead of splitting in half.
- Menus will now have simple backgrounds (Left Unfinished)
- Powers that can be unlocked with LOVE will now appear blacked out if they haven't been unlocked yet.
- Rudalite's appearence has been changed in order to better match the canon description of it.
Customization
- Soul traits will now color a player's username.
- Badges can now be unlocked with some advancements and added next to a player's name in chat.
- Mana bar styles can now be unlocked and applied to personalize it.
- Reserves bar will now go below the mana bar, over the hunger bar by default. (Can be reversed)
- Hate mana overlay has changed (Can be reversed to the old one)
Optional dependencies
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:nYkzX6nc:BcXoNW5Y"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nYkzX6nc:BcXoNW5Y"
}

