Skip to content
/ mcme Public

[Deprecated] Model editor for Blockbuster's custom models

Notifications You must be signed in to change notification settings

mchorse/mcme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

[Deprecated] Model editor for Blockbuster's custom models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published