rom1504botandrom1504bot 1b6d5a23e9 Release 2.85.1 (#85)
* Update Minecraft Data

* Release 2.85.1

Co-authored-by: rom1504bot <rom1504bot@users.noreply.github.com>
2021-06-16 22:45:25 +02:00
2021-06-16 22:45:25 +02:00
2021-03-17 21:15:19 +01:00
2021-06-16 22:45:25 +02:00
2021-01-21 19:38:38 +01:00
2021-04-02 01:09:27 +02:00
2019-08-24 16:03:36 +00:00
2017-03-13 00:58:05 +01:00
2021-04-18 17:35:41 +02:00
2021-04-18 17:35:41 +02:00
2021-06-16 22:45:25 +02: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%