fabric-api
, patched to run on Forge using Steelwool
mkdir gambeson
if it doesn't exist./gradlew updateSubmodules
./gradlew applyPatches
After modifying the commits in gambeson
, run ./gradlew makePatches
to regenerate the patches.
(TODO is this information correct?)
- Rebase onto a new parent commit in
gambeson
- Checkout the same parent commit in
fabric
- Commit the change to
fabric
(or staging it might be sufficient? unknown) - Run
./gradlew makePatches
; patches will be generated based on the new parent commit.