Tags
Creators
Details
Licensed AGPL-3.0-only
Published 2 years ago
Updated 3 days ago
All versions
2.2.0
Release
Moog's Missing Villages 2.2.0-1.21+ [UNIVERSAL]3 days ago 2,209
Compatibility
Minecraft: Java Edition
26.3
26.2
26.1.x
1.21.x
Platforms
Fabric
Forge
NeoForge
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Changes
Added
- Dark oak villages now have their own villagers instead of borrowing vanilla's
- The archer's house in dark oak villages now has a bow and an arrow displayed in item frames
- Armour stands in villages now wear a random set of leather, chainmail or iron armour
- Village cats now come in a random colour
- Villages appear in Moog's Structure Lib's structure config screen, where they can be turned off
Fixed
- Dark oak village streets and street ends now get their lamps and decorations
- Two jungle street pieces were missing their decorations
- A jungle village street corner no longer places swamp decorations
- Baby villagers now spawn as babies
- Zombie villagers in swamp villages now look like swamp villagers
- Swamp nitwits no longer spawn with a trade level
- Every structure has been rebuilt for each Minecraft version it supports, fixing a range of small visual and loading problems
Changed
- Now requires Moog's Structure Lib 3.0.0 or newer
- Supports Minecraft 26.3
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:spZb29SD:fjpmujqZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:spZb29SD:fjpmujqZ"
}

