Back to mods
PF-EMI project artwork

CurseForge · Minecraft mod

PF-EMI

A fork of EMI for 1.21.11 using Java 21

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which PF-EMI release should I use?

Updated 3 days ago
Latest stable file PF-EMI-1.21.11.jar (v1.0)
Game version 1.21.11
Loader Fabric

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.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Fabric
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

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.

All 1 required mods have matching files

Install Fabric API first. We found matching files for this game-version and loader setup.

Fabric API Needed by PF-EMI-1.21.11.jar (v1.0)
required
Matching file found Matched file: [1.21.11] Fabric API 0.141.6+1.21.11

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.

  1. 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.

  2. 02

    Bring the mods it needs

    Install Fabric API first. We found matching files for this game-version and loader setup.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 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.

EMI Interface

Recipe Tree

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 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

PF-EMI versions and loaders

1 of 1 releases match

Looking for an older file? The official CurseForge project page is in Resources.