All versions
1.0.0
Release
JoWY's Mud Set 1.0.0 [1.21.1]last year 151
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
- New mud bricks set (mud bricks door, trapdoor, mud leaves, log, stripped log, planks, fence, fence gate and sapling)
- Mud bricks door, trapdoor, mud planks stairs, slab, fence and fence gate can be crafted using the crafting table.
- Mud planks, sapling, leaves, log, stripped log and also planks stairs and slab can be crafted using the stone cutter.
- New way to obtain mud, right click when having a water bucket in off-hand and dirt in main-hand. (Does not consume water, I assume you have an infinite water source)
- Mud planks, log, stripped log, fence, fence gate, planks stairs and slab, sapling and leaves are (obviously) made of mud, thy are NOT wood or real leaves, so you can't craft sticks or wooden related items, still need a pickaxe to obtain the blocks, leaves doesn't despawn if you break the log, mud sapling doesn't grow (should it be a real sapling?).
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:2QQlhQr1:byHMc9ab"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2QQlhQr1:byHMc9ab"
}

