Skip to content

Commit b66c9aa

Browse files
Backport velocity field changes from 1.21.9+ to older versions (#1467)
* Add vec3i16 type to packetTest.js * Update ci.yml * Update ci.yml Removed outdated command to clone minecraft-data repository. --------- Co-authored-by: extremeheat <[email protected]>
1 parent 75399c5 commit b66c9aa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/packetTest.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,9 @@ const values = {
232232
vec3i: {
233233
x: 0, y: 0, z: 0
234234
},
235+
vec3i16: {
236+
x: 0, y: 0, z: 0
237+
},
235238
count: 1, // TODO : might want to set this to a correct value
236239
bool: true,
237240
f64: 99999.2222,

0 commit comments

Comments
 (0)