mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 10:55:05 -05:00
add chunkBlockEntity value in packet test
This commit is contained in:
parent
6b95cc8711
commit
e0987bc75d
1 changed files with 2 additions and 1 deletions
|
@ -175,7 +175,8 @@ const values = {
|
|||
},
|
||||
tags: [{ tagName: 'hi', entries: [1, 2, 3, 4, 5] }],
|
||||
ingredient: [slotValue],
|
||||
particleData: null
|
||||
particleData: null,
|
||||
chunkBlockEntity: { x: 10, y: 11, z: 12, type: 25 }
|
||||
}
|
||||
|
||||
function getValue (_type, packet) {
|
||||
|
|
Loading…
Reference in a new issue