mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-20 14:53:49 -07:00
Update to Minecraft 1.11
This commit is contained in:
11
nms-patches/EntityLlamaSpit.patch
Normal file
11
nms-patches/EntityLlamaSpit.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/net/minecraft/server/EntityLlamaSpit.java
|
||||
+++ b/net/minecraft/server/EntityLlamaSpit.java
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
public class EntityLlamaSpit extends Entity implements IProjectile {
|
||||
|
||||
- public EntityLlama shooter;
|
||||
+ public EntityLiving shooter; // CraftBukkit - type
|
||||
private NBTTagCompound b;
|
||||
|
||||
public EntityLlamaSpit(World world) {
|
Reference in New Issue
Block a user