DimDoors/StevenDimDoors/mod_pocketDim/helpers
SenseiKiwi 96c1b3d7a4 Fixed Vertical Dungeon Clipping
Added code to SchematicLoader to adjust the Y coordinate of the
destination link into a dungeon before the dungeon is created.
IMPORTANT: The code is commented out at the moment because it causes a
link-related NullPointerException. A link needs to be updated through
DimHelper but the code is hard to follow so I've decided to just not
touch it - Steven will have to do it.

The function adjustDestinationY() checks if the given entrance location
would place any portion of the dungeon outside the vertical bounds of
the world. If so, it corrects the location while moving it as little as
possible from its original place.

Also added some checks to make sure that any schematic we load has an
entrance door. Otherwise, load defaultBreak instead. And I cut down on
the absurd number of compiler warnings in dimHelper. <_< Stop accessing
static fields as instance fields!
2013-07-31 12:09:47 -04:00
..
BlockRotationHelper.java renamed dungeons pending changes to loading 2013-07-16 16:59:22 -04:00
copyfile.java Fixed Empty Dungeon Guide Bug 2013-06-20 04:47:16 -04:00
DeleteFolder.java Added regen dungeon command & removed hasMark 2013-06-24 01:40:56 -04:00
dimHelper.java Fixed Vertical Dungeon Clipping 2013-07-31 12:09:47 -04:00
DungeonHelper.java Fixed Vertical Dungeon Clipping 2013-07-31 12:09:47 -04:00
yCoordHelper.java Fixed NullPointerException in yCoordHelper 2013-07-24 15:34:21 -04:00