summaryrefslogtreecommitdiffstats
path: root/nms-patches
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2018-09-01 19:28:12 +1000
committermd_5 <git@md-5.net>2018-09-01 19:28:12 +1000
commit60d7982024be4ae59e34d8a186be70fc350f52ae (patch)
tree4dc78183759409e02f431287bb3a1cb1e15e04d9 /nms-patches
parentdc69d2b3db466073cff0243bb8c342715dc88e2e (diff)
downloadcraftbukkit-60d7982024be4ae59e34d8a186be70fc350f52ae.tar
craftbukkit-60d7982024be4ae59e34d8a186be70fc350f52ae.tar.gz
craftbukkit-60d7982024be4ae59e34d8a186be70fc350f52ae.tar.lz
craftbukkit-60d7982024be4ae59e34d8a186be70fc350f52ae.tar.xz
craftbukkit-60d7982024be4ae59e34d8a186be70fc350f52ae.zip
SPIGOT-4338: breedCause API
Diffstat (limited to 'nms-patches')
-rw-r--r--nms-patches/EntityAnimal.patch6
1 files changed, 4 insertions, 2 deletions
diff --git a/nms-patches/EntityAnimal.patch b/nms-patches/EntityAnimal.patch
index a095cddf..c89ce6e2 100644
--- a/nms-patches/EntityAnimal.patch
+++ b/nms-patches/EntityAnimal.patch
@@ -1,9 +1,11 @@
--- a/net/minecraft/server/EntityAnimal.java
+++ b/net/minecraft/server/EntityAnimal.java
-@@ -8,6 +8,7 @@
+@@ -7,7 +7,8 @@
+
protected Block bF;
private int bC;
- private UUID bD;
+- private UUID bD;
++ public UUID bD; // PAIL
+ public ItemStack breedItem; // CraftBukkit - Add breedItem variable
protected EntityAnimal(EntityTypes<?> entitytypes, World world) {