minecraft-data
Advanced tools
Comparing version 3.43.1 to 3.44.0
# History | ||
## 3.44.0 | ||
* update `minecraft-data` | ||
## 3.43.1 | ||
@@ -4,0 +8,0 @@ |
@@ -16,2 +16,32 @@ [ | ||
{ | ||
"name": "hasElytraFlying", | ||
"description": "the elytra exists and players can fly with it", | ||
"versions": ["1.9", "latest"] | ||
}, | ||
{ | ||
"name": "fireworkMetadataVarInt7", | ||
"description": "firework attached entity metadata is at index 7 and is varint", | ||
"versions": ["1.11", "1.13.2"] | ||
}, | ||
{ | ||
"name": "fireworkMetadataOptVarInt8", | ||
"description": "firework attached entity metadata is at index 8 and is optvarint", | ||
"versions": ["1.14", "1.16.5"] | ||
}, | ||
{ | ||
"name": "fireworkMetadataOptVarInt9", | ||
"description": "firework attached entity metadata is at index 9 and is optvarint", | ||
"versions": ["1.17", "latest"] | ||
}, | ||
{ | ||
"name": "fireworkNamePlural", | ||
"description": "the firework entity used for elytra boosting is named fireworks_rocket", | ||
"versions": ["1.11", "1.12.2"] | ||
}, | ||
{ | ||
"name": "fireworkNameSingular", | ||
"description": "the firework entity used for elytra boosting is named firework_rocket", | ||
"versions": ["1.13", "latest"] | ||
}, | ||
{ | ||
"name": "blockMetadata", | ||
@@ -18,0 +48,0 @@ "description": "block metadata is encoded in a separate metadata", |
@@ -0,1 +1,6 @@ | ||
## 3.44.0 | ||
* [Elytra support (#761)](https://github.com/PrismarineJS/minecraft-data/commit/72a267757b8fbb8462f3c3f25001754af9d1f7c4) (thanks @lkwilson) | ||
* [Bedrock stack and request network id fix for 1.16.220 to 1.20.10 (#762)](https://github.com/PrismarineJS/minecraft-data/commit/7f144de36862de3dfe16b8b6272fcbd286327e16) (thanks @irkmandeer) | ||
* [1.19.4 protocol fixes (#759)](https://github.com/PrismarineJS/minecraft-data/commit/5c7e7960270ef329f7c9e037d08adbf5ae2ba3d6) (thanks @frej4189) | ||
## 3.43.1 | ||
@@ -2,0 +7,0 @@ * [Fix bedrock update_soft_enum packet missing encoding (#758)](https://github.com/PrismarineJS/minecraft-data/commit/d58b99fec41b8c23820168228cca9e86d1f45165) (thanks @JSbETms) |
{ | ||
"name": "minecraft-data", | ||
"version": "3.43.1", | ||
"version": "3.44.0", | ||
"description": "Provide easy access to minecraft data in node.js", | ||
@@ -42,5 +42,5 @@ "main": "index.js", | ||
"standard": "^17.0.0", | ||
"typescript": "~5.1.6" | ||
"typescript": "~5.2.2" | ||
}, | ||
"dependencies": {} | ||
} |
Sorry, the diff of this file is too big to display
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 not supported yet
Sorry, the diff of this file is too big to display
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 not supported yet
Sorry, the diff of this file is too big to display
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 not supported yet
Sorry, the diff of this file is too big to display
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 not supported yet
Sorry, the diff of this file is too big to display
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 not supported yet
Sorry, the diff of this file is too big to display
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 not supported yet
Sorry, the diff of this file is too big to display
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 not supported yet
Sorry, the diff of this file is too big to display
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 not supported yet
Sorry, the diff of this file is too big to display
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 not supported yet
Sorry, the diff of this file is too big to display
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 not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
150915873
4503405