Resource pack migration tool for Minecraft: Java Edition. Two versions of the tool are available for migrations to both 1.20.2 & 1.20.5 pack formats. The migrations automated here are not exhaustive, so some manual work may still be required. See the release changelog for the relevant version for more information.
This tool is provided to help update existing resource packs for Minecraft: Java Edition. Forking is welcome, and you are free to use the code as you see fit - for more information see the provided license.
Pre-built jars are available through the Releases page. An installation of Java 17 or higher is required.
Slicer GUI
- Run
slicer<version>.jar
withslice -g
command - Select input directory or .zip file of your resourcepack.
- Select output directory will be filled with all processed texture files.
- Select leftover directory. Optional location that will be filled with copies of source images with added highlights for areas that were migrated.
- Press "Run" the tool will migrate the Resource pack. The highlighted areas were processed by the tool and are used by the Vanilla game, the rest is not required in the pack.
or
Slicer CLI
- Run
slicer<version>.jar
file withslice -s <input dir or .zip file> -o <output dir> -l <leftover dir>
command -s / --source
Directory or .zip file of your resourcepack.-o / --output
Output directory will be filled with all processed texture files.-l / --leftover
Optional location that will be filled with copies of source images with added highlights for areas that were migrated - select leftoverdir
is optional location that will be filled with copies of source images with added highlights for areas that were migrated.- The highlighted areas were processed by the tool and are used by the Vanilla game, the rest is not required in the pack