
Crossroads
A tech mod with the goal of making automation interesting. No one block solutions, just simple pieces that combine to make complex contraptions. Crossroads is a mod where you make Rube Goldberg machines, except they're the simplest way to do things.
Tags
Creators
Details
1.21.1-2.12.0
Compatibility
Required content
Changes
Crossroads is now officially 10 years old (come Aug 24, 2026)!
+ Large gears now fit in the same blockspace as other gears and axles! This heavily requested feature has now finally been added, and I look forward to the cursed gearboxes you create with it. Existing large gears should auto-convert to the new version. The axle previously built into the large gear is now also a separate piece that can be removed.
+ Added a new bobo feature in honor of the 10th anniversary of the mod. Have you ever noticed that small gears are music disk shaped?
- Buffed the Voltus Generator (again). 1 voltus now = 200,000FE (at * 50,000FE/t)
- Fixed a crash with the rod of madness
- Updated large gear guidebook entry
- Corrected item references in Chinese guidebook source files
- Fixed a broken advancement trigger for 'Man-Made Climate Change'
- Fixed Temporal Accelerator not updating behavior when wrenched
- Reagents that 'never' boil or melt are now serious about it
- Fixed an outdated referenced to an 'equilibrium' beam alignment
- Fixed a crash with golden drills attacking mobs
Optional dependencies
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:AucYCd0o:gg5b3sbY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AucYCd0o:gg5b3sbY"
}
