test/vanilla: temporary hack to allow 1.19 chunk tests to pass
This commit is contained in:
parent
2d7c210acc
commit
df31b5d63a
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ const { Client } = require('../src/client')
|
|||
const { waitFor } = require('../src/datatypes/util')
|
||||
|
||||
async function test (version) {
|
||||
const ChunkColumn = require('bedrock-provider').chunk('bedrock_' + version)
|
||||
const ChunkColumn = require('bedrock-provider').chunk('bedrock_' + (version.includes('1.19') ? '1.18.30' : version)) // TODO: Fix prismarine-chunk
|
||||
|
||||
// Start the server, wait for it to accept clients, throws on timeout
|
||||
const handle = await vanillaServer.startServerAndWait2(version, 1000 * 220)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue