Interface RecipeTypeMappingSupplier

All Superinterfaces:
Extension

public interface RecipeTypeMappingSupplier extends Extension
Allows mods to register mappings between recipe type and their custom recipe blocks for use in <RecipeFor/> and similar tags.

**NOTE:** In addition to being an extension point, implementations of this interface are also retrieved through the Java Service-Loader to enable use of mod recipes cross-guide. Specific instances registered through GuideBuilder.extension(guideme.extensions.ExtensionPoint<T>, T) will have higher priority than instances discovered through service-loader.