From 6c2ebfbdcf4b57180aa95571623e3972db90b0a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20N=C3=BCcke?= Date: Sun, 1 Dec 2013 14:34:36 +0100 Subject: [PATCH] recipes for computer cases --- li/cil/oc/Recipes.scala | 34 ++++++++++++++++++++++++++++------ 1 file changed, 28 insertions(+), 6 deletions(-) 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",