Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 326 Bytes

readme.md

File metadata and controls

22 lines (13 loc) · 326 Bytes

mca.js

A node.js module to read/write from/to region files of Minecraft.

##API Docs

###Loading the module

var MCAManager = require("mca.js");

###Constructor

var m = new MCAManager("/path/to/minecraft/world/region/r.0.0.mca");

###Methods

  • open( cb )
  • init( cb )
  • close( cb )

##License

GPL