Merge branch 'mazes'

This commit is contained in:
SenseiKiwi
2014-01-04 03:22:26 -04:00
6 changed files with 80 additions and 41 deletions

View File

@@ -302,7 +302,6 @@ public class DungeonSchematic extends Schematic {
private static void createExitDoorLink(World world, NewDimData dimension, Point3D point, Point3D entrance, int rotation, Point3D pocketCenter)
{
//Transform the door's location to the pocket coordinate system
Point3D location = point.clone();
BlockRotator.transformPoint(location, entrance, rotation, pocketCenter);

View File

@@ -20,7 +20,6 @@ public class PocketProvider extends WorldProvider
{
private DDProperties properties;
private MonolithSpawner spawner;
@SuppressWarnings("unused") // ?
private IRenderHandler skyRenderer;
public PocketProvider()