All versions
1.4.2
Release
Mindly Presence 1.4.22 weeks ago 45
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
ADDED:
- New generation in Nightmare dimension: more biomes, forests etc.
- Fall event in a Nightmare. If you fall more than 5 blocks, you'll be teleported in Overworld
- Player thoughts when you go in a Nightmare
CHANGED:
- Improved TickPlayer logic (stress, timers, etc.) for performance
- Some calculations for thoughts showings
- Slightly modified default biome in Nightmare dimension
- Now your stress won't increase when you are in creative or spectator mode
FIXED:
- Missing calculations due to TickPlayer logic
- Stress was reducing when player has blindness or darkness effect (now increases as planned)
- Bug when Mindless won't spawn in a Nightmare if was near your bed before teleport
RU: ДОБАВЛЕНО:
- Новая генерация в Кошмарном измерении: больше биомов, лесов и т.д.
- Событие падение в Кошмаре. Если вы упадёте с высоты больше 5 блоков, вас телепортирует в обычный мир
ИЗМЕНЕНО:
- Улучшена логика TickPlayer (стресс, таймеры и т.д.) для оптимизации
- Некоторые расчёты для появления мыслей
- Слегка модифицирован дефолтный биом в Кошмарном измерении
- Теперь стресс не повышается, когда вы в режиме креатива или наблюдения
ИСПРАВЛЕНО:
- Потеря вычислений из-за TickPlayer логики
- Стресс уменьшался, когда игрок был с эффектом слепоты или тьмы (теперь повышается, как планировалось)
- Баг когда Безрассудный не спавнился в Кошмаре если был возле вашей кровати перед телепортом
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:TSr6Tv7A:C7AQbFlS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TSr6Tv7A:C7AQbFlS"
}

