All versions
1.0.0
Release
Minecraft's Needed Blocks | Release 1.0.0 (Swamp Update)3 weeks ago 21
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.8–1.21.11
Platform
Fabric
Supported environments
Client and server
Changes
Added Swamp Related Blocks
- Swamp Stone
- Spawns Naturaly in Swamp and Mangroove Swamp biomes in stone blobs
- Can be crafted with 4 Swamp Stone Shards
- Swamp Stone Stairs, Slabs, Walls, and other variants
- Can be crafted in vanilla formations, or in stonecutter
- Other Variants include: Polished Swamp Stone, Swamp Stone Bricks, Chiseled Swamp Stone, Decorative Swamp Stone.
- Can be crafted in vanilla formations, or in stonecutter
- Swamp Stone Shard Ore
- Spawns Naturally in Swamp and Mangrove Swamp Replacing dirt, You will always get 5 Shards.
- Swampy Bloom
- Can be crafted from 1 Swamp Stone Shard, 1 Lilypad, and 1 Slime Ball in a vertical line, Crafting gives you 4 Blooms, Can be planted on any vanilla grass block.
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:F9nok7VF:yM2I25jG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:F9nok7VF:yM2I25jG"
}

