rom1504botandrom1504bot f52d8b4720 Release 2.113.2 (#158)
* Update Minecraft Data

* Release 2.113.2

Co-authored-by: rom1504bot <rom1504bot@users.noreply.github.com>
2022-02-26 14:37:51 +01:00
2022-02-26 14:37:51 +01:00
2022-02-26 14:37:51 +01:00
2022-02-04 23:13:15 +01:00
2019-08-24 16:03:36 +00:00
2017-03-13 00:58:05 +01:00
2021-12-22 00:32:08 +01:00
2022-02-26 14:37:51 +01:00
2020-11-13 22:09:39 +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%