0.1.2-beta.2
Compatibility
Required content
Changes
If upgraded from 0.1.2-alpha or older version or encountering the issue that neutral mobs don't become alert, delete all folders and files in directory config/stealth_and_alert/entities or enter the command /stealth_and_alert config force_regenerate_and_reload. Besides, delete this mod's old config files.
如果从 0.1.2-alpha 或更旧的版本升级上来,或遇到中立生物不产生警戒的问题,删除 config/stealth_and_alert/entities 目录下所有文件夹和文件,或者输入命令 /stealth_and_alert config force_regenerate_and_reload。此外,删除本模组旧的 Config 文件。
English
General
- Added Spyglass Mark feature. When using a spyglass, press mouse left button by default to mark or unmark a mob. The colour of the mark depends on the mob's type - hostile, neutral, passive, NPC, or players' ally. Configurable in Client Configs.
- Added a music disc and its loot table. It can be found in monster rooms or stronghold's library.
- Expanded SEE_THROUGHS block tag, now including fences and fence gates.
- Expanded SEEKERS entity tag, now including Ravager.
- Make the assassination feature able to be disabled in config.
Bugfixes
- Corrected the wrong default value of Tracking Duration of Detection in Common Configs.
- Fixed an issue that Sound Wave Indicator doesn't display well, especially when TPS or FPS is low.
中文
一般
- 新增了望远镜标记功能。当使用望远镜时,按下默认的鼠标左键可以标记或取消标记一个生物。标记的颜色取决于生物类型——敌对、中立、被动、NPC,或玩家的友军。可在客户端配置中调整。
- 新增了一张音乐唱片及其战利品表,可在刷怪房或要塞图书馆中找到。
- 扩展了 SEE_THROUGHS 方块标签,现已包括栅栏和栅栏门。
- 扩展了 SEEKERS 实体标签,现已包括劫掠兽。
- 使得刺杀功能可以在配置文件中被关闭。
Bug 修复
- 修正了 Common Configs 中,“侦测”项中“追踪时长”的错误的默认值。
- 修复了声波显示器显示异常的问题,特别是当 TPS 或 FPS 较低时。
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:BPLrRCx6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6V9H3TEr:BPLrRCx6"
}

