Fixed missing recipes for omnipanels
This commit is contained in:
parent
7278677bcd
commit
e833a21590
1 changed files with 2 additions and 2 deletions
|
@ -1712,7 +1712,7 @@ public class Recipes {
|
|||
WarpDrive.register(new ShapelessOreRecipe(groupHulls,
|
||||
new ItemStack(WarpDrive.blockHulls_plain[index][0], 1, metadataColor),
|
||||
new ItemStack(WarpDrive.blockHulls_plain[index][1], 1, metadataColor)));
|
||||
/*
|
||||
|
||||
// crafting omnipanel
|
||||
WarpDrive.register(new ShapedOreRecipe(groupHulls,
|
||||
new ItemStack(WarpDrive.blockHulls_omnipanel[index], 16, metadataColor), false, "ggg", "ggg",
|
||||
|
@ -1729,7 +1729,7 @@ public class Recipes {
|
|||
new ItemStack(WarpDrive.blockHulls_omnipanel[index], 1, metadataColor),
|
||||
new ItemStack(WarpDrive.blockHulls_omnipanel[index], 1, metadataColor),
|
||||
new ItemStack(WarpDrive.blockHulls_omnipanel[index], 1, metadataColor) ));
|
||||
/**/
|
||||
|
||||
// crafting slab
|
||||
WarpDrive.register(new ShapedOreRecipe(groupHulls,
|
||||
new ItemStack(WarpDrive.blockHulls_slab[index][metadataColor], 6, 0), false, "bbb",
|
||||
|
|
Loading…
Reference in a new issue