Fixed Various Bugs

Fixed various minor bugs affecting transient doors and teleportation.
This commit is contained in:
SenseiKiwi
2013-09-04 00:34:11 -04:00
parent 549ee54852
commit b9fcfea877
3 changed files with 4 additions and 7 deletions

View File

@@ -146,7 +146,7 @@ public class GatewayGenerator implements IWorldGenerator
}
//Place the shiny transient door into a dungeon
ItemDimensionalDoor.placeDoorBlock(world, x, y + 1, z, 0, mod_pocketDim.transientDoor);
ItemDimensionalDoor.placeDoorBlock(world, x, y, z, 0, mod_pocketDim.transientDoor);
}
}
}