Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 7 months ago
All versions
1.0+mod
Release
V1.0 1.19-1.21 | Luki's Grand Capitals2 years ago 128.4K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.1
1.20.x
1.19.x
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
- Welcome to Beta!
- Separated Grand Capitals from vanilla villages, other village structure mods are now usable along with Grand Capitals.
- Mod compat for the following: Bountiful, Waystone mods, More Villagers, Villagers Plus, and any other mods that change the village structure (Better Villages, etc).
- Changed the loot tables of everything to use the same name as their vanilla counterparts, so now (hopefully) you should be able to get loot from other mods. (I haven't tested this so we'll see.)
- Villages can now spawn as either a town or a capital. The difference between the 2 is size. A capital is 20% to appear instead of a town.
- Redid the plains village roofs, they are no longer messy looking.
- Removed lava from every village, no more blacksmiths burning down (this one was a long time coming, sorry!)
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:8Lw09aLb:EtZf2Gve"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8Lw09aLb:EtZf2Gve"
}

