
OreDictDumper
Adds commands to dump the entire OreDictionary, or all the OreDictionary entries for a given mod, to a text, JSON, or CSV file.
Обновлён 8 ноября 2023 г. · опубликован 6 ноября 2023 г.
OreDictDumper is a very simple mod I originally created to help with the wiki editing process, by dumping all ores within a mod into the tag!name!mod!flags!gridparams format that our custom OreDict MediaWiki extension expects. However, I made it a bit more useful to people, by adding CSV and JSON formatting, as well as a way to dump every single Ore Dictionary entry into those formats. So, here we go.
The mod adds 2 commands, the Dump All Ores (/dumpallores <format>) command and the Dump Mod Ores (/dumpmodores <abbreviation> <modid> [format]) command.
Dump All Ores will dump every OreDict entry into the specified format (right now just CSV and JSON). It will dump to either oredump.csv or oredump.json.
Dump Mod Ores takes an abbreviation, the Mod ID, and the format (optional). An omitted format will output in the wiki format as a .txt file. It will dump to ABBRV.txt, ABBRV.csv, or ABBRV.json.
I will probably always release new features and bug fixes for every single MC version support: 1.7, 1.8, and 1.9.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 5.1.0 | Релиз | 1.12, 1.12.1, 1.12.2 | forge | 8 ноября 2023 г. | .jar (15 КБ) |
| 5.0.3 | Релиз | 1.12, 1.12.1, 1.12.2 | forge | 8 ноября 2023 г. | .jar (14 КБ) |
| 5.0.2 | Релиз | 1.12, 1.12.1, 1.12.2 | forge | 8 ноября 2023 г. | .jar (15 КБ) |
| 5.0.1 | Релиз | 1.12, 1.12.1 | forge | 8 ноября 2023 г. | .jar (15 КБ) |
| 5.0.0 | Релиз | 1.12 | forge | 8 ноября 2023 г. | .jar (15 КБ) |
| 4.1.1 | Релиз | 1.11, 1.11.1, 1.11.2 | forge | 8 ноября 2023 г. | .jar (15 КБ) |
| 4.1.0 | Релиз | 1.11, 1.11.1, 1.11.2 | forge | 8 ноября 2023 г. | .jar (15 КБ) |
| 4.0.1 | Релиз | 1.11, 1.11.1, 1.11.2 | forge | 8 ноября 2023 г. | .jar (15 КБ) |
| 4.0.0 | Релиз | 1.11, 1.11.1, 1.11.2 | forge | 8 ноября 2023 г. | .jar (15 КБ) |
| 3.3.1 | Релиз | 1.9.4, 1.10, 1.10.1, 1.10.2 | forge | 7 ноября 2023 г. | .jar (15 КБ) |
| 3.3.0 | Релиз | 1.9.4, 1.10, 1.10.1, 1.10.2 | forge | 7 ноября 2023 г. | .jar (15 КБ) |
| 3.2.1 | Релиз | 1.9.4, 1.10, 1.10.1, 1.10.2 | forge | 7 ноября 2023 г. | .jar (15 КБ) |
| 3.2.0 | Релиз | 1.9.4, 1.10, 1.10.1, 1.10.2 | forge | 7 ноября 2023 г. | .jar (15 КБ) |
| 3.1.2 | Релиз | 1.9.4, 1.10, 1.10.1, 1.10.2 | forge | 7 ноября 2023 г. | .jar (10 КБ) |
| 3.1.2 | Релиз | 1.9.2, 1.9.3, 1.9.4, 1.10 | forge | 7 ноября 2023 г. | .jar (10 КБ) |
Показаны последние 15 из 34 версий. Все версии — на Modrinth.
Ченджлог
5.1.0Релиз1.12, 1.12.1, 1.12.2 · 8 ноября 2023 г.
Released on October 29, 2019.
- TWEAK: Change order of dumpmodores parameters:
abbreviation modid formatis 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)
5.0.3Релиз1.12, 1.12.1, 1.12.2 · 8 ноября 2023 г.
Released on December 11, 2017.
- Make the mod not load when on a server (#13)
5.0.2Релиз1.12, 1.12.1, 1.12.2 · 8 ноября 2023 г.
Released on November 2, 2017.
- Add support for Minecraft 1.12.2 (#12)
5.0.1Релиз1.12, 1.12.1 · 8 ноября 2023 г.
Released on August 14, 2017.
- Add support for Minecraft 1.12.1 (#11)
5.0.0Релиз1.12 · 8 ноября 2023 г.
Released on June 29, 2017.
- Update to Minecraft 1.12 (#10)
- Java 8 is now the only supported Java version.
4.1.1Релиз1.11, 1.11.1, 1.11.2 · 8 ноября 2023 г.
Released on October 29, 2019.
- FIX: Fix broken wiki format for dumpmodores.
4.1.0Релиз1.11, 1.11.1, 1.11.2 · 8 ноября 2023 г.
Released on October 29, 2019.
- TWEAK: Change order of dumpmodores parameters:
abbreviation modid formatis 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)
4.0.1Релиз1.11, 1.11.1, 1.11.2 · 8 ноября 2023 г.
Released on December 11, 2017.
- Make the mod not load when on a server (#13)
Полная история изменений — на Modrinth.
Комментарии
Загружаем…