Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Supported environments
Client and server
Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 7 months ago
Changelog
v0.2.2-alpha
This update focuses on a critical fix for modded entity analysis, ensuring broad compatibility with other mods.
🐛 Bug Fixes
- Fixed Modded Mob Recognition: Resolved a major issue where many modded entities were incorrectly identified as "non-living" and skipped during analysis. The system now correctly recognizes and analyzes mobs from other mods.
🧩 Technical Changes
- Reworked Entity Validation: The entity detection logic has been overhauled. Instead of relying on class inheritance, the system now uses the entity's attribute data (
DefaultAttributes). This is a much more reliable method for identifying living creatures across all mods. - Improved Compatibility: Removed rigid base class checks in
MobPropertyProvider, which caused false negatives with custom mob implementations.
✅ Result
- The
/complexity analyze entitycommand now fully supports modded entities. - Analysis no longer fails or skips non-vanilla creatures.
- False "non-living" detections have been reduced to zero.
Dependencies
Files
complexityanalyzer-0.2.2-alpha.jar(1.08 MiB) Primary
Metadata
Release channel
AlphaVersion number
0.2.2-alphaLoaders
NeoForge
Game versions
1.21.1Environment
Client and server, required on both



