0.1.2-beta.2-hotfix
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
Fixed an issue that dedicated server crashes when loading the mod.
中文
修复了加载此模组时,专用服务端会崩溃的问题。
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:vKCBR6qp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6V9H3TEr:vKCBR6qp"
}

