Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 11 months ago
Updated last month
All versions
0.8.0-alpha-1.21.1
Alpha
Complexity-Analyzer 0.8.0-alpha-1.21.1last month 40
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
๐ New Complexity Tiers
- Extended Complexity Scale: Added new tiers designed for massive modpacks and extreme end-game recipes: Celestial, Astral, Eternal, Primordial, Singularity, Inconceivable, and Boundless.
- Added localizations for all new categories across all supported languages.
๐ฟ Web Dashboard & Visual Craft Tree
- New Landing Hub:
- Recently Viewed section for quick access to previously inspected items.
- High Complexity Targets showcase featuring the most complex items in the modpack.
- Random Recipe button for discovering and exploring production chains.
- Craft Tree Improvements:
- Tree nodes now display the required machine badge alongside its amortization cost (Machine Tax).
- Improved dynamic branching, expanding/collapsing, and resource demand calculation.
- Table Redesign & Performance: Item, Mob, Fluid, and Source tables have been unified under a single virtualized table engine with smart dynamic column width adjustments.
- Full Offline Support: Fonts (JetBrains Mono) are now bundled locally with the mod (no external requests to Google Fonts).
โ๏ธ Enhanced Machine Recognition (Machine Scanner)
- Machine Controller Graph Scanner: Introduced a graph-based BFS resolution algorithm to accurately map multiblock controllers and virtual blocks to their corresponding physical inventory items.
- Completely modularized the machine registry scanner (split into ASM, reflection, and static holder scanners).
๐ Engine Optimization & Safety
- ProbeScope: Added an isolated execution scope during plant simulations and dynamic recipe probing to prevent memory leaks and unwanted chunk generation.
- Faster Solver Computations: Optimized multi-threaded parallel execution across multi-core systems.
- Graph Streamlining: Removed the redundant intermediate chemical/gas layer, resulting in a cleaner recipe graph and faster item/fluid cost calculations.
๐บ๏ธ Commands & GeoScan
- Updated GeoScan Profiles: Speed profiles have been renamed for clarity:
normal,fast,aggressive, andunlimited. - Smarter Autocomplete: Improved command suggestions for analysis, export, and category filtering.
๐พ Data Storage
- Dashboard Snapshot Backups: Updating web dashboard data now automatically maintains up to 5 rolling history backups (
history_*.cabin).
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| complexityanalyzer-0.8.0-alpha-1.21.1-sources.jar | Unknown | 1.11 MiB |
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:RQjlpUyI:DLSOdNjv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RQjlpUyI:DLSOdNjv"
}

