SpongePowered / VanillaGradle

A toolchain for Minecraft: Java Edition that builds a workspace to interact with the game using the official mappings provided to the public by Mojang Studios.
MIT License
89 stars 18 forks source link

Use the Bundler format version to produce more useful error messages #44

Open zml2008 opened 2 years ago

zml2008 commented 2 years ago

Mojang was kind enough to put a format version in the manifest of bundler jars.

We should include this format version in all our parsing error messages, and track the latest fully supported version. Maybe even fully warn when an unknown major version is encountered?