Search in sources :

Example 1 with ManyToOneMachineRecipe

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);
}
Also used : ManyToOneMachineRecipe(crazypants.enderio.base.recipe.ManyToOneMachineRecipe)

Aggregations

ManyToOneMachineRecipe (crazypants.enderio.base.recipe.ManyToOneMachineRecipe)1