mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-23 21:20:42 +01:00
Restore vanilla water animal limit
Spotted by pheonix616, merged into a similar patch for the sake of the patch numbers :o
This commit is contained in:
parent
d9aca71bc7
commit
11743149cd
1 changed files with 16 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
||||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||||
From: Aikar <aikar@aikar.co>
|
From: Aikar <aikar@aikar.co>
|
||||||
Date: Sat, 18 Aug 2018 12:43:16 -0400
|
Date: Sat, 18 Aug 2018 12:43:16 -0400
|
||||||
Subject: [PATCH] Restore vanlla default mob-spawn-range
|
Subject: [PATCH] Restore vanlla default mob-spawn-range and water animals
|
||||||
|
limit
|
||||||
|
|
||||||
|
fixup! Restore vanlla default mob-spawn-range
|
||||||
|
|
||||||
diff --git a/src/main/java/org/spigotmc/SpigotWorldConfig.java b/src/main/java/org/spigotmc/SpigotWorldConfig.java
|
diff --git a/src/main/java/org/spigotmc/SpigotWorldConfig.java b/src/main/java/org/spigotmc/SpigotWorldConfig.java
|
||||||
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644
|
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644
|
||||||
|
@ -17,3 +19,16 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||||
log( "Mob Spawn Range: " + mobSpawnRange );
|
log( "Mob Spawn Range: " + mobSpawnRange );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
diff --git a/src/main/resources/configurations/bukkit.yml b/src/main/resources/configurations/bukkit.yml
|
||||||
|
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644
|
||||||
|
--- a/src/main/resources/configurations/bukkit.yml
|
||||||
|
+++ b/src/main/resources/configurations/bukkit.yml
|
||||||
|
@@ -0,0 +0,0 @@ settings:
|
||||||
|
spawn-limits:
|
||||||
|
monsters: 70
|
||||||
|
animals: 10
|
||||||
|
- water-animals: 15
|
||||||
|
+ water-animals: 5
|
||||||
|
water-ambient: 20
|
||||||
|
ambient: 15
|
||||||
|
chunk-gc:
|
Loading…
Add table
Reference in a new issue