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

add features for prismarine chunk #763

Merged
merged 3 commits into from
Sep 4, 2023
Merged
Show file tree
Hide file tree
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
10 changes: 10 additions & 0 deletions data/bedrock/common/features.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
[
{
"name": "smallWorld",
"description": "world height is 128 blocks",
"version": "0.14.3"
},
{
"name": "usesPalettedChunks",
"description": "the chunk format uses local palettes",
"versions": ["1.16_major", "latest"]
},
{
"name": "newRecipeSchema",
"description": "New recipe schema",
Expand Down
17 changes: 16 additions & 1 deletion data/pc/common/features.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[
{
"name": "usesPalettedChunks",
"description": "the chunk format uses local palettes",
"versions": ["1.9", "latest"]
},
{
"name": "mobSpawner",
"description": "spawner is called mob_spawner",
Expand Down Expand Up @@ -504,13 +509,18 @@
{
"name": "lightSentSeparately",
"description": "chunk light data is sent in a separate packet",
"versions": ["1.14", "1.16"]
"versions": ["1.14", "latest"]
},
{
"name": "difficultySentSeparately",
"description": "game difficulty is sent separately from the login packet",
"versions": ["1.14", "1.16"]
},
{
"name": "biomesSentSeparately",
"description": "biomes sent in own packet",
"versions": ["1.15", "1.17_major"]
},
{
"name": "acknowledgePlayerDigging",
"description": "player digging packets should be responded to",
Expand Down Expand Up @@ -736,5 +746,10 @@
"name": "explicitMaxDurability",
"description": "Items with maximum durability have explicit NBT data Damage:0",
"versions": ["1.15_major", "latest"]
},
{
"name": "newLightingDataFormat",
"description": "in 1.17, light encoding changed to handle new world height",
"versions": ["1.17", "latest"]
}
]
Loading