mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/LCE_Format_Documentation.git
synced 2026-05-27 22:04:46 +00:00
1.6 KiB
1.6 KiB
| Name | Size (per element) | Description |
|---|---|---|
| COL Version | (int32)0x4 | indicates Format version |
| Colours | variable | a list of all colours within the Colour Table |
| Water Colours | variable | a list of all water colours within the Colour Table(only if Version > 0) |
Standard Colours
| Name | Size (per element) | Description |
|---|---|---|
| Count | (int32)0x4 | Amount of Colours in the table |
(repeated per count)
| Name | Size (per element) | Description |
|---|---|---|
| Name | variable | a string(int16 indicates length, then Little endian Unicode string of specified length) indicating Colour name |
| Colour | (ARGB)0x4 | an ARGB value, indicating colour and transparency |
Water Colours
| Name | Size (per element) | Description |
|---|---|---|
| Count | (int32)0x4 | Amount of Colours in the table |
(repeated per count)
| Name | Size (per element) | Description |
|---|---|---|
| Name | variable | a string(int16 indicates length, then Little endian Unicode string of specified length) indicating Colour name |
| Surface Colour | (ARGB)0x4 | an ARGB value, indicating colour and transparency |
| Underwater Colour | (ARGB)0x4 | an ARGB value, indicating colour and transparency |
| Fog Colour | (ARGB)0x4 | an ARGB value, indicating colour and transparency |
ARGB
| Name | Size (per element) | Description |
|---|---|---|
| Alpha | (int8)0x1 | Alpha colour channel |
| Red | (int8)0x1 | Red colour channel |
| Green | (int8)0x1 | Green colour channel |
| Blue | (int8)0x1 | Blue colour channel |