Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 2 years ago
All versions
0.2.4
Beta
Caliber Mod 0.2.4-1.20.12 years ago 1,713
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Changes
0.2.4
Features
- Added mod compatibility variants for Create
- Added vanilla style slabs for all variants that don't have them
- Added BOP Smooth (Black, Orange, White) Sandstone variants
- Added Chiseled Polished Blackstone variants
- Added Cracked Polished Blackstone variants
- Added Chiseled Deeplate variants
- Added Cracked Deepslate Brick variants
- Added Cracked Deepslate Tile variants
- Added Chiseled Stone Brick variants
- Added Cracked Stone Brick variants
- Added Chiseled Sandstone variants
- Added Chiseled Red Sandstone variants
- Added Purpur Pillar Variants
- Added Regions Unexplored Chalk Pillar variants
- Renamed Purpur variants to Purpur Block (this is to allow the Purpur Pillar variants to be added)
- Renamed Regions Unexplored Chalk variants to Chalk Block (this is to allow the Chalk Pillar variants to be added)
- Added JEI mod compatibility for woodcutting recipes
Bugfixes
- Removed duplicate item models for mod compat variants (this was causing some items to appear invisible in the inventory)
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:qeD5TM5u:3x92Fhym"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qeD5TM5u:3x92Fhym"
}



