Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update flying-squid PC features #823

Merged
merged 1 commit into from
Jan 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 25 additions & 20 deletions data/pc/common/features.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,11 @@
"description": "doesn't have an off-hand slot",
"versions": ["1.8", "1.8.9"]
},
{
"name": "multiBlockChangeHasTrustEdges",
"description": "multi block changes has trust edges field",
"versions": ["1.16", "latest"]
},
{
"name": "dimensionIsAnInt",
"description": "dimension is an int (the index of an enum)",
Expand Down Expand Up @@ -484,57 +489,57 @@
{
"name": "unloadChunkByEmptyChunk",
"description": "Chunk unloading is done by sending an empty chunk",
"versions": ["1.8", "1.8"]
"versions": ["1.8", "1.8.9"]
},
{
"name": "unloadChunkDirect",
"description": "Chunk unloading is done by sending directly an unload chunk packet",
"versions": ["1.9", "1.16"]
"versions": ["1.9", "latest"]
},
{
"name": "entityCamelCase",
"description": "entity names are in camel case",
"versions": ["1.8", "1.10"]
"versions": ["1.8", "1.10.2"]
},
{
"name": "entitySnakeCase",
"description": "entity name are in snake case",
"versions": ["1.11", "1.16"]
"versions": ["1.11", "latest"]
},
{
"name": "respawnIsPayload",
"description": "respawn field is payload",
"versions": ["1.8", "1.8"]
"versions": ["1.8", "1.8.9"]
},
{
"name": "respawnIsActionId",
"description": "respawn field is action id",
"versions": ["1.9", "1.16"]
"versions": ["1.9", "latest"]
},
{
"name": "attachStackEntity",
"description": "attach is used to stack entities",
"versions": ["1.8", "1.8"]
"versions": ["1.8", "1.8.9"]
},
{
"name": "setPassengerStackEntity",
"description": "set passengers is used to stack entities",
"versions": ["1.9", "1.16"]
"versions": ["1.9", "latest"]
},
{
"name": "theFlattening",
"description": "many items got merged, separated or renamed",
"versions": ["1.13", "1.16"]
"versions": ["1.13", "latest"]
},
{
"name": "blockPlaceHasIntCursor",
"description": "block_place packet has int cursor",
"versions": ["1.8", "1.10"]
"versions": ["1.8", "1.10.2"]
},
{
"name": "updateViewPosition",
"description": "the client's chunk position must be updated to render chunks correctly",
"versions": ["1.14", "1.16"]
"versions": ["1.14", "latest"]
},
{
"name": "lightSentSeparately",
Expand All @@ -544,7 +549,7 @@
{
"name": "difficultySentSeparately",
"description": "game difficulty is sent separately from the login packet",
"versions": ["1.14", "1.16"]
"versions": ["1.14", "latest"]
},
{
"name": "biomesSentSeparately",
Expand All @@ -554,42 +559,42 @@
{
"name": "acknowledgePlayerDigging",
"description": "player digging packets should be responded to",
"versions": ["1.14", "1.16"]
"versions": ["1.14", "latest"]
},
{
"name": "multiTypeSigns",
"description": "there are 6 types of signs based on the different trees",
"versions": ["1.14", "1.16"]
"versions": ["1.14", "latest"]
},
{
"name": "entityMetadataSentSeparately",
"description": "entity metadata is sent separately from the spawn packets",
"versions": ["1.15", "1.16"]
"versions": ["1.15", "latest"]
},
{
"name": "attributeSnakeCase",
"description": "entity attributes are in snake case",
"versions": ["1.16", "1.16"]
"versions": ["1.16", "latest"]
},
{
"name": "allEntityEquipmentInOne",
"description": "entity equipment packet contains all equipment slots instead of just one",
"versions": ["1.16", "1.16"]
"versions": ["1.16", "latest"]
},
{
"name": "entityMCPrefixed",
"description": "entity prefixed with minecraft: on this versions",
"versions": ["1.12", "1.16"]
"versions": ["1.12", "latest"]
},
{
"name": "nbtOnMetadata",
"description": "in never versions its nbt but in 1.8 its on metadata",
"versions": ["1.8", "1.8"]
"versions": ["1.8", "1.8.9"]
},
{
"name": "theShulkerBoxes",
"description": "added shulker boxes to the game",
"versions": ["1.13", "1.16"]
"versions": ["1.13", "latest"]
},
{
"name": "metadataIxOfItem",
Expand Down
Loading