Download Fabric Core Mods — Minecraft Mods — MetaMods

Fabric Core Mods

Active

Downloads

0

Last update

5 years ago
Client
Libraries

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.

Project members
gudenau

gudenau

Created: 14 Jan 2020

ID: 37434