Tags
Creators
Details
All versions
2.0.0
Release
Moog's Voyager Structures Integrated 2.0.0-1.20+ [FORGE]last month 1,938
Uploaded by
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platform
Forge
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Any compatible version
Changes
Changed
- MVSI now enhances Moog's Voyager Structures instead of overwriting it: integrated variants generate alongside the vanilla structures, chosen at random based on which supported mods are installed, so worlds stay varied and nothing breaks when a mod is missing
- Supplementaries and Amendments are now optional — their variants appear when installed, and structures fall back to the vanilla versions when they are not
- Rebuilt as a multiloader mod for Fabric and Forge
Added
- Conditional structure variants for 80+ structures, gated on the installed mods
mod_compat_replacestructure processor that swaps blocks to modded equivalents only when that mod is present- New integrated house variants: diorite tower, diorite & deepslate house, mud brick house, and two prismarine houses
Optional dependencies
Any compatible version
Any compatible version
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:cbWB9PF5:APVbXOBl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cbWB9PF5:APVbXOBl"
}

