crafting change

This commit is contained in:
StevenRS11 2013-11-06 15:46:43 -05:00
parent e271dd2fda
commit e4ee4a3cee

View file

@ -98,7 +98,7 @@ public class CraftingManager
{
GameRegistry.addRecipe(new ItemStack(itemStableFabric, 1), new Object[]
{
" y ", "yxy", " y ", 'x', coreCraftingItem, 'y', mod_pocketDim.itemWorldThread
"yyy", "yxy", "yyy", 'x', coreCraftingItem, 'y', mod_pocketDim.itemWorldThread
});
}