The PrismarineJS entry for the 2021 Generative in Design Minecraft Competition.
Run npm i
to install the dependencies.
Generate a 512x512 test world: (Bounds coordinates are x0, x1, z0, z1)
node tools/genworld.js --seed 6708951544769826080 --bounds -256 256 -256 256 --version 1.12.2
Generate a biomemap as a png image:
node tools/biomemap.js --input ./server/1.12.2/world --bounds -256 256 -256 256 --output biomemap.png --version 1.12.2
Generate various maps as png images:
node tools/maps.js --input ./server/1.12.2/world --bounds -256 256 -256 256 --version 1.12.2
Generate a 512x512 named village centered at 0, 0:
node tools/genvillage.js --bounds -256 256 -256 256 --name Lymnor
Start a Minecraft server to view the generated world/village:
node tools/server.js --version 1.12.2 --name Lymnor