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 ",
|
||||||
'U', ModItems.uuMatter);
|
'U', ModItems.uuMatter);
|
||||||
|
|
||||||
if (ConfigTechReborn.UUrecipesWater)
|
//TODO fix null stacks
|
||||||
CraftingHelper.addShapedOreRecipe(new ItemStack(Blocks.water, 1),
|
// if (ConfigTechReborn.UUrecipesWater)
|
||||||
" ",
|
// CraftingHelper.addShapedOreRecipe(new ItemStack(Blocks.water, 1),
|
||||||
" U ",
|
// " ",
|
||||||
" U ",
|
// " U ",
|
||||||
'U', ModItems.uuMatter);
|
// " U ",
|
||||||
|
// 'U', ModItems.uuMatter);
|
||||||
if (ConfigTechReborn.UUrecipesLava)
|
//
|
||||||
CraftingHelper.addShapedOreRecipe(new ItemStack(Blocks.lava, 1),
|
// if (ConfigTechReborn.UUrecipesLava)
|
||||||
" U ",
|
// CraftingHelper.addShapedOreRecipe(new ItemStack(Blocks.lava, 1),
|
||||||
" U ",
|
// " U ",
|
||||||
" U ",
|
// " U ",
|
||||||
'U', ModItems.uuMatter);
|
// " U ",
|
||||||
|
// 'U', ModItems.uuMatter);
|
||||||
|
|
||||||
if (ConfigTechReborn.UUrecipesCocoa)
|
if (ConfigTechReborn.UUrecipesCocoa)
|
||||||
CraftingHelper.addShapedOreRecipe(new ItemStack(Items.dye, 32, 3),
|
CraftingHelper.addShapedOreRecipe(new ItemStack(Items.dye, 32, 3),
|
||||||
|
|
Loading…
Reference in a new issue