aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-Server-Patches/0057-All-chunks-are-slime-spawn-chunks-toggle.patch
diff options
context:
space:
mode:
authorAikar <[email protected]>2016-05-16 22:07:12 -0400
committerAikar <[email protected]>2016-05-16 22:07:12 -0400
commit18b4817a33e47626a3aab9dc31650c37663fc260 (patch)
treeaf5d95b5947f18fade28a0359df3f225dacf4d1c /Spigot-Server-Patches/0057-All-chunks-are-slime-spawn-chunks-toggle.patch
parenta8271cdc05530c79893e9cc0e2f8f59aaa9c9cee (diff)
downloadPaper-18b4817a33e47626a3aab9dc31650c37663fc260.tar.gz
Paper-18b4817a33e47626a3aab9dc31650c37663fc260.zip
bump the default maxMobSpawns default to 250, and add support for unlimited
Use -1 to represent vanilla/unlimited. Updated PaperWorldConfig to also update the individual worlds limit if it was set to the new default value. Should hopefully help #235
Diffstat (limited to 'Spigot-Server-Patches/0057-All-chunks-are-slime-spawn-chunks-toggle.patch')
-rw-r--r--Spigot-Server-Patches/0057-All-chunks-are-slime-spawn-chunks-toggle.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/Spigot-Server-Patches/0057-All-chunks-are-slime-spawn-chunks-toggle.patch b/Spigot-Server-Patches/0057-All-chunks-are-slime-spawn-chunks-toggle.patch
index 71ce5e8382..af85918576 100644
--- a/Spigot-Server-Patches/0057-All-chunks-are-slime-spawn-chunks-toggle.patch
+++ b/Spigot-Server-Patches/0057-All-chunks-are-slime-spawn-chunks-toggle.patch
@@ -1,14 +1,14 @@
-From 968d090e257dda79487473e2b8a264f676efa117 Mon Sep 17 00:00:00 2001
+From 65ac541fa8ed62de2d0829d816d0762d723e9ea7 Mon Sep 17 00:00:00 2001
From: vemacs <[email protected]>
Date: Thu, 3 Mar 2016 01:19:22 -0600
Subject: [PATCH] All chunks are slime spawn chunks toggle
diff --git a/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java b/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java
-index 84dac97..2b7a4dd 100644
+index c89ab0c..b302cb7 100644
--- a/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java
+++ b/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java
-@@ -241,4 +241,9 @@ public class PaperWorldConfig {
+@@ -244,4 +244,9 @@ public class PaperWorldConfig {
private void disableChestCatDetection() {
disableChestCatDetection = getBoolean("game-mechanics.disable-chest-cat-detection", false);
}