All versions
1.0.0
Release
Natural Boulders 1.0.03 weeks ago 194
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Unavailable version
Changes
Natural Boulders 1.0.0
Initial release.
Added
- Naturally generated boulders across suitable Overworld biomes.
- Irregular boulder shapes containing approximately 7–30 blocks.
- Boulder generation in forests, plains, beaches, taigas, jungles, swamps, savannas, meadows, and other biomes.
- Stone and Andesite material variations.
- Occasional Coal Ore and Copper Ore inside boulders.
- Moss carpet generation in suitable biomes.
- Mossy Stone generation inside moss-covered boulders.
- Mossy Stone block.
- Mossy Stone Slab.
- Mossy Stone Stairs.
- Crafting and stonecutting recipes for Mossy Stone variants.
- Vine decoration in humid biomes.
- Multiple language translations.
- Moss-free boulders in savanna biomes.
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:VgjBwDqo:5AXeZzJa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VgjBwDqo:5AXeZzJa"
}

