validation errors and new datatypes
This commit is contained in:
parent
1c7ef7a5ee
commit
ac90f7f1ff
1 changed files with 78 additions and 1 deletions
|
|
@ -1,11 +1,88 @@
|
|||
{
|
||||
"types": {
|
||||
"string": [
|
||||
"pstring"
|
||||
"pstring",
|
||||
{
|
||||
"countType":"short"
|
||||
}
|
||||
],
|
||||
"skin": [
|
||||
"container",
|
||||
[
|
||||
{
|
||||
"name": "skinType",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "texture",
|
||||
"type": "string"
|
||||
}
|
||||
]
|
||||
],
|
||||
"blockrecords": [
|
||||
"array",
|
||||
{
|
||||
"countType":"i16",
|
||||
"type": [
|
||||
"container",
|
||||
[
|
||||
{
|
||||
"name": "x",
|
||||
"type": "i32"
|
||||
},
|
||||
{
|
||||
"name": "y",
|
||||
"type": "i32"
|
||||
},
|
||||
{
|
||||
"name": "z",
|
||||
"type": "byte"
|
||||
},
|
||||
{
|
||||
"anon": true,
|
||||
"type": [
|
||||
"bitfield",
|
||||
[
|
||||
{
|
||||
"name": "blockData",
|
||||
"size": 4,
|
||||
"signed": false
|
||||
},
|
||||
{
|
||||
"name": "flags",
|
||||
"size": 4,
|
||||
"signed": false
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
],
|
||||
"records": [
|
||||
"array",
|
||||
{
|
||||
"countType":"i16",
|
||||
"type": [
|
||||
"container",
|
||||
[
|
||||
{
|
||||
"name": "x",
|
||||
"type": "byte"
|
||||
},
|
||||
{
|
||||
"name": "y",
|
||||
"type": "byte"
|
||||
},
|
||||
{
|
||||
"name": "z",
|
||||
"type": "byte"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
],
|
||||
"playerrecords": [
|
||||
"switch",
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue