All versions
0.1.2-beta.6
Beta
Stealth & Alert v0.1.2-beta.62 days ago 49
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
English
Compat
The Twilight Forest
- Armours combined with Emperor's Cloth will not increase the player's visibility.
- Added most of mobs to corresponding entity tags.
Powerful Dummy
- Made dummies able to be assassinated.
Enchantment Descriptions
- Added a description for the enchantment Vital Pierce.
Curios
- Added Flaw-Seeking Ring, which can increase the player's assassination damage. It can be found in Ancient City and End City.
Attributes
- Made Assassination Damage an entity attribute, so there will be many ways to modifier a player's assassination damage.
- Added two data maps -
armor_visibility_modifier.jsonandcurios_assassination_modifier.json. The former decides an armour's modifier for visibility; the latter decides the modifier that a piece of Curios equipment can apply to assassination damage. They can be found underresources/data/stealth_and_alert/data_maps/item/.
Others
- The minimum NeoForge version required is raised to
21.1.235.
中文
兼容
《暮色森林》(The Twilight Forest)
- 与“皇帝布帛”(Emperor's Cloth)结合后的护甲将不再增加玩家的可见度。
- 将大多数生物添加进对应的实体标签中。
《强力假人》(Powerful Dummy)
- 使得假人可以被刺杀。
《附魔描述》(Enchantment Descriptions)
- 为“贯命”附魔添加一项描述。
Curios
- 新增了“寻隙之戒”,可提高玩家的刺杀伤害。可于远古城市和末地城中找到。
属性
- 将刺杀伤害改为实体属性,从而有更多方法修改玩家的刺杀伤害。
- 添加了两个 Data Map——
armor_visibility_modifier.json和curios_assassination_modifier.json。前者决定了一件护甲对可见度的修改;后者决定了一件 Curios 饰品对刺杀伤害的修改。可在resources/data/stealth_and_alert/data_maps/item/目录下找到。
其他
- 所需的最低 NeoForge 版本提升至
21.1.235。
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:fBvqqW1a"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6V9H3TEr:fBvqqW1a"
}

