This project is to remap CreateFabric source code to Yarn mappings. The main branch is where the instructions for this repository and how to use it are stored.
<version>/upstream
: Used to synchronize upstream repository.<version>/temp
: Used to temporarily store the source code for remapping to yarn.<version>/yarn
: CreateFabric source code after remapping.
Pull the source code from <version>/upstream
, then use loom's migratemappings
to convert the source code to yarn (after conversion, please manually fix the mixin),
after the conversion is complete, create a new <version>/temp
branch for sending PRs to the <version>/yarn
branch. Delete <version>/temp
branch after PR merge.
Note: Don't push any change in <version>/upstream
.