
Entity Exporter - Entity Analysis Tool for Minecraft
Want to know exactly which entities are loaded in your game or modpack? Entity Exporter is a lightweight utility that provides instant access to all entities registered in Minecraft, including both vanilla and mod-added ones.
Main Features
With just one command you can:
- Display entity lists directly in the game chat
- Export them to neat structured JSON files
- View entities by categories: all (separated by groups), hostile, creatures, groups
Perfect solution for modpack creators, developers, and testers who need a quick way to check registry contents without digging through configuration files or source code.
Available Commands
The mod adds 8 commands to the game:
/entitylist groups - Displays all registered entity groups in chat
/entitylist all export - Exports all entities to JSON file
/entitylist all print - Displays all entities in chat
/entitylist hostile export - Exports hostile entities to JSON file
/entitylist hostile print - Displays all hostile entities in chat
/entitylist creature export - Exports all creatures to JSON file
/entitylist creature print - Displays all creature entities in chat
/entitylist help - Shows all available commands
File Location
Exported files are saved to:
C:\Users[user]\AppData\Roaming\Minecraft[instance]\Entity_list
Data Format
Entities are saved in alphabetical order following this pattern:
[modid]:[entity]
Each export command creates a new .JSON
file if it doesn't already exist.
Simple. Fast. Hassle-Free.
Entity Exporter doesn't modify entities - it simply makes them visible so you always know what's registered in your game.
Requirements
- Fabric API