Without Enough Items — Customizer

Without Enough Items Customizer

Customize the Without Enough Items addon to be compatible with other addons!

This tool runs entirely in your browser. Upload the addons or world you want WEI to learn about, plus a vanilla copy of the WEI addon itself, and it will inject every recipe, loot table, trade and station tag it finds directly into a ready-to-use build — nothing is sent to a server.

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.

.zip, .mcpack, .mcaddon, .mcworld — you can select multiple files
.zip, .mcpack, .mcaddon
Waiting for the addons

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 addons
Drag to reorder

Resource Packs

Reorder the addons
Drag to reorder

3. 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.