Skip to content

Commit

Permalink
Elytra support (#761)
Browse files Browse the repository at this point in the history
* Add elytra and firework related features

* VarInt8 never existed and 1.13 was singular
  • Loading branch information
lkwilson committed Aug 25, 2023
1 parent 7f144de commit 72a2677
Showing 1 changed file with 30 additions and 0 deletions.
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

0 comments on commit 72a2677

Please sign in to comment.