User Tools

Site Tools


documentation:build_pipelines

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
build_pipelines [2019/02/05 05:39] – [Fabric build pipelines] irtimaleddocumentation:build_pipelines [2019/05/21 16:59] – ↷ Page moved from build_pipelines to documentation:build_pipelines falseresync
Line 10: Line 10:
 ===== Tools ===== ===== Tools =====
  
-  * Loom +==== Loom ==== 
-  Yarn [[https://github.com/FabricMC/yarn|Source]] + 
-  Enigma +==== Yarn ==== 
-  Stitch +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. 
-  Matcher + 
-  Tiny-Remapper+For more information on how to contribute mappings take a look here: [[https://github.com/FabricMC/yarn|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 [[https://github.com/FabricMC/Enigma|Source]] 
 +==== Stitch ==== 
 + 
 +Stitch generates and manages intermediary mappings of APIs across MineCraft versions. Each intermediary mapping is uploaded to [[https://github.com/FabricMC/intermediary/tree/master/mappings|FabricMC/intermediary]] and is used used as part of Yarn's build process. 
 + 
 +==== Matcher ==== 
 +==== Tiny-Remapper ==== 
documentation/build_pipelines.txt · Last modified: 2022/11/30 03:03 by netuserget