1.0.2
Compatibility
Changes
StockBridge 1.0.2 for Forge 1.20.1 is here!
This update brings the Forge 1.20.1 version much closer to the newer NeoForge build, with a cleaner UI, an in-game guide, and better recipe integration.
What’s new:
- Added the StockBridge Guide item with an in-game help screen
- Added a Guide button directly inside the Colony Demand Terminal
- Updated the Colony Demand Terminal UI to a cleaner, more compact layout
- Added JEI/EMI recipe lookup support: click missing colony items to quickly view how to craft them
- Fixed recipe and loot table paths for Minecraft 1.20.1, so blocks and recipes load correctly
- Improved update checking using the stable CurseForge project endpoint
StockBridge helps connect Refined Storage automation with Create-style item handling and MineColonies demand tracking. It is especially useful for modpacks where your colony constantly needs crafted items and you want your RS network to help automate the supply chain.
Recommended for Forge 1.20.1 modpacks using Refined Storage, Create, MineColonies, JEI/EMI, or Jade.
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:lKKEdW97:7qVtgDJd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lKKEdW97:7qVtgDJd"
}

