Mojang / slicer

Resource pack migration tool for Minecraft 1.14
MIT License
174 stars 7 forks source link

Don't copy presets/isles.png #20

Open muzikbike opened 1 month ago

muzikbike commented 1 month ago

Fixes #16.

As described in the ticket, isles.png goes completely unused by the game, as the pre-1.13 customized format is no longer used, and there is no menu associated with it. It can therefore be removed from the game entirely without impacting it at all.

This pull request removes the line that causes it to get copied over to the next resource pack format, meaning that it gets left behind as is done with all other unused GUI textures and regions. It should help to make it clear that the file is unused.