Links
Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated last year
All versions
2.3+mod
Release
Camps. Castles. Carriages. 2.32 years ago 29.3K
Compatibility
Minecraft: Java Edition
1.20–1.20.4
1.19.3–1.19.4
Platforms
Fabric
Forge
Quilt
Supported environments
Server-side
Singleplayer
Changes
- 添加了新的城堡结构:鼓楼遗迹(感谢金猪大师提供的屋顶原型!) Added a new castle structure: Ruined Drum Tower.(Thank @Golden Pig Master for the roof!)
- 添加了新的马车结构:关押着铁傀儡的掠夺者囚车 Added a new Carriage structure: Pillagers' Prison Van
- 添加了新的随机事件:被掠夺者巡逻小队追杀的村民 Added a new random event: Pillager Patrol Chasing after Villager
- 为猪灵游侠添加了新的掉落物:大量火药和烟花 Added a new loot table for the Pigranger: A lot of firework and gunpowder
- 调整了猪灵游侠的生成 Improved Pigranger's spawning
- 为“丢失的羊驼”添加了常显名称 Added a alway-displayed custom name of the lost llama
- 优化了性能 Optimized the performance
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:h9XxzZxe:uI06GjwK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:h9XxzZxe:uI06GjwK"
}

