aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-Server-Patches/0134-Configurable-Cartographer-Treasure-Maps.patch
diff options
context:
space:
mode:
authorZach Brown <[email protected]>2019-10-26 17:55:58 -0500
committerZach Brown <[email protected]>2019-10-26 17:55:58 -0500
commit0d3b35c3399c2d4fd019a4271b4e96797e9b3b69 (patch)
treef26357772efdd96073974dd3abed56157a207e12 /Spigot-Server-Patches/0134-Configurable-Cartographer-Treasure-Maps.patch
parentdf984898acc79ead4a645c7fd26e3876f62058cc (diff)
downloadPaper-0d3b35c3399c2d4fd019a4271b4e96797e9b3b69.tar.gz
Paper-0d3b35c3399c2d4fd019a4271b4e96797e9b3b69.zip
Rename baby zombie movement config option
This option does not set the absolute speed of the entity as the name implies. It sets a modifier. The default (vanilla) value of `0.5` sets the baby zombie to move at 50% faster than the base speed. A negative value like `-0.4` would set them to move at 40% slower. There should be no functional changes as a result of this change, it's just clarifying the config name.
Diffstat (limited to 'Spigot-Server-Patches/0134-Configurable-Cartographer-Treasure-Maps.patch')
-rw-r--r--Spigot-Server-Patches/0134-Configurable-Cartographer-Treasure-Maps.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/Spigot-Server-Patches/0134-Configurable-Cartographer-Treasure-Maps.patch b/Spigot-Server-Patches/0134-Configurable-Cartographer-Treasure-Maps.patch
index 1c09775f31..c93e2076b6 100644
--- a/Spigot-Server-Patches/0134-Configurable-Cartographer-Treasure-Maps.patch
+++ b/Spigot-Server-Patches/0134-Configurable-Cartographer-Treasure-Maps.patch
@@ -1,4 +1,4 @@
-From f3fbc261cc75b70ebd3722190f12e04ef7ef0f75 Mon Sep 17 00:00:00 2001
+From 410b3f9d1345376d03424baec0e783aa30a41649 Mon Sep 17 00:00:00 2001
From: Aikar <[email protected]>
Date: Tue, 20 Dec 2016 15:26:27 -0500
Subject: [PATCH] Configurable Cartographer Treasure Maps
@@ -9,10 +9,10 @@ Also allow turning off treasure maps all together as they can eat up Map ID's
which are limited in quantity.
diff --git a/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java b/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java
-index 11b0f11a8..46d525223 100644
+index 5d7d6fa36..0d2537ab8 100644
--- a/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java
+++ b/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java
-@@ -305,4 +305,14 @@ public class PaperWorldConfig {
+@@ -310,4 +310,14 @@ public class PaperWorldConfig {
Bukkit.getLogger().warning("Spawn Egg and Armor Stand NBT filtering disabled, this is a potential security risk");
}
}