- Update to KubeJS 7.2
- Fix crash when filtering potions in a potion trade
- Rename methods in wanderer trading event to match villager trading event
- Added
MoreJS.postUpdateOffersevent which triggers after a Villager updates their offers
- Fix removing of potion brewing
- Fix enchantments not being applied to the item in the enchantment table
- Rename some functions in VillagerUtils to fit other functions.
- Fix trade cache does not get cleared after reload.
- Refactor potion brewing event to use a filter object for removing brewing recipes
- Update to 1.21
- Add
setRewardExpandisRewardingExpfor offers
- Add
.replaceItems(ingredient, item)when working with offers similar to.replaceEmeralds - Fix a bug that rare trades from wanderer are not detected on update events
- Add
event.clickedButton,event.costs,event.enchantments,event.enchantmentIdstoMoreJSEvents.enchantmentTableEnchantevent
- Add
removeContainerandaddContainerRecipeto potion event
