Tags
Creators
Details
All versions
1.7.3
Release
v1.7.3 NeoForge2 months ago 14.5K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
What's Changed
- Fixed display sources clearing each other when having multiple for one Target Block by @auteiruredolorin-lgtm in https://github.com/tweaked-programs/cccbridge/pull/130
- Fixed client desync of line height offset limits for Target Blocks within Display Links
- Add pt-br Language by @LoboMetalurgico in https://github.com/tweaked-programs/cccbridge/pull/120
Full Changelog: https://github.com/tweaked-programs/cccbridge/compare/v1.7.2-1.21.1...v1.7.3-1.21.1
Metadata
This release has been built and tested with the following mod dependencies:
- CC: Tweaked
v1.119.0 - Create
v6.0.10-280
Optional dependencies
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:fXt291FO:MKK6cYI5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fXt291FO:MKK6cYI5"
}



