More changes

This commit is contained in:
StevenRS11
2014-01-13 20:42:43 -05:00
parent 7dadef953d
commit 5f7d4ce971
4 changed files with 19 additions and 6 deletions

View File

@@ -113,7 +113,7 @@ public class CraftingManager
{
GameRegistry.addRecipe(new ItemStack(mod_pocketDim.itemGoldDimDoor,1), new Object[]
{
" x ", " y ", " x ", 'x', mod_pocketDim.itemGoldDoor, 'y', Item.eyeOfEnder
" ", "xyx", " ", 'x', mod_pocketDim.itemGoldDoor, 'y', Item.eyeOfEnder
});
}
if (properties.CraftingGoldDoorAllowed)