Tags
Creators
Details
0.7.0-alpha-1.21.1
Compatibility
Changes
🎮 Complexity Analyzer - Update v0.7.0
This update focuses on usability, stunning recipe visualizations, and massive performance optimizations for a smoother gameplay experience.
🌳 Major Highlight: Interactive Web Craft Tree
Text-based crafting trees in chat are a thing of the past! You can now explore full production chains directly in your browser using the interactive Web Dashboard.
Choose from 3 different view modes:
- 📋 Classic Tree: A clean, collapsible hierarchical list for easy step-by-step navigation.
- 🌿 Horizontal Tree: Spreads out from left to right — perfect for visualizing complex multi-branching recipes.
- ⚙️ Pipeline (Conveyor): Organizes crafting into chronological stages, from raw resource gathering all the way to final assembly.
⚡ Performance & Memory Optimizations
- Fewer Lag Spikes & Freezes: The internal analysis engine has been completely rewritten. Calculating complex crafting trees will no longer freeze your server or cause client FPS drops.
- Reduced RAM Usage: Memory consumption has been drastically reduced, allowing large modpacks with hundreds of mods to run much smoother.
- Faster Loading Times: World caches now use high-performance compression, resulting in quicker world and server startup times.
🌐 Web Dashboard Improvements
- Persistent Web Links: Dashboard links no longer break or change after a server restart (server admins can now configure permanent access tokens and custom ports).
- Blazing Fast Data Loading: Searching and filtering data inside the web browser dashboard is now virtually instantaneous.
🔌 Smarter Mod Compatibility
- Better Machine & Recipe Detection: The analyzer is now much smarter at automatically discovering custom machines, processors, and unique recipe types from third-party mods that were previously missed.
💬 In-Game Commands & Quality of Life
- Cleaner Chat Interface: Output from in-game commands (such as
/complexity analyze) is now cleaner, featuring interactive clickable links and helpful action tips. - Updated Translations: Improved localizations across all supported languages.
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:mVDabeIj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RQjlpUyI:mVDabeIj"
}

