Fixed door placement on rifts,

working on biomes and mob
This commit is contained in:
StevenRS11
2013-05-21 14:49:14 -04:00
parent 6407b1be71
commit 42f7057f3d
9 changed files with 142 additions and 12 deletions

View File

@@ -28,7 +28,7 @@ public class LimboProvider extends WorldProvider
public LimboProvider()
{
this.hasNoSky=true;
super.worldChunkMgr = new WorldChunkManagerHell(mod_pocketDim.limboBiome, 0.0F, 0.0F);
super.worldChunkMgr = new WorldChunkManagerLimbo();