1. Upload your files
Add every addon or world you want WEI to learn about, then provide a vanilla copy of the WEI addon to customize.
2. Load order
Drag to reorder — this should match the order the packs are (or will be) applied in your world.
Behavior Packs
Reorder the addonsResource Packs
Reorder the addons3. Log
Detailed output from the scan and customization process.
4. Infos
This tool is not magic. It will pick up recipes, loot and trades in simpler cases — recipes made at vanilla crafting stations, standard loot spawned when a mob dies, trades using the vanilla trading mechanism (the same one used by villagers) — while more complex cases (like a recipe built for a 9x9 station, loot generated through multi-step/turn-based logic, or trades using a different mechanism) won't be picked up, requiring the addon's creator to add compatibility manually through the Registry API.
Technical info — how recipes, loot and trades are detected
The tool detects recipes, loot and trades in the following way:
| Type | How it's detected |
|---|---|
| Recipes | Registered inside the recipes/ folder, in a vanilla station/tag
or in a custom station built through a block's
minecraft:crafting_table component (also checked inside block
permutations). |
| Loots | Registered inside the loot_tables/ folder, detected on blocks and
entities that use the minecraft:loot component (inside
components, block permutations or entity component groups). The tool also
resolves nested loot tables — loot tables that reference other loot
tables. |
| Trades | Registered inside the trading/ folder, detected on entities that
use the minecraft:trade_table or
minecraft:economy_trade_table component (inside components or
entity component groups) — the same mechanism used by villagers. |