

EntityExporter - Entity Management Tool for Minecraft
This mod serves as a convenient utility for mod developers and pack creators, enabling quick access to information about all entities registered in the game.
Key Features
The mod is fully compatible with both vanilla entities and those added by other modifications, including special entity groups. It allows for instant verification of all creatures available in the game.
Available Commands
The mod adds 8 useful commands to the game:
/entitylist groups - Displays all registered entity groups in chat.
/entitylist all export - Exports all entities to a JSON file.
/entitylist all print - Shows all entities in chat.
/entitylist hostile export - Saves hostile creatures to a JSON file.
/entitylist hostile print - Displays hostile entities in chat.
/entitylist creature export - Exports all creatures to a JSON file.
/entitylist creature print - Outputs the list of creatures to chat.
/entitylist help - Shows all available commands.
Data Format and Storage
All entities are displayed in alphabetical order following this pattern:
[mod identifier]:[entity]
By default, all exported data is saved in the game instance folder:
C:\Users[user]\AppData\Roaming\Minecraft[instance]\Entity_list
Each export command creates a new JSON file if it doesn't already exist in the specified directory.