mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-27 21:24:25 -04:00
0x0e: face is an unsigned byte
This commit is contained in:
parent
dbb0a4ccbe
commit
75c52bdf00
@ -95,7 +95,7 @@ var packets = {
|
||||
{ name: "x", type: "int" },
|
||||
{ name: "y", type: "byte" },
|
||||
{ name: "z", type: "int" },
|
||||
{ name: "face", type: "byte" }
|
||||
{ name: "face", type: "ubyte" }
|
||||
],
|
||||
0x0f: [
|
||||
{ name: "x", type: "int" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user