use of crazypants.enderio.base.recipe.ManyToOneMachineRecipe in project EnderIO by SleepyTrousers.
the class AlloyRecipeManager method create.
public void create() {
MachineRecipeRegistry.instance.registerRecipe(MachineRecipeRegistry.ALLOYSMELTER, new ManyToOneMachineRecipe("AlloySmelterRecipe", MachineRecipeRegistry.ALLOYSMELTER, this));
// vanilla alloy furnace recipes
MachineRecipeRegistry.instance.registerRecipe(MachineRecipeRegistry.ALLOYSMELTER, vanillaRecipe);
}
Aggregations