Back to mods
JEMI project artwork

CurseForge · Minecraft mod

JEMI

An EMI addon that adds some features from jei that are missing

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

Quick answer

Which JEMI release should I use?

Updated 4 months ago
Latest stable file emijeicompat-1.0.4.jar
Game version 1.21.1
Loader NeoForge

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.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release NeoForge
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 JEMI emijeicompat-1.0.4.jar need?

emijeicompat-1.0.4.jar. Change the file and its required mods may change too.

All 1 required mods have matching files

Install EMI first. We found matching files for this game-version and loader setup. 4 come through another mod in the chain.

3 listed on this file 4 pulled in by those mods
ExcitingEnchants Optional for JEMI emijeicompat-1.0.4.jar
optional
Matching file found Matched file: excitingenchants-1.1.6.jar
EMI Needed by JEMI emijeicompat-1.0.4.jar
required
Matching file found Matched file: emi-1.1.24+1.21.1+neoforge
Just Enough Items (JEI) Needed by ExcitingEnchants
pulled in
Matching file found Matched file: 19.56.0.438 for NeoForge 1.21.1
BluBasics Needed by ExcitingEnchants
pulled in
Matching file found Matched file: blubasics-1.0.4.jar
MezzConfig Needed by Just Enough Items (JEI)
pulled in
Matching file found Matched file: MezzConfig 0.5.7 for NeoForge 1.21.1
Curios API Needed by BluBasics
pulled in
Matching file found Matched file: curios-neoforge-9.5.1+1.21.1.jar

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.

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

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

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

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

Recent files

JEMI versions and loaders

3 of 3 releases match

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