Added sawmill recipe

Fixes #61
This commit is contained in:
joflashstudios 2015-06-27 14:27:36 -04:00
parent 5cc58bf2c5
commit f2c6959949

View file

@ -216,6 +216,15 @@ public class ModRecipes {
static void addMachineRecipes()
{
CraftingHelper.addShapedOreRecipe(new ItemStack(ModBlocks.industrialSawmill),
"PAP",
"SSS",
"ACA",
'P', IC2Items.getItem("pump"),
'A', IC2Items.getItem("advancedCircuit"),
'S', ItemParts.getPartByName("diamondSawBlade"),
'C', IC2Items.getItem("advancedMachine"));
CraftingHelper.addShapedOreRecipe(new ItemStack(ModBlocks.ComputerCube),
"DME", "MAM", "EMD",
'E', ItemParts.getPartByName("energyFlowCircuit"),