All versions
0.1.2-beta.5
Beta
Stealth & Alert v0.1.2-beta.55 days ago 88
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
English
Bugs Fixed
Compat
- When loaded with KubeJS, the game cannot launch.
Alert & Visibility
- Sometimes a mob is trying targeting a player all the time, even though the player is invisible.
- The invisible state brought by
Invisibilityeffect cannot be invalidated byGlowingeffect orGuidedeffect from Iron's Spellbooks.
中文
修复的问题
兼容
- 当与 KubeJS 一同加载时,游戏无法启动。
警戒 & 可见度
- 有些情况下怪物会一直尝试将玩家设为目标,即使玩家处于完全隐蔽状态。
隐身状态带来的完全隐蔽状态,无法被发光效果或《铁之咒语与魔法书》(Iron's Spellbooks)模组的神圣指引效果无效化。
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:mxfhNsFb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6V9H3TEr:mxfhNsFb"
}

