Romain Beaumont dbf2337018 Release 0.5.0
Also updates minecraft-data submodules and the README.
2015-08-21 15:32:53 +02:00
2015-08-21 15:32:53 +02:00
2015-08-21 15:32:53 +02:00
2015-05-05 23:32:17 +02:00
2015-08-17 22:49:13 +02:00
2015-08-21 15:32:53 +02:00
2015-08-21 15:32:53 +02:00

node-minecraft-data

NPM version

node-minecraft-data provides easy access to minecraft-data in node.js.

The objective of this module is to make easier to look for information in minecraft-data in node.

Features

For example it's often useful to :

  • find blocks by id
  • find items by name
  • find block or item by name
  • find block or item by id

Usage

Simple example of usage of node-minecraft-data :

var nmcData=require("node-minecraft-data")("1.8.8");

console.log(nmcData.blocksByName["stone"]);

Documentation

S
Description
Provide easy access to minecraft-data in node.js
Readme
870 KiB
Languages
JavaScript 94.3%
TypeScript 5.7%