Fixed more bugs caused by the new mappings.
This commit is contained in:
@@ -437,7 +437,7 @@ public final class MeteoritePlacer
|
||||
public boolean spawnMeteorite( final IMeteoriteWorld w, final int x, final int y, final int z )
|
||||
{
|
||||
|
||||
if( !w.hasSkyLight() )
|
||||
if( !w.isNether() )
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user