minecraft-data
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -0,1 +1,4 @@ | ||
## 1.2.1 | ||
* update minecraft-data : update blocks, items and recipes in 1.9, and fix a small error in 1.9 protocol | ||
## 1.2.0 | ||
@@ -2,0 +5,0 @@ * update 1.9 protocol to 1.9-pre4 |
@@ -445,3 +445,3 @@ [ | ||
"displayName": "Water Bucket", | ||
"stackSize": 64, | ||
"stackSize": 1, | ||
"name": "water_bucket" | ||
@@ -452,3 +452,3 @@ }, | ||
"displayName": "Lava Bucket", | ||
"stackSize": 64, | ||
"stackSize": 1, | ||
"name": "lava_bucket" | ||
@@ -1209,2 +1209,8 @@ }, | ||
{ | ||
"id": 426, | ||
"displayName": "End Crystal", | ||
"stackSize": 64, | ||
"name": "end_crystal" | ||
}, | ||
{ | ||
"id": 427, | ||
@@ -1273,3 +1279,3 @@ "displayName": "Spruce Door", | ||
"stackSize": 64, | ||
"name": "dragon's_breath" | ||
"name": "dragon_breath" | ||
}, | ||
@@ -1276,0 +1282,0 @@ { |
{ | ||
"name": "minecraft-data", | ||
"version": "1.2.0", | ||
"version": "1.2.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 too big to display
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
1642741
92982