mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Only give 4 relays
This commit is contained in:
parent
13bf8978cf
commit
a10a11badf
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ public final class BlockCrafting{
|
||||||
recipeAtomicReconstructor = RecipeUtil.lastIRecipe();
|
recipeAtomicReconstructor = RecipeUtil.lastIRecipe();
|
||||||
|
|
||||||
//Laser Relay
|
//Laser Relay
|
||||||
GameRegistry.addRecipe(new ShapedOreRecipe(new ItemStack(InitBlocks.blockLaserRelay, 6),
|
GameRegistry.addRecipe(new ShapedOreRecipe(new ItemStack(InitBlocks.blockLaserRelay, 4),
|
||||||
"OBO", "RCR", "OBO",
|
"OBO", "RCR", "OBO",
|
||||||
'B', new ItemStack(Blocks.REDSTONE_BLOCK),
|
'B', new ItemStack(Blocks.REDSTONE_BLOCK),
|
||||||
'O', new ItemStack(Blocks.OBSIDIAN),
|
'O', new ItemStack(Blocks.OBSIDIAN),
|
||||||
|
|
Loading…
Reference in a new issue