Changes to dimHelper
replaced dimHelper.dimList.get with dimHelper.instance.getDimData added functions to make working with rifts easier
This commit is contained in:
@@ -69,7 +69,7 @@ public class PocketGenerator extends ChunkProviderGenerate implements IChunkProv
|
||||
@Override
|
||||
public List getPossibleCreatures(EnumCreatureType var1, int var2, int var3, int var4)
|
||||
{
|
||||
DimData data = dimHelper.dimList.get(this.worldObj.provider.dimensionId);
|
||||
DimData data = dimHelper.instance.getDimData(this.worldObj.provider.dimensionId);
|
||||
if (data != null)
|
||||
{
|
||||
if (data.dungeonGenerator != null)
|
||||
|
||||
Reference in New Issue
Block a user