DimDoors/StevenDimDoors/mod_pocketDim/commands
SenseiKiwi 0b9f8fa5d5 Improved DungeonHelper
Completed changes so that our code uses registerDungeon() (formerly
registerCustomDungeons() ) to register all dungeons, both bundled with
the mod and custom ones. Made some changes to the code to hide
implementation details from other classes. Also, I had some problems
with old dungeons being mixed into the renamed ones. I had to remove
fallingTNThall from the schematics folder and deleted the WIP folder
because I think we have completed versions of those schematics already.

Some of our dungeons have pre-filled chests and the contents are more
generous than our current loot system (e.g. ruinsO has a prefilled
chest). I'll have to wipe all the chests later.
2013-08-01 13:00:27 -04:00
..
CommandCreateDungeonRift.java Fixed CommandCreateDungeonRift 2013-08-01 00:05:08 -04:00
CommandCreatePocket.java Renamed and Moved Files 2013-07-26 02:09:14 -04:00
CommandDeleteAllLinks.java Changes to dimHelper 2013-07-31 19:34:08 -04:00
CommandDeleteDimensionData.java Changes to dimHelper 2013-07-31 19:34:08 -04:00
CommandDeleteRifts.java Changes to dimHelper 2013-07-31 19:34:08 -04:00
CommandExportDungeon.java Improved DungeonHelper 2013-08-01 13:00:27 -04:00
CommandPrintDimensionData.java Changes to dimHelper 2013-07-31 19:34:08 -04:00
CommandPruneDimensions.java Renamed printAllLinkData and limbo decay 2013-07-11 20:42:57 -04:00
CommandResetDungeons.java
CommandTeleportPlayer.java Fixed rift rotation bug & added teleport command 2013-07-30 17:56:59 -04:00
DDCommandBase.java
DDCommandResult.java