All versions
4.1.3+forge
Release
[ Forge 1.20.1 ] v4.1.32 years ago 2.91M
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Changes
Minecraft 1.20.1 Changelog
4.1.3
- Added rocky dirt to dirt recipe back
- Fixed seat, support, palisade tags
4.1.2
- Added chain recipe back
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-forge-1.20.1-4.1.3-sources.jar | Unknown | 423.86 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:nGmyeiug"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:t6BIRVZn:nGmyeiug"
}

