1.0.0.6.5.6
Compatibility
Required content
Changes
Tensura: Mysticism - v1.0.0.6.5.6
New
-
Accepting a Contract with a Spirit now grants you the appropriate Spirit level. This allows you to become a Hero Egg easier.
-
As a Spirit, you now need to be stronger than the target's existing Spirit contract of that element. Example: Let Player 1 be a normal Human player. Let Player 2 be a Greater Fire Spirit. Player 1 has a Medium Fire Spirit. Player 2 can overwrite Player 1's existing Fire Spirit contract, just like how it works in the base mod. However, if Player 1 has a Spirit Lord of Fire instead, Player 2 cannot overwrite Player 1's existing Fire Spirit Contract as it is not stronger. Should Player 2 be equivalent in level to Player 1's existing contract of that element, Player 2 will overwrite the existing contract.
-
Dissolving a Contract with a Spirit Player now completely removes your spirit level for that element.
Bug Fixes
- Fixed Water/Fire Spirits not being able to use Flame/Water Manipulation without being in Water/Fire
- Fixed Adephaga when you used the Consume mode, you would use the Amplify mode at the same time
- Fixed Susano'o + Belphegor Insta Kill + Gamerule Immediate respawn
- I THINK Gatekeeper deleting weapons has been fixed.
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:bjvFzLV3:lUvwf8jW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bjvFzLV3:lUvwf8jW"
}


