Typo getNearByMetetorites
This commit is contained in:
parent
3120b6a4dc
commit
5bd8c08d3f
2 changed files with 2 additions and 2 deletions
|
@ -143,7 +143,7 @@ public class WorldSettings extends Configuration
|
|||
}
|
||||
}
|
||||
|
||||
public Collection<NBTTagCompound> getNearByMetetorites(int dim, int chunkX, int chunkZ)
|
||||
public Collection<NBTTagCompound> getNearByMeteorites(int dim, int chunkX, int chunkZ)
|
||||
{
|
||||
LinkedList<NBTTagCompound> ll = new LinkedList<NBTTagCompound>();
|
||||
|
||||
|
|
|
@ -140,7 +140,7 @@ final public class MeteoriteWorldGen implements IWorldGenerator
|
|||
|
||||
private Collection<NBTTagCompound> getNearByMetetorites(World w, int chunkX, int chunkZ)
|
||||
{
|
||||
return WorldSettings.getInstance().getNearByMetetorites( w.provider.dimensionId, chunkX, chunkZ );
|
||||
return WorldSettings.getInstance().getNearByMeteorites( w.provider.dimensionId, chunkX, chunkZ );
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue