
EMIDiscovery
Prevents EMI from giving away all the secrets in your modpack by hiding items until the player has held one in their inventory.
- Загрузки
- 1K
- Подписчики
- 11
- Обновлён
- 15 июля 2026 г.
- Лицензия
- MIT
Опубликован 22 февраля 2026 г.
Prevents EMI from giving away all the secrets in your modpack by hiding items until the player has held one in their inventory.
How it works
- Only items that the player has held appear in the index.
- The craftable/recipe view only shows recipes that can be made entirely from known items.
- Craftable recipes show their output item, but you can't do use or recipe lookups on them until they've been crafted.
- Tag and list ingredients are filtered to hide unknown items in the set.
- Known items can be prepopulated from a JSON file.
- Known items are stored client side, separately for each player and world.
- Works with EMI++ Backport item groups.
Configuration
Currently the only configuration is the prepopulated items file, config/emi_discovery_pre_discovered.json. The
format is a JSON array of strings specifying items by registry ID. Example:
[
"minecraft:stone",
"minecraft:iron_ingot"
]
The contents are copied to the the known items list of any player who doesn't already have one at login.
Acknowledgements
- Inspired by, based on, and reuses code from Discovered Enough Items
- Icon uses Archaeologist by Jevgenijs Kudinovs from The Noun Project
Ченджлог
1.1.9Релиз1.20.1 · 15 июля 2026 г.
Added
- Added config to disable EMI filtering in Creative mode (enabled by default)
1.1.9Релиз1.20.1 · 15 июля 2026 г.
Added
- Added config to disable EMI filtering in Creative mode (enabled by default)
1.1.8Релиз1.20.1 · 12 июля 2026 г.
- InventoryChanged mixin now properly loaded on both sides on Forge
- Declared dependency on Cloth Config
1.1.8Релиз1.20.1 · 12 июля 2026 г.
- InventoryChanged mixin now properly loaded on both sides on Forge
- Declared dependency on Cloth Config
1.1.7Релиз1.20.1 · 12 июля 2026 г.
Fixed
- Cache displayed stacks intelligently to reduce CPU overhead in GUIs
- Properly declare dependencies
1.1.7Релиз1.20.1 · 12 июля 2026 г.
Fixed
- Cache displayed stacks intelligently to reduce CPU overhead in GUIs
- Properly declare dependencies
1.1.6-1Релиз1.20.1 · 15 апреля 2026 г.
Fixed build issue causing mixin remapping issues on Forge.
1.1.6Релиз1.20.1 · 17 марта 2026 г.
Changed
- Catch and log NPE in isCraftable as a workaround while continuing to investigate.
Комментарии
Загружаем…