1.5.5
Compatibility
Changes
THO 1.5.5 — Dimension Hostility Update
Русский
Обновление 1.5.5 расширяет хардкорное выживание на другие измерения. Теперь Незер, Энд и глубокие пещеры требуют подготовки, специальных предметов и более осторожного прохождения.
Добавлено
- Новая система опасности измерений.
- Усложнение выживания в Незере.
- Усложнение выживания в Энде.
- Усложнение глубоких пещер и Deep Dark.
- Давление Незера / Hell Pressure.
- Пепел в лёгких / Ash Lungs.
- Воздействие пустоты / Void Exposure.
- Болезнь Энда / Ender Sickness.
- Спёртый воздух в глубоких пещерах.
- Усиленное падение рассудка в опасных измерениях.
- Новые настройки для измерений в
/settings. - Новый пресет сложности: Expedition.
- Новые предметы подготовки к экспедициям:
- Nether Survival Mask
- Breathing Mask
- Filtered Breathing Kit
- Ash Filter
- Air Filter
- Infernal Insulation
- Stabilizing Tonic
- Void Anchor
- Ender Stabilizer
- Deep Lantern
- Dimension Survival Kit
- Новые рецепты для предметов выживания.
- Новые текстуры предметов.
- Отдельные текстуры для масок на персонаже.
- Обновлённый внешний вид противогаза.
Изменено
- Путешествия в Незер и Энд теперь требуют лучшей подготовки.
- Глубокие пещеры стали опаснее при долгом нахождении под землёй.
- Предметы защиты теперь играют большую роль в выживании.
- Некоторые эффекты измерений накапливаются постепенно, а не срабатывают мгновенно.
- Сообщения об опасностях стали понятнее.
- Локализация расширена для русского, английского и украинского языков.
English
Update 1.5.5 expands hardcore survival into other dimensions. The Nether, The End and deep caves now require preparation, special equipment and more careful exploration.
Added
- New dimension danger system.
- Harder Nether survival.
- Harder End survival.
- Harder deep cave and Deep Dark survival.
- Hell Pressure system.
- Ash Lungs system.
- Void Exposure system.
- Ender Sickness system.
- Stale air in deep caves.
- Increased sanity drain in hostile dimensions.
- New dimension-related options in
/settings. - New difficulty preset: Expedition.
- New expedition preparation items:
- Nether Survival Mask
- Breathing Mask
- Filtered Breathing Kit
- Ash Filter
- Air Filter
- Infernal Insulation
- Stabilizing Tonic
- Void Anchor
- Ender Stabilizer
- Deep Lantern
- Dimension Survival Kit
- New crafting recipes for survival equipment.
- New item textures.
- Separate worn armor textures for masks.
- Updated gas mask visuals.
Changed
- Nether and End travel now require better preparation.
- Deep caves are more dangerous during long underground exploration.
- Protective equipment now matters more.
- Dimension effects build up gradually instead of triggering instantly.
- Hazard messages are clearer.
- Localization expanded for Russian, English and Ukrainian.
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:kMgusfQI:SQUD75eY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kMgusfQI:SQUD75eY"
}

