even more

This commit is contained in:
Keegan 2016-03-06 08:31:17 -05:00
commit 3a23807103

View file

@ -6,6 +6,33 @@
"countType":"short"
}
],
"entitymotions": [
"array",
{
"countType":"i16",
"type": [
"container",
[
{
"name": "eid",
"type": "i64"
},
{
"name": "motX",
"type": "f32"
},
{
"name": "motY",
"type": "f32"
},
{
"name": "motZ",
"type": "f32"
}
]
]
}
],
"vector3": [
"container",
[
@ -23,47 +50,62 @@
}
]
],
"entitylocations": [
"blockcoordinates": [
"container",
[
"array",
{
"countType":"i16",
"type": [
"container",
[
{
"name": "eid",
"type": "i64"
},
{
"name": "x",
"type": "f32"
},
{
"name": "y",
"type": "f32"
},
{
"name": "z",
"type": "f32"
},
{
"name": "yaw",
"type": "f32"
},
{
"name": "headYaw",
"type": "f32"
},
{
"name": "pitch",
"type": "f32"
}
]
]
"name": "x",
"type": "i32"
},
{
"name": "y",
"type": "i32"
},
{
"name": "z",
"type": "i32"
}
]
],
"entitylocations": [
"array",
{
"countType":"i16",
"type": [
"container",
[
{
"name": "eid",
"type": "i64"
},
{
"name": "x",
"type": "f32"
},
{
"name": "y",
"type": "f32"
},
{
"name": "z",
"type": "f32"
},
{
"name": "yaw",
"type": "f32"
},
{
"name": "headYaw",
"type": "f32"
},
{
"name": "pitch",
"type": "f32"
}
]
]
}
],
"packet": [
"container",
[