Examples of BinRecipe


Examples of mekanism.common.recipe.BinRecipe

        "RCR", "gOg", "RCR", Character.valueOf('R'), "alloyElite", Character.valueOf('C'), "circuitElite", Character.valueOf('g'), "ingotGold", Character.valueOf('O'), MekanismUtils.getFactory(FactoryTier.ADVANCED, type)
      }));
    }
   
    //Add the bin recipe system to the CraftingManager
    CraftingManager.getInstance().getRecipeList().add(new BinRecipe());
   
        //Transmitters
    CraftingManager.getInstance().getRecipeList().add(new MekanismRecipe(new ItemStack(PartTransmitter, 8, 0), new Object[] {
      "SRS", Character.valueOf('S'), "ingotSteel", Character.valueOf('R'), Items.redstone
    }));
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.