All versions
0.0.5-alpha
Alpha
Stealth & Alert v0.0.5-alpha2 months ago 18
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
English
- Visual Effects: Improved Alert Indicator's HUD visual effect and animation, and adjusted default scale of Alert Symbol in config file.
- Mobs: Included Blaze and Magma Cube into SEEKERS tag.
- Bugfixes: Fixed a possible bug of the display of Alert Symbol when a mob is in SEARCHING state.
中文
- 视觉效果: 改进了警戒条HUD的视觉效果与动画,并调整了配置文件中警戒标志的默认缩放大小。
- 生物: 烈焰人和岩浆怪现已被纳入 SEEKERS 标签。
- 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:oireP4oU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6V9H3TEr:oireP4oU"
}

