Starting update to 1.6.2

This commit is contained in:
StevenRS11
2013-11-06 16:01:31 -05:00
parent a3b38a2c05
commit 52fcfdaf49
6 changed files with 22 additions and 20 deletions

View File

@@ -98,8 +98,8 @@ 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
});
}
if (properties.CraftingStabilizedRiftSignatureAllowed)