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

Elytra support #761

Merged
merged 2 commits into from
Aug 25, 2023
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
30 changes: 30 additions & 0 deletions data/pc/common/features.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,36 @@
"latest"
]
},
{
"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",
"description": "block metadata is encoded in a separate metadata",
Expand Down
Loading