1.0.2
Compatibility
Changes
StockBridge 1.0.2 — NeoForge 1.21.1 New
StockBridge Guide — craftable in-game manual (Book + 2 Paper + Quartz Enriched Iron) Guide button in the Colony Demand Terminal GUI opens the relevant chapter Full guide content in English and Russian GUI improvements
Colony Demand Terminal restyled to match the Network Interface (vanilla gray panel, icon buttons on the left) Guide book screen redesigned: sidebar chapter icons, readable text area, proper page navigation Fixed blurry text in the guide (background blur no longer applied twice) Fixed overlapping column headers in the Colony Terminal (especially in Russian) Visual fixes
Block items now render as 3D blocks in inventory and creative tab (not flat icons) Fixed Wireless Colony Demand Terminal item texture (was a purple missing-texture square) Guide item now shows a proper book icon Bug fixes
MineColonies Needs column now uses the correct request count (was always showing 1) Removed resolved requests from the open-needs list (was inflating counts) CurseForge update notifier now detects the newest file by upload date and file ID (not filename parsing)
Feedback If you find bugs or have ideas for improvements, feel free to leave a comment!
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:cqZLPy7u"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lKKEdW97:cqZLPy7u"
}

