closes #477
This commit is contained in:
parent
b035e87bc9
commit
45174e40ec
1 changed files with 3 additions and 2 deletions
|
@ -516,8 +516,9 @@ public class ModRecipes {
|
||||||
BlockMachineFrame.getFrameByName("machine", 1), 'E', crystalStack, 'G',
|
BlockMachineFrame.getFrameByName("machine", 1), 'E', crystalStack, 'G',
|
||||||
ItemStandaloneCables.getCableByName("insulatedgold"));
|
ItemStandaloneCables.getCableByName("insulatedgold"));
|
||||||
|
|
||||||
CraftingHelper.addShapedOreRecipe(new ItemStack(ModBlocks.mfsu), "LAL", "LML", "LAL", 'A',
|
CraftingHelper.addShapedOreRecipe(new ItemStack(ModBlocks.mfsu), "LAL", "LML", "LOL", 'A',
|
||||||
ItemParts.getPartByName("advancedCircuit"), 'L', lapcrystalStack, 'M', new ItemStack(ModBlocks.mfe));
|
ItemParts.getPartByName("advancedCircuit"), 'L', lapcrystalStack, 'M', new ItemStack(ModBlocks.mfe),
|
||||||
|
'L', BlockMachineFrame.getFrameByName("advancedMachine", 1));
|
||||||
|
|
||||||
CraftingHelper.addShapedOreRecipe(new ItemStack(ModBlocks.IndustrialElectrolyzer), "RER", "CEC", "RER", 'R',
|
CraftingHelper.addShapedOreRecipe(new ItemStack(ModBlocks.IndustrialElectrolyzer), "RER", "CEC", "RER", 'R',
|
||||||
ItemIngots.getIngotByName("refinediron"), 'E', new ItemStack(ModBlocks.Extractor), 'C',
|
ItemIngots.getIngotByName("refinediron"), 'E', new ItemStack(ModBlocks.Extractor), 'C',
|
||||||
|
|
Loading…
Add table
Reference in a new issue