Typo placeMetorite
This commit is contained in:
parent
a96406c971
commit
4eaf0f57b8
1 changed files with 3 additions and 3 deletions
|
@ -450,7 +450,7 @@ public class MeteoritePlacer
|
|||
if ( skyMode > 10 )
|
||||
placeCrator( w, x, y, z );
|
||||
|
||||
placeMetor( w, x, y, z );
|
||||
placeMeteorite( w, x, y, z );
|
||||
|
||||
// collapse blocks...
|
||||
if ( skyMode > 3 )
|
||||
|
@ -549,7 +549,7 @@ public class MeteoritePlacer
|
|||
if ( skyMode > 10 )
|
||||
placeCrator( w, x, y, z );
|
||||
|
||||
placeMetor( w, x, y, z );
|
||||
placeMeteorite( w, x, y, z );
|
||||
|
||||
// collapse blocks...
|
||||
if ( skyMode > 3 )
|
||||
|
@ -608,7 +608,7 @@ public class MeteoritePlacer
|
|||
}
|
||||
}
|
||||
|
||||
private void placeMetor(IMeteoriteWorld w, int x, int y, int z)
|
||||
private void placeMeteorite(IMeteoriteWorld w, int x, int y, int z)
|
||||
{
|
||||
int Xmeteor_l = w.minX( x - 8 );
|
||||
int Xmeteor_h = w.maxX( x + 8 );
|
||||
|
|
Loading…
Reference in a new issue