User Tools

Site Tools


documentation:build_pipelines

This is an old revision of the document!


Fabric build pipelines

Gradle was chosen to build Fabric mods. This document will dive into the details of the pipeline steps, and the tools used.

gradle build

Tools

Loom

Yarn

Yarn is an open-source repository that contains all the mappings used to turn Minecraft obfuscated names into the useful names Fabric mod developers use.

For more information on how to contribute mappings take a look here: Source

Enigma

Enigma is a tool to deobfuscate Java applications, like Minecraft. Fabric uses a fork of Enigma that has been heavily modified to fix lots of bug and work more effectively with Yarn files.

The code is not for the faint of heart but can be seen here Source

Stitch

Stitch generates and manages intermediary mappings of APIs across MineCraft versions. Each intermediary mapping is uploaded to FabricMC/intermediary and is used used as part of Yarn's build process.

Matcher

Tiny-Remapper

documentation/build_pipelines.1552778804.txt.gz · Last modified: 2019/03/16 23:26 by nzsmartie