Tags
Creators
Details
Licensed MIT
Published 2 weeks ago
Updated 2 days ago
All versions
2.2.0
Release
GTCalcBoard 2.2.0last week 16
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client-side
Server-side
Client and server
Changes
[2.2.0] - 2026-09-12
Fixed
- Fixed an issue where external recipe viewer (EMI) hotkeys intercepted text typing while the recipe search dialog is open, and prevented duplicate background caching calls during recipe reloading.
- Fixed an issue where the Throughput Boosting multiblock trait displayed as "Pyrolyse Oven" in the machine configuration dialog and cards.
- Fixed an issue where fractional power multipliers were rounded incorrectly on addon badges, and resolved an issue where Throughput Boosting's 4x parallel was mistakenly treated as extra power draw, preventing overclocking and causing excessive processing durations.
- Fixed an issue where single-energy-hatch multiblock machines (such as Rock Filtrator) could be equipped with multiple energy hatches to trigger voltage tier-skip overclocking.
- Fixed an issue where connecting a junction node in a recirculation loop could trigger false loop warnings, freeze machine rates, or cause machine counts to explode during auto-ratio calculation.
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:sk6HSGVV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:beYVVxDr:sk6HSGVV"
}










