Interface FabricRecipeExporter
public interface FabricRecipeExporter
Injected to all
RecipeExporter instances.-
Method Summary
Modifier and TypeMethodDescriptiondefault IdentifiergetRecipeIdentifier(Identifier recipeId) Override this method to change the recipe identifier.
-
Method Details
-
getRecipeIdentifier
Override this method to change the recipe identifier.The default implementation returns the ID unchanged. Fabric API implementations automatically apply the corresponding method in
FabricRecipeProvider.- See Also:
-