aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-Server-Patches/0016-Drop-falling-block-and-tnt-entities-at-the-specified.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/0016-Drop-falling-block-and-tnt-entities-at-the-specified.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/0016-Drop-falling-block-and-tnt-entities-at-the-specified.patch')
-rw-r--r--Spigot-Server-Patches/0016-Drop-falling-block-and-tnt-entities-at-the-specified.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/Spigot-Server-Patches/0016-Drop-falling-block-and-tnt-entities-at-the-specified.patch b/Spigot-Server-Patches/0016-Drop-falling-block-and-tnt-entities-at-the-specified.patch
index 15a329823e..e6db47365e 100644
--- a/Spigot-Server-Patches/0016-Drop-falling-block-and-tnt-entities-at-the-specified.patch
+++ b/Spigot-Server-Patches/0016-Drop-falling-block-and-tnt-entities-at-the-specified.patch
@@ -1,14 +1,14 @@
-From c2b98da52b36fcfa251ddc1951645eadf6b25bbd Mon Sep 17 00:00:00 2001
+From a0937231e2595d3b2ce3795d3fca5e36bbee8980 Mon Sep 17 00:00:00 2001
From: Byteflux <[email protected]>
Date: Tue, 1 Mar 2016 14:14:15 -0600
Subject: [PATCH] Drop falling block and tnt entities at the specified height
diff --git a/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java b/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java
-index f9a58f9..df3e6fb 100644
+index 78dcf26..f19ae97 100644
--- a/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java
+++ b/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java
-@@ -133,4 +133,14 @@ public class PaperWorldConfig {
+@@ -136,4 +136,14 @@ public class PaperWorldConfig {
keepSpawnInMemory = getBoolean("keep-spawn-loaded", true);
log("Keep spawn chunk loaded: " + keepSpawnInMemory);
}