mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-17 11:15:12 -04:00
recipes for computer cases
This commit is contained in:
parent
0338631ec1
commit
6c2ebfbdcf
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user