From 53ba5bb729f4fb35d0bbf65ee11f89667b788e1b Mon Sep 17 00:00:00 2001 From: muzikbike <52297970+muzikbike@users.noreply.github.com> Date: Tue, 10 Sep 2024 00:55:39 +0100 Subject: [PATCH 1/2] There are now three versions README was outdated and still stated that there are two versions when a third has since been added, so I've updated this to clarify recent developments. Also some grammar changes elsewhere. --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bce0db5..44bc270 100644 --- a/README.md +++ b/README.md @@ -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 migratng 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 +* 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). @@ -11,5 +16,5 @@ Pre-built jars are available through the [Releases](https://github.com/Mojang/sl ` []` - `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 From 014ffe84ae92e35f2d7406d795d07745786d6319 Mon Sep 17 00:00:00 2001 From: muzikbike <52297970+muzikbike@users.noreply.github.com> Date: Tue, 10 Sep 2024 00:57:32 +0100 Subject: [PATCH 2/2] 1.20.2 isn't just for splitting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44bc270..ec6096d 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # slicer Resource pack migration tool for Minecraft: Java Edition -Three versions of the tool are available for migratng to subsequent pack formats: +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 +* 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.