Tags
Creators
Details
Licensed ARR
Published 11 months ago
Updated last week
All versions
(Fabric-1.21.1)-3.2
Release
Cinch's Missing Blocks [Fabric-1.21.1]-3.22 months ago 322
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Changes
Changes:
- Tweaked the cracked prismarine bricks texture.
- A proper config to choose if chiseled tuff bricks should be replaced with the tuff brick pillar is now implemented. This config controls the rotation, texture, naming, and recipe changes that turn chiseled tuff bricks into the tuff brick pillar. This config is enabled by default. If you try to connect to a server running this mod with your config not set to the same value as the server's config, you will get kicked and receive a helpful message telling you that your config must match the server's config and where to locate your config. I had to implement this feature because of limitations in Minecraft that I could not work around. Note that the old resource pack for controlling the textures for the tuff pillar is still there but there is no need to mess with it since everything is handled by the config.
- Added a config to control whether or not the double slabs resource pack is enabled by default. This config is off by default and is probably only useful for modpack makers.
- Added built-in support for Cinch's Lost Mob Grinders mod.
- Remade most of the json files with new data generation code. Please report any issues with recipes, advancements, or block/item models. (This only affects 1.21.1 versions)
- Tweaks, fixes, and code cleanup.
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:oo6CuY5w"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MXO0e0CH:oo6CuY5w"
}

