All versions
1.3.0
Release
Ruh Sandığı — Soul Chest 1.3.03 weeks ago 29
Compatibility
Minecraft: Java Edition
1.21.10–1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
Ruh Sandığı — Soul Chest 1.3.0
✨ New
- 🟣 Dying in the End void now keeps your soul chest safe by the exit portal. Previously, falling into the void in The End sent your chest to your spawn point. Now it spawns right next to the central End exit portal, on solid ground — so you can grab your items on your way back through the portal instead of losing the trip. A new message tells you exactly where it landed.
🌍 Localization
- New "End portal" death message added in all 8 languages (EN, TR, DE, ES, FR, RU, PT-BR, ZH-CN).
Works on both Minecraft 26.1.2 and 1.21.10 (Fabric).
Ruh Sandığı — Soul Chest 1.3.0
✨ Yeni
- 🟣 End boşluğunda ölünce ruh sandığın artık çıkış portalının yanında oluşuyor. Önceden End'de boşluğa düşünce sandık spawn (doğuş) noktana gidiyordu. Artık merkez adadaki End çıkış portalının hemen yanına, sağlam zemine geliyor — böylece portaldan geri dönerken eşyalarını alabilirsin, boşuna yol gitmezsin. Yeni bir mesaj sandığın tam olarak nereye düştüğünü söylüyor.
🌍 Diller
- Tüm 8 dile "End portalı" ölüm mesajı eklendi (TR, EN, DE, ES, FR, RU, PT-BR, ZH-CN).
Hem Minecraft 26.1.2 hem 1.21.10 (Fabric) için.
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:ru35qihk:bHfqWyLt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ru35qihk:bHfqWyLt"
}

