Fixed doors on top of doors with rift sig

Signed-off-by: StevenRS11 <stevenrs11@aol.com>
This commit is contained in:
StevenRS11
2013-05-04 18:58:51 -04:00
parent 89ed9dce94
commit 815dfdc15d
3 changed files with 33 additions and 12 deletions

View File

@@ -46,6 +46,11 @@ import cpw.mods.fml.relauncher.Side;
public class dimHelper extends DimensionManager
{
/**
* hashMap for the private pocket dimensions
*/
public static HashMap<String, DimData> privatePockets = new HashMap<String, DimData>();
/**
* HashMap containing all the dims registered with DimDoors, sorted by dim ID. loaded on startup
* @Return