CurseForge · Minecraft mod
PF-EMI
A fork of EMI for 1.21.11 using Java 21
Quick answer
Which PF-EMI release should I use?
PF-EMI-1.21.11.jar (v1.0) targets 1.21.11 with Fabric. The project page does not say whether this file belongs on the client, dedicated server, or both. All 1 required mods have matching files.
Where it goes
Is PF-EMI required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does PF-EMI-1.21.11.jar (v1.0) need?
PF-EMI-1.21.11.jar (v1.0). Change the file and its required mods may change too.
Install Fabric API first. We found matching files for this game-version and loader setup.
We only count dependency files that match this setup. A file for another loader does not fill the gap.
Before you install it
Add PF-EMI without breaking your instance.
Built for PF-EMI-1.21.11.jar (v1.0). Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use PF-EMI-1.21.11.jar (v1.0). It targets 1.21.11 with Fabric; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
Install Fabric API first. We found matching files for this game-version and loader setup.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside PF-EMI-1.21.11.jar (v1.0). It opens that exact file at the source.
About this project
What does PF-EMI add?
While developing my 1.21.11 mod, noticed EMI didn't have a 1.21.11 port forward, so I went ahead and did it myself. That's all.
I will fix any bugs if they're reported, but that's it. As long as it works for me, there won't be any feature updates.
AI usage: Used to help locate some dependencies, but most of the work was already done in the EMI GitHub repo anyway, so no code was generated with AI.
EMI
EMI is a featureful and accessible item and recipe viewer for Minecraft.


Developers
To add EMI to your project as a dependency you need to add the following to your build.gradle:
repositories {
maven {
name = "TerraformersMC"
url = "" rel="noopener nofollow" target="_blank">https://maven.terraformersmc.com/"
}
}
How EMI gets added to your dependencies varies based on modloader and setup. The Gradle property emi_version should be something like 1.0.0+1.19.4 with EMI's version and Minecraft's version. Here are common dependency setups for different loaders and build systems.
dependencies {
// Fabric
modCompileOnly "dev.emi:emi-fabric:${emi_version}:api"
modLocalRuntime "dev.emi:emi-fabric:${emi_version}"
// Forge (see below block as well if you use Forge Gradle)
compileOnly fg.deobf("dev.emi:emi-forge:${emi_version}:api")
runtimeOnly fg.deobf("dev.emi:emi-forge:${emi_version}")
// NeoForge
compileOnly "dev.emi:emi-neoforge:${emi_version}:api"
runtimeOnly "dev.emi:emi-neoforge:${emi_version}"
// Architectury
modCompileOnly "dev.emi:emi-xplat-intermediary:${emi_version}:api"
// MultiLoader Template/VanillaGradle
compileOnly "dev.emi:emi-xplat-mojmap:${emi_version}:api"
}
For Forge Gradle users, you will need to enable Mixin refmaps in your client sourceset. This can be done by adding 2 lines inside of your client runs, to look like below.
runs {
client {
// Add these two lines
property 'mixin.env.remapRefMap', 'true'
property 'mixin.env.refMapRemappingFile', "${projectDir}/build/createSrgToMcp/output.srg"
// The rest of the code that was already here
// ...
}
}
Project description from CurseForge.
Pick your setup
PF-EMI by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
1.21.11
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
PF-EMI versions and loaders
PF-EMI-1.21.11.jar (v1.0)
PF-EMI-1.21.11.jar
16 Aug 2026
Looking for an older file? The official CurseForge project page is in Resources.