Posted April 28, 20205 yr I’m looking to make a simple mod to allow the combination of Mending and Infinity enchantments in 1.15.2. It looks like the simple solution is to patch net.minecraft.enchantment.InfinityEnchantment.canApplyTogether() to simply return super.canApplyTogether(). I want to avoid using a coremod if possible. What's the best way to accomplish this?
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.