mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-30 22:51:23 -04:00
Added packet 0x85 (Tile Editor Open)
This commit is contained in:
parent
ae2046d991
commit
6b09737dec
@ -415,6 +415,12 @@ var packets = {
|
|||||||
{ name: "action", type: "byte" },
|
{ name: "action", type: "byte" },
|
||||||
{ name: "nbtData", type: "byteArray16" }
|
{ name: "nbtData", type: "byteArray16" }
|
||||||
],
|
],
|
||||||
|
0x85: [
|
||||||
|
{ name: "tileEntityId", type: "byte" },
|
||||||
|
{ name: "x", type: "int" },
|
||||||
|
{ name: "y", type: "int" },
|
||||||
|
{ name: "z", type: "int" }
|
||||||
|
],
|
||||||
0xc8: [
|
0xc8: [
|
||||||
{ name: "statisticId", type: "int" },
|
{ name: "statisticId", type: "int" },
|
||||||
{ name: "amount", type: "int" }
|
{ name: "amount", type: "int" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user