Files
node-minecraft-data/README.md
T

698 B

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

Example

var mcData=require("minecraft-data")("1.8.8");

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

Documentation