minecraft-data
Advanced tools
Comparing version 0.16.1 to 0.16.2
@@ -0,1 +1,4 @@ | ||
## 0.16.2 | ||
* Usage -> Example, for tonicdev integration | ||
## 0.16.1 | ||
@@ -64,2 +67,2 @@ * update mcData : improvement in the protocol for slot, optionalNbt and nbt | ||
* provide : id-indexed data, name-indexed data and two functions to find items or blocks | ||
* provide : id-indexed data, name-indexed data and two functions to find items or blocks |
{ | ||
"name": "minecraft-data", | ||
"version": "0.16.1", | ||
"version": "0.16.2", | ||
"description": "Provide easy access to minecraft data in node.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -17,6 +17,4 @@ # node-minecraft-data | ||
## Usage | ||
## Example | ||
Simple example of usage of node-minecraft-data : | ||
```js | ||
@@ -23,0 +21,0 @@ var mcData=require("minecraft-data")("1.8.8"); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1328117
29