Fabric Mods with Forge
Using CreativeMode Fabric Mods with Forge Mods#
CreativeMode Java mods are standard Fabric mods. The official and simplest path is to use Fabric (ideally via the CreativeMode Launcher). If you want to mix CreativeMode mods with Forge mods, you can use the Connector mod for Forge compatibility.
Quick setup#
- Install Forge for Minecraft 1.21.5 or 1.20.1.
- Install the Connector mod.
- Add your CreativeMode
.jarmods to themodsfolder. - Add Fabric API (required).
- Launch and test. Remove mods one-by-one if you hit a conflict.
Notes#
- Forge compatibility is best-effort and not officially supported.
- Some mods will conflict if they touch the same systems.
See also: CreativeMode Launcher, Vanilla Launcher, Modrinth Launcher, CurseForge Launcher.