Tags
Creators
Details
Licensed MIT
Published 4 years ago
All versions
5.0.9
Release
MVS 5.0.9-1.21 [UNIVERSAL]2 months ago 46.3K
Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
Platforms
Fabric
Forge
NeoForge
Supported environments
Server-side
Singleplayer
Required content
Changes
Changelog
[5.0.9] - 2026-05-01
Fixed
minecraft:iron_chainreplaced withminecraft:chainin pre-1.21.9 structure variants for azelea house, large floating island, large warped tower, big oak tree, small ship, and nether well
Changed
- All empty and hardcoded containers now have loot tables assigned
- Added new
pondandend_scrapsloot tables
[5.0.8] - 2026-04-20
Fixed
- Cherry, crimson, mangrove, and dark oak biome tags now resolve correctly on 1.21.3-1.21.4
[5.0.7] - 2026-04-20
Fixed
- Mineshaft now generates properly
Changed
- Mineshaft is now half as rare
[5.0.6] - 2026-04-20
Fixed
- Fixed chain renamed issues for 1.21.9+
- Fixed template pool elements using wrong type field (element_type)
- Repaired a few cathedral NBTs
- Repaired various structures
- Fixed mod icon not displaying in Mod Menu
Changed
- Added description and links to mod metadata
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:OQAgZMH1:w8dck0sA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OQAgZMH1:w8dck0sA"
}


