Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 3 weeks ago
All versions
4.22.0-alpha+11
Alpha
Project Red Transmission v4.22.0-alpha+11last year 2,111
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
Changelog (v1.20.4-4.21.0 -> v1.21.1-4.22.0)
Features
- feat: update and include all contributed translations (60d7edaf)
- feat: port to MC 1.21.1 (4e30fc2f)
- 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: add language file verification (5f1b154a)
- ci: fix release tags always going to default branch (385992bf)
- ci: fix jars not being attached to github releases (23d1d8dc)
Maintenance
- internal: rerun datagen for 1.21.1 (2af1ffd7)
- 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:fOEoAGiA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dXmH4rEw:fOEoAGiA"
}

