Various Updates #143

Merged
SenseiKiwi merged 14 commits from master into master 2014-03-14 19:30:44 +00:00
Showing only changes of commit 5db2b35850 - Show all commits

View File

@@ -98,7 +98,7 @@ public class TileEntityRift extends TileEntity
//This code should execute once every 10 seconds //This code should execute once every 10 seconds
if (updateTimer > 200) if (updateTimer > 200)
{ {
//this.spawnEndermen(); this.spawnEndermen();
this.grow(mod_pocketDim.properties); this.grow(mod_pocketDim.properties);
updateTimer = 0; updateTimer = 0;
} }