Links
Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 2 years ago
All versions
2.1+mod
Release
You Bandit! 2.12 years ago 99K
Compatibility
Minecraft: Java Edition
1.20–1.20.4
1.19.4
Platforms
Fabric
Forge
Quilt
Supported environments
Server-side
Singleplayer
Changes
- 添加了挽救机制:在背叛强盗阵营后,玩家会受到5级的不祥之兆诅咒。触发并打赢5级劫掠之后,可获得5级村庄英雄效果,这将使得村民提高的价格会降到比原价稍微高一点点的状态。 Added a Redemption mechanic: Players now will receive Bad Omen V after they betray the bandits. Via activating the V-level Raid and winning it, players can gain Hero V, which can decrease the trader price to the original level (only a bit higher :))
- 降低了不祥之兆诅咒时生成恼鬼的几率 Decreased the chance of vex spawning when having Bad Omen
- 优化了性能 Optimized the performance
- 修复靠近村民会导致其停滞的问题 Fixed the issue of villagers stop moving when players get near
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:FDbnFfSg:x55CSjIM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FDbnFfSg:x55CSjIM"
}

