
Create: Colored Chain Conveyor
This addon for the Create mod introduces colored chain conveyors that work exactly like the original Create chain conveyor, but come in vibrant styles such as Andesite, Brass, and Copper plus colorful variants for extra flair
Tags
Creators
Details
1.0.2
Compatibility
Changes

THANKS TO OUR SPONSORS
THANKS TO ZAP-HOSTING! Use code Reggarf-1047 for 20% off any order!
https://zap-hosting.com/reggarf
Changelog - v1.0.2
Fixed
- Fixed game crash when opening Ponder scenes
- Fixed compatibility issue with newer versions of Create: Extra Casing
- Improved mod stability on Forge 1.20.1
- Fixed missing model loading issue causing renderer crashes
Improved
- Better compatibility with Create 6.0.8
- Cleaner rendering system for chain conveyors
- Reduced dependency problems with other Create addons
Technical
- Removed outdated renderer references
- Updated partial model handling system
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:V3WRAycu:P4O3LXbS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:V3WRAycu:P4O3LXbS"
}
