Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 3 weeks ago
All versions
4.22.0-beta+7
Beta
Project Red Transmission v4.22.0-beta+7last year 75
Compatibility
Minecraft: Java Edition
1.20.4
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Changelog (v1.20.4-4.21.0 -> v1.20.4-4.22.0)
Features
- feat: cc-tweaked/computercraft bundled cable compatibility (e04fa74c)
Bug fixes
- fix: fabricated gates not rendering analog IO in inventory (16ad4661)
- fix: minor interaction issues with various blocks and parts (7e56f074)
Pipeline
- ci: fix release tags always going to default branch (385992bf)
- ci: fix jars not being attached to github releases (23d1d8dc)
Maintenance
- internal: remove no longer needed workarounds for compile bugs (64c98756)
- internal: remove workaround for no longer present Forge bug (e935b85f)
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:dXmH4rEw:Jm3uiONo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dXmH4rEw:Jm3uiONo"
}




