You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CauldronRecipe has been converted from a class to an interface. This is a breaking change. Plugins are expected to use CauldronRecipe.builder() to create recipes
Depreacted CauldronRecipe.Builder#setComment() and setExperience(). Replaced with comment() and experience()