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
Deprecated CauldronRecipe.Builder#setComment() and setExperience(). Replaced with comment() and experience()