add chunkBlockEntity value in packet test

This commit is contained in:
Romain Beaumont 2021-12-12 19:03:40 +01:00 committed by GitHub
parent 6b95cc8711
commit e0987bc75d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {