Posted July 8, 20214 yr I'm creating a Mod that contains a Lot of new Enchantments, some of which are treasure enchantments. And as everybody knows, Villagers also trade with treasure enchants and that is one of the fastest ways to get your hands on a mending book. Since enchantment generation in the Enchanting Table is automatically done by the game without having to create something like a "enchantment recipe", I started asking myself if my Enchantments are also automatically applied to dungeon loot, Villager Trades and Fishing outputs. That would save me a lot of work. Edited July 8, 20214 yr by FenrisFox86
July 8, 20214 yr 18 minutes ago, FenrisFox86 said: I started asking myself if my Enchantments are also automatically applied to dungeon loot, Villager Trades and Fishing outputs. That would save me a lot of work. villager can trade an enchantment, if the method Enchantment#isTradeable returns true a LootTable can contain the enchantment, if the method Enchantment#isDiscoverable returns true both methods return true by default Edited July 8, 20214 yr by Luis_ST
July 10, 20214 yr Author Ah thanks! That's even more useful simple customisation options than I expected.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.