Skip to content

Commit

Permalink
Add hasConfigurationState to features.json (#790)
Browse files Browse the repository at this point in the history
This will make adding support for the configuration state in node-minecraft-protocol easier / possible.
  • Loading branch information
wgaylord committed Nov 17, 2023
1 parent 5a4d0a0 commit 4d19095
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/pc/common/features.json
Original file line number Diff line number Diff line change
Expand Up @@ -781,5 +781,10 @@
"name": "newLightingDataFormat",
"description": "in 1.17, light encoding changed to handle new world height",
"versions": ["1.17", "latest"]
},
{
"name": "hasConfigurationState",
"description": "in 1.20.2, a new configuration state was added to allow configuration after login",
"versions": ["1.20.2", "latest"]
}
]

0 comments on commit 4d19095

Please sign in to comment.