GeoCraft
Minecraft world from GeoJson
Steps
- Create GeoJson file I am using geojson.io
-
My demo map github link
-
Run NodeCraft server
npm initnpm run demo ~/Downloads/map.geojson
or
npm initnpm run demo
- Run Minecraft client
Server example
const fs = ;const Game = Game;const GeoRender = ; const GEOFILE = processargvlength > 2 ? processargv : `/map.geojson`; const game = ;const server = game;const land = game;const render = land; console;const features = JSONfeatures;console;features;console; server start25565;