mchorse / mcme

[Deprecated] Model editor for Blockbuster's custom models
https://mchorse.github.io/mcme/
3 stars 0 forks source link

Minecraft Model Editor for Blockbuster

McME is a simple web based application which allow creating and editing JSON models for Blockbuster mod (1.3+). This web app is based on my prototype.

Building the App

To build this application you need:

Then you navigate to the root of the application, and run:

make build

File js/app.js is going to be built, and then you can open index.html file with your favorite browser to run the app.

For minified JS file, you should run:

make minify

See Makefile for more information about building process.

Chrome users will get a security error if index.html was run from file://. Consider using a web server (like node-static) or another browser.