diff options
Diffstat (limited to 'Spigot-Server-Patches/0193-Make-max-squid-spawn-height-configurable.patch')
-rw-r--r-- | Spigot-Server-Patches/0193-Make-max-squid-spawn-height-configurable.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Spigot-Server-Patches/0193-Make-max-squid-spawn-height-configurable.patch b/Spigot-Server-Patches/0193-Make-max-squid-spawn-height-configurable.patch index 479f0703e7..d4b6007f2f 100644 --- a/Spigot-Server-Patches/0193-Make-max-squid-spawn-height-configurable.patch +++ b/Spigot-Server-Patches/0193-Make-max-squid-spawn-height-configurable.patch @@ -1,4 +1,4 @@ -From 0057bdebdfd3f05456d733383f3ae0570885290b Mon Sep 17 00:00:00 2001 +From c8322dca6d932724fccf3fdff4d06653ae0bdcae Mon Sep 17 00:00:00 2001 From: Zach Brown <[email protected]> Date: Thu, 11 Jan 2018 16:47:28 -0600 Subject: [PATCH] Make max squid spawn height configurable @@ -7,10 +7,10 @@ I don't know why upstream made only the minimum height configurable but whatever diff --git a/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java b/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java -index b3d8fe9c68..7287bf7d9b 100644 +index 063ba6a1d..aacce432b 100644 --- a/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java +++ b/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java -@@ -339,4 +339,9 @@ public class PaperWorldConfig { +@@ -344,4 +344,9 @@ public class PaperWorldConfig { expMergeMaxValue = getInt("experience-merge-max-value", -1); log("Experience Merge Max Value: " + expMergeMaxValue); } @@ -21,7 +21,7 @@ index b3d8fe9c68..7287bf7d9b 100644 + } } diff --git a/src/main/java/net/minecraft/server/EntitySquid.java b/src/main/java/net/minecraft/server/EntitySquid.java -index f8fa64959f..735d1879a8 100644 +index f8fa64959..735d1879a 100644 --- a/src/main/java/net/minecraft/server/EntitySquid.java +++ b/src/main/java/net/minecraft/server/EntitySquid.java @@ -171,7 +171,8 @@ public class EntitySquid extends EntityWaterAnimal { @@ -35,5 +35,5 @@ index f8fa64959f..735d1879a8 100644 public void a(float f, float f1, float f2) { -- -2.22.0 +2.23.0 |