Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 896 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 896 Bytes

Minecraft Dungeons Sorter

A tool for sorting a Minecraft Dungeons inventory by item type, then alphabetically.

Important

Back up your save before using! If any corruption occurs, the save can then be restored.

Running from source

Dependencies

Requires Python 3 and the pycryptodome module to be installed. git is required for the first method only.

Method 1 (requires git to be installed):

  • Open a terminal and run the following commands in order:
git clone https://github.com/058f9cf1/minecraft_dungeons_sorter.git
cd minecraft_dungeons_sorter/src
python minecraft_dungeons_sorter.py <path/to/save>

where <path/to/save> is the location of the Minecraft Dungeons save file.

Method 2:

  • Download the code as a zip file, unzip it, then run python minecraft_dungeons_sorter.py <path/to/save> in a terminal from the unzipped directory.