minecraft-data
Advanced tools
Comparing version 0.20.3 to 0.20.4
@@ -0,1 +1,4 @@ | ||
## 0.20.4 | ||
* update minecraft-data : 1.7 plugin channel data buffers are length-prefixed | ||
## 0.20.3 | ||
@@ -2,0 +5,0 @@ * update mcdata : fix in 1.7 protocol |
@@ -1916,3 +1916,8 @@ { | ||
"name": "data", | ||
"type": "restBuffer" | ||
"type": [ | ||
"buffer", | ||
{ | ||
"countType": "short" | ||
} | ||
] | ||
} | ||
@@ -2371,3 +2376,8 @@ ] | ||
"name": "data", | ||
"type": "restBuffer" | ||
"type": [ | ||
"buffer", | ||
{ | ||
"countType": "short" | ||
} | ||
] | ||
} | ||
@@ -2374,0 +2384,0 @@ ] |
{ | ||
"name": "minecraft-data", | ||
"version": "0.20.3", | ||
"version": "0.20.4", | ||
"description": "Provide easy access to minecraft data in node.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
1567945
90699