1.19.2-5.1.0.9-release
Compatibility
Required content
Changes
[5.1.0.9]
- Fix Crossbow
[5.1.0.8]
- Add Compatibility with Lava Vision Potion from Nether Depths Upgrade.
[5.1.0.7]
- Fix for Blazerite and Enderite weapons.
[5.1.0.6]
- Fixed the bug when attempting to leave a horse with Prismarite Horse Armor underwater.
[5.1.0.5]
- Improved soulbound compatibility with some other mods.
[5.1.0.4]
- Fix random loading fail.
[5.1.0.3]
- Fix Enderite weapons that do not teleport loot.
[5.1.0.2]
- Fix Corrupterite Bow & Crossbow not applying bonus damage.
[5.1.0.1]
-
The armor effects "Keep Items" and Soulbound have a better compatibility with other similar mods now.
-
Add config to enable/disable Soulbound.
[5.1.0.0]
-
Updated to Forge 43.1.1
-
Multiple fixes
[5.0.0.4]
- Updated to Forge 41.0.99
[5.0.0.3]
-
Minor fixes
-
Add Korean (ko_kr) translation. (쏠끼리).
[5.0.0.2]
-
Minor fixes
-
Soulbounds now work with Curios.
[5.0.0.1]
- Minor fixes
[5.0.0.0]
- Initial 1.19 port
- Adds Echorite
- Adds Essence
- Recipe changes (now uses Essences)
- Clean Config
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:7seKMZeT:HERfvQ87"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7seKMZeT:HERfvQ87"
}

