minecraft-data
Advanced tools
Comparing version 0.16.0 to 0.16.1
@@ -0,1 +1,4 @@ | ||
## 0.16.1 | ||
* update mcData : improvement in the protocol for slot, optionalNbt and nbt | ||
## 0.16.0 | ||
@@ -2,0 +5,0 @@ * add effects |
@@ -123,3 +123,3 @@ { | ||
"patternProperties" : { | ||
"^[a-zA-Z0-9 _]+$":{"$ref": "#/definitions/fieldType"} | ||
"^[-a-zA-Z0-9 _]+$":{"$ref": "#/definitions/fieldType"} | ||
}, | ||
@@ -126,0 +126,0 @@ "additionalProperties": false |
{ | ||
"name": "minecraft-data", | ||
"version": "0.16.0", | ||
"version": "0.16.1", | ||
"description": "Provide easy access to minecraft data in node.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1328312
76314