Personal dim door should require quartz doors, not gold doors.
This commit is contained in:
parent
ed91e3161f
commit
41c88d1904
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ public class CraftingManager
|
||||||
if (properties.CraftingPersonalDimDoorAllowed)
|
if (properties.CraftingPersonalDimDoorAllowed)
|
||||||
{
|
{
|
||||||
GameRegistry.addRecipe(new ItemStack(mod_pocketDim.itemPersonalDoor,1),
|
GameRegistry.addRecipe(new ItemStack(mod_pocketDim.itemPersonalDoor,1),
|
||||||
"yxy", 'y', mod_pocketDim.itemGoldenDoor, 'x', mod_pocketDim.itemStableFabric);
|
"yxy", 'y', mod_pocketDim.itemQuartzDoor, 'x', mod_pocketDim.itemStableFabric);
|
||||||
}
|
}
|
||||||
if (properties.CraftingQuartzDoorAllowed)
|
if (properties.CraftingQuartzDoorAllowed)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue