Allows for the classic Forge core mods to be used with Fabric.
All this does is add a couple API classes.
IClassTransformer: The thing to implement to transform a class
AsmTarget: An annotation to tell Idea something is used
In order to load the IClassTransformer you need to provide a custom field in the mod JSON something like
"custom": {<br /> "gud_fcm": [<br /> "net.gudenau.minecraft.fcme.Transformer"<br /> ]<br />}
No files available for download.