- Minecraft Schematics
- Axiom Blueprint: v1
Read further to learn how to install ImHex patterns and read my Markdown docs.
- Clone this repository:
git clone https://github.com/nahkd123/file-structures-index.git - Add path to
file-structures-indexrepository to ImHex:Extras > Settings > Folders > Add new folderthen put the path to repository. - Enjoy!
@<address>: Jump to specified address- Eg:
@0x00,@addressField
- Eg:
uN: Unsigned N-bit integersN: Signed N-bit integernamespace::type: Namespaced type referenceunknown: Need to be documented- No more field declarations after this type
le: Little endian (default endianness for all types)be: Big endian
typeA => typeB: Convert fromtypeAtotypeB(assuming you can convert it)- Eg:
u8[256] sector => bios::boot_sector - Mainly used to give information on how to skip the section if you don't need it
- Eg:
All contents in this repository are licensed under CC0 1.0. See LICENSE for more info.