Skip to content

What is Matching?

Zero_DSRS_VX edited this page Jun 2, 2023 · 4 revisions

Matching allows modders like us, with already very little time to spare, to automatically port mappings between similar versions. In the words of FabricMC, Matcher is a "Tool for tracking elements in obfuscated Java archives across releases". In the context of matching, there are certain terms which must be understood, A and B. A is the version which has mappings, while B is the version to receive mappings. A and B must be similar to be able to be matched effectively (Similar release date or codebase). After one matches a version, it is possible to auto map upwards of 85% or greater. Matcher can even match parameters, Javadocs, and other information.

So where do I get Matcher?

The ideal places to get Matcher are from sfPlayer1's Github, and FabricMC's github.

What next?

Reading the next tutorial, of course!

Clone this wiki locally