CurseForge · Minecraft mod
JEMI
An EMI addon that adds some features from jei that are missing
Quick answer
Which JEMI release should I use?
JEMI emijeicompat-1.0.4.jar targets 1.21.1 with NeoForge. 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 JEMI 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 JEMI emijeicompat-1.0.4.jar need?
emijeicompat-1.0.4.jar. Change the file and its required mods may change too.
Install EMI first. We found matching files for this game-version and loader setup. 4 come through another mod in the chain.
4 extra mods were pulled in by other dependencies. Indented rows show who needs each one. We only count dependency files that match this setup. A file for another loader does not fill the gap.
Before you install it
Add JEMI without breaking your instance.
Built for JEMI emijeicompat-1.0.4.jar. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use emijeicompat-1.0.4.jar. It targets 1.21.1 with NeoForge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
Install EMI first. We found matching files for this game-version and loader setup. 4 come through another mod in the chain.
- 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 emijeicompat-1.0.4.jar. It opens that exact file at the source.
About this project
What does JEMI add?
This mod adds these features to EMI:
Block & Entity Tags
The Ability to add custom Brewing & Anvil Recipes for Modpack Makers/Modders
(Already includes support for Additional Additions die brewing and Exciting Enchants Spear Smithing)
Configuration:
Tags:
You can add assets/<id>/block_item_mappings.json and assets/<id>/entity_item_mappings.json to any resource pack. These describe what item should be used to represent the block/entity.
Entity Example:
[{ "entity": "minecraft:leash_knot", "item": "minecraft:lead", "name": "Lead" },
{ "entity": "minecraft:tnt", "item": "minecraft:tnt" },
{ "entity": "minecraft:falling_block", "item": "minecraft:sand", "name": "Falling Block" }]
Block Example:
[{ "block": "minecraft:fire", "item": "minecraft:flint_and_steel", "name": "Fire" },
{ "block": "minecraft:soul_fire", "item": "minecraft:flint_and_steel", "name": "Soul Fire" }]
Recipes:
Recipes for Anvils and Brewing stands can be added in the normal recipe folder. CAUTION: these recipes do not add actual functionality. They are just used for displaying in EMI.
Anvil:
{
"type": "emijeicompat:anvil_display",
"conditions": [
{
"type": "neoforge:mod_loaded",
"modid": "excitingenchants"
}
],
"left": {
"item": "excitingenchants:melleable_swordspear"
},
"right": {
"id": "minecraft:iron_ingot",
"count": 3
},
"output": {
"id": "excitingenchants:repaired_swordspear",
"count": 1
}
}
Brewing:
{
"type": "emijeicompat:brewing_display",
"conditions": [
{
"type": "neoforge:mod_loaded",
"modid": "additionaladditions"
}
],
"input": {
"id": "minecraft:potion",
"components":
{
"minecraft:potion_contents": {
"potion": "minecraft:water"
}
}
},
"ingredient": {
"item": "additionaladditions:frostleaf"
},
"output": {
"id": "additionaladditions:blue_suspicious_dye",
"count": 1
}
}
Project description from CurseForge.
Pick your setup
JEMI by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
1.21.1
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
JEMI versions and loaders
emijeicompat-1.0.4.jar
7 May 2026
emijeicompat-1.0.3.jar
7 May 2026
emijeicompat-1.0.2.jar
6 May 2026
Looking for an older file? The official CurseForge project page is in Resources.