OreDictDumper
The OreDictDumper modification was originally created as a tool to simplify wiki work, allowing the export of all ores from a mod in the special tag!name!mod!flags!gridparams format used by our OreDict extension for MediaWiki. Over time, the functionality was expanded for greater user convenience - support for CSV and JSON formats was added, as well as the ability to export absolutely all entries from the Ore Dictionary.
The mod provides two main commands:
Export All Ores (/dumpallores <format>) - saves every entry from the Ore Dictionary in the specified format (currently CSV and JSON are supported). The result is saved to oredump.csv or oredump.json files.
Export Mod Ores (/dumpmodores <abbreviation> <mod_id> [format]) - takes an abbreviation, mod identifier, and optional format parameter. If the format is not specified, data is output in wiki format as a text file. The result is saved to ABBRV.txt, ABBRV.csv, or ABBRV.json files.
The developer plans to support all Minecraft versions: 1.7, 1.8, and 1.9, regularly releasing updates with new features and bug fixes.