/minecraft-blueprint-extractor

Java-based tool to extract Minecraft structure block files and translate them into a Gamepedia blueprints.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

minecraft-blueprint-extractor

Node script to extract Minecraft structure block files and translate them into Gamepedia materials and blueprint editor code. Specifically designed to supply structure data to the New Village page.

Installation

You can download a compiled executable for your operating system of choice from the Releases page. There will be more executable for more operating systems. Based on your operating system, you can then assign a PATH variable to access it from anywhere.

Usage

minecraft-extract -f|--file <input file path> [-o|--output <output file path>] [-v|--verbose]

The standard output file path is gonna be ./output/output.txt. If -v|--verbose is specified, the script will also generate the simplified data object as a JSON file to .output/simplified-data.json.

Agenda

  • Look up missing materials
  • Extends binaries choice
  • Add testing