Skip to content

The PrismarineJS entry for the 2021 Generative in Design Minecraft Competition.

License

Notifications You must be signed in to change notification settings

PrismarineJS/gdmc-challenge-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gdmc-challenge-2021

NPM version Build Status Discord Try it on gitpod

The PrismarineJS entry for the 2021 Generative in Design Minecraft Competition.

Getting started

Run npm i to install the dependencies.

Tools

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

About

The PrismarineJS entry for the 2021 Generative in Design Minecraft Competition.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published