Skip to content

Slicer-gui is resourcepack migration tool for Minecraft 1.20.2 & 1.20.5 with user friendly GUI

License

Notifications You must be signed in to change notification settings

satanicantichrist/slicer-gui

 
 

Repository files navigation

Slicer

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.

Usage

Pre-built jars are available through the Releases page. An installation of Java 17 or higher is required.

Slicer GUI

  • Run slicer<version>.jar with slice -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 with slice -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 leftover dir 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

image

About

Slicer-gui is resourcepack migration tool for Minecraft 1.20.2 & 1.20.5 with user friendly GUI

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Java 100.0%