summaryrefslogtreecommitdiffstats
path: root/nms-patches/EntityLlama.patch
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2017-05-14 12:00:00 +1000
committermd_5 <git@md-5.net>2017-05-14 12:00:00 +1000
commit5195487ec6c01a80e3a2fca8c4acfc6b9524fcf5 (patch)
tree0314ba59f51141bb5e0e7ff6ca7723d168ac94b9 /nms-patches/EntityLlama.patch
parent6e3cec8bc78269d72ef7ef49ce82a5eadfb9615a (diff)
downloadcraftbukkit-5195487ec6c01a80e3a2fca8c4acfc6b9524fcf5.tar
craftbukkit-5195487ec6c01a80e3a2fca8c4acfc6b9524fcf5.tar.gz
craftbukkit-5195487ec6c01a80e3a2fca8c4acfc6b9524fcf5.tar.lz
craftbukkit-5195487ec6c01a80e3a2fca8c4acfc6b9524fcf5.tar.xz
craftbukkit-5195487ec6c01a80e3a2fca8c4acfc6b9524fcf5.zip
Update to Minecraft 1.12-pre2
Diffstat (limited to 'nms-patches/EntityLlama.patch')
-rw-r--r--nms-patches/EntityLlama.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/nms-patches/EntityLlama.patch b/nms-patches/EntityLlama.patch
deleted file mode 100644
index c3214d7e..00000000
--- a/nms-patches/EntityLlama.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/net/minecraft/server/EntityLlama.java
-+++ b/net/minecraft/server/EntityLlama.java
-@@ -20,7 +20,7 @@
- this.setSize(0.9F, 1.87F);
- }
-
-- private void p(int i) {
-+ public void p(int i) { // PAIL: private-> public, rename
- this.datawatcher.set(EntityLlama.bG, Integer.valueOf(Math.max(1, Math.min(5, i))));
- }
-
-@@ -30,7 +30,7 @@
- this.p(1 + this.random.nextInt(i));
- }
-
-- public int dL() {
-+ public int dL() { // PAIL: rename
- return ((Integer) this.datawatcher.get(EntityLlama.bG)).intValue();
- }
-