geforkt von Mirrors/Paper
Restore vanilla default mob-spawn-range and water animals limit
Dieser Commit ist enthalten in:
Ursprung
4e0ee05920
Commit
5deb37bba9
@ -190,7 +190,7 @@ public class SpigotWorldConfig
|
||||
public byte mobSpawnRange;
|
||||
private void mobSpawnRange()
|
||||
{
|
||||
this.mobSpawnRange = (byte) this.getInt( "mob-spawn-range", 6 );
|
||||
this.mobSpawnRange = (byte) getInt( "mob-spawn-range", 8 ); // Paper - Vanilla
|
||||
this.log( "Mob Spawn Range: " + this.mobSpawnRange );
|
||||
}
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren