2020-06-29 20:40:36 +00:00
2018-08-26 16:55:54 +02:00
2019-08-24 17:42:19 +02:00
2020-06-29 20:40:36 +00:00
2020-05-27 22:25:21 +02:00
2020-06-29 20:39:57 +00:00
2020-05-03 12:10:21 +02:00
2019-08-24 16:03:36 +00:00
2017-03-13 00:58:05 +01:00
2019-08-24 15:55:48 +00:00
2019-08-24 17:42:19 +02:00
2020-06-29 20:40:36 +00:00
2019-08-24 16:03:36 +00:00

node-minecraft-data

NPM version Tonic Build Status Try it on gitpod

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

const mcData=require("minecraft-data")("1.8.8")

console.log(mcData.blocksByName["stone"])
console.log(mcData.windows["minecraft:brewing_stand"])
console.log(mcData.version)
console.log(mcData.effectsByName["Haste"])

Documentation

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