
THIS MOD REQUIRES HAD ENOUGH ITEMS OR JUST ENOUGH ITEMS!
=========================================================================
Overview:
This mod allows items to be blacklisted from JEI, hiding it along with its crafting recipe until they are picked up or crafted.
Revealing said items will play a user-defined sound, and sends a message to the player as well.
Almost every feature can be tweaked or toggled in the configuration file.
Video Showcase:
https://i.imgur.com/9ReyrSz.mp4
Known Issues (PRs welcome!):
- Entries cannot be differentiated by their metadata.
- Certain recipes do not get hidden, recipes that get changed around by other mods tend to have this issue.
Future Plans:
- The ability to define hidden items and recipes more granularly, and select which recipe categories to hide
- Dynamic rendering for hidden items
- CraftTweaker support?
=========================================================================
Why was this mod made?
In 1.12.2, there is no good way of hiding individual items from the player. Game Stages + Item Stages + Recipe Stages can technically do this, but the performance overhead and strain on modpack developers can become enormously high as many stages are created for the player. This mod seeks to consolidate these mods' functions into a more user- and performance-friendly mod.
Why should I use this mod?
- Hide special items from the player until they are obtained, adding to their mystique
- Make your player discover crafting recipes rather than search them up
- Encourage your player to search for other sources of an item before they attempt to craft it
Does this mod work with X other mod? / What should I do if I run into an issue?
Item Stages: This mod's name and tooltip override is seen first.
Other than that, I've tested this mod in a pack of ~300 mods and haven't had any crashes.
If you encounter unexpected behaviors or incompatibilities, please read the Known Issues section, and then report it to the Github Issues page.
Will you update or backport this mod to my favorite version?
No, but if you would like, you can do it yourself.
Where can I ask for a feature or suggest something?
Please read the Future Plans section, and The Curseforge comment section would be preferred.
Can I include this in my modpack?
Yes! Curseforge mods in a Curseforge pack are always allowed. You can add this to your non-Curseforge modpack, too.
=========================================================================
Special Thanks:
-foreck for the original idea
-DarkHax and Jaredlll08 for the Item Stages and Recipe Stages source codes, respectively
-EliteMeats for some feature suggestions