JEI -Just Enough Comprehension (JEC)

Quick rating

JEI -Just Enough Comprehension (JEC)

No reviews yet

JEI addon that adds a mechanic to comprehend blocks and items as you discover them in the world. Discovering them as you play.

Mod Loaders
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Unsupported

About

Project Details

Type
Mod
License
MIT License
Latest Version
gatedjei1.0.0.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

JEC is an addon to JEI making the items appear dynamically when you discover and interact with them in the world.

You spawn in knowing no items

You spawn into the world not knowing of any items, as you interact with items or fluids they gradually fill out your JEI catalogue.

The mod is client only and is not required on the server.

FAQ

I've comprehended an oak log, why can't I see what it crafts?

But have you comprehended crafting?

Can I include JEC in my mod pack?

Of course!

Is JEC client-only?

Yes, in 1.21.1 recipes are stored client side, so all discoveries and logic are client side.

I have an issue / bug / crash / report / request, where can I send it?

JEC Github Issues page

Configs:

All of the discovery logic is configurable.

 Config options 

Hide Undiscovered Items\ Toggles whether undiscovered items are pulled out of JEI entirely, or only their recipes are locked.\ On, JEI starts empty and fills in as you find things; off, every item stays listed and just the recipes are hidden.

Require Outputs Discovered\ Toggles whether you also need to have held a recipe's result before the recipe shows up.\ Knowing every ingredient for a cake isn't enough — you'd need to have picked up a cake at least once too.

Granular Subtype Discovery\ Toggles whether enchanted books and potions unlock one variant at a time instead of all at once.\ Finding a Sharpness book reveals only that book, not every enchant in the game; a Night Vision potion reveals only Night Vision.

Hide Undiscovered Fluids\ Toggles whether fluids stay out of JEI's fluid list until you've met them.\ Water and lava don't show up until you've waded through them or grabbed a bucket of them.

Discover Base Container\ Toggles whether grabbing a "filled" item also teaches the empty thing it's made from.\ A water bucket also unlocks the empty bucket, a potion unlocks the glass bottle, and a bowl of soup unlocks the bowl.

Discover Fluids By Wading\ Toggles whether standing in a fluid counts as discovering it.\ Step into a lake and water unlocks; take a dip in lava and lava unlocks (good luck).

Discover Fluids By Bucket\ Toggles whether holding a bucket of a fluid counts as discovering it.\ A lava bucket sitting in your inventory unlocks lava without you ever touching the real stuff.

Unresolved Recipe Policy\ Decides what happens to modded recipes whose ingredients the mod can't read — keep them showing, or keep them hidden.\ A strange modded machine recipe either always stays visible (REVEAL) or stays locked like everything else (HIDE).

Discovery Scope\ Chooses whether your discoveries are tracked per world or shared across all of them.\ PER_SAVE starts every new world from scratch; GLOBAL carries everything you've found between worlds.

Scan Interval Ticks\ Sets how often the mod checks your inventory for newly held items.\ At the default 10 (half a second) things unlock almost instantly; turn it up to scan less often on massive packs.

Reveal All\ Debug switch that unhides everything at once.\ Flip it on to check JEI is working, or to switch the whole mod off without uninstalling it.

Log Stats\ Toggles whether the mod writes indexing and gating numbers to your log.\ Off by default so it doesn't clutter your latest.log; handy if something's misbehaving.  

JEC is an addon to JEI making the items appear dynamically when you discover and interact with them in the world.

You spawn in knowing no items

You spawn into the world not knowing of any items, as you interact with items or fluids they gradually fill out your JEI catalogue.

The mod is client only and is not required on the server.

Configs:

All of the discovery logic is configurable.

Config options

Hide Undiscovered Items
Toggles whether undiscovered items are pulled out of JEI entirely, or only their recipes are locked.
On, JEI starts empty and fills in as you find things; off, every item stays listed and just the recipes are hidden.

Require Outputs Discovered
Toggles whether you also need to have held a recipe's result before the recipe shows up.
Knowing every ingredient for a cake isn't enough — you'd need to have picked up a cake at least once too.

Granular Subtype Discovery
Toggles whether enchanted books and potions unlock one variant at a time instead of all at once.
Finding a Sharpness book reveals only that book, not every enchant in the game; a Night Vision potion reveals only Night Vision.

Hide Undiscovered Fluids
Toggles whether fluids stay out of JEI's fluid list until you've met them.
Water and lava don't show up until you've waded through them or grabbed a bucket of them.

Discover Base Container
Toggles whether grabbing a "filled" item also teaches the empty thing it's made from.
A water bucket also unlocks the empty bucket, a potion unlocks the glass bottle, and a bowl of soup unlocks the bowl.

Discover Fluids By Wading
Toggles whether standing in a fluid counts as discovering it.
Step into a lake and water unlocks; take a dip in lava and lava unlocks (good luck).

Discover Fluids By Bucket
Toggles whether holding a bucket of a fluid counts as discovering it.
A lava bucket sitting in your inventory unlocks lava without you ever touching the real stuff.

Unresolved Recipe Policy
Decides what happens to modded recipes whose ingredients the mod can't read — keep them showing, or keep them hidden.
A strange modded machine recipe either always stays visible (REVEAL) or stays locked like everything else (HIDE).

Discovery Scope
Chooses whether your discoveries are tracked per world or shared across all of them.
PER_SAVE starts every new world from scratch; GLOBAL carries everything you've found between worlds.

Scan Interval Ticks
Sets how often the mod checks your inventory for newly held items.
At the default 10 (half a second) things unlock almost instantly; turn it up to scan less often on massive packs.

Reveal All
Debug switch that unhides everything at once.
Flip it on to check JEI is working, or to switch the whole mod off without uninstalling it.

Log Stats
Toggles whether the mod writes indexing and gating numbers to your log.
Off by default so it doesn't clutter your latest.log; handy if something's misbehaving.

FAQ

I've comprehended an oak log, why can't I see what it crafts?

But have you comprehended crafting?

Can I include JEC in my mod pack?

Of course!

Is JEC client-only?

Yes, in 1.21.1 recipes are stored client side, so all discoveries and logic are client side.

I have an issue / bug / crash / report / request, where can I send it?

JEC Github Issues page

Screenshots

Gallery

  • f433e1c5163d112f2173e8c5eda2e84b9b7bbe5e_350.png
    f433e1c5163d112f2173e8c5eda2e84b9b7bbe5e_350.png f433e1c5163d112f2173e8c5eda2e84b9b7bbe5e_350.png
  • d2daeae80697bcdf8ef7352780749b086d32eeda_350.png
    d2daeae80697bcdf8ef7352780749b086d32eeda_350.png d2daeae80697bcdf8ef7352780749b086d32eeda_350.png
  • 3192896b838aa54a3dea7795415f7535ab93568f_350.png
    3192896b838aa54a3dea7795415f7535ab93568f_350.png 3192896b838aa54a3dea7795415f7535ab93568f_350.png
  • 22e4b3fab8c4daf6a1eca203f80580f17b272114_350.png
    22e4b3fab8c4daf6a1eca203f80580f17b272114_350.png 22e4b3fab8c4daf6a1eca203f80580f17b272114_350.png
  • You know nothing at the start
    You know nothing at the start You spawn in knowing nothing about anything.
  • Only recipes that are possible with what you know
    Only recipes that are possible with what you know 3192896b838aa54a3dea7795415f7535ab93568f_350.png
  • Only discovered crafting recipes
    Only discovered crafting recipes 4782d2eb6a2d3dfaa9e2e009efbe184ac7e3e352_350.png
  • Discover vessels holding fluids
    Discover vessels holding fluids Discover vessels holding fluids
  • Only discovered permutations
    Only discovered permutations 22e4b3fab8c4daf6a1eca203f80580f17b272114_350.png
  • Item Frame discovery
    Item Frame discovery You can comprehend items from item frames
  • Multiple items discovered
    Multiple items discovered d2daeae80697bcdf8ef7352780749b086d32eeda_350.png
  • The vessel, the fluid and the filled vessel
    The vessel, the fluid and the filled vessel Default logic when discovering a filled container
  • Only recipes that are possible with what you know
    Only recipes that are possible with what you know
  • Only discovered crafting recipes
    Only discovered crafting recipes
  • Item Frame discovery
    Item Frame discovery You can comprehend items from item frames
  • Multiple items discovered
    Multiple items discovered
  • The vessel, the fluid and the filled vessel
    The vessel, the fluid and the filled vessel Default logic when discovering a filled container
  • Discover vessels holding fluids
    Discover vessels holding fluids Toggleable feature to discover buckets and the fluids within them
  • Only discovered permutations
    Only discovered permutations
  • You know nothing at the start
    You know nothing at the start You spawn in knowing nothing about anything.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works