All versions
0.1.2-beta.4
Beta
Stealth & Alert v0.1.2-beta.4last week 56
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
English
Compat
Guard Villagers
- Added Guard Villager into CONDITIONAL_SEEKERS tag and made a entity preset for it.
- Added a config to determine whether to apply Guard Villagers mod's config of villager reputation threshold, instead of Stealth & Alert mod's, to a Guard Villager.
Adjustment
- Adjusted some default values in Detection and Awareness config sections, to increase the difficulty.
- Adjusted entity presets according to the above adjustment. To regenerate them all, type the command:
/stealth_and_alert config force_regenerate_and_reload. - Lowered the default value of reputation threshold in
village_reputationcondition from-15to-100according to vanilla settings
Configs
- Added a new section - Compatibility - in Common Configs, to configure compatible settings for other mods.
- Optimised config files' structure and regulated the naming of config sections. Note: Some previously customized settings may be reset during this update.
- If a mod is not loaded, presets of that mod's entities will not generate automatically.
Others
- Changed the music file of the disc of Daisy Bell, to better fit vanilla style.
Bugfixes
- Fixed an issue that SEEKERS mobs in any case don't attack a player with the effect of True Invisibility from Iron's Spells 'n Spellbooks, though they are close enough.
中文
兼容
《警卫村民》(Guard Villagers)
- 将警卫村民添加进 CONDITIONAL_SEEKERS 标签中,并为其制作了一个实体预设。
- 添加了一个配置项,用来决定,对于一个警卫村民,是否应用《警卫村民》模组中的村民声望阈值配置,而非《潜行与警戒》模组中的。
调整
- 调整了 Detection 和 Awareness 配置项中的一些默认数值,以提高难度。
- 根据该调整,相应地调整了实体警戒配置。如需重新生成所有预设,输入该命令:
/stealth_and_alert config force_regenerate_and_reload。 - 根据原版规则,调低了
village_reputation条件中村民声望阈值的默认值,从-15调至-100。
配置
- 在 Common Configs 中新增了配置项——兼容性——以调整与其他模组的兼容设置。
- 优化了配置文件的结构,规范了配置项的命名。注意:一些之前被手动调整过的配置在此次更新可能会被重置。
- 如果一个模组没有加载,那么这个关于这个模组的实体的预设将不会被自动生成。
其他
- 更换了《黛西·贝尔》(Daisy Bell)唱片的音频文件,从而更契合原版风格。
Bug 修复
- 修复了以下问题:当玩家拥有来自《铁之咒语与魔法书》(Iron's Spells 'n Spellbooks)模组的真实隐身效果时,在任何情况下都不会被 SEEKERS 生物攻击,即使离得足够近。
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:n361tD7O"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6V9H3TEr:n361tD7O"
}

