Just Enough Effect Descriptions (JEED): Your Modded Guide to Status Effects
If you have ever stared at a glowing icon in your inventory and wondered what a modded status effect actually does, you are not alone. In modded Minecraft, new mechanics, blocks, biomes, and potion-style buffs pile up fast, and the vanilla tooltip only tells you so much. Just Enough Effect Descriptions (JEED) is a small but mighty companion mod that plugs into popular recipe viewers so you can read clear, organized information about status effects without leaving your world.
What JEED Does in Your Mod Pack
JEED is a plugin-style add-on for JEI (Just Enough Items), REI (Roughly Enough Items), or EMI (Enough Items). It adds a dedicated Effects recipe category focused on status effects rather than crafting grids or furnace recipes. Think of it as a focused encyclopedia entry for every buff, debuff, and weird aura your mods register.
You can open that category in two intuitive ways:
- Click one of the new status effect icons that appear on the JEI item screen.
- Click an active effect inside the effect box on your inventory screen.
Once you are there, you can explore what each effect is, which items or sources might apply it, which mod added it, and useful details like effect color. For players juggling dozens of mechanics across servers or single-player worlds, that context saves a lot of trial and error.
Why Recipe Viewers and JEED Work So Well Together
Recipe viewers are already where players learn crafting patterns, smelting times, and mod-specific machines. JEED extends that same workflow to effects, so you are not bouncing between wikis, chat commands, or guesswork. Whether you are tweaking a kitchen-sink pack on the latest stable version or maintaining an older instance for a favorite server, keeping effect info inside the UI matches how most people already play.
Pack makers also benefit: when documentation is thin, JEED gives curious players a first line of defense before they ask in Discord. That keeps multiplayer lobbies calmer and helps newcomers learn updates at their own pace.
Customization, Language Files, and Mod Author Notes
JEED automatically lists every registered status effect, but modded effects may ship without a written description. Mod authors can fix that cleanly by adding a language string in the form effect.[mod_id].[effect_name].description inside a resource pack or their mod’s language files. Ideally, the original modders maintain those strings so descriptions stay accurate across game updates.
If you are developing a UI that renders effects in a non-standard place, the JeedAPI can register screen extensions. That tells JEED where effects are drawn so they stay clickable, which is especially helpful for custom menus, HUD tweaks, or specialized inventory screens.
Helping JEED Understand Custom Items and Fluids
Out of the box, JEED can automatically treat many food items as effect providers, but custom gear, gadgets, and fluids need explicit hints. Mod developers can declare those relationships with two JSON recipe categories:
jeed:effect_provider— ties a status effect to items (and optionally fluids or nested effects) that grant it. Example shape: an effect ID plus a list of provider entries for items like beacons, trinkets, or modded relics.jeed:potion_provider— marks containers that can hold any registered potion, such as splash bottles, lingering clouds, or tipped arrows, so players see the full potion ecosystem in one place.
Those recipe types keep documentation synchronized with actual game data, which is far more reliable than static web pages that drift after a balance patch.
Tips for Players and Server Admins
Before you load a fresh world, confirm your Minecraft version lines up with compatible builds of your recipe viewer and JEED. On multiplayer, verify that the server and every client share the same mod list; mismatched mechanics often show up first as mysterious effects with no explanation. If you curate a mod pack for friends, mention JEED in your welcome message so people know where to click when a new biome mob applies a strange shimmer.
When you are pulling together utilities for a smoother install flow, it helps to use tooling that keeps mods organized; for example, this mod can be easily installed via the foxygame.net launcher—a convenient, flexible, and modern Minecraft launcher where you can download mods right from the menu—so you spend less time hunting files and more time exploring.
Conclusion
Just Enough Effect Descriptions turns opaque status icons into readable, searchable knowledge by extending the recipe viewers players already rely on. It respects how modded Minecraft actually works: effects come from items, fluids, potions, and bespoke mechanics, and JEED maps those connections inside the game. Add it to your next pack or server profile if you want clearer onboarding, fewer confused pings in chat, and a smoother path through complex updates—without breaking immersion.