Signed-off-by: StevenRS11 <stevenrs11@aol.com>

This commit is contained in:
StevenRS11
2013-02-19 21:18:51 -05:00
parent 14f60c9b29
commit c6262ff0a6
2 changed files with 4 additions and 5 deletions

View File

@@ -417,7 +417,7 @@ public class mod_pocketDim
GameRegistry.addRecipe(new ItemStack(itemRiftBlade, 1), new Object[]
{
" x ", " x ", " y ", 'x', this.itemRiftRemover, 'y', Item.ingotGold
" x ", " x ", " y ", 'x', Item.enderPearl, 'y',this.itemRiftRemover
});
}