项目作者: LunaMC

项目描述 :
Automatically updated protocol version <-> Minecraft version mapping.
高级语言: JavaScript
项目地址: git://github.com/LunaMC/mc-meta.git
创建时间: 2017-02-22T23:34:01Z
项目社区:https://github.com/LunaMC/mc-meta

开源协议:

下载


mc-meta Build Status

versions.{xml,json}

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 release

Update

To update the repository just run npm run start

This repository should be updated automatically by a TravisCI Cron Job.