Minecraft Datapack Analyzer
Minecraft Datapack Analyzer is a VS Code extension that parses and visualizes function call trees from your Minecraft datapacks.
Features
- Datapack Explorer: View your functions in an explorer-like tree view.
- Function Call Analysis: Trace how functions call each other, identifying sources, sinks, and loops.
- Overlay Support: Supports Minecraft Datapack overlays (Minecraft 1.21+) by allowing you to select and scan specific overlay versions.
- Auto Scan: Monitors
.mcfunction and pack.mcmeta file changes to update the visual representation automatically.
How to Use
- Open your Minecraft datapack folder in VS Code (ensure a
pack.mcmeta and data directory are present).
- Go to the Activity Bar and click on the Minecraft Explorer icon.
- The view will automatically scan and render the tree graph of function call relationships.
- Click on any function tile to open its file directly.
Upcoming Features
- Add support for advancement calls and triggers
- Add support for tick and load function calls as well as function tags
| |