promotional bannermobile promotional banner

GregTech Calculator Board

An interactive in-game visual flowchart and recipe calculation board for GregTech CEu Modern and EMI!
Back to Files

gtcalcboard-1.20.1-2.0.0-alpha.4.jar

File namegtcalcboard-1.20.1-2.0.0-alpha.4.jar
Uploader
AmvermainAmvermain
Uploaded
Aug 21, 2026
Downloads
18
Size
519.6 KB
Mod Loaders
Forge
File ID
8697656
Type
B
Beta
Supported game versions
  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:gregtech-calculator-board-1656634:8697656")

Learn more about Curse Maven

What's new

[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).
  • Recipe Category Filter Integration (FavoritesDockWidget, RecipeFilterConfig):
    • Excluded categories in RecipeFilterDialog are automatically omitted from favorite recipe exploration and automatic node placement.

Fixed & Changed

  • GTCEu High-Tier Coil Stats Calculation (CoilHelper, MachineAddon):
    • Corrected formula calculations for high-tier and custom coils (e.g. Abyssal Alloy Coil Cracker discount 0.07x, Pyrolyse speed, LCR, and Multi Smelter parallel).
    • Prioritized ICoilType.getTier() to prevent tier calculation discrepancies.
  • 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.
  • BoardScreen Class Hierarchy Fix (BoardScreen, BoardContainerMenu):
    • Restored Screen inheritance to prevent inventory-related sidebar overlays from rendering over the board.
  • Language File Cleanup (en_us.json, ko_kr.json):
    • Removed duplicate keys and synchronized resource entries between English and Korean language files.