Tags
Creators
Details
Licensed ARR
Published last month
Updated 3 weeks ago
All versions
1.2.0
Release
Grand Capitals 1.2.03 weeks ago 3,121
Compatibility
Minecraft: Java Edition
26.2
26.1.x
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
Changelog
v1.2.0 — 2026-07-15
- Villages now settle onto the terrain more consistently (placement heightmap aligned with vanilla)
- Added light weathering to village stonework: some bricks now generate cracked
- Added three previously-unused buildings for more variety — an extra plains house, a savanna town centre, and a taiga town centre
- Fixed a console warning caused by an unresolved outpost jigsaw pool
- Smaller download: removed ~4.4 MB of leftover duplicate structure files and a stray test structure
- Removed stray editor markers that were left baked into building corners
v1.1.4 — 2026-07-08
- Updated for Minecraft 26.x
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:ZvQgzPPs:vqjw077o"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZvQgzPPs:vqjw077o"
}

