dependabot[bot] on npm_and_yarn
rom1504 on master
Bump mkdirp from 0.5.6 to 2.1.3… (compare)
rom1504 on master
Kf106/upload chunk (#614) * Sl… (compare)
dependabot[bot] on npm_and_yarn
dependabot[bot] on npm_and_yarn
Bump mkdirp from 0.5.6 to 2.1.3… (compare)
dependabot[bot] on npm_and_yarn
dependabot[bot] on npm_and_yarn
Bump mkdirp from 0.5.6 to 2.1.1… (compare)
dependabot[bot] on npm_and_yarn
Bump mkdirp from 0.5.6 to 2.0.0… (compare)
<kf106> This:
generation: {
name: 'diamond_square',
options: {
worldHeight: 80
}
},
should really be an array, more like this:
generation: [
{
name: 'overworld-generator',
options: {
worldHeight: 256
}
},
{
name: 'nether-generator',
options: {
worldHeight: 256
}
}
]
and then it could take the generator function from the index of the array corresponding to the index of the world in use. Which would also allow for many dimensions...
<Pix3lPirat3> ```
flying-squid
Create Minecraft servers with a powerful, stable, and high level JavaScript API.
```