All versions
1.2
Release
Mindly Presence 1.2last year 253
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
v1.2 ADDED:
- Config for chances of some events (such as torch changing)
- New command: /setstress. Example: /setstress 25 @a (or you can type player name)
CHANGED:
- New formula for Torch Placing event (a bit lower with normal setting than before)
- Now item drop event occurs with lower chance
- Main value of Y position for most of events was increased by 10
- Slightly reduced stress lvl for Mindless to spawn behind or near you
- Slightly reduced stress lvl needed for a screamer from Mindless
- Reduced how fast your stress go down when on day light
- Reduced additional chance for door opening/closing events from stress lvl
- Increased time between horror sounds
FIXED:
- Bad optimization of Torch Placing procedures. Now there is a fixed number of calculations
- Torches changed after being broken
RU: ДОБАВЛЕНО:
- Конфиг для шансов некоторых ивентов (например, смена факелов)
- Новая команда: /setstress. Пример: /setstress 25 @a (или вы можете использовать имя игрока)
ИЗМЕНЕНО:
- Новая формула для ивента Размещения Факелов (слегка ниже с настройкой normal, чем раньше)
- Теперь ивент выпадения предмета случается с более низким шансом
- Главное значение Y позиции для большинства событий увеличено на 10
- Слегка снижен уровень стресса для спавна Mindless за или около вас
- Слегка снижен уровень стресса, необходимый для скримера от Mindless
- Снижена скорость падения стресса от дневного света
- Снижен дополнительный шанс для событий открытия/закрытия дверей от уровня стресса
- Увеличено время между хоррор звуками
ИСПРАВЛЕНО:
- Плохая оптимизация процедур Размещения Факелов. Теперь там фиксированное количество вычислений
- Факела менялись после того, как были сломаны
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:jGBE2AW6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TSr6Tv7A:jGBE2AW6"
}

