Skip to content

Modular Materials Config Creator

glowredman edited this page Feb 24, 2022 · 5 revisions

Download

https://github.com/glowredman/mmcc/releases

Workflow

  1. Execute the jar file
  2. Open the config folder (Important: the materials.json, types.json, orevariants.json and oreveins.json files must already exist and have at least one entry each! Note: Modular Materials will autogenerate these files on startup if they are missing.)
  3. Add/Edit/Delete entries however you wish
  4. Save everything
    • Every time you save, the previous version of the files will be copied to ./config/modularmaterials/mmcc_backup/
    • Backup files will have the date and time in the format YYYY-MM-DD_HH.MM.SS appended, e.g. materials-before-2022-02-24_20.58.13.json
  5. Run the game and test your changes

Special Key Bindings

  • F1 / Insert / Plus / Add - add entry below the currently selected entry
  • F2 / Enter - edit selected entry
  • F3 / Delete / Minus / Subtract / Backspace - delete selected entries
  • F4 - move selected entry up
  • F5 - move selected entry down
  • Ctrl + Q - open config folder (./config/modularmaterials/)
  • Ctrl + S - save files
  • Ctrl + Shift + C - copy material/type/orevariant/orevein entry (one each can by copied)*
  • Ctrl + Shift + V - paste material/type/orevariant/orevein entry*

* only works inside the editing screen

Clone this wiki locally