Links
Tags
Creators
Details
Licensed MIT
Published 2 weeks ago
Updated 11 hours ago
All versions
0.5.0
Release
Create: Colored Connections 0.5.011 hours ago 21
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Compatibility
- Create 6.0.10 is now the minimum supported version.
- Create: Factory Controller remains optional: without it, or below 1.2.1, the integration stays off.
Configuration
- Config split into
create_colored_connections-common.toml(server) andcreate_colored_connections-client.toml(client), so in-game config editors list both. Existing files migrate automatically. - Config option names and descriptions are now translated.
Dyeing
- Dyeing uses the vanilla use action. It does not open the gauge panel and does not place a block.
- Path dyeing follows Create's connection controls: Shift+right-click cancels, right-click on a gauge appends, right-click on the start gauge or on any non-gauge cancels.
- A pending path shows an action-bar hint and a blinking outline on the gauge the next click would confirm.
- A gauge that cannot join reports the reason in red, with Create's deny sound.
- Create's gauge hover tip is hidden while a path is pending.
Rendering
- Preview beams are 1 px wide and no longer overlap; crossings and gauge turns render as clean lines.
- Dyed right-angle corners no longer show a stepped patch over the vanilla line.
- The dye border samples the line texture at 1:1, matching the vanilla line's pattern density.
Languages
- Added Russian, German, French, Japanese, Korean, Brazilian Portuguese and European Spanish.
- Terminology follows Create's translations and vanilla's dye and colour names.
- Fixed the goggles trace readout detaching from its item icon in longer languages.
- The action-bar path hint is shortened to fit every language.
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:s8chGgzt:C3O86f9H"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:s8chGgzt:C3O86f9H"
}

