Tags
Creators
Details
Licensed MIT
Published 2 weeks ago
Updated 2 days ago
All versions
2.2.0-beta.4
Beta
GTCalcBoard 2.2.0-beta.42 weeks ago 10
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client-side
Server-side
Client and server
Changes
[2.2.0-beta.4] - 2026-09-11
Fixed
- Fixed an issue in multiplayer team workspaces where page edit permissions prematurely released after a few seconds of idle time while keeping the calculation board or configuration dialogs open, and added interactive click-to-acquire and click-to-release toggles to the top-bar lock badge.
- Fixed an issue where items marked as prepared in the Multiblock Construction Bill of Materials (BOM) checklist were still included as required materials in clipboard exports and EMI/JEI recipe goals, and updated the dialog banner and export list to cleanly separate prepared and remaining materials.
- Fixed an issue where modifying machine hardware and addons from the right inspector panel did not synchronize changes to the canvas graph, and ensured opening configuration dialogs immediately acquires page editing lock ("Editing by Me") in multiplayer team workspaces.
- Fixed an issue where the Multiblock Construction Bill of Materials (BOM) dialog did not include shared team workspace pages in the included pages list or calculations when collaborating in team workspaces.
- Fixed a crash when clicking team workspace tabs or switching workspaces on multiplayer servers.
- Fixed an issue in multiplayer team workspaces where players could become locked out from editing with a false lock badge showing their own name, and prevented revision conflict errors during page auto-saving.
- Fixed an issue where connected input ports in deficit incorrectly displayed throttled consumption rates instead of the nominal demand rate on machine cards.
- Fixed an issue where multi-resource recirculating loops with net decay failed to converge to steady-state and caused calculation freezes.
- Fixed an issue where multi-step recirculation loops receiving external raw materials incorrectly marked intermediate product ports as unfed damped loops and shut down machine operations.
- Fixed an issue where fractional auto-ratio scaling from a multi-product anchor machine over-scaled downstream machines to the largest output instead of respecting the limiting bottleneck.
- Improved auto-ratio optimization on recirculation loops with external feed to properly converge machine counts to loop throughput limits.
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:beYVVxDr:ej7NUGPl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:beYVVxDr:ej7NUGPl"
}










