diff --git a/li/cil/oc/Recipes.scala b/li/cil/oc/Recipes.scala index a6ac15c4d..7c3d0fa78 100644 --- a/li/cil/oc/Recipes.scala +++ b/li/cil/oc/Recipes.scala @@ -125,12 +125,6 @@ object Recipes { "xxx", 'x', dirt) - addRecipe(Blocks.case1.createItemStack(), - "xxx", - "x x", - "xxx", - 'x', ironIngot) - // ----------------------------------------------------------------------- // GameRegistry.addShapelessRecipe(new ItemStack(Item.potion), Item.bucketWater, Item.glassBottle) @@ -256,6 +250,34 @@ object Recipes { 'g', goldNugget, 'p', printedCircuitBoard) + addRecipe(Blocks.case1.createItemStack(), + "ipi", + "bcb", + "imi", + 'i', ironIngot, + 'p', printedCircuitBoard, + 'b', ironBars, + 'c', cpu, + 'm', chip1) + + addRecipe(Blocks.case2.createItemStack(), + "gpg", + "mcm", + "gpg", + 'g', goldIngot, + 'p', printedCircuitBoard, + 'm', chip2, + 'c', Blocks.case1.createItemStack()) + + addRecipe(Blocks.case3.createItemStack(), + "mpm", + "dcd", + "mpm", + 'm', chip3, + 'p', printedCircuitBoard, + 'd', diamond, + 'c', Blocks.case2.createItemStack()) + addRecipe(Blocks.keyboard.createItemStack(), "ggg", "gan",