
Enchanting reavel
Create a Minecraft Java Edition mod that changes the Enchanting Table UI behavior. When a player enchants an item, only one enchantment is normally visible...
00—fabricClient1.21mod
Enchanting reavel
- Client-side Fabric mod for Minecraft 1.21.1 that makes the enchanting table show the exact enchantments each option will apply. Hovering any of the three choices now displays every enchantment and level that will be added.
- The tooltip is built by reproducing vanilla's enchantment generation using the table's seed, slot index, and the current item, so the list matches what the server will actually apply in both singleplayer and multiplayer. Book behavior (one enchant trimmed) is mirrored so results stay accurate.
- Costs and requirement lines from the original UI are preserved; only the hidden question marks are replaced with the full, readable enchantment list. No enchantment odds or mechanics are changed.
- Limitations: Only affects the enchanting table screen; other interfaces (anvil, loot tables, villagers) are unchanged. If another mod alters how enchantments are generated, the shown list may not match that modded behavior.
- Possible future tweaks: add a settings toggle for showing/hiding the details, or color-code enchantments based on rarity/treasure status for quicker scanning.