Released on June 2, 2017.
- NEW: Internationalization (only English right now) (#7)
- TWEAK: Major redesign of the codebase, too complicated to describe here (PR #9)
- TWEAK: The format parameter for /dumpmodores is now required (PR #9)
- FIX: Throw WrongUsageExceptions when the input of the commands is invalid. In layman's terms, when you don't provide valid arguments to the command, it will send usage information for the command. (#6)
Released on April 21, 2016.
- NEW: /dumpallores command to dump all ores. It has a single argument, format, which can be either json or csv.
- TWEAK: /oredictdump is now /dumpmodores, and it takes an optional argument, format, which can be wiki, json, or csv. That defaults to wiki.
Released on April 18, 2016.
- Update to Minecraft 1.8.9. Note that older versions will always be supported for this mod.
Released on October 29, 2019.
- TWEAK: Change order of dumpmodores parameters:
abbreviation modid format
is nowmodid format abbreviation
. Abbreviation parameter is now only needed for wiki format, not csv or json. Files from dumpmodores are now saved as modid rather than abbreviation (minecraft.txt instead of V.txt, for example) (#16)
Released on June 2, 2017.
- NEW: Internationalization (only English right now) (#7)
- TWEAK: Major redesign of the codebase, too complicated to describe here (#9).
- TWEAK: The format parameter for /dumpmodores is now required (PR #9)
- FIX: Throw WrongUsageExceptions when the input of the commands is invalid. In layman's terms, when you don't provide valid arguments to the command, it will send usage information for the command. (#6)
Released on April 21, 2016.
- NEW: /dumpallores command to dump all ores. It has a single argument, format, which can be either json or csv.
- TWEAK: /oredictdump is now /dumpmodores, and it takes an optional argument, format, which can be wiki, json, or csv. That defaults to wiki.
Released on April 18, 2016.
- FIX: Output the correct file name in chat on successful dumps (e.g., V.txt instead of minecraft.txt).
Released on April 14, 2016.
- Initial release