All versions
0.1.1-release
Release
Stealth & Alert v0.1.1-release2 months ago 290
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
English
- Visibility: Enemies' view range towards a player will decrease as the player's visibility decrease, but no less than (CommonConfigs' MIN_INVISIBLE_DISTANCE_TO_ENEMY_TRACKING + 0.5).
- Visibility Light: Adjusted light level's affect on Visibility. Now when light level is 0, players won't be invisible, but when they're crawling, they will be.
- Sound: Adjusted some values of Sound System.
- Bugfixes: Fixed an issue that sometimes NullPointerException exists, especially running with other mods.
中文
- 可见度: 敌人对一个玩家的视距将会随着玩家可见度的降低而减小,但最小不会小于(CommonConfigs 中的 MIN_INVISIBLE_DISTANCE_TO_ENEMY_TRACKING + 0.5)。
- 可见度光照: 调整了光照强度对可见度的影响。现在当光照为 0 时,玩家不会完全隐蔽,但如果此时趴下,仍然会触发隐蔽效果。
- 声音: 调整了声音系统的一些数值。
- Bug 修复: 修复了可能会出现空指针异常的问题,特别是当与其他模组一同运行时。
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:6V9H3TEr:QWB5csFQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6V9H3TEr:QWB5csFQ"
}

