• Stars
    star
    176
  • Rank 212,730 (Top 5 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 7 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Visualize Minecraft region files in the browser

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.