Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 6 years ago
Updated 4 years ago
All versions
2.0.0-beta.14
Beta
2.0.0-beta.144 years ago 1,130
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Quilt
Supported environments
Client and server
Changes
Version 2.0.0-beta 14
- Updated to 1.19.2
- Turning mortal while in another player's body is now strongly discouraged
- Vagrant players no longer emit vibrations
- Dissociating while crawling will no longer teleport you above the ceiling
- Localized gamerule values in the gamerule editing GUI
- Tweaked the effect when a released soul merges with its body
- Ethereal morticians now fade out before they despawn from their obelisk being broken
- Updated Chinese localization (credits to Touch Night)
- Fixed morticians' conversion trade being available while vagrant
- Fixed crosshair being always colored as if in the End when attempting to possess an enderman
- Fixed Trinkets API's extra slots getting linked with the main hand slot
- Fixed ethereal morticians forgetting their obelisk, or becoming regular morticians, or forgetting to spawn...
- Fixed soul vessels dropping from ethereal morticians instead of from naturally spawned ones
- Fixed origins compatibility
see full changelog here
Supplementary resources
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:bYmqMxlQ:CP2qhWyx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bYmqMxlQ:CP2qhWyx"
}

