diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 408636fc..66a22f08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,5 +55,6 @@ jobs: distribution: 'adopt' - name: Install dependencies run: npm install + - run: cd node_modules && cd minecraft-data && mv minecraft-data minecraft-data-old && git clone -b consistent-velocity https://github.com/SuperGamerTron/minecraft-data --depth 1 && node bin/generate_data.js - name: Run tests run: npm run mochaTest -- -g ${{ matrix.mcVersion }}v diff --git a/test/packetTest.js b/test/packetTest.js index d4074f66..a5d7e918 100644 --- a/test/packetTest.js +++ b/test/packetTest.js @@ -232,6 +232,9 @@ const values = { vec3i: { x: 0, y: 0, z: 0 }, + vec3i16: { + x: 0, y: 0, z: 0 + }, count: 1, // TODO : might want to set this to a correct value bool: true, f64: 99999.2222,