minecraft-pi
v0.2.1
Published
A Node.js API for Minecraft: Pi Edition.
Downloads
11
Readme
minecraft-pi
Work in progress.
TODO:
- Assign all blocks in blocks.json
- Write tests
Usage
var Minecraft = require('minecraft-pi');
var client = new Minecraft('localhost', 4711);
// Use the client variable to play with the server!
client.chat("Yo dawg, I heard you like Node.js, so I put some Node.js in your Pi so you can Node.js while you Pi.");