2.0.0
Compatibility
Changes
🚀 Mod Changelog: Version 2.0.0 (The Tactical Update) ⚡️
This is a MAJOR UPDATE that completely revamps the mod, introducing Survival compatibility and advanced analytical tools. Prepare to dominate your battles!
✨ NEW FEATURES AND COMPATIBILITY
- 🎣 Full Survival Compatibility: All items in the mod now have dedicated crafting recipes. You can obtain them through normal gameplay.
- (Note: Crafting images in the maing page and gallery!)
- 📚 Progression & Analysis: A new gameplay mechanic has been introduced. A Pokémon must be scanned in your Pokédex before any mod item can analyze its data.
- 🌐 Extended Compatibility: Added optional support for custom types from Gravel's Extended Battle! If the mod is present, all our items (Scanners and Calculators) will include its custom types in their analyses.
🆕 NEW ITEMS ADDED
-
Multitype Stone (
Multitype Stone):- The new base resource for crafting the analytical items.
- Crafting: Created by combining 9 standard Evolution Stones.
-
Type Calculator (
Type Calculator):- Your portable calculator for strategic planning, featuring two modes:
- Right-Click: Opens the GUI.
- Mode 1 (Double Type Profile): Analyzes the defensive weaknesses/resistances of any dual-type combination.
- Mode 2 (Attack Calculator): Simulates the effectiveness of a chosen Attack type against a Defense (mono or dual-type).
- Your portable calculator for strategic planning, featuring two modes:
-
Tactical Visor (
Tactical Visor):- The new high-tech device for real-time battlefield analysis.
- Right-Click (on Pokémon): Analyzes your team's type compatibility against the target Pokémon.
- Right-Click (Air): Performs a complete Strategic Analysis of your team's offensive and defensive coverage.
-
Advanced Tactical Scanner (Visor Function):
- Shift + Right-Click (Air): Executes an AoE scan (30 blocks) and evaluates the threat level of wild Pokémon relative to your lead Pokémon.
- Logic: Threat is determined by an advanced Net Threat calculation, considering: Types², Stats, and Level of both Pokémon.
🧰 MODIFICATIONS AND RESTRUCTURING
- ❌ Removed: The old "Team vs. Pokémon Analysis" feature has been removed from the outdated
Type Chartitem. (It is now moved to the new Tactical Visor). - REASSIGNMENT: The "Team Matchup Analysis" function has been moved to the Right-Click (on Pokémon) of the new
Tactical Visoritem. - 👀 In-Game Clarity: Complete descriptions (tooltips) have been added to all items to clearly explain their functions during gameplay.
- 🌍 Updated Translations: Full localization support across 9 languages (IT, EN, JA, ZH_CN, FR, ES, DE, PT, RU).
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:MBzmrGqn:Q8BxPvE9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MBzmrGqn:Q8BxPvE9"
}

