Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated last month
All versions
5.0.8
Release
MVS 5.0.8-1.20 [UNIVERSAL]last month 40.5K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.x
Platforms
Fabric
Forge
NeoForge
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Changes
Fixed
- Fixed crash when generating any of the new houses on 1.20.1 (diorite_and_deepslate_house, mud_brick_house_1, prismarine_house_1) - their sign block entities had bare empty
messageslist entries that the 1.20.1 sign codec parses as null, causing an NPE during chunk feature placement (#85) - Converted written book items in mud_brick_house_1 and lecturn_garden from the 1.20.5+
componentsschema to the legacytagschema so their pages, title, and author actually load on 1.20.x - Converted entity
attributeslist on strays, guardians, drowned, and the small_ship villager to the legacyAttributesschema so their custom health/speed/follow-range no longer silently drop on 1.20.x - Stripped 1.21.5+
fall_distancefloat from mobs in prismarine_house_2 and ocean_tower (silently ignored pre-1.21.5) - Fixed horse jump strength attribute id on horse_pen
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:2kWFzrLt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OQAgZMH1:2kWFzrLt"
}

