Fixed ruby to steel
This commit is contained in:
parent
ffe92a7f90
commit
a48dab6dfa
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ public class ModRecipes {
|
||||||
"AAA", "AAA", "AAA",
|
"AAA", "AAA", "AAA",
|
||||||
'A', "gemSapphire");
|
'A', "gemSapphire");
|
||||||
|
|
||||||
CraftingHelper.addShapedOreRecipe(new ItemStack(ModBlocks.storage, 1, 4),
|
CraftingHelper.addShapedOreRecipe(BlockStorage.getStorageBlockByName("ruby"),
|
||||||
"AAA", "AAA", "AAA",
|
"AAA", "AAA", "AAA",
|
||||||
'A', "gemRuby");
|
'A', "gemRuby");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue