All versions
0.11.2-beta+mc1.20.1
Beta
Muddy World 0.11.2-beta+mc1.20.12 weeks ago 38
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Unavailable version
Changes
Muddy World 0.11.2-beta for Minecraft 1.20.1
Fixed
- Fixed muddy terrain variants missing vanilla-like soil behavior in the Minecraft 1.20.1 port.
- Fixed plants not being placeable on Muddy Grass where vanilla Grass Block behavior should apply.
- Fixed plants not being placeable on Muddy Podzol where vanilla Podzol behavior should apply.
- Fixed mushrooms and related placement behavior on Muddy Mycelium where vanilla Mycelium behavior should apply.
- Fixed crops not being plantable on Muddy Farmland.
- Fixed Muddy Farmland degrading into plain Dirt when covered by another block.
- Fixed Muddy Path degrading into plain Dirt when covered by another block.
- Muddy Farmland now degrades into Mud instead of Dirt when covered.
- Muddy Path now degrades into Mud instead of Dirt when covered.
Changed
- Improved vanilla-like soil behavior for muddy terrain variants in the 1.20.1 port.
- Muddy terrain variants now better preserve the behavior of their original base blocks.
- Covered muddy path and farmland behavior now follows muddy block logic more consistently.
Notes
- This is a Minecraft 1.20.1-specific hotfix.
- This bug did not affect the 1.21.1 or 26.2 versions.
- No new blocks were added.
- No world generation balance changes were made.
- Existing drying target fixes from 0.11.1-beta are preserved.
- Fabric API is required.
Optional dependencies
Unavailable 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:B3roGO40:YAoZISCV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:B3roGO40:YAoZISCV"
}

