mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 23:38:25 +01:00
Restore vanilla default mob-spawn-range and water animals limit
This commit is contained in:
parent
4e0ee05920
commit
5deb37bba9
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue