Automatically updated protocol version <-> Minecraft version mapping.
Source: http://wiki.vg/index.php?title=Protocol_version_numbers (Section “Versions after the Netty rewrite”)
Schema:
versionName
(xml) or version_name
(json): The name of the release (lowercase)versionType
(xml) or version_type
(json): The type of the release (possible values: SNAPSHOT
, PRE_RELEASE
,RELEASE
and JOKE
)protocolVersion
(xml) or protocol_version
(json): The protocol version used by the releaseTo update the repository just run npm run start
This repository should be updated automatically by a TravisCI Cron Job.