
Fabric Core Mods
This mod enables the use of classic Forge core mods within the Fabric environment. It implements several essential API classes required for the operation of such mods.
Key Components:
- IClassTransformer: interface that must be implemented for class transformation
- AsmTarget: annotation that informs the development environment about element usage
Loading Configuration: To activate IClassTransformer, you need to add a special field to the mod's JSON file:
"custom": {
"gud_fcm": [
"net.gudenau.minecraft.fcme.Transformer"
]
}
This tool provides access to powerful class transformation capabilities previously available only in the Forge ecosystem.