mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/LCE_Format_Documentation.git
synced 2026-05-22 08:37:26 +00:00
Create Material.md
This commit is contained in:
16
Formats/Material.md
Normal file
16
Formats/Material.md
Normal file
@@ -0,0 +1,16 @@
|
||||
| Name | Size (per element) | Description |
|
||||
| :-:|:-:|:-:|
|
||||
| version | (int32)0x4 | indicates format version
|
||||
| Material Count | (int32)0x4 | Number of materials declared within the file
|
||||
| [Materials](./Material.md#material) | variable | materials within the file
|
||||
|
||||
## material
|
||||
|
||||
| Name | Size (per element) | Description |
|
||||
| :-:|:-:|:-:|
|
||||
| name | (string)variable | material name
|
||||
| type | (string)variable | material type
|
||||
|
||||
(repeat per Material Count)
|
||||
|
||||
**Each 'string' is an Int16 to indicate length, followed by an ASCII encoded string.
|
||||
Reference in New Issue
Block a user