mirror of
https://github.com/WerWolv/ImHex-Patterns.git
synced 2026-03-28 07:47:02 -05:00
* Add Minecraft LCE save format * Add files to the pattern took forever lol cuz weird syntax * NBT parsing n stuff * Minecraft Xbox 360 Edition saves, read description TU033 is a pre-release version, which has a slightly different file format that I documented myself [here](https://github.com/Team-Lodestone/Documentation/blob/main/LCE/Pre-Release%20Save%20Format.md) TU5 is a release version which uses the same file format used all the way up to latest TU (aka the last version released) All of these saves have been decompressed from XMemCompress (iirc modified LZX) Chunk data however is still compressed, because it's not meant to be uncompressed in the scope of reading the save. https://github.com/Team-Lodestone/Documentation/blob/main/LCE/LCE%20File%20Versions.md * Support Pre-Release files, JANKY file type detection, min and cur version. * fix top comment * LCE saves to readme