Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.14 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.14 KB

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:

  • Node JS and NPM (for running bower, minify and browserify commands)
  • PHP 5 (for bulding HTML template)
  • bower, minify and browserify NPM packages (they should be installed globally)

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.