parent
5cc58bf2c5
commit
f2c6959949
1 changed files with 9 additions and 0 deletions
|
@ -216,6 +216,15 @@ public class ModRecipes {
|
||||||
|
|
||||||
static void addMachineRecipes()
|
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),
|
CraftingHelper.addShapedOreRecipe(new ItemStack(ModBlocks.ComputerCube),
|
||||||
"DME", "MAM", "EMD",
|
"DME", "MAM", "EMD",
|
||||||
'E', ItemParts.getPartByName("energyFlowCircuit"),
|
'E', ItemParts.getPartByName("energyFlowCircuit"),
|
||||||
|
|
Loading…
Add table
Reference in a new issue