Merge branch 'master' of git@github.com:StevenRS11/DimDoors.git into 1.5udpate

Conflicts:
	StevenDimDoors/mod_pocketDim/EventHookContainer.java
	StevenDimDoors/mod_pocketDim/mod_pocketDim.java
This commit is contained in:
StevenRS11
2013-04-01 04:04:59 -04:00
14 changed files with 101 additions and 99 deletions

View File

@@ -40,6 +40,7 @@ public class CommonTickHandler implements ITickHandler
//replaces rifts in game that have been destroyed/have blocks placed over them.
private void onTickInGame()
{
/**
try
{
@@ -156,5 +157,7 @@ public class CommonTickHandler implements ITickHandler
}
tickCount2++;
**/
}
}