public interface IRecipeCatalystRegistration
Modifier and Type | Method and Description |
---|---|
void |
addRecipeCatalyst(java.lang.Object catalystIngredient,
net.minecraft.util.ResourceLocation... recipeCategoryUids)
Add an association between an ingredient and what it can craft.
|
void addRecipeCatalyst(java.lang.Object catalystIngredient, net.minecraft.util.ResourceLocation... recipeCategoryUids)
catalystIngredient
- the ingredient that can craft recipes (like a furnace or crafting table)recipeCategoryUids
- the recipe categories handled by the ingredient