Skip to content

Commit

Permalink
add features for prismarine chunk (#763)
Browse files Browse the repository at this point in the history
* update bedrock features

* update pc features

* Update features.json
  • Loading branch information
extremeheat committed Sep 4, 2023
1 parent b130830 commit 1b9380e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
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 @@ -534,13 +539,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 @@ -766,5 +776,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"]
}
]

0 comments on commit 1b9380e

Please sign in to comment.