All versions
5.0.2+fabric
Release
[ Fabric 1.20.4 ] v5.0.22 years ago 16.9K
Compatibility
Minecraft: Java Edition
1.20.4
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
Minecraft 1.20.4 Changelog
5.0.2
- Add dirt from rocky dirt recipe back
- Fix seat, palisade, support tags
5.0.1
- Add chain recipe back
5.0.0
- Update to 1.20.4 fabric & neoforge
Minecraft 1.20.1 Changelog
4.1.1
- Cherry blocks properly tagged
- Bonfires causes soul fire to entities when soul fire'd mod is installed
4.1.0
- update pl_pl.json
- interaction behavior now uses item tags for axes, hoes, and shears(forge/shears or c/shears)
4.0.1
- Remove metabolism environment effect (moved to Metabolism)
- Fixed crash with Better Nether
4.0.0
- Fabric & Forge updated to 1.20.1
- Added Cherry & Bamboo blocks
- Changed method of configuration
- Bonfire activators now use the item tag decorative_blocks:bonfire_activators
- Thatch disabling now uses the gamerule decorative_blocks:disableThatch
Optional dependencies
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Decorative Blocks-Fabric-1.20.4-5.0.2-sources.jar | Unknown | 426.22 KiB |
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:t6BIRVZn:txbqjIbZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:t6BIRVZn:txbqjIbZ"
}

