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.
Requires
Python 3
and thepycryptodome
module to be installed.git
is required for the first method only.
- 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.
- 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.