Skip to content

Pessimistress/minecraft-chunk-viewer

Repository files navigation

Minecraft Chunk Viewer | Demo

Screencast

Preparing

  1. Copy or link to your Minecraft texture assests to ./assets/ under the project directory. The target minecraft asset directory should contain the following structure:
blockstates/
font/
lang/
loot_tables/
models/
shaders/
structures/
texts/
textures/

For more information on extracting textures from your Minecraft installation see Minecraft Overviewer's instructions on: Installing the Textures.

Running

  1. Run the following commands from the project root directory, and ignore any warnings.
npm install
npm run build-assets
npm start

Contributors

Credits

Minecraft and all of its content belong to Mojang.

We learned about the mca file format, the block behaviors and almost everything else Minecraft, from the Minecraft Wiki.

Region files are parsed using minecraft-region.

Rendering is handled using deck.gl, a framework for WebGL based visualizations.