NBT Data Exporter
In Minecraft, there is a useful command /data get that allows you to view NBT data of blocks and entities. However, it has a significant drawback - the obtained information cannot be automatically saved to a file or copied to the clipboard. This mod solves exactly this problem.
How to use
After installing the mod, two new rules will appear in the game:
- exportToClipboard - export to clipboard
- exportToFile - save to file
You can activate these rules when creating a world or using the commands /gamerule exportToClipboard true and /gamerule exportToFile true.
Now when executing the /data get command, NBT data will be automatically copied to the clipboard or saved to a file depending on the settings. Files are saved in the .minecraft/export folder with a name corresponding to the time the command was executed.
Additional information
Currently, the mod does not support Fabric, but developers can port it to this platform.