Tags
Creators
Details
Licensed MIT
Published 2 weeks ago
Updated 2 days ago
All versions
2.0.0-alpha.2
Alpha
GTCalcBoard 2.0.0-alpha.2last month 2
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client-side
Server-side
Client and server
Changes
[2.0.0-alpha.2] - 2026-08-20
Added
- Interactive 6-Step Tutorial & Curated Dummy Recipes (
TutorialManager,RecipeSearchDialog):- Re-architected interactive onboarding tutorial into 6 clear steps: Step 1 (Add Boiler), Step 2 (Drag-to-Search Turbine & Auto-Wire), Step 3 (Sever Wire), Step 4 (Shift-Drag 1:1 Auto-Ratio), Step 5 (Process Summary & Compound Module
Ctrl+G), Step 6 (Completion). - Dedicated tutorial workspace isolation (
🎓 Tutorial) and instant 0ms curated dummy recipes (Steam Turbine (Tutorial),Boiler (Tutorial),Steam Engine (Tutorial)) ensuring zero-lag and clutter-free onboarding.
- Re-architected interactive onboarding tutorial into 6 clear steps: Step 1 (Add Boiler), Step 2 (Drag-to-Search Turbine & Auto-Wire), Step 3 (Sever Wire), Step 4 (Shift-Drag 1:1 Auto-Ratio), Step 5 (Process Summary & Compound Module
- Type-Strict Stack Indexing & Prioritized Search Ranking (
RecipeSearchEngine,RecipeSearchDialog):- Divided searchable stacks into strict fluid vs. item registry indexing to prevent cross-type query pollution.
- Prioritized exact fluid ID matches (+1,000 pts) and generator/multiblock categories over generic crafting table items.
Changed
- Shortcut & Documentation Realignment (
GuideDialog,en_us.json,ko_kr.json,README.md,README_KR.md):- Replaced legacy toolbar button references with
Ctrl + Gfor modular group packaging across all in-game guides and tutorials. - Comprehensive documentation overhaul with complete feature coverage, dynamic addon crawler details, and matter-of-fact technical tone.
- Replaced legacy toolbar button references with
Fixed
- Tutorial Step 2 Auto-Wire Transition (
RecipeSearchDialog):- Resolved an issue where auto-wiring nodes spawned from the search dialog failed to notify
TutorialManager.onWireConnected(), preventing advancement to Step 3. - Added immediate canvas widget rebuilding upon auto-wire completion.
- Resolved an issue where auto-wiring nodes spawned from the search dialog failed to notify
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:xCp92ZK6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:beYVVxDr:xCp92ZK6"
}

