All versions
0.0.7-beta
Beta
Stealth & Alert v0.0.7-beta2 months ago 30
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
English
- Crawl: Added a key binding for crawling, 'C' by default.
- Cover Blocks: Added a new block tag 'CAN_COVER', containing tall grass, tall flowers, tall seagrass and more. Standing in them will decrease Visibility, and standing in an area of them of 4*4 at least will make you invisible.
- Visibility: Adjusted Visibility's algorithm.
- Bugfixes: Fixed an issue that when killing an enemy in FIGHTING state, the red Alert Indicator HUD may come out.
中文
- 匍匐: 新增匍匐的按键绑定,默认为 C 键。
- 隐蔽方块: 新增方块标签 CAN_COVER,包含高草丛、高花、高海草以及更多。站在其中将降低可见度,站在一片由至少连接成 4*4 的这些方块组成的区域,将使你完全隐蔽。
- 可见度: 调整了可见度算法。
- 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:5RT4XFkY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6V9H3TEr:5RT4XFkY"
}

