Tags
Creators
Details
Licensed ARR
Published 11 months ago
Updated last week
All versions
(Fabric-1.21.1)-4.0.0
Release
Cinch's Missing Blocks [Fabric-1.21.1]-4.0.03 weeks ago 182
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Changes
Additions:
- Added stairs, slabs, and walls for all terracotta blocks. These blocks can be disabled with a new config option. This config only disables the ability to obtain these blocks in survival and their appearance in the creative mode tab. If these blocks already exist in a world, disabling the config will not delete any existing blocks.
- Added stairs, slabs, and walls for all concrete blocks. These blocks can be disabled with a new config option. This config only disables the ability to obtain these blocks in survival and their appearance in the creative mode tab. If these blocks already exist in a world, disabling the config will not delete any existing blocks.
- Added sandstone brick set
- Added cracked sandstone brick set
- Added mossy sandstone brick set
- Added sandstone brick pillar
- Added red sandstone brick set
- Added cracked red sandstone brick set
- Added mossy red sandstone brick set
- Added red sandstone brick pillar
- Added blue nether brick set
- Added cracked blue nether brick set
- Added chiseled blue nether bricks block
- Added mossy end stone bricks set
- Added stone tiles set
- Added cracked stone tiles set
- Added mossy stone tiles set
- Added blackstone tiles set
- Added cracked blackstone tiles set
- Added tinted glass pane which blocks 50% of light passing through it
- Added red nether brick item which is now used to craft red nether bricks. This item is also now used in the red nether brick and cracked read nether brick fence recipes instead of the normal nether brick item.
- Added blue nether brick item. This item is used to craft blue nether bricks and is used in blue nether bricks fence recipes.
- Added config to disable/enable the reworked deepslate recipes
- Added contributors (Texture artists) to credits
Changes:
- Improved built in compatibility for Cinch's Villager Statues mod
- Updated chiseled end stone texture
- Updated chiseled dripstone top texture
- Tweaked/fixed cracked red nether bricks texture
- Tweaked/fixed chiseled red nether bricks texture
- Tweaked the moss color on the mossy tuff bricks texture
- Config file now updates itself with new options when they are added
- Tuff brick pillar config is now off by default
- Rewrote almost all the block loot tables. Please report any issues.
Fixes:
- Fixed the display name of the polished end stone wall
- Fixed a warning message that stated that SemVer was recommended. SemVer is now used properly.
- Wall and fence recipes now correctly appear in the decorations tab inside the crafting book to match vanilla recipes
- Fixed incorrect strength for new sandstone and red sandstone blocks
- Fixed incorrect properties for deepslate stairs
- Fixed incorrect breaking speeds for some blocks
- Fixed some tags that weren't updated
- Lots of code cleanup and fixes
Known Issues:
- Polish translation is not updated with new blocks
- Brazillian Portuguese translation is not updated with new blocks
- The snow brick wall accepts pickaxes as well as shovels as the correct item. (Weird hardcoded issue with tags that only causes a slight inconsistency that 99.9% of players won't notice)
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:MXO0e0CH:aXgM5wjb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MXO0e0CH:aXgM5wjb"
}

