Tags
Creators
Details
Licensed MIT
Published 2 weeks ago
Updated 2 days ago
All versions
2.0.0-alpha.4
Alpha
GTCalcBoard 2.0.0-alpha.4last month 13
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client-side
Server-side
Client and server
Required content
Any compatible version
Changes
[2.0.0-alpha.4] - 2026-08-21
Added
- Favorites Dock Panel (
FavoritesDockWidget,BoardScreen):- Added a collapsible panel on the left of the board screen to place favorited items onto the canvas via single-click or drag-and-drop.
- Favorite Recipe Navigation & EMI Preview Integration (
FavoritesDockWidget,RecipeHoverPreviewRenderer):- Displays producing recipes and EMI preview cards upon hovering over favorites, supporting slot hover tooltips and R/U key lookups.
- Adjusted hover hitboxes between panels for smoother cursor transitions.
- Multi-Phase Loading State & Progress Bar (
MachineConfigDialog,RecipeSearchDialog,FavoritesDockWidget):- Added multi-phase progress text and progress bars to machine hardware config, recipe search, and favorites dock during background indexing.
- Bracket Category Search (
RecipeSearchEngine,RecipeSearchDialog):- Supports filtering recipes by category or machine using bracket syntax (
[smelting],[pyro],%smelting).
- Supports filtering recipes by category or machine using bracket syntax (
- Recipe Category Filter Integration (
FavoritesDockWidget,RecipeFilterConfig):- Excluded categories in
RecipeFilterDialogare automatically omitted from favorite recipe exploration and automatic node placement.
- Excluded categories in
Fixed & Changed
- GTCEu High-Tier Coil Stats Calculation (
CoilHelper,MachineAddon):- Corrected formula calculations for high-tier and custom coils (e.g.
Abyssal Alloy CoilCracker discount0.07x, Pyrolyse speed, LCR, and Multi Smelter parallel). - Prioritized
ICoilType.getTier()to prevent tier calculation discrepancies.
- Corrected formula calculations for high-tier and custom coils (e.g.
- Recipe Search Performance Optimization (
RecipeSearchDialog,RecipeSearchEngine):- Removed unnecessary list copying and applied parallel stream filtering during search to improve query response time.
- Search Result Relevance & Ranking Improvements (
RecipeSearchEngine,RecipeSearchDialog):- Updated scoring logic to prioritize name and category matches when a query is provided.
- EMI Recipe Screen
[+]Button Integration (CalcBoardEmiOverlayHandler):- Clicking EMI's
[+]button or pressing the hotkey now adds the recipe and switches to the board screen.
- Clicking EMI's
BoardScreenClass Hierarchy Fix (BoardScreen,BoardContainerMenu):- Restored
Screeninheritance to prevent inventory-related sidebar overlays from rendering over the board.
- Restored
- Language File Cleanup (
en_us.json,ko_kr.json):- Removed duplicate keys and synchronized resource entries between English and Korean language files.
Optional dependencies
Any compatible version
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:14sv8GxZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:beYVVxDr:14sv8GxZ"
}

