All versions
2.1.1-fabric
Release
Tensura: Mysticism - v2.1.1-fabriclast week 7,762
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Tensura: Mysticism - v2.1.1
New
- Added effect icons for Revenant's Horror and Awakened Foresight
- There is now a failsafe for teleporting into [Phaser]'s dimension. Should there be no safe location on the incoming location, you will be put on a 3x3 platform.
Bug Fixes
- Sculk Worm was not in the config by default.
- Fixed an issue regarding the names of Cherub and Seraph being changed to Soul Aberration and Reaper Aberration.
- Fixed an issue with [Relapse]'s Gimel mode being broken for both lines.
- Fixed an issue with [Relapse]'s Daleth mode for the Revenant line having no duration on Revenant's Horror.
- Fixed an issue with [Subjugator] where the Dominate line of spells was not working.
- Fixed an issue regarding [Phaser] where the source dimension could sometimes not be found causing you to be stuck in the Kamui Dimension.
- Fixed a problem with Sculk Worm's config where ultrasonic_waves was spelled ultrasonic_wave. (This led to evolutions breaking.)
- Fixed an issue where the Dominate line of spells could not be used.
- Fixed an issue where the health of Dragonoid would be temporarily reset after evolution to True Dragonoid.
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:BRS7eNCP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bjvFzLV3:BRS7eNCP"
}


