minecraft-data
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -0,1 +1,4 @@ | ||
## 0.5.2 | ||
* update README and example : the package is now called minecraft-data in npm | ||
## 0.5.1 | ||
@@ -2,0 +5,0 @@ * fix bug with fs.existsSync |
@@ -1,3 +0,3 @@ | ||
var nmcData=require("./")("1.8.8"); | ||
var mcData=require("./")("1.8.8"); | ||
console.log(nmcData.blocksByName["stone"]); | ||
console.log(mcData.blocksByName["stone"]); |
{ | ||
"name": "minecraft-data", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "Provide easy access to minecraft data in node.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -22,5 +22,5 @@ # node-minecraft-data | ||
```js | ||
var nmcData=require("node-minecraft-data")("1.8.8"); | ||
var mcData=require("minecraft-data")("1.8.8"); | ||
console.log(nmcData.blocksByName["stone"]); | ||
console.log(mcData.blocksByName["stone"]); | ||
``` | ||
@@ -27,0 +27,0 @@ |
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
1437002