diff options
author | Lulu13022002 <[email protected]> | 2024-05-29 20:17:56 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-05-29 11:17:56 -0700 |
commit | 84f6e6e0b1a88ca749446ec33608cf13fa82ebf7 (patch) | |
tree | 03ce6538313548ec1f63d9202b9ab54bd8f28b0c /patches/server/0926-Fix-several-issues-with-EntityBreedEvent.patch | |
parent | 9d6f2cced75c1a433c508ab531a61872bce73854 (diff) | |
download | Paper-84f6e6e0b1a88ca749446ec33608cf13fa82ebf7.tar.gz Paper-84f6e6e0b1a88ca749446ec33608cf13fa82ebf7.zip |
Fix max temper API for llama (#10823)
Diffstat (limited to 'patches/server/0926-Fix-several-issues-with-EntityBreedEvent.patch')
-rw-r--r-- | patches/server/0926-Fix-several-issues-with-EntityBreedEvent.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0926-Fix-several-issues-with-EntityBreedEvent.patch b/patches/server/0926-Fix-several-issues-with-EntityBreedEvent.patch index 872b3ba687..f4709f9402 100644 --- a/patches/server/0926-Fix-several-issues-with-EntityBreedEvent.patch +++ b/patches/server/0926-Fix-several-issues-with-EntityBreedEvent.patch @@ -119,10 +119,10 @@ index 8cae4e154ca07493aba9acadd4ff7150d7ae4f67..9357cf0179d19fbdfe76413e909a99b9 } diff --git a/src/main/java/net/minecraft/world/entity/animal/horse/Llama.java b/src/main/java/net/minecraft/world/entity/animal/horse/Llama.java -index d4eceb535561e11f5f7ab891e81aac285f3cd828..1dd4290287725898ace29e46b439b55df8fdd1af 100644 +index 6482cc47b7ecff784344c278ab2db9f99825a169..929fe14541b444e510b48c13aee5d69a8f58194e 100644 --- a/src/main/java/net/minecraft/world/entity/animal/horse/Llama.java +++ b/src/main/java/net/minecraft/world/entity/animal/horse/Llama.java -@@ -183,7 +183,7 @@ public class Llama extends AbstractChestedHorse implements VariantHolder<Llama.V +@@ -184,7 +184,7 @@ public class Llama extends AbstractChestedHorse implements VariantHolder<Llama.V f = 10.0F; if (this.isTamed() && this.getAge() == 0 && this.canFallInLove()) { flag = true; |