Overview
- This mod hides items and their tooltips until they are picked up by the player.
- An item that has not been discovered yet will have it's model blacked out, it's name replaced with ??? and most of it's tooltips removed.
- Discovered items are stored client side on a per world basis in the dei/ folder.

Configs
Forge Config
- The fabric versions require Forge Config Api Port
- Show Models - When enabled this will not replace the models of undiscovered items, but will still black out the texture and replace the tooltips.
- Show Items Outside of World - When enabled this will not hide the models and tooltips of items when not currently in a world, for example the superflat menu.
Json Configs
- These configs are not read by default and are not required to use the mod
- config/dei_pre_discovered.json - This specifies a list of items defined by registry id to be automatically discovered upon joining a new world. This is only read if existing discoveries for the world is empty.
- config/dei_tooltips.json - This specifies a map of item ids to a tooltip in the form of a text component. This tooltip is only applied on items that haven't been discovered yet.
Note: this mod is required on both server and client.

