diff options
author | Jake Potrebic <[email protected]> | 2021-11-08 23:59:15 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2021-11-08 23:59:15 -0800 |
commit | a923e332ee20bbbe6319c361496c9ea5728b4d08 (patch) | |
tree | f397940e6ff621e34a85828f8fd153662333fad4 /patches/server/0626-MC-29274-Fix-Wither-hostility-towards-players.patch | |
parent | 87121cef2912bfbaf514fdbfea75509af531de8a (diff) | |
download | Paper-a923e332ee20bbbe6319c361496c9ea5728b4d08.tar.gz Paper-a923e332ee20bbbe6319c361496c9ea5728b4d08.zip |
Make despawn distance configs per-category, improve per category spawn limit config (#6717)
Also adds per-world spawn limit config in paper.yml for `underground_water_creature`, and migrates existing spawn limit config options to their Mojang names.
Diffstat (limited to 'patches/server/0626-MC-29274-Fix-Wither-hostility-towards-players.patch')
-rw-r--r-- | patches/server/0626-MC-29274-Fix-Wither-hostility-towards-players.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0626-MC-29274-Fix-Wither-hostility-towards-players.patch b/patches/server/0626-MC-29274-Fix-Wither-hostility-towards-players.patch index 7ca949d66b..3ed0991e65 100644 --- a/patches/server/0626-MC-29274-Fix-Wither-hostility-towards-players.patch +++ b/patches/server/0626-MC-29274-Fix-Wither-hostility-towards-players.patch @@ -5,10 +5,10 @@ Subject: [PATCH] MC-29274: Fix Wither hostility towards players diff --git a/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java b/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java -index 5e45ad4638d94b4602c660aab72ee8bb7ead9de6..e53b6515ca427b90f21441cf142ecde6e986058d 100644 +index 9cea705b59e198ca5bcf89be74e310d686901173..81c78a33e76451879eb9b6f946bc04a28cca72bc 100644 --- a/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java +++ b/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java -@@ -772,5 +772,11 @@ public class PaperWorldConfig { +@@ -809,5 +809,11 @@ public class PaperWorldConfig { private void setUpdatePathfindingOnBlockUpdate() { updatePathfindingOnBlockUpdate = getBoolean("update-pathfinding-on-block-update", this.updatePathfindingOnBlockUpdate); } |