Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There are now three versions #22

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# slicer
Resource pack migration tool for Minecraft: Java Edition.
Two versions of the tool are available for migrations to both 1.14 and 1.20.2 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.
Resource pack migration tool for Minecraft: Java Edition

Three versions of the tool are available for migrating to subsequent pack formats:
* a 1.14 version for splitting particle, painting and entity effect textures
* a 1.20.2 version for splitting the remaining GUI sprites and moving other UI textures (mainly Realms)
* a 1.20.5 version for splitting map decorations

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 as reference code to help update existing resource packs for Minecraft: Java Edition, and as such we are not accepting contributions or actively maintaining it. However, we may update or revisit this in the future. Forking is welcome, and you are free to use the code as you see fit - for more information see the [provided license](LICENSE).

Expand All @@ -11,5 +16,5 @@ Pre-built jars are available through the [Releases](https://github.com/Mojang/sl
`<input dir or zip> <output dir> [<leftover dir>]`
- `input dir or zip` is the root of your resource pack (directory or zip containing an `assets` directory)
- `output dir` will be filled with all processed texture files
- `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
- `leftover dir` is an 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