CurseForge · Minecraft mod
Moderately Enough Effect Descriptions (MEED)
JEED/Emiffect addon with support for over 100 mods and 600 status effects!
Quick answer
Which Moderately Enough Effect Descriptions (MEED) release matches 1.21.11 NeoForge?
Moderately Enough Effect Descriptions (MEED) MEED-1.21.1-8.0.6 (Legendary Monsters Reupdate) targets 1.21.1, 1.21, 1.21.2 with NeoForge. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.
Where it goes
Is Moderately Enough Effect Descriptions (MEED) 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 Moderately Enough Effect Descriptions (MEED) MEED-1.21.1-8.0.6 (Legendary Monsters Reupdate) need?
MEED-1.21.1-8.0.6 (Legendary Monsters Reupdate) on 1.21.11 NeoForge. Every mod below is checked against that same setup.
This file does not list any required mods. Do not add a library just because a different file uses it.
2 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 Moderately Enough Effect Descriptions (MEED) without breaking your instance.
Built for Moderately Enough Effect Descriptions (MEED) MEED-1.21.1-8.0.6 (Legendary Monsters Reupdate) on 1.21.11 NeoForge. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use MEED-1.21.1-8.0.6 (Legendary Monsters Reupdate). It targets 1.21.1, 1.21, 1.21.2 with NeoForge; another release may have different loader, side or dependency requirements.
- 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.
- 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 MEED-1.21.1-8.0.6 (Legendary Monsters Reupdate). It opens that exact file at the source.
About this project
What does Moderately Enough Effect Descriptions (MEED) add?
📖 About 📖
INSPIRED BY JUST ENOUGH EFFECT DESCRIPTIONS (JEED)
Moderately Enough Effect Descriptions (MEED) is a JEED/EMIffect addon that provides support for many different mods! You'll be able to discover and learn about 600+ status effects for 100+ mods and counting!
Just like JEED, you'll be able to view information about status effects, including their descriptions, which mod they're from, their effect color, and which items apply/cause the effect, in either JEI, REI, or EMI! While the mod is only needed on the client, I really recommend having it on the server because it will allow the effect-providing items, blocks, mobs, other effects, and fluids to show up under the description!
This mod is constantly adding support for new mods and will try and update to the most popular Minecraft versions as soon as possible!
Currently Supported Mods:
Required:
Choose one:
Choose one:
For Fabric mods:
Optional Supported Mods:
A-C
D-L
Divine Weaponry - Better Combat
Illage and Spillage: Respillaged
M-S
T-Z
Trials Chambers [1.20.1 Backport]
- (Werewolves - Become a Beast!)
![]()
🧪 Customization🧪
This mod obviously does not have support for all mods! If you'd like, you can easily change or add effect descriptions by adding/changing the string "effect.[mod_id].[effect_name].description" in the lang file. I'd really appreciate it if you commented descriptions you add so that I could add them to the mod! For a more in-depth tutorial on basic customization, see the JEED CurseForge page.
MEED adds a command to quickly check for all effects missing descriptions. Running /meed missingdescriptions lists every mod (and the specific effect IDs) missing a description. This is useful for quickly bugtesting descriptions you make, and for seeing what effects need descriptions when creating modpacks!
MEED also adds a custom recipe condition, mod_version_range, that lets a recipe only load when a mod falls within the given version range. This is necessary and useful for handling breaking changes between mod versions. For example, when a mod's structure and/or content changes enough that an old compatibility recipe would throw a parsing error on the new version, but you still need that recipe to work for players on older versions (In MEED's case, the mod Relics is an example).
Using mod_version_range
Add it to any recipe's conditions like so:
{
"neoforge:conditions": [
{
"type": "meed:mod_version_range",
"modid": "somemod",
"versionRange": "[1.2.0,1.5.0]"
}
],
"type": "your:recipe_type",
...
}
(On the 1.20.1/Forge version of MEED, use the top-level "conditions" key instead of "neoforge:conditions".)
Since a version range check also fails if the mod isn't loaded at all, mod_version_range, for simplicity, should be used on its own in place of a separate mod_loaded condition when you also need to gate by version.
Version Range Syntax Examples:
| Range | Result |
|---|---|
[1.0.0,2.0.0] |
1.0.0 to 2.0.0, inclusive on both ends |
[1.0.0,2.0.0) |
1.0.0 to 2.0.0, excluding 2.0.0 |
(1.0.0,2.0.0) |
Strictly between 1.0.0 and 2.0.0 |
[1.0.0,) |
1.0.0 and anything newer, open-ended |
(,2.0.0) |
Anything older than 2.0.0 |
(You can swap out any parentheses for brackets, and vice versa)
If the target mod isn't installed at all, or its version falls outside the range, the recipe is skipped with no parsing errors or crashes. This is the same mechanism vanilla/Forge/NeoForge conditions use and can be used in place of them, just extended to check version ranges rather than only presence.
Feel free to use this in your modpack, and also feel free to leave any questions, comments, bugs/issues, and mod requests in the issues or comment section!
Join the Community!
Project description from CurseForge.
Pick your setup
Moderately Enough Effect Descriptions (MEED) by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
1.21.11
1 loader build1.21.10
1 loader build1.21.9
1 loader build1.21.8
1 loader build1.21.7
1 loader build1.21.6
1 loader build1.21.5
1 loader build1.21.4
1 loader build1.21.3
1 loader build1.21.2
1 loader build1.21.1
1 loader build1.21
1 loader buildShowing the newest 12 of 21 game versions. Older files are in the list below.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Moderately Enough Effect Descriptions (MEED) versions and loaders
MEED-1.21.1-8.0.6 (Legendary Monsters Reupdate)
meed-1.21.1-8.0.6.jar
12 Aug 2026
MEED-1.21.1-8.0.2 Hotfix
meed-1.21.1-8.0.2.jar
23 Jul 2026
MEED-1.21.1-8.0.1 (100+ Update) Hotfix
meed-1.21.1-8.0.1.jar
16 Jul 2026
Looking for an older file? The official CurseForge project page is in Resources.

