1.0.1 • Published 11 months ago

mineflayer-cuboid v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Getting Started

This plugin is built using Node and can be installed using:

npm install --save mineflayer-cuboid

Require

const Cuboid = require('mineflayer-cuboid');
var v = require('vec3');

let cube = Cuboid(v(0, 0, 0), v(5, 5, 5));

// Open src/index.js for functions

Documentation

Read the code, do stuff

License

This project uses the MIT license.

1.0.1

11 months ago

1.0.0

11 months ago