MinecraftForge / SrgUtils

A library for working with SRG, and other mapping variants.
GNU Lesser General Public License v2.1
12 stars 16 forks source link

Adding support for release candidates. #1

Closed marchermans closed 4 years ago

marchermans commented 4 years ago

This adds support for release candidates into the MinecraftVersion parser. Identifies versions that contain "-rc" as a release candidate.

Adds the rc number as a field to the MinecraftVersion that behaves identical to the PreRelease version number.

LexManos commented 4 years ago

Missing type...

marchermans commented 4 years ago

Where?