Option to Disable YML Support for Recipes: YML file support for recipes can now be disabled by using the updated constructor RecipesAPI(JavaPlugin plugin, boolean debug, boolean enableYmlSupport). This provides flexibility for developers who prefer to handle recipes exclusively through Java code without relying on YML configuration files.