Removed null recipes
This commit is contained in:
parent
285176e171
commit
52af3d2d2d
1 changed files with 14 additions and 13 deletions
|
@ -596,19 +596,20 @@ public class
|
|||
" U ",
|
||||
'U', ModItems.uuMatter);
|
||||
|
||||
if (ConfigTechReborn.UUrecipesWater)
|
||||
CraftingHelper.addShapedOreRecipe(new ItemStack(Blocks.water, 1),
|
||||
" ",
|
||||
" U ",
|
||||
" U ",
|
||||
'U', ModItems.uuMatter);
|
||||
|
||||
if (ConfigTechReborn.UUrecipesLava)
|
||||
CraftingHelper.addShapedOreRecipe(new ItemStack(Blocks.lava, 1),
|
||||
" U ",
|
||||
" U ",
|
||||
" U ",
|
||||
'U', ModItems.uuMatter);
|
||||
//TODO fix null stacks
|
||||
// if (ConfigTechReborn.UUrecipesWater)
|
||||
// CraftingHelper.addShapedOreRecipe(new ItemStack(Blocks.water, 1),
|
||||
// " ",
|
||||
// " U ",
|
||||
// " U ",
|
||||
// 'U', ModItems.uuMatter);
|
||||
//
|
||||
// if (ConfigTechReborn.UUrecipesLava)
|
||||
// CraftingHelper.addShapedOreRecipe(new ItemStack(Blocks.lava, 1),
|
||||
// " U ",
|
||||
// " U ",
|
||||
// " U ",
|
||||
// 'U', ModItems.uuMatter);
|
||||
|
||||
if (ConfigTechReborn.UUrecipesCocoa)
|
||||
CraftingHelper.addShapedOreRecipe(new ItemStack(Items.dye, 32, 3),
|
||||
|
|
Loading…
Reference in a new issue