Back to mods
Just Enough Effect Descriptions (JEED) project artwork

CurseForge · Minecraft mod

Just Enough Effect Descriptions (JEED)

JEI/REI/EMI plugin that displays information on all potion and status effects

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

Quick answer

Which Just Enough Effect Descriptions (JEED) release should I use?

Updated 9 days ago
Latest stable file jeed-1.21.11-2.4.2-fabric
Game version 1.21.11
Loader Fabric

Just Enough Effect Descriptions (JEED) jeed-1.21.11-2.4.2-fabric targets 1.21.11 with Fabric. The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server. No extra mods listed for this file.

Where it goes

Is Just Enough Effect Descriptions (JEED) required on the client, server, or both?

The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server.

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 Just Enough Effect Descriptions (JEED) jeed-1.21.11-2.4.2-fabric need?

jeed-1.21.11-2.4.2-fabric. Change the file and its required mods may change too.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

5 listed on this file 12 pulled in by those mods
Just Enough Items (JEI) Optional for Just Enough Effect Descriptions (JEED) jeed-1.21.11-2.4.2-fabric
optional
Matching file found Matched file: 27.22.0.64 for Fabric 1.21.11
Stylish Effects Optional for Just Enough Effect Descriptions (JEED) jeed-1.21.11-2.4.2-fabric
optional
Matching file found Matched file: [FABRIC] [1.21.11] StylishEffects v21.11.3
Just Enough Items (JEI) Optional for Just Enough Effect Descriptions (JEED) jeed-1.21.11-2.4.2-fabric
optional
Matching file found Matched file: 27.22.0.64
Roughly Enough Items (REI) Optional for Just Enough Effect Descriptions (JEED) jeed-1.21.11-2.4.2-fabric
optional
Matching file found Matched file: 21.11.816+fabric
Fabric API Needed by Roughly Enough Items Fabric/Forge/NeoForge (REI)
pulled in
Matching file found Matched file: [1.21.11] Fabric API 0.141.6+1.21.11
Architectury API Needed by Roughly Enough Items Fabric/Forge/NeoForge (REI)
pulled in
Matching file found Matched file: [Fabric 1.21.11] v19.0.1
Forge Config API Port Needed by Stylish Effects
pulled in
Matching file found Matched file: [FABRIC] [1.21.11] ForgeConfigAPIPort v21.11.1
Puzzles Lib Needed by Stylish Effects
pulled in
Matching file found Matched file: [FABRIC] [1.21.11] PuzzlesLib v21.11.13
Mod Menu Needed by Forge Config API Port
pulled in
Matching file found Matched file: v17.0.0 for 1.21.11
Text Placeholder API Needed by Mod Menu
pulled in
Matching file found Matched file: placeholder-api-2.8.2+1.21.10.jar
Fabric API Needed by Stylish Effects
pulled in
Matching file found Matched file: 0.141.6+1.21.11
Cloth Config API Needed by Roughly Enough Items (REI)
pulled in
Matching file found Matched file: 21.11.153+fabric
Architectury API Needed by Roughly Enough Items (REI)
pulled in
Matching file found Matched file: 19.0.1+fabric
Mod Menu Needed by Forge Config API Port
pulled in
Matching file found Matched file: 17.0.0

12 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 Just Enough Effect Descriptions (JEED) without breaking your instance.

Built for Just Enough Effect Descriptions (JEED) jeed-1.21.11-2.4.2-fabric. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use jeed-1.21.11-2.4.2-fabric. It targets 1.21.11 with Fabric; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Put it on the correct side

    The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside jeed-1.21.11-2.4.2-fabric. It opens that exact file at the source.

About this project

What does Just Enough Effect Descriptions (JEED) add?

J u st E n ou gh Ef fe ct De scriptions

Supplementaries Discord Support me on Patreon Supplementaries Twitter Supplementaries Twitter

📖 About 📖

Just Enough Effect Descriptions (JEED) is a JEI/REI/EMI plugin that provides useful information regarding status effects.

The mod adds a new Effects recipe category accessed either by clicking any of the newly added status effect icons on the JEI item screen or by clicking an active effect from its box on the inventory screen.

Here you'll be able to view information regarding such status effect such as items that can provide it or its description as well as which mod it's from or its effect color.

🧪 Customization🧪

The mod automatically adds all registered status effect to its page, however modded effects won't had a description.

Anyone can easily add such descriptions to their effect by adding the string "effect.[mod_id].[effect_name].description" to their language file in their Resource Pack. Ideallu this should be done by modders themselves.

As a Modded you can also use the JeedAPI class to register screen extension for your screen or vanilla classes to tell Jeed where effects are rendered to make them clickable

Since the mod can only automatically detect food items as effect providing ones, mod developers can also easily add support to their custom effect or effect providing items by adding some recipes into their mod.

To do so one can simply use one of the two newly added recipes categoris:

  • "jeed:effect_provider", which allows one to specify an item that can provide an effect in the following format:
{  "type": "jeed:effect_provider",  "effect":  "minecraft:haste",  "providers": [    {      "item": "minecraft:beacon"    }  ]}

The Json can also contain the keys "fluid_providers" and "effect_providers", both of which can too hold a tag or list of fluids and effects respectively

  • "jeed:potion_provider", which allows one to specify an item that can contain any registered potion like tipped arrows for example:
{  "type": "jeed:potion_provider",  "providers": [    {      "item": "minecraft:splash_potion"    },    {      "item": "minecraft:tipped_arrow"    }  ]}

If you would like to help me provide build in description support for many modded effect be sure to contact me on my discord!

❤️Support Me❤️

Modding is taking a lot of my time, so if you like what I do, and you would like to support me, you can do so here. If you do, you'll receive a custom Globe and or Statue just for you! This also applies if you purchase a server from Akliz using "supplementaries" code.

Ko-Fi

Need a server? Check out Akliz, they have top brand servers just for modded minecraft.

They really have a cozy community with great support and the servers wonderfully
Use code "supplementaries" to get 20% off and also support me in the process!

🦉 Our Mods🦉

Haunted HarvestSnowy SpiritStorage LabelsGoatedMysyical Oak TreeCarpeted StairsMmmMmmMmmMmmMoyaiJeedBetter Lily PadsAdvancement FramesRandomium

Project description from CurseForge.

Pick your setup

Just Enough Effect Descriptions (JEED) by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

18 available setups

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

Recent files

Just Enough Effect Descriptions (JEED) versions and loaders

100 of 100 releases match

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