Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 3 weeks ago
All versions
4.22.0-beta+14
Beta
Project Red Transmission v4.22.0-beta+149 months ago 710
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
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: client crash when placing toggle latch (7b96820c)
- fix: light halos not rendering properly in non-fabulous modes (910c23f6)
- fix: fabricated gates not rendering analog IO in inventory (16ad4661)
- fix: minor interaction issues with various blocks and parts (7e56f074)
Pipeline
- ci: fix publish game version (c0eb38da)
- 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:XhAo9jLd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dXmH4rEw:XhAo9jLd"
}




