minecraft-data
Advanced tools
Comparing version 3.57.0 to 3.58.0
# History | ||
## 3.58.0 | ||
* update `minecraft-data` | ||
## 3.57.0 | ||
@@ -4,0 +8,0 @@ |
@@ -1052,2 +1052,5 @@ declare namespace MinecraftData { | ||
"doesntHaveOffHandSlot": boolean; | ||
/** `1.16 - latest` | ||
* multi block changes has trust edges field */ | ||
"multiBlockChangeHasTrustEdges": boolean; | ||
/** `1.8 - 1.15.2` | ||
@@ -1158,33 +1161,33 @@ * dimension is an int (the index of an enum) */ | ||
"netherUpdateInventoryWindows": boolean; | ||
/** `1.8 - 1.8` | ||
/** `1.8 - 1.8.9` | ||
* Chunk unloading is done by sending an empty chunk */ | ||
"unloadChunkByEmptyChunk": boolean; | ||
/** `1.9 - 1.16` | ||
/** `1.9 - latest` | ||
* Chunk unloading is done by sending directly an unload chunk packet */ | ||
"unloadChunkDirect": boolean; | ||
/** `1.8 - 1.10` | ||
/** `1.8 - 1.10.2` | ||
* entity names are in camel case */ | ||
"entityCamelCase": boolean; | ||
/** `1.11 - 1.16` | ||
/** `1.11 - latest` | ||
* entity name are in snake case */ | ||
"entitySnakeCase": boolean; | ||
/** `1.8 - 1.8` | ||
/** `1.8 - 1.8.9` | ||
* respawn field is payload */ | ||
"respawnIsPayload": boolean; | ||
/** `1.9 - 1.16` | ||
/** `1.9 - latest` | ||
* respawn field is action id */ | ||
"respawnIsActionId": boolean; | ||
/** `1.8 - 1.8` | ||
/** `1.8 - 1.8.9` | ||
* attach is used to stack entities */ | ||
"attachStackEntity": boolean; | ||
/** `1.9 - 1.16` | ||
/** `1.9 - latest` | ||
* set passengers is used to stack entities */ | ||
"setPassengerStackEntity": boolean; | ||
/** `1.13 - 1.16` | ||
/** `1.13 - latest` | ||
* many items got merged, separated or renamed */ | ||
"theFlattening": boolean; | ||
/** `1.8 - 1.10` | ||
/** `1.8 - 1.10.2` | ||
* block_place packet has int cursor */ | ||
"blockPlaceHasIntCursor": boolean; | ||
/** `1.14 - 1.16` | ||
/** `1.14 - latest` | ||
* the client's chunk position must be updated to render chunks correctly */ | ||
@@ -1195,3 +1198,3 @@ "updateViewPosition": boolean; | ||
"lightSentSeparately": boolean; | ||
/** `1.14 - 1.16` | ||
/** `1.14 - latest` | ||
* game difficulty is sent separately from the login packet */ | ||
@@ -1202,24 +1205,24 @@ "difficultySentSeparately": boolean; | ||
"biomesSentSeparately": boolean; | ||
/** `1.14 - 1.16` | ||
/** `1.14 - latest` | ||
* player digging packets should be responded to */ | ||
"acknowledgePlayerDigging": boolean; | ||
/** `1.14 - 1.16` | ||
/** `1.14 - latest` | ||
* there are 6 types of signs based on the different trees */ | ||
"multiTypeSigns": boolean; | ||
/** `1.15 - 1.16` | ||
/** `1.15 - latest` | ||
* entity metadata is sent separately from the spawn packets */ | ||
"entityMetadataSentSeparately": boolean; | ||
/** `1.16 - 1.16` | ||
/** `1.16 - latest` | ||
* entity attributes are in snake case */ | ||
"attributeSnakeCase": boolean; | ||
/** `1.16 - 1.16` | ||
/** `1.16 - latest` | ||
* entity equipment packet contains all equipment slots instead of just one */ | ||
"allEntityEquipmentInOne": boolean; | ||
/** `1.12 - 1.16` | ||
/** `1.12 - latest` | ||
* entity prefixed with minecraft: on this versions */ | ||
"entityMCPrefixed": boolean; | ||
/** `1.8 - 1.8` | ||
/** `1.8 - 1.8.9` | ||
* in never versions its nbt but in 1.8 its on metadata */ | ||
"nbtOnMetadata": boolean; | ||
/** `1.13 - 1.16` | ||
/** `1.13 - latest` | ||
* added shulker boxes to the game */ | ||
@@ -1226,0 +1229,0 @@ "theShulkerBoxes": boolean; |
@@ -273,2 +273,7 @@ [ | ||
{ | ||
"name": "multiBlockChangeHasTrustEdges", | ||
"description": "multi block changes has trust edges field", | ||
"versions": ["1.16", "latest"] | ||
}, | ||
{ | ||
"name": "dimensionIsAnInt", | ||
@@ -488,3 +493,3 @@ "description": "dimension is an int (the index of an enum)", | ||
"description": "Chunk unloading is done by sending an empty chunk", | ||
"versions": ["1.8", "1.8"] | ||
"versions": ["1.8", "1.8.9"] | ||
}, | ||
@@ -494,3 +499,3 @@ { | ||
"description": "Chunk unloading is done by sending directly an unload chunk packet", | ||
"versions": ["1.9", "1.16"] | ||
"versions": ["1.9", "latest"] | ||
}, | ||
@@ -500,3 +505,3 @@ { | ||
"description": "entity names are in camel case", | ||
"versions": ["1.8", "1.10"] | ||
"versions": ["1.8", "1.10.2"] | ||
}, | ||
@@ -506,3 +511,3 @@ { | ||
"description": "entity name are in snake case", | ||
"versions": ["1.11", "1.16"] | ||
"versions": ["1.11", "latest"] | ||
}, | ||
@@ -512,3 +517,3 @@ { | ||
"description": "respawn field is payload", | ||
"versions": ["1.8", "1.8"] | ||
"versions": ["1.8", "1.8.9"] | ||
}, | ||
@@ -518,3 +523,3 @@ { | ||
"description": "respawn field is action id", | ||
"versions": ["1.9", "1.16"] | ||
"versions": ["1.9", "latest"] | ||
}, | ||
@@ -524,3 +529,3 @@ { | ||
"description": "attach is used to stack entities", | ||
"versions": ["1.8", "1.8"] | ||
"versions": ["1.8", "1.8.9"] | ||
}, | ||
@@ -530,3 +535,3 @@ { | ||
"description": "set passengers is used to stack entities", | ||
"versions": ["1.9", "1.16"] | ||
"versions": ["1.9", "latest"] | ||
}, | ||
@@ -536,3 +541,3 @@ { | ||
"description": "many items got merged, separated or renamed", | ||
"versions": ["1.13", "1.16"] | ||
"versions": ["1.13", "latest"] | ||
}, | ||
@@ -542,3 +547,3 @@ { | ||
"description": "block_place packet has int cursor", | ||
"versions": ["1.8", "1.10"] | ||
"versions": ["1.8", "1.10.2"] | ||
}, | ||
@@ -548,3 +553,3 @@ { | ||
"description": "the client's chunk position must be updated to render chunks correctly", | ||
"versions": ["1.14", "1.16"] | ||
"versions": ["1.14", "latest"] | ||
}, | ||
@@ -559,3 +564,3 @@ { | ||
"description": "game difficulty is sent separately from the login packet", | ||
"versions": ["1.14", "1.16"] | ||
"versions": ["1.14", "latest"] | ||
}, | ||
@@ -570,3 +575,3 @@ { | ||
"description": "player digging packets should be responded to", | ||
"versions": ["1.14", "1.16"] | ||
"versions": ["1.14", "latest"] | ||
}, | ||
@@ -576,3 +581,3 @@ { | ||
"description": "there are 6 types of signs based on the different trees", | ||
"versions": ["1.14", "1.16"] | ||
"versions": ["1.14", "latest"] | ||
}, | ||
@@ -582,3 +587,3 @@ { | ||
"description": "entity metadata is sent separately from the spawn packets", | ||
"versions": ["1.15", "1.16"] | ||
"versions": ["1.15", "latest"] | ||
}, | ||
@@ -588,3 +593,3 @@ { | ||
"description": "entity attributes are in snake case", | ||
"versions": ["1.16", "1.16"] | ||
"versions": ["1.16", "latest"] | ||
}, | ||
@@ -594,3 +599,3 @@ { | ||
"description": "entity equipment packet contains all equipment slots instead of just one", | ||
"versions": ["1.16", "1.16"] | ||
"versions": ["1.16", "latest"] | ||
}, | ||
@@ -600,3 +605,3 @@ { | ||
"description": "entity prefixed with minecraft: on this versions", | ||
"versions": ["1.12", "1.16"] | ||
"versions": ["1.12", "latest"] | ||
}, | ||
@@ -606,3 +611,3 @@ { | ||
"description": "in never versions its nbt but in 1.8 its on metadata", | ||
"versions": ["1.8", "1.8"] | ||
"versions": ["1.8", "1.8.9"] | ||
}, | ||
@@ -612,3 +617,3 @@ { | ||
"description": "added shulker boxes to the game", | ||
"versions": ["1.13", "1.16"] | ||
"versions": ["1.13", "latest"] | ||
}, | ||
@@ -615,0 +620,0 @@ { |
@@ -0,1 +1,4 @@ | ||
## 3.58.0 | ||
* [Update flying-squid PC features (#823)](https://github.com/PrismarineJS/minecraft-data/commit/344619e053614d6ab5c97bf6477c99699ad57a46) (thanks @Pandapip1) | ||
## 3.57.0 | ||
@@ -2,0 +5,0 @@ * [Add loginPacket for 1.20 / 1.20.1 (#821)](https://github.com/PrismarineJS/minecraft-data/commit/c508b6f7eec91724a830a71d663f90a141155330) (thanks @wgaylord) |
{ | ||
"name": "minecraft-data", | ||
"version": "3.57.0", | ||
"version": "3.58.0", | ||
"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
161874289
5058113