Only give 4 relays

This commit is contained in:
Ellpeck 2016-12-28 16:41:26 +01:00
parent 13bf8978cf
commit a10a11badf

View file

@ -235,7 +235,7 @@ public final class BlockCrafting{
recipeAtomicReconstructor = RecipeUtil.lastIRecipe();
//Laser Relay
GameRegistry.addRecipe(new ShapedOreRecipe(new ItemStack(InitBlocks.blockLaserRelay, 6),
GameRegistry.addRecipe(new ShapedOreRecipe(new ItemStack(InitBlocks.blockLaserRelay, 4),
"OBO", "RCR", "OBO",
'B', new ItemStack(Blocks.REDSTONE_BLOCK),
'O', new ItemStack(Blocks.OBSIDIAN),